Welcome to the official documentation for the Allos Agent SDK.
Allos is an open-source, provider-agnostic agentic SDK that gives you the power to build production-ready AI agents that work with any LLM provider.
- Installation: How to install the SDK.
- 5-Minute Quickstart: Run your first agent task from the command line.
- Getting Started: A conceptual overview of the SDK's core components.
- Agents: Learn how to configure and run agents using the Python API.
- Providers: Learn how to use and switch between different LLM providers like OpenAI and Anthropic.
- Tools: Learn about the built-in tools for filesystem and shell operations.
- Custom Tools: A guide to creating your own tools.
- Development Setup: Set up your local development environment.
- Adding a New Provider: Extend Allos with new LLM providers.
- Adding a New Tool: Add new built-in tools to the SDK.
- CLI Reference: A complete reference for the
alloscommand-line tool. - Agent API: Technical details of the
Agentclass. - Provider API: Technical details of the provider abstraction layer.
- Tool API: Technical details of the tool abstraction layer.