Provides fetch_page, take_screenshot, execute_js, search_web,
and BrowserSession for multi-step interactions. Uses localhost
for speed since Dendrite runs on the same box.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Now watches /data/skills/ for changes on every heartbeat tick.
Commits and re-packages automatically.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Claude Code CLI uses positional args for prompts, not --prompt flag.
Also enables full access mode so orchestrator runs without permission prompts.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Core orchestrator for self-sustaining AI agent:
- Dispatcher: talks to Claude Code CLI with model tier selection
- Router: classifies tasks via Haiku, routes to cheapest capable model
- Scheduler: queue management + systemd self-wake timers
- API: FastAPI endpoints for task execution and monitoring
- Ledger: JSONL cost tracking for every inference call
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>