Skip to main content

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

Agents Concept

Single Agent Guide

Multi-Agent Guide

Agent Configuration

Auto Agents