metadata
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 infoGET /healthβ Health checkGET /api/docsβ Swagger UIGET /api/v1/system/statusβ Full system statusGET /api/v1/agentsβ List all 16 agentsGET /api/v1/spacesβ All 22 spaces statusPOST /api/v1/chatβ Chat with streamingPOST /api/v1/orchestrateβ God Mode orchestrationWS /ws/{session_id}β Real-time WebSocketWS /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-separatedSAMBANOVA_KEYβ SambaNova API key(s), comma-separatedGITHUB_KEYβ GitHub Models API key(s), comma-separatedGROQ_API_KEYβ Groq API key (optional fallback)OPENAI_API_KEYβ OpenAI API key (optional fallback)GITHUB_TOKENβ GitHub token for Git operationsHF_TOKENβ HuggingFace tokenVERCEL_TOKENβ Vercel deploy token