You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
swarms/examples/single_agent/vision/README.md

18 lines
837 B

# Vision Examples
This directory contains examples demonstrating vision and multimodal capabilities for single agents.
## Examples
- [anthropic_vision_test.py](anthropic_vision_test.py) - Anthropic vision testing
- [image_batch_example.py](image_batch_example.py) - Batch image processing
- [multimodal_example.py](multimodal_example.py) - Multimodal agent example
- [multiple_image_processing.py](multiple_image_processing.py) - Multiple image processing
- [vision_test.py](vision_test.py) - Vision testing
- [vision_tools.py](vision_tools.py) - Vision tools integration
## Overview
Vision examples demonstrate how to integrate image processing and multimodal capabilities into agents. These examples show how to process images, handle batch image operations, and combine vision with text processing for multimodal understanding.