libs/agno_infra/README.md
A lightweight framework and CLI for managing Agentic Infrastructure
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.
ag or agno) for all infrastructure operationspip install agno-infra
# For AWS support
pip install agno-infra[aws]
# For Docker support
pip install agno-infra[docker]
# For development
pip install agno-infra[dev]
# Create a new agent infrastructure project
ag create my-agent-infra --template agent-infra-docker
# Navigate to your project
cd my-agent-infra
# List available templates
ag templates
# Deploy infrastructure
ag deploy
# Check infrastructure status
ag status
# Tear down infrastructure
ag destroy
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
This project is licensed under the Mozilla Public License 2.0 - see the LICENSE file for details.
Built with ā¤ļø by the Agno team