God Agent CI commited on
Commit
62f9531
Β·
1 Parent(s): 8cfbda1

πŸš€ God Agent OS v7 deploy 2026-05-15 11:03:45 UTC

Browse files
Files changed (2) hide show
  1. Dockerfile +0 -3
  2. README.md +0 -13
Dockerfile CHANGED
@@ -14,9 +14,6 @@ RUN pip install --no-cache-dir -r requirements.txt
14
  # Copy backend source
15
  COPY . .
16
 
17
- # Remove pycache to avoid stale bytecode
18
- RUN find . -type d -name __pycache__ -exec rm -rf {} + 2>/dev/null || true
19
-
20
  # Workspace dir
21
  RUN mkdir -p /tmp/god_workspace
22
 
 
14
  # Copy backend source
15
  COPY . .
16
 
 
 
 
17
  # Workspace dir
18
  RUN mkdir -p /tmp/god_workspace
19
 
README.md CHANGED
@@ -14,16 +14,3 @@ short_description: Autonomous Engineering OS β€” Manus + Genspark + Devin
14
  **Autonomous Engineering Platform β€” Manus + Genspark + Devin (OneHand)**
15
 
16
  16-agent system for autonomous software engineering.
17
-
18
- ## Features
19
- - 16 specialized AI agents
20
- - Multi-model AI routing (OpenAI β†’ Groq β†’ Anthropic)
21
- - Real-time WebSocket streaming
22
- - Autonomous code generation, debugging, and deployment
23
- - File system management and Git operations
24
-
25
- ## API Endpoints
26
- - `GET /` β€” Status
27
- - `GET /api/docs` β€” Swagger UI
28
- - `POST /api/v1/tasks/` β€” Create task
29
- - `WS /ws/chat/{session_id}` β€” Chat WebSocket
 
14
  **Autonomous Engineering Platform β€” Manus + Genspark + Devin (OneHand)**
15
 
16
  16-agent system for autonomous software engineering.