agno-infra 1.1.1


pip install agno-infra

  Latest version

Released: Feb 15, 2026


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

PyPI version Python 3.7+

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 (ag or agno) 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

๐Ÿ˜ Community

๐Ÿ“„ 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

Wheel compatibility matrix

Platform Python 3
any

Files in release

Extras:
Dependencies:
gitpython
httpx
python-dotenv
python-multipart
pydantic-settings
pydantic
rich
tomli
typer
typing-extensions