| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-03-08 | 898 Bytes | |
| v0.0.7 source code.tar.gz | 2026-03-08 | 139.8 kB | |
| v0.0.7 source code.zip | 2026-03-08 | 169.6 kB | |
| Totals: 3 Items | 310.2 kB | 0 | |
v0.0.7
Highlights
- Modular agent core — split into
core/agent/event,core/agent/hook,core/agent/sessionwith backward-compatible re-exports. - Structured event system — typed events for LLM calls, tool executions, compaction, eval runs.
- Before/after LLM hooks — observe and log every LLM request with full context.
- OpenRouter catalog — model metadata (context, vision, pricing) auto-populated at build time via
make generate. No more manualmodels.json. - Any model via slug — pass any OpenRouter slug directly:
GOGOGOT_MODEL=openai/gpt-5.4. - Telegram transport refactor — cleaner handlers, extracted constants, simplified media & skill management.
Breaking
- Removed
models.json,llm/debug.go,llm/pricing.go— custom models now via OpenRouter slug. - Packages moved under
core/— update import paths.