bluecollar

Concepts

These pages follow one request through the loop. The names match the code, so each page can be read beside the package it describes.

These pages follow one request through the loop. The names match the code, so each page can be read beside the package it describes.

pagewhat it covers
IntakeDecides what an inbound message means before a turn runs.
PlanRecords the goal, its steps and the task's level, and settles which tools the model sees for each step.
Tools and the kernelThe fixed tool names every host is expected to provide, plus whatever else the host registers.
ActionsThe four ways a model can end a step.
Outcome contractWhat the task must produce, agreed before the work starts.
Completion gateThe deterministic check a final reply has to pass before the task completes.
Recovery and failWhat happens after a tool call fails.
BudgetsHow many steps, tool calls and minutes a task may spend.
ContextWhat the model reads on each step, and what happens when it grows.
Model tiersWhich model answers a task.
Decision modelThe port every closed question goes through.
LedgerThe append-only record every other mechanism reads.