fabro/lib/apps/fabro-cli
Bryan Helmkamp b82b3dd48e
Use the lithos control enum API instead of local spellings
lithos-llm now exposes `ReasoningEffort::ALL`, `Speed::ALL`, `as_str`,
`Display`, and `FromStr` on its request-control enums. Fabro's
`controls` module kept parallel name tables and parsers for them; only
the nearest-supported-effort rule is Fabro's own, so that is what stays.

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
2026-09-09 23:23:49 -06:00
..
src Use the lithos control enum API instead of local spellings 2026-09-09 23:23:49 -06:00
tests Read catalog policy from lithos core fields and metadata.agent 2026-09-09 23:20:12 -06:00
build.rs refactor: organize crates into three layers 2026-07-23 17:59:34 -04:00
Cargo.toml Expose lithos request and response shapes through the API, server, CLI, and web 2026-09-09 17:26:57 -06:00