zeroclaw/src/providers
2026-02-21 17:38:27 +08:00
..
anthropic.rs feat(provider): parse token usage from Anthropic, Gemini, Ollama, Bedrock 2026-02-21 12:29:02 +08:00
bedrock.rs fix(provider): make reliable chat retries work for structured requests 2026-02-21 15:12:27 +08:00
compatible.rs fix(provider): support multimodal content in compatible vision flows 2026-02-21 16:34:45 +08:00
copilot.rs fix: resolve clippy warnings and rustfmt across codebase 2026-02-21 12:39:34 +08:00
gemini.rs fix: resolve multi-issue provider/channel/tool regressions 2026-02-21 15:12:27 +08:00
glm.rs feat(proxy): add scoped proxy configuration and docs runbooks 2026-02-18 22:10:42 +08:00
mod.rs feat: add Telnyx AI inference provider and ClawdTalk voice channel 2026-02-21 17:38:27 +08:00
ollama.rs fix(provider): set usage on ollama chat fallback 2026-02-21 12:29:02 +08:00
openai_codex.rs fix: resolve multi-issue provider/channel/tool regressions 2026-02-21 15:12:27 +08:00
openai.rs feat(provider): parse token usage from OpenAI-family responses 2026-02-21 12:29:02 +08:00
openrouter.rs feat(provider): parse token usage from OpenAI-family responses 2026-02-21 12:29:02 +08:00
reliable.rs fix(gateway): switch default port to 42617 across runtime and docs (#1179) 2026-02-21 02:28:56 -05:00
router.rs feat: add multimodal image marker support with Ollama vision 2026-02-19 21:25:21 +08:00
telnyx.rs test(telnyx): silence unused provider binding in constructor test 2026-02-21 17:38:27 +08:00
traits.rs feat(provider): add usage field to ChatResponse 2026-02-21 12:29:02 +08:00