webclaw/crates/noxa-llm/src
Jacob Magar 042feb7887 refactor(llm): move timing to dispatch layer; keep CLI eprintln
Add tracing::info! timing at ProviderChain::complete() — the single
chokepoint for all LLM calls. Covers CLI, MCP server, and any future
callers automatically. CLI keeps compact eprintln! for user-facing
output; MCP and structured logging consumers get the info log.
2026-04-11 17:06:53 -04:00
..
providers fix(gemini-cli): correct CLI invocation to match gemini v0.36 interface 2026-04-11 12:16:21 -04:00
chain.rs refactor(llm): move timing to dispatch layer; keep CLI eprintln 2026-04-11 17:06:53 -04:00
clean.rs chore: rebrand webclaw to noxa 2026-04-11 00:10:38 -04:00
error.rs feat(noxa-9fw.1): add gemini cli provider adapter 2026-04-11 07:30:41 -04:00
extract.rs feat(noxa-9fw.3): validate structured extraction output with one retry 2026-04-11 07:34:58 -04:00
lib.rs docs(noxa-9fw.4): describe gemini cli as primary llm backend 2026-04-11 07:36:19 -04:00
provider.rs chore: rebrand webclaw to noxa 2026-04-11 00:10:38 -04:00
summarize.rs chore: rebrand webclaw to noxa 2026-04-11 00:10:38 -04:00
testing.rs feat(noxa-9fw.3): validate structured extraction output with one retry 2026-04-11 07:34:58 -04:00