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.
16 lines
661 B
16 lines
661 B
# 840 Update Examples
|
|
|
|
This directory contains examples from the 840 update, demonstrating new features and improvements.
|
|
|
|
## Examples
|
|
|
|
- [agent_rearrange_concurrent_example.py](agent_rearrange_concurrent_example.py) - Agent rearrangement with concurrency
|
|
- [auto_swarm_builder_example.py](auto_swarm_builder_example.py) - Auto swarm builder example
|
|
- [fallback_example.py](fallback_example.py) - Fallback mechanism example
|
|
- [server.py](server.py) - Server implementation
|
|
|
|
## Overview
|
|
|
|
These examples showcase features introduced in the 840 update, including concurrent agent rearrangement, auto swarm building capabilities, and improved fallback mechanisms.
|
|
|