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:
11
config.yaml
11
config.yaml
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user