The programming language for agentic infrastructure
Project Links
Meta
Author: Ashpreet Bedi
Requires Python: <4,>=3.7
Classifiers
Intended Audience
- Developers
Development Status
- 5 - Production/Stable
Programming Language
- Python :: 3
- Python :: 3.7
- Python :: 3.8
- Python :: 3.9
- Python :: 3.10
- Python :: 3.11
- Python :: 3.12
Operating System
- OS Independent
License
- OSI Approved :: Apache Software License
Agno Infra
A lightweight framework and CLI for managing Agentic Infrastructure
Overview
Agno Infra is a powerful infrastructure management framework designed specifically for building and deploying agentic applications. It provides a unified interface for managing infrastructure across multiple platforms including AWS, Docker, and local environments, making it easy to deploy AI agents and supporting services.
๐ Key Features
- Multi-Platform Support: Seamlessly manage infrastructure across AWS, Docker, and local environments
- Agent-Focused: Purpose-built for deploying AI agents and their supporting infrastructure
- Template-Based: Quick start with pre-built infrastructure templates
- Unified CLI: Single command interface (
agoragno) for all infrastructure operations - Resource Management: Comprehensive resource management for databases, networking, storage, and compute
- Application Support: Built-in support for FastAPI, Streamlit, Celery, Django, and more
๐ฆ Installation
Using pip
pip install agno-infra
With optional dependencies
# For AWS support
pip install agno-infra[aws]
# For Docker support
pip install agno-infra[docker]
# For development
pip install agno-infra[dev]
๐ Quick Start
1. Create Infrastructure from Template
# Create a new agent infrastructure project
ag create my-agent-infra --template agent-infra-docker
# Navigate to your project
cd my-agent-infra
2. CLI Operations
# List available templates
ag templates
# Deploy infrastructure
ag deploy
# Check infrastructure status
ag status
# Tear down infrastructure
ag destroy
๐ Project Structure
agno/
โโโ aws/ # AWS resource management
โ โโโ resource/ # AWS resource types (EC2, RDS, S3, etc.)
โ โโโ app/ # AWS application deployments
โโโ docker/ # Docker resource management
โ โโโ resource/ # Docker resources (containers, networks, volumes)
โ โโโ app/ # Dockerized applications
โโโ base/ # Base classes and interfaces
โโโ cli/ # Command-line interface
โโโ infra/ # Core infrastructure management
โโโ utilities/ # Helper utilities and tools
๐ Supported Resources
AWS Resources
- Compute: EC2 instances, ECS clusters, ECS services
- Storage: S3 buckets, EBS volumes
- Database: RDS instances and clusters
- Networking: VPC, subnets, security groups, load balancers
- Security: IAM roles and policies, ACM certificates
- Analytics: EMR clusters, Glue crawlers
- Caching: ElastiCache clusters
Docker Resources
- Containers: Docker containers with full lifecycle management
- Networks: Custom Docker networks
- Volumes: Persistent and ephemeral volumes
- Images: Container image management
Application Types
- FastAPI: REST API applications
- Streamlit: Data science and ML dashboards
- Celery: Distributed task processing
- Django: Web applications
- PostgreSQL: Database with pgvector support
- Redis: Caching and message brokering
๐ Requirements
- Python 3.7 or higher
- For AWS: Valid AWS credentials configured
- For Docker: Docker engine installed and running
๐ Documentation
- Main Documentation: docs.agno.com
๐ Community
- Discord: Join our community
- Discourse: Community forum
- GitHub Issues: Report bugs or request features
๐ License
This project is licensed under the Mozilla Public License 2.0 - see the LICENSE file for details.
๐โโ๏ธ Support
- Documentation: Check our comprehensive docs at docs.agno.com
- Community: Join our Discord or post on Discourse
- Issues: Open an issue on GitHub for bugs or feature requests
- Commercial Support: Contact us at agno.com
Built with โค๏ธ by the Agno team
1.1.1
Feb 15, 2026
1.1.0
Feb 15, 2026
1.0.8
Feb 12, 2026
1.0.7
Jan 21, 2026
1.0.6
Jan 19, 2026
1.0.5
Nov 27, 2025
1.0.4
Sep 26, 2025
1.0.3
Sep 17, 2025
1.0.2
Sep 12, 2025
1.0.1
Sep 09, 2025
1.0.0
Sep 09, 2025
1.0.0rc2
Sep 09, 2025
1.0.0rc1
Sep 04, 2025
1.0.0a1
Sep 04, 2025
0.1.0
Jul 23, 2025
0.1.0a2
Sep 03, 2025
0.1.0a1
Sep 02, 2025
Wheel compatibility matrix
Files in release
Extras:
Dependencies:
gitpython
httpx
python-dotenv
python-multipart
pydantic-settings
pydantic
rich
tomli
typer
typing-extensions