Python framework for building agents with memory, knowledge, and tools. Ships an agent playground UI and API server. Marketed as "5,000× faster than LangGraph" for hot-path agent instantiation.
npx mdskills install agno-agi/agnoRelated
@agno-agi? Sign in with GitHub to claim this listing. 
Build, run, and manage agent platforms.
Agno is a framework and runtime for agent platforms. Build agents, run them as a service, manage your platform using a web UI.
Agno allows you to own your agent stack. Maintain control of your data, memory, and security posture (JWT-based RBAC), and turn your agent platform into a learning loop with simulations and usage data.
Hand this prompt to your coding agent (Claude Code, Cursor, Codex):
Help me set up my agent platform.
Clone https://github.com/agno-agi/agentos-railway into a folder called
agent-platform, cd in, read the README, and follow the get started guide.
Your coding agent will set up your agent platform and run it locally using Docker, giving you a REST API for serving your agents, a Postgres database for storing your data and traces, an MCP server, and a control plane.
Deploying somewhere else? Use the same prompt but point it to a different repo. The starter templates are identical except for the deploy scripts: swap agentos-railway for agentos-docker, agentos-aws, agentos-gcp, agentos-azure, agentos-fly, agentos-render, agentos-modal, or agentos-helm.
Two options:
https://docs.agno.com/llms-full.txt. Also works in VSCode, Windsurf, and similar tools.Read the full guide here.
See the contributing guide.
Agno is distributed under the Apache-2.0 license.
Agno sends a telemetry event per agent run so we know which model providers to prioritize. Prompts, messages, and outputs are never sent. Disable by setting AGNO_TELEMETRY=false.
Install via CLI
npx mdskills install agno-agi/agnoAgno is a free, open-source AI agent skill. Python framework for building agents with memory, knowledge, and tools. Ships an agent playground UI and API server. Marketed as "5,000× faster than LangGraph" for hot-path agent instantiation.
Install Agno with a single command:
npx mdskills install agno-agi/agnoThis downloads the skill files into your project and your AI agent picks them up automatically.
Agno works with Python. Skills use the open SKILL.md format which is compatible with any AI coding agent that reads markdown instructions.