File size: 1,560 Bytes
a20767f 02117ee 5d62489 02117ee 5d62489 02117ee 5d62489 02117ee a20767f 02117ee | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 | ---
title: Autonomous Coding System
emoji: π€
colorFrom: purple
colorTo: indigo
sdk: docker
pinned: false
license: mit
app_port: 7860
---
# GOD AGENT OS v11 β Backend API
**16-Agent Autonomous Engineering OS | God Mode**
*Powered by Pyae Sone*
## Runtime Overview
- 16 autonomous agents (Chat, Planner, Coder, Debug, Test, File, Git, Browser, Vision, Sandbox, Deploy, Connector, Memory, Workflow, UI, Reasoning)
- 22 logical worker spaces (all running in this single backend)
- Multi-provider AI Router: Gemini β SambaNova β GitHub Models β Groq β OpenAI
- WebSocket + REST + SSE streaming
## Key Endpoints
- `GET /` β Root info
- `GET /health` β Health check
- `GET /api/docs` β Swagger UI
- `GET /api/v1/system/status` β Full system status
- `GET /api/v1/agents` β List all 16 agents
- `GET /api/v1/spaces` β All 22 spaces status
- `POST /api/v1/chat` β Chat with streaming
- `POST /api/v1/orchestrate` β God Mode orchestration
- `WS /ws/{session_id}` β Real-time WebSocket
- `WS /ws/computer-use/{session_id}` β Computer-use event stream
## Environment Variables
Set these in HF Space secrets:
- `GEMINI_KEY` β Google Gemini API key(s), comma-separated
- `SAMBANOVA_KEY` β SambaNova API key(s), comma-separated
- `GITHUB_KEY` β GitHub Models API key(s), comma-separated
- `GROQ_API_KEY` β Groq API key (optional fallback)
- `OPENAI_API_KEY` β OpenAI API key (optional fallback)
- `GITHUB_TOKEN` β GitHub token for Git operations
- `HF_TOKEN` β HuggingFace token
- `VERCEL_TOKEN` β Vercel deploy token
|