Module async_llm_agent

Module async_llm_agent 

Source
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ยง

AsyncLlmAgent
An async agent powered by an LLM.