brainwires-reasoning
Structured reasoning primitives for the Brainwires Agent Framework.
Re-exports plan parsing and output parsing utilities from brainwires-core as a focused, discoverable crate for Layer 3 consumers.
Features
- plan_parser — Extract numbered task steps from LLM plan output
- output_parser — Parse structured data (JSON, regex) from raw LLM text
Usage
[]
= "0.9"
use ;
// Parse a numbered plan from LLM output
let steps = parse_plan_steps;
// Parse JSON from LLM output
let parser = new;
let value = parser.parse?;
License
Apache-2.0 — see LICENSE for details.