yao/agent/llm
Max af0d4edd74 feat(image): add image generation and enhanced reading capabilities
- Introduced `image_generate` tool for generating images from text prompts, with options for specifying output file paths and image dimensions.
- Updated `image_read` functionality to allow optional provider specification for enhanced image analysis.
- Implemented new `GenerateImage` method in the LLM API for seamless integration of image generation capabilities.
- Enhanced documentation to include detailed usage examples for both image reading and generation tools.
- Updated tests to validate new image generation features and ensure robust functionality across image tools.
2026-05-06 10:59:35 +08:00
..
adapters feat(agent): enhance image content handling and vision support 2026-05-04 13:46:30 +08:00
providers feat(agent): enhance image content handling and vision support 2026-05-04 13:46:30 +08:00
capabilities.go feat(llm): enhance capabilities management with embedding and image generation support 2026-05-02 14:45:31 +08:00
doc.go feat(doc): add yao doc CLI commands and YAML documentation for all packages 2026-04-23 21:37:43 +08:00
doc.yml feat(image): add image generation and enhanced reading capabilities 2026-05-06 10:59:35 +08:00
image.go feat(image): add image generation and enhanced reading capabilities 2026-05-06 10:59:35 +08:00
image_test.go feat(image): add image generation and enhanced reading capabilities 2026-05-06 10:59:35 +08:00
interfaces.go Refactor: Decouple Output From Context 2025-11-25 22:08:00 +08:00
jsapi.go feat(image): add image generation and enhanced reading capabilities 2026-05-06 10:59:35 +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 feat(image): add image generation and enhanced reading capabilities 2026-05-06 10:59:35 +08:00
resolve.go feat(llm): enhance connector handling and model configuration 2026-05-02 10:52:10 +08:00
resolve_test.go feat(agent): enhance system configuration and connector management 2026-05-01 10:31:58 +08:00