fabro/crates
Bryan Helmkamp 6fee3d82f1 Parse routing directives from LLM response text in CodergenHandler
When CodergenHandler receives CodergenResult::Text, it now extracts
preferred_next_label, suggested_next_ids, and context_updates from
the last JSON object in the response. This enables edge selection
via condition matching and preferred label instead of always falling
through to unconditional edges.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-23 14:31:35 -05:00
..
agent Use Claude Opus 4.6 with 1M context window as default Anthropic model 2026-02-23 14:23:45 -05:00
attractor Parse routing directives from LLM response text in CodergenHandler 2026-02-23 14:31:35 -05:00
llm Use Claude Opus 4.6 with 1M context window as default Anthropic model 2026-02-23 14:23:45 -05:00
terminal Extract terminal crate and prettify attractor CLI output 2026-02-23 12:06:24 -05:00