yao/agent/llm
Max 8a3dd148c7 Refactor ChunkToolCall handling in Anthropic provider
- Clean up the code for sending the initial ChunkToolCall, improving readability and maintaining alignment with OpenAI's format for tool name resolution.
- Ensure that the chunk count is incremented after sending the tool call data, enhancing the message handling process in the streamWithRetry function.
2026-02-15 21:31:16 +08:00
..
adapters Refactor model capabilities to use OpenAI struct 2025-12-02 11:33:09 +08:00
providers Refactor ChunkToolCall handling in Anthropic provider 2026-02-15 21:31:16 +08:00
capabilities.go Add STT capability support in LLM agent 2026-02-14 18:03:13 +08:00
interfaces.go Refactor: Decouple Output From Context 2025-11-25 22:08:00 +08:00
jsapi.go Enhance MCP JavaScript API with Cross-Server Tool Operations 2026-01-26 08:54:27 +08:00
jsapi_types.go Update Dependencies and Enhance Agent Context with Forked Context Support 2026-01-25 20:32:02 +08:00
llm.go Implement global uses configuration and enhance assistant capabilities 2025-11-14 19:17:21 +08:00
process.go Add STT capability support in LLM agent 2026-02-14 18:03:13 +08:00