God Agent OS CI
πŸš€ Deploy God Agent OS v11 - 2026-05-17 07:49
02117ee
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 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