Skip to main content

Crate cruxx_domain

Crate cruxx_domain 

Source
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.