stream_agent
AsyncMethod
This is a method of the AgentRuntimeProtocol class in the protocols module.Execute agent with streaming responses. Only required if runtime declares streaming_deltas capability.
Signature
Parameters
Dict[str, Any]
required
Agent configuration dict
str
required
User prompt to process **kwargs: Additional execution parameters Streaming response chunks
Returns
Any
The result of the operation.
Source
View on GitHub
praisonaiagents/runtime/protocols.py at line 270
