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
2 days ago
..
README.md cleanup examples folder 2 days ago
anthropic_vision_test.py docs, contributing.md, multi tool mcp execution, and more 5 months ago
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] 5 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] 5 months ago
image_batch_example.py docs, contributing.md, multi tool mcp execution, and more 5 months ago
multimodal_example.py [MIGRATION][gpt-4o to gpt-4.1] [FEATURE][AOP][Agent orchestration Protocol]++[DOCS] [Examples] 1 month 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] 5 months ago
vision_test.py docs, contributing.md, multi tool mcp execution, and more 5 months ago
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] 5 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.