Secure AI Agent Execution Platform
git clone https://github.com/Moudaxx/AEGIS-OS.git
cd AEGIS-OS
cp .env.example .env # Add your API keys
cargo build
cargo run -- serve # Start HTTP server on :8401
cargo run -- run --name my-agent --provider groq
cargo run -- red-team # 16/16 attacks blocked12 endpoints powered by Axum — agents, inference, tools, audit, red team, metrics, dashboard.
4 roles: Admin, Operator, Viewer, Agent. Each with specific permissions enforced on every request.
Encrypted communications with self-signed or CA certs. serve-tls command ready.
16 automated attack tests across 10 categories. 100% blocked. Self-testing security.
Model Context Protocol server + Agent-to-Agent gateway with trust levels and policy routing.
Docker Compose with AEGIS + Prometheus + Grafana. One command deployment.