yao/agent/llm/adapters
Max 54607e26b7 feat(agent): enhance image content handling and vision support
- Added support for processing image content in the agent, providing placeholder text when image parsing fails.
- Implemented a fallback mechanism to utilize vision tools for image analysis, improving the handling of image content.
- Updated tests to validate the new image handling behavior, ensuring correct responses when vision support is unavailable.
- Enhanced system prompts to guide users on using the new `image_read` tool for image analysis, improving user experience.
2026-05-04 13:46:30 +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 feat(agent): enhance image content handling and vision support 2026-05-04 13:46:30 +08:00