Documentation Index
Fetch the complete documentation index at: https://docs.praison.ai/llms.txt
Use this file to discover all available pages before exploring further.
astart
AsyncMethod
This is a method of the Agent class in the agent module.Async version of start() - interactive, streaming-aware. Beginner-friendly async execution. Streams by default when in TTY.
Signature
Parameters
The input prompt to process **kwargs: Additional arguments passed to achat()
Returns
The agent’s response as a string
Uses
isattyachat
Used By
Source
View on GitHub
praisonaiagents/agent/agent.py at line 5901
