mirror of
https://github.com/agent0ai/agent-zero.git
synced 2026-05-17 12:31:20 +00:00
Keep image payloads out of persistent agent history by storing vision and computer-use captures as file path references instead of inline base64 data. - update vision_load to attach image paths without compression or JPEG conversion - update computer_use_remote to attach shared capture artifact paths directly - serialize local image refs into provider-valid data URLs only at request prep - reject base64/data URL attachments on the connector WebSocket path - advertise path_or_url as the connector attachment mode |
||
|---|---|---|
| .. | ||
| a2a_chat.py | ||
| browser._py | ||
| browser_do._py | ||
| browser_open._py | ||
| call_subordinate.py | ||
| document_query.py | ||
| knowledge_tool._py | ||
| notify_user.py | ||
| response.py | ||
| scheduler.py | ||
| search_engine.py | ||
| skills_tool.py | ||
| unknown.py | ||
| vision_load.py | ||
| wait.py | ||