Expand description
Intent system.
Translates human goals into structured, machine-executable specifications.
IntentPacket— typed contract between humans and the runtimeadmission— feasibility gate before any planning beginsdecomposition— breaks intents into governed intent trees
Re-exports§
pub use convergence::ConvergenceCriteria;pub use convergence::ConvergenceSignal;pub use graded_admission::DimensionRulebook;pub use graded_admission::GradedAdmissionController;
Modules§
- admission
- Admission control — feasibility gate before any planning begins.
- convergence
- decomposition
- Intent decomposition — breaks an intent into a governed tree of sub-intents.
- graded_
admission - Graded admission control via fuzzy inference.
- problem
- Problem classification.
- resolution
- Intent resolution — maps intents to the packs, capabilities, and invariants needed for convergence.
Structs§
- Admission
Result - Feasibility
Assessment - Forbidden
Action - Intent
Node - A node in the intent decomposition tree. Authority can only narrow during decomposition, never expand.
- Intent
Packet - The contract between humans and the runtime.