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§
Enums§
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.