Archon Autonomous Workflows
Description
Autonomous distributed AI agent platform — Gemma plans, Claude builds, self-corrects via retry loop with pgvector memory and Neo4j graph
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Gemma Agent Platform Architecture
A distributed autonomous coding agent. Send it a goal over HTTP, it writes Python code to solve it, executes it, and self-corrects on failure — all asynchronously.
Architecture
HTTP Client
│
▼
┌─────────┐ enqueue ┌──────────────┐
│ FastAPI │ ─────────────▶│ Redis │
│ :8000 │ │ (broker + │
└─────────┘ │ task state)│
│ └──────┬───────┘
│ GET /status │ dequeue
▼ ▼
┌─────────┐ ┌──────────────────┐
│ Redis │◀─ status ────│ Celery Worker │
└─────────┘ │ │
│ workflow.py │
│ ┌────────────┐ │
│ │ builder() │ │──▶ Ollama (gemma:2b)
│ │ fixer() │ │──▶ Ollama (gemma:2b)
│ │ run_code() │ │
│ └────────────┘ │
└──────┬───────────┘
│
┌───────────┴───────────┐
▼ ▼
┌────────────┐ ┌────────────┐
│ PostgreSQL │ │ Neo4j │
│ (pgvector) │ │ (GraphRAG) │
│ long-term │ │ Goal→File │
│ memory │ │ Error→Fix │
└────────────┘ └────────────┘
Services
| Service | Port | Purpose |
|---|---|---|
| API | 8000 | REST interface |
| Worker | — | Celery task executor |
| Flower | 5555 | Celery task monitoring dashboard |
| Redis | 6379 | Message broker + short-term state |
| PostgreSQL | 5432 | Long-term memory (pgvector) |
| Neo4j | 7687 | Graph memory (Goal/File/Error nodes) |
| Neo |
Related Skills
Agency Agents
A complete AI agency at your fingertips - From frontend wizards to Reddit community ninjas, from whimsy inject
AI Firecrawl
🔥 The API to search, scrape, and interact with the web for AI
AI Artifacts Builder
Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web tech
AI CrewAI
Framework for orchestrating role-playing, autonomous AI agents. By fostering collaborative intelligence, CrewA
AI TrendRadar
⭐AI-driven public opinion & trend monitor with multi-platform aggregation, RSS, and smart alerts.🎯 告别信息过载,你的
AI mem0
| Universal memory layer for AI Agents | 51341 | 221 | 1 |
AI