35 lines
1.2 KiB
Markdown
35 lines
1.2 KiB
Markdown
|
|
# Timmy Operations — What Runs the Workforce
|
||
|
|
|
||
|
|
## ACTIVE SYSTEM: Sovereign Orchestration
|
||
|
|
- **Repo:** Timmy_Foundation/sovereign-orchestration
|
||
|
|
- **Local:** ~/.timmy/sovereign-orchestration/
|
||
|
|
- **Entry point:** python3 src/sovereign_executor.py --workers 3 --poll 30
|
||
|
|
- **Task queue:** SQLite (crash-safe, durable)
|
||
|
|
- **Status:** Getting deployed (issues #29, #30)
|
||
|
|
- **Target repos:** Timmy_Foundation/the-nexus, Timmy_Foundation/autolora
|
||
|
|
|
||
|
|
## DEPRECATED — DO NOT RESTORE
|
||
|
|
- bash loops (claude-loop.sh, gemini-loop.sh, timmy-orchestrator.sh)
|
||
|
|
- workforce-manager.py (bash version)
|
||
|
|
- nexus-merge-bot.sh
|
||
|
|
- agent-loop.sh
|
||
|
|
- All scripts in timmy-config/bin/ are LEGACY
|
||
|
|
|
||
|
|
These crash-loop and produce zero work. They were restored by mistake
|
||
|
|
on 2026-03-25 causing a regression. The sovereign executor replaces them.
|
||
|
|
|
||
|
|
## How to check what's running
|
||
|
|
```bash
|
||
|
|
# Should show sovereign-executor
|
||
|
|
launchctl list | grep sovereign # Mac
|
||
|
|
systemctl status sovereign-executor # VPS
|
||
|
|
|
||
|
|
# Should be EMPTY (no bash loops)
|
||
|
|
ps aux | grep -E "claude-loop|gemini-loop|timmy-orchestrator" | grep -v grep
|
||
|
|
```
|
||
|
|
|
||
|
|
## Cron Jobs (Hermes built-in)
|
||
|
|
- Health Monitor: every 5m, haiku (not opus!)
|
||
|
|
- AutoLoRA training: every 45m, haiku
|
||
|
|
- All crons MUST specify model explicitly. Never inherit default.
|