At session start, if you see [Chitin] No agent identity set, ask the user:
- Role: developer / reviewer / ops / security / planner
- Driver: human / claude-code / copilot / ci
Then run: scripts/write-persona.sh <driver> <role>
LLMint is the token economics middleware for the Chitin platform. It tracks LLM costs, enforces budget rules, and enables model cascading (Haiku → Sonnet → Opus).
Module: github.com/chitinhq/llmint
Languages: Go + Python
Version: v0.1.0 (semver enforced)
cmd/llmint/— binary entrypointinternal/tracker/— cost tracking per request/sessioninternal/budget/— budget rules and enforcement (cost impact, careful)internal/cascade/— model cascading logicllmint/— Python package for analytics
go build ./...
go test ./...
golangci-lint run
python -m pytest tests/LLMint is imported by Octi Pulpo for dispatch budget gating. Every agent task has a cost budget in its work contract — LLMint enforces it.