changed to mimo model

This commit is contained in:
2026-04-10 11:12:16 +02:00
parent 8391eb0f70
commit 7fec859caf
5 changed files with 69 additions and 8 deletions

View File

@@ -25,7 +25,6 @@ Panopticon is a nightly batch system that maintains up-to-date, LLM-optimized pr
- All pi SDK sessions are created via `createSession()` in `session.ts`
- Workers get read-only tools; orchestrator and synthesizer get no tools
- Prompts live in `prompts/` directory as standalone markdown files
- Models default to Anthropic (claude-sonnet-4-5 for smart, claude-haiku-4-5 for cheap)
- Config is in `config.json` at project root
- State persisted in `state/` directory, run reports in `runs/`