Run with Docker Compose 🚀🧑💻
Setup AI Platform Engineering to run in a docker environment on a latop or a virtual machine like EC2 instance.
-
Clone the repository
git clone https://github.com/cnoe-io/ai-platform-engineering.git
cd ai-platform-engineering -
Configure environment variables
cp .env.example .env
Update
.env
with your configuration. 📚 See the Setup LLM Providers for more details.
🏁 Getting Started
-
Launch with Docker Compose (AI Platform Engineer)
docker compose up
Launch with Docker Compose (AI Incident Engineer)
docker compose -f docker-compose.incident_engineer.yaml up
-
Connect to the A2A agent (host network)
docker run -it --network=host ghcr.io/cnoe-io/agent-chat-cli:stable
Or, clone and run the chat client:
uvx https://github.com/cnoe-io/agent-chat-cli.git <a2a|mcp>
-
[Optional] Connect to A2A Agent via backstage agent-forge plug-in
# Once the container is started, open agent-forge in browser (in test mode)
https://localhost:3000
🛠️ For local development setup, check out the Local Development Guide.