vision-agent icon indicating copy to clipboard operation
vision-agent copied to clipboard

Enable AI to control your desktop, mobile and HMI devices

Results 6 vision-agent issues
Sort by recently updated
recently updated
newest added

add act tools parameter to AndroidVisionAgent similar as already available for the VisionAgent

Anthropic added a new computer use beta flag for claude 4.5 opus: https://platform.claude.com/docs/en/agents-and-tools/tool-use/computer-use-tool Hence, there is now 2 different beta flag configurations: - "computer-use-2025-01-24" for Claude 4.5 Haiku and Sonnet...

… messages - Implemented the `list_siblings` endpoint in the router to retrieve all sibling messages for a specified message, including the message itself, sorted by ID. - Added the `list_siblings`...

- Introduced `parent_id` field in `Message` models to establish parent-child relationships between messages. - Updated `ChatHistoryManager`, `MessageService`, and related components to support tree navigation based on `parent_id`. - Enhanced message...

I added basic caching functionality to the act command of the VisionAgent. It supports: - writing cache files during executions - reading and executing cache files It allows to make...