Commit Graph

2 Commits

Author SHA1 Message Date
Claude
467e30ab92 build: ignore SQLite WAL and shared memory files
engram.db-shm and engram.db-wal are ephemeral SQLite WAL mode artifacts.
They were being committed daily by auto-repair since at least 2026-03-30.
Added *.db-shm and *.db-wal to .gitignore and removed from index.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-15 06:05:36 +00:00
2333eda017 Initial scaffold: router, dispatcher, ledger, scheduler, API
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>
2026-03-19 19:21:07 +00:00