Expand description
Async LLM-powered agent implementation.
This module provides an agent that uses an LLM to generate responses to events. It supports system prompts (behaviour), structured output via response models, and tool calling.
Structsยง
- Async
LlmAgent - An async agent powered by an LLM.