Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.66 KB

File metadata and controls

31 lines (21 loc) · 1.66 KB

Allos Agent SDK Documentation

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.

Start Here

Core Concepts & Guides

  • 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.

Contributing

API Reference

  • CLI Reference: A complete reference for the allos command-line tool.
  • Agent API: Technical details of the Agent class.
  • Provider API: Technical details of the provider abstraction layer.
  • Tool API: Technical details of the tool abstraction layer.