Skip to main content

Crate chump_perception

Crate chump_perception 

Source
Expand description

Structured perception layer: rule-based extraction of task structure from user input. Runs before the main agent loop iteration. No LLM calls — fast pattern matching only. Reference architecture gap remediation: pre-reasoning structured perception.

Structs§

PerceivedInput

Enums§

TaskType

Functions§

context_summary
Build a compact context summary for system prompt injection. Returns empty string for trivial inputs.
perceive
Run structured perception on user input. Pure rule-based, no LLM calls.