feat: Huey replaces sovereign-orchestration — 77 lines for 3,846

orchestration.py: SqliteHuey instance (6 lines)
tasks.py: triage, PR review, dispatch, 10-line enforcement (71 lines)
config.yaml: remove MCP server entry, point to Huey
README: document the change

pip install huey && huey_consumer.py tasks.huey -w 2 -k thread
This commit is contained in:
Perplexity
2026-03-25 21:12:26 +00:00
parent 4099d1ffd8
commit 6d76442d77
4 changed files with 87 additions and 12 deletions

View File

@@ -226,11 +226,6 @@ providers:
# provider: openrouter
# model: google/gemini-2.5-flash
# Sovereign Orchestration MCP Server
# Exposes: Gitea API, Task Queue, Playbook Engine
mcp_servers:
orchestration:
command: "/Users/apayne/.hermes/hermes-agent/venv/bin/python3"
args: ["/Users/apayne/.hermes/hermes-agent/tools/orchestration_mcp_server.py"]
env: {}
timeout: 120
# Orchestration: Huey (replaces sovereign-orchestration repo)
# Start with: huey_consumer.py timmy-config.tasks.huey
# See orchestration.py + tasks.py