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.
18 lines
854 B
18 lines
854 B
# Auto Swarm Builder (ASB) Examples
|
|
|
|
This directory contains examples demonstrating the Auto Swarm Builder, which automatically creates and configures agent swarms.
|
|
|
|
## Examples
|
|
|
|
- [asb_research.py](asb_research.py) - Research-focused ASB implementation
|
|
- [auto_agent.py](auto_agent.py) - Automated agent creation
|
|
- [auto_swarm_builder_example.py](auto_swarm_builder_example.py) - Complete ASB example
|
|
- [auto_swarm_builder_test.py](auto_swarm_builder_test.py) - ASB testing suite
|
|
- [auto_swarm_router.py](auto_swarm_router.py) - Router for auto-generated swarms
|
|
- [content_creation_asb.py](content_creation_asb.py) - Content creation with ASB
|
|
|
|
## Overview
|
|
|
|
The Auto Swarm Builder (ASB) automatically generates and configures multi-agent swarms based on task requirements, reducing manual setup overhead and enabling rapid prototyping of agent systems.
|
|
|