yao/tools
Max 20fc9c24df feat(image): introduce image reading and analysis tools
- Added `image_read` tool for reading and analyzing images using vision-capable models, with a detailed input schema for image path, prompt, max size, and provider.
- Implemented `ReadImage` function to handle image processing and integration with vision models, returning descriptive text.
- Created comprehensive tests for image resizing, data URI handling, and various input scenarios to ensure robust functionality.
- Updated documentation to include usage examples and parameter descriptions for the new image tools.
2026-05-06 10:58:52 +08:00
..
docs fix(tests): temporarily disable KB/DB search in tests 2026-05-03 10:26:06 +08:00
image feat(image): introduce image reading and analysis tools 2026-05-06 10:58:52 +08:00
mcps feat(image): introduce image reading and analysis tools 2026-05-06 10:58:52 +08:00
proc fix(tests): temporarily disable KB/DB search in tests 2026-05-03 10:26:06 +08:00
prompts feat(agent): enhance image content handling and vision support 2026-05-04 13:46:30 +08:00
skills feat(image): introduce image reading and analysis tools 2026-05-06 10:58:52 +08:00
webfetch feat(grpc): enhance MCP handler with gRPC authorization support 2026-05-03 19:57:26 +08:00
websearch fix(tests): temporarily disable KB/DB search in tests 2026-05-03 10:26:06 +08:00
skills.go feat(agent): enhance sandbox V2 initialization and role management 2026-05-03 19:11:29 +08:00
skills_test.go feat(agent): enhance sandbox V2 initialization and role management 2026-05-03 19:11:29 +08:00
tools.go feat(agent): enhance image content handling and vision support 2026-05-04 13:46:30 +08:00