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/guides/README.md

40 lines
2.2 KiB

# Guides
This directory contains comprehensive guides and tutorials for using Swarms effectively.
## Generation Length Blog
- [longform_generator.py](generation_length_blog/longform_generator.py) - Long-form content generation
- [universal_api.py](generation_length_blog/universal_api.py) - Universal API implementation
## Geo Guesser Agent
- [geo_guesser_agent.py](geo_guesser_agent/geo_guesser_agent.py) - Geographic location guessing agent
- [miami.jpg](geo_guesser_agent/miami.jpg) - Sample Miami image
- [README.md](geo_guesser_agent/README.md) - Geo guesser documentation
## Graph Workflow Guide
- [comprehensive_demo.py](graphworkflow_guide/comprehensive_demo.py) - Comprehensive graph workflow demo
- [GETTING_STARTED.md](graphworkflow_guide/GETTING_STARTED.md) - Getting started guide
- [graph_workflow_technical_guide.md](graphworkflow_guide/graph_workflow_technical_guide.md) - Technical documentation
- [quick_start_guide.py](graphworkflow_guide/quick_start_guide.py) - Quick start implementation
- [README.md](graphworkflow_guide/README.md) - Main documentation
- [setup_and_test.py](graphworkflow_guide/setup_and_test.py) - Setup and testing utilities
## Hierarchical Marketing Team
- [hiearchical_marketing_team.py](hiearchical_marketing_team.py) - Marketing team hierarchy example
## Nano Banana Jarvis Agent
- [img_gen_nano_banana.py](nano_banana_jarvis_agent/img_gen_nano_banana.py) - Image generation with Nano Banana
- [jarvis_agent.py](nano_banana_jarvis_agent/jarvis_agent.py) - Jarvis AI assistant implementation
- [image.jpg](nano_banana_jarvis_agent/image.jpg) - Sample image
- [building.jpg](nano_banana_jarvis_agent/building.jpg) - Building image
- [hk.jpg](nano_banana_jarvis_agent/hk.jpg) - Hong Kong image
- [miami.jpg](nano_banana_jarvis_agent/miami.jpg) - Miami image
- [annotated_images/](nano_banana_jarvis_agent/annotated_images/) - Collection of annotated images for training/testing
## Smart Database
- [README.md](smart_database/README.md) - Smart database documentation
## Web Scraper Agents
- [batched_scraper_agent.py](web_scraper_agents/batched_scraper_agent.py) - Batch web scraping agent
- [web_scraper_agent.py](web_scraper_agents/web_scraper_agent.py) - Basic web scraping agent