execute_agent
AsyncMethod
This is a method of the AgentRuntimeProtocol class in the protocols module.Execute agent with the given configuration and prompt.
Signature
Parameters
Dict[str, Any]
required
Agent configuration dict
str
required
User prompt to process **kwargs: Additional execution parameters
Returns
Dict[str, Any]
Execution result dict with response, metadata, etc.
Source
View on GitHub
praisonaiagents/runtime/protocols.py at line 251
