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
Kye Gomez 243df297ef
cleanup examples folder
4 weeks ago
..
README.md cleanup examples folder 4 weeks ago
anthropic_vision_test.py
burning_image.jpg [FIX][agent.py] -- self.no_print -> self.print_on] [ENHC][Improve the concurrent workflow] [collaborative prompt] [fix][improve list_all_agents prompt] 6 months ago
image.jpg [FIX][agent.py] -- self.no_print -> self.print_on] [ENHC][Improve the concurrent workflow] [collaborative prompt] [fix][improve list_all_agents prompt] 6 months ago
image_batch_example.py
multimodal_example.py [MIGRATION][gpt-4o to gpt-4.1] [FEATURE][AOP][Agent orchestration Protocol]++[DOCS] [Examples] 2 months ago
multiple_image_processing.py [FIX][agent.py] -- self.no_print -> self.print_on] [ENHC][Improve the concurrent workflow] [collaborative prompt] [fix][improve list_all_agents prompt] 6 months ago
vision_test.py
vision_tools.py [FIX][agent.py] -- self.no_print -> self.print_on] [ENHC][Improve the concurrent workflow] [collaborative prompt] [fix][improve list_all_agents prompt] 6 months ago

README.md

Vision Examples

This directory contains examples demonstrating vision and multimodal capabilities for single agents.

Examples

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.