DevOps Agent is an autonomous, AI-driven platform that uses a ReAct (Reasoning + Acting) engine to automate complex DevOps workflows — from CI/CD pipeline management and infrastructure provisioning to real-time incident response and cost optimization.
Instead of manually running commands, configuring YAML, or debugging failures at 3 AM, DevOps Agent thinks, plans, and executes — all while keeping a human-in-the-loop for critical operations.
Quick Start
Prerequisites
- Python 3.11+
- Docker & Docker Compose (optional, for full stack)
- Git
-
Clone the Repository bash git clone https://github.com/hitesh0106/DevOps-Agent.git cd DevOps-Agent
-
Set Up Environment bash
python -m venv venv
.\venv\Scripts\activate
source venv/bin/activate
pip install -r requirements.txt
- Configure Environment Variables bash cp .env.example .env
- Run the Application bash
uvicorn api.main:app --reload --port 8000