yao/agent/llm/adapters
Max a8d73f8f7b Add Claude API configuration and enhance vision support in LLM adapters
- Integrated Claude API keys into GitHub workflows for both unit and PR tests.
- Introduced a new VisionFormat type and constants to manage image input formats.
- Updated ModelCapabilities to support vision input, allowing for flexible handling of image formats.
- Enhanced VisionAdapter to preprocess messages and convert image URLs to base64 format for Claude compatibility.
- Improved OpenAI provider to utilize vision support in message preprocessing, ensuring better integration with vision capabilities.
2025-11-17 10:53:08 +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 connector settings to model capabilities 2025-11-17 09:45:54 +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