A lightweight framework and CLI for managing Agentic Infrastructure
Project description
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file agno_infra-1.0.7.tar.gz.
File metadata
- Download URL: agno_infra-1.0.7.tar.gz
- Upload date:
- Size: 120.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b76af5023ed6c3e843c04ae7b2a4850b5610157916679897e80cf0803963d277
|
|
| MD5 |
a6cbbea78de30e386053ec97142f8463
|
|
| BLAKE2b-256 |
fa37cf3dfd4e270257c7a540667a6b0b0db91a092fc802ff2c09a72d99dc4dec
|
File details
Details for the file agno_infra-1.0.7-py3-none-any.whl.
File metadata
- Download URL: agno_infra-1.0.7-py3-none-any.whl
- Upload date:
- Size: 164.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1047c76d84b3cac889989f22767bdb15f55b43334c8a1650654dff9469b25541
|
|
| MD5 |
22043c1cd5a72e20db4954dd044e6b28
|
|
| BLAKE2b-256 |
ff6ea1702c6fbeaf8fd69b7292b47859d82768607e3e81767cfb2c9bb500a833
|