focus/crates
DaiChaoXiong 8ed56c3952 feat(providers): rewrite Anthropic and OpenAI providers
- Anthropic Messages API (2023-06-01) SSE streaming: text/thinking/tool_use
  blocks, cache usage, stop-reason mapping, errors encoded as events
- OpenAI Responses API + Chat Completions (switchable), tool_calls delta
  accumulation, include_usage, reasoning_content -> thinking
- ProviderConfig with base_url/api_key/context_window/timeout; known-model
  context-window table with three-layer resolution
- background current-thread runtime bridges sync agent loop to async I/O
- mock-transport replay tests (chunks straddle SSE boundaries) + full agent
  integration test
2026-08-09 20:59:49 +08:00
..
focus-core feat(core): agent message setters, thinking support, reducer arg-slot fix 2026-08-09 20:59:39 +08:00
focus-harness ADD: 注释 2026-07-17 11:19:22 +08:00
focus-json ADD: 注释 2026-07-17 11:19:22 +08:00
focus-providers feat(providers): rewrite Anthropic and OpenAI providers 2026-08-09 20:59:49 +08:00
focus-tools ADD: 注释 2026-07-17 11:19:22 +08:00
focus-transport feat(transport): add incremental streaming body reader and custom ports 2026-08-09 20:59:33 +08:00