Expand description
JSON parser for the router LLM response.
Accepts raw text, strips any accidental fencing, and extracts the
first JSON object we can parse into a RouterPlan.
Structs§
- Router
Plan - Parsed plan returned by the router model.
Functions§
- parse_
router_ response - Parse a router response string into a
RouterPlan.