API Reference llm_agent v0.2.0

View Source

Modules

LLMAgent is an abstraction library for building domain-specific intelligent agents based on Large Language Models (LLMs). It provides a core architecture and behavior definitions that simplify the development of specialized agents.

The LLMAgent Application module. Starts the supervisor tree and manages the application lifecycle.

Provides standard flow definitions for common LLM agent patterns.

Provides standard handlers for processing LLM-specific signals.

Implements the AgentForge.Plugin behavior for LLM integrations.

Anthropic provider implementation for LLMAgent.

OpenAI provider implementation for LLMAgent.

Defines LLM-specific signal types and helpers for agent communication.

Manages state for LLM agent conversations.

Manages long-running tasks using AgentForge's execution capabilities.