Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.agno.com/llms.txt

Use this file to discover all available pages before exploring further.

Clone a template, deploy to your cloud, and use coding agents like Claude Code to build and improve agents on top.

Agent Platforms

Infrastructure starters for building your own agents. Pick where you want to run, then add your agents on top.

Docker

Run locally or self-host anywhere Docker runs.

Railway

One-click cloud deployment. Best for getting started.

AWS

Full control with infrastructure-as-code.
PlatformBest forYou manageCost
DockerLocal dev, self-hosted productionEverythingFree
RailwayFast cloud deployment, small teamsJust code~$20/mo
AWSEnterprise deployments, full controlInfrastructure-as-code~$75/mo

Apps

Pre-built agent systems with self-learning, context retrieval, and production infrastructure already wired up. Clone the repo, configure your data sources, and you’re running.

Dash

Self-learning data agent. Connects to your databases, learns your schema, improves with every query.

Scout

Company intelligence agent. Navigates Slack, Drive, and wikis to answer questions.

Coda

Code companion. PR reviews, issue triage, architecture questions. Lives in Slack.

PAL

Personal agent that learns. Knowledge base, wiki, and structured data that compounds.

Gcode

Self-improving coding agent. Persistent workspace, git-based isolation, full audit trail.

What’s Included

Each app ships with capabilities that typically take weeks to build:
CapabilityWhat It Does
Self-learningAgent improves from feedback. Every conversation makes the next one better.
Context retrievalRAG, knowledge graphs, multi-source navigation. Grounded answers, not hallucinations.
Production infrastructurePostgreSQL, pgvector, webhook endpoints. Deploy to Docker, Railway, or AWS.
InterfacesSlack, Telegram, WhatsApp ready. Add more with a few lines of config.

Improving Your Agents

Each app includes tools for iterating on agent quality:
AppImprovement Tools
DashAutomated improvement loop (python -m evals improve)
ScoutProbe library with /loop support
CodaEval suite for routing and synthesis
PALSmoke tests and behavioral evals
GcodeLearningMachine for persistent context