callbacks
01Agent
Callbacks provide hooks into the lifecycle of an AnyAgent execution. Using callbacks, you can monitor, control, and extend agent behavior without modifying the core underlying agent logic.
A single interface to use and evaluate different agent frameworks
Agent
Callbacks provide hooks into the lifecycle of an AnyAgent execution. Using callbacks, you can monitor, control, and extend agent behavior without modifying the core underlying agent logic.
Agent
To define any agent system you will always use the same imports.
Agent
Model configuration in any-agent is designed to be consistent across all supported frameworks. We use any-llm as the default model provider, which acts as a unified interface allowing you to use any language model from any provider with the same syntax.
Agent
Agent "tools" from mozilla-ai/any-agent, covering agent tools, callables, composio, using agents-as-tools and mcp.