yao/agent/llm/adapters
Max 3dd63e5530 Refactor model capabilities to use OpenAI struct
- Updated the model capabilities throughout the agent to utilize the new gouOpenAI.Capabilities struct instead of the previous ModelCapabilities.
- Adjusted related methods and types to ensure compatibility with the new capabilities structure, enhancing clarity and maintainability.
- Improved context handling and message processing by directly integrating OpenAI capabilities, streamlining the overall architecture.
2025-12-02 11:33:09 +08:00
..
adapter.go Refactor LLM provider architecture to utilize capability adapters 2025-11-17 06:44:20 +08:00
audio.go Refactor LLM provider architecture to utilize capability adapters 2025-11-17 06:44:20 +08:00
reasoning.go Refactor model capabilities to use OpenAI struct 2025-12-02 11:33:09 +08:00
toolcall.go Add DeepSeek API configuration and enhance reasoning support in LLM adapters 2025-11-17 08:07:20 +08:00
vision.go Add Claude API configuration and enhance vision support in LLM adapters 2025-11-17 10:53:08 +08:00