Skip to main content
The Agent class represents an individual AI agent that can be executed.

AgentBuilder

The recommended way to create agents is with AgentBuilder:

AgentBuilder Methods

Agent Methods

run()

Execute the agent.

AgentConfig

Configuration dataclass for agents:

AgentConfig Fields

LLMProvider

Supported providers:

Full Example