An AI-driven DevOps Copilot and CLI Client for managing bare-metal servers securely
Project description
DevOps Copilot 🚀
An autonomous, self-learning AI DevOps Assistant & CLI Client that manages bare-metal servers with Experiential Memory (ExpeL), Semantic Guardrails, and Real-Time SSH Tunneling.
💡 About The Project
Managing infrastructure via traditional CLI tools or basic AI wrappers often leads to dangerous mistakes, repetitive debugging dead-ends, and fragmented server logs. DevOps Copilot redefines server management by bringing Closed-Loop Experiential Learning (ExpeL) directly to your terminal.
Unlike standard AI chat wrappers that forget previous troubleshooting sessions, DevOps Copilot builds a permanent, structured ChromaDB Vector Knowledge Base of your infrastructure:
- 🧠 Zero-Click Experiential Learning (ExpeL & Reflexion): Every time an incident or bug is diagnosed and resolved, the agent distills the entire session into a structured Postmortem (
Problem,Real Cause,What didn't work,What worked). Before tackling new errors, relevant past lessons are automatically retrieved and injected into the agent's context—ensuring it never repeats a dead end. - 🛡️ Semantic Security Guardrails: Local vector search intercepts and blocks catastrophic shell commands (e.g.,
rm -rf /,mkfs) before they ever touch your servers. - 🧑💻 Human-in-the-Loop (HITL) Approvals: State-modifying actions dynamically prompt for explicit admin confirmation (
[y/N]) inside the terminal with clean prompt synchronization. - ⚡ Real-Time Async Execution Tunnel: Streams LLM reasoning, SSH
stdout, andstderrline-by-line via resilient WebSockets with automatic reconnection and exponential backoff. - 🔒 Zero-Trust Credential Encryption: Passwords and SSH private keys are encrypted at rest using AES-256 (
Fernet).
🏛️ System Architecture & ExpeL Loop
+-----------------------------------------------------------------------------------+
| DevOps Copilot CLI |
| (Typer Async Client + Real-Time WebSocket Tunnel + [y/N] Terminal Approval) |
+-----------------------------------------------------------------------------------+
| ^
REST Auth/CRUD | | WebSocket Stream (stdout/stderr)
v |
+-----------------------------------------------------------------------------------+
| FastAPI Backend Server |
| |
| +------------------------+ +-----------------------+ +--------------------+ |
| | Auth Module | | Servers Module | | Guardrails Module | |
| | (JWT & AES Fernet) | | (AsyncSSH Execution) | | (Vector Blacklist) | |
| +------------------------+ +-----------------------+ +--------------------+ |
| |
| +-----------------------------------------------------------------------------+ |
| | Chat & Agent Module | |
| | LangChain StateGraph + Zero-Click ExpeL Injection + OpenRouter LLM | |
| +-----------------------------------------------------------------------------+ |
| | |
| v |
| +-----------------------------------------------------------------------------+ |
| | Knowledge Base (ChromaDB) | |
| | [command_history] [server_logs] [server_configs] [lessons_learned] | |
| +-----------------------------------------------------------------------------+ |
+-----------------------------------------------------------------------------------+
The Closed-Loop Experiential Learning (ExpeL) Flow:
- Observe & Act: Agent connects via
AsyncSSH, runs non-destructive diagnostics or approved actions, and indexes outputs intocommand_historyandserver_logs. - Judge & Extract: When an incident is resolved, running
devops-copilot lesson <session_id>triggers an automated LLM extraction (Problem,Real Cause,What didn't work,What worked) stored inlessons_learned. - Zero-Click Injection (Future Decision): On any future chat turn or command error, the
inject_experiential_memorymiddleware querieslessons_learnedand injects proven solutions directly into the prompt context.
Key Features
- Experiential Learning (ExpeL / Reflexion Postmortems): Distills complex debugging sessions into structured
Lessons Learnedcards indexed into ChromaDB with zero-click context injection. - Lean RAG Knowledge Base: Automatically chunks and indexes executed SSH command outputs, logs, and server configs into separate ChromaDB collections.
- Semantic Guardrails: Uses local vector search to intercept and block dangerous terminal commands.
- Human-in-the-Loop (HITL): Enforces admin approval (
[y/N]) inside the terminal for any state-modifying actions. - CLI Connection Resilience: Automatically reconnects to the WebSocket server using exponential backoff if the network drops or the server restarts.
- Real-Time Streaming: Streams LLM thoughts and active SSH
stdout/stderrline-by-line using WebSockets with 30s execution timeouts. - Encrypted Credentials: Securely encrypts passwords and SSH private keys using Fernet (AES-256).
- Server & Session CRUD: Full REST API support for updating/deleting server connections and deleting chat sessions.
- Flexible AI Models: Powered by OpenRouter (supports Llama 3, Gemini, GPT, etc.).
📦 Quick Start (Backend Server)
1. Configure Settings
Copy the env file and populate keys:
cp .env.example .env
Make sure to add your OPENROUTER_API_KEY and a custom base64 ENCRYPTION_KEY in .env.
2. Run with Docker Compose
docker compose up -d --build
The server will boot on port 8000. Database tables and security blacklist vectors are automatically seeded on startup.
💻 Quick Start (CLI Client)
1. Install Globally
Install the package in editable mode from your local repository root:
uv pip install -e .
2. Authenticate
Configure the server URL and log in to get your JWT access token:
devops-copilot login
3. Interactive Chat & Auto-Postmortems
Start the real-time DevOps chat session:
devops-copilot chat
Ask the agent to check stats or run actions. Approve state-modifying commands directly in the prompt.
Extract and index a structured Experiential Lesson Learned from any completed troubleshooting session:
devops-copilot lesson <session_id>
Project details
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 devops_copilot-0.1.2.tar.gz.
File metadata
- Download URL: devops_copilot-0.1.2.tar.gz
- Upload date:
- Size: 39.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.28 {"installer":{"name":"uv","version":"0.11.28","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
783c2e833b4e956530c79984f533dd4f408ce3b843a0e3a17dc830d89a0072ec
|
|
| MD5 |
419cade790b04e67bc7722adb47a438d
|
|
| BLAKE2b-256 |
271853e4874df0f30d5b7d9b3537155a1fa906d187999a20e94d74430b5a600b
|
File details
Details for the file devops_copilot-0.1.2-py3-none-any.whl.
File metadata
- Download URL: devops_copilot-0.1.2-py3-none-any.whl
- Upload date:
- Size: 47.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.28 {"installer":{"name":"uv","version":"0.11.28","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"macOS","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ed43cf66c1ec3c5115297049a546f57735a4a975a64df57935de277d1bf326bd
|
|
| MD5 |
4ac4924f0490eb14f7512f7abce2b77d
|
|
| BLAKE2b-256 |
d2f02072d517c962d6bea2e67f37cff4f624746a7bfaeaecd426571730c37309
|