Important: any-agent is in soft deprecation
mainDeprecation Notice
any-agent is currently in soft deprecation. It was originally a research project to compare agent frameworks and refine a common surface. This core functionality has moved to a dedicated package: mozilla-ai-tinyagent (PyPI: mozilla-ai-tinyagent).
When to use any-agent vs tinyagent:
- Use
any-agentif you specifically need to run or evaluate agents across multiple frameworks (such as Agno, Google ADK, LangChain, LlamaIndex, OpenAI Agents SDK, or smolagents) using a single unified API. - Use
tinyagentfor new projects that only require a core agent loop. It is the leaner, recommended path for standard agent development.