Expand description
cruxx-domain: Pure domain types for the cruxx agentic DSL.
Zero async, zero LLM dependencies. External consumers (minibox, slash) can depend on this crate without pulling tokio or BAML.
Modules§
- action
- Abstract step intents produced by a Planner.
- event
- Typed step lifecycle and streaming events.
- plan_
result - Verdict returned by a Planner for a step request.
- planner
- Planner port — decides what to do with each step request.