Understanding general AI agents in PandaAGI SDK
model
parameter in the Agent
constructor.
Model | Description |
---|---|
annie-pro | Our most powerful and advanced generalist agentic technology. It excels at complex reasoning, multi-step task planning, and sophisticated skill integration. This is the recommended model for production applications that require high accuracy and robust performance. |
annie-lite | A super powerful, yet lightweight, generalist agentic model optimized for speed and efficiency, at a fraction of the cost. It’s ideal for rapid prototyping, simple automation tasks, and applications where response time is critical. |
annie-pro
. You can select annie-lite
like this:
Initialization
Connection
Request Processing
Event Streaming
Completion
conversation_id
must be a valid UUID4 string generated with str(uuid.uuid4())
. This ensures proper conversation tracking and prevents conflicts.