Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
agents-for-all 0.1.5 documentation
agents-for-all 0.1.5 documentation
  • API Reference
Back to top
View this page

Welcome to agents-for-all’s documentation!¶

A modular agent framework combining LLMs and tools.

Contents:¶

  • API Reference
    • Agent
    • AgentResult
    • Model
    • DirectModel
    • OpenAIModel
    • AnthropicModel
    • GeminiModel
    • Tool
    • Python
    • Shell
    • File
    • Math
    • WebFetcher
    • WebSearch
    • Email
    • DataAnalysis

Class Hierarchies:¶

Inheritance diagram of agents_for_all.agent.Agent, agents_for_all.agent.AgentResult, agents_for_all.llms.base_model.Model, agents_for_all.llms.direct.DirectModel, agents_for_all.llms.openai.OpenAIModel, agents_for_all.llms.anthropic.AnthropicModel, agents_for_all.llms.gemini.GeminiModel, agents_for_all.tools.base_tool.Tool, agents_for_all.tools.email.Email, agents_for_all.tools.file.File, agents_for_all.tools.math.Math, agents_for_all.tools.python.Python, agents_for_all.tools.shell.Shell, agents_for_all.tools.web_fetcher.WebFetcher, agents_for_all.tools.web_search.WebSearch

Indices and tables¶

  • Index

  • Module Index

  • Search Page

Next
API Reference
Copyright ©
Made with Sphinx and @pradyunsg's Furo