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.
|
|
2 days ago | |
|---|---|---|
| .. | ||
| streaming_callback | 2 months ago | |
| uvloop | 2 months ago | |
| README.md | 2 days ago | |
| asi.py | 4 months ago | |
| concurrent_example.py | 4 weeks ago | |
| concurrent_example_dashboard.py | 4 months ago | |
| concurrent_mix.py | 2 months ago | |
| concurrent_swarm_example.py | 1 month ago | |
| streaming_concurrent_workflow.py | 3 months ago | |
README.md
Concurrent Examples
This directory contains examples demonstrating concurrent execution patterns for multi-agent systems.
Examples
- asi.py - ASI (Artificial Super Intelligence) example
- concurrent_example_dashboard.py - Dashboard for concurrent workflows
- concurrent_example.py - Basic concurrent execution
- concurrent_mix.py - Mixed concurrent patterns
- concurrent_swarm_example.py - Concurrent swarm execution
- streaming_concurrent_workflow.py - Streaming with concurrency
Subdirectories
- streaming_callback/ - Streaming callback examples
- uvloop/ - UVLoop integration examples for high-performance async execution
Overview
Concurrent execution enables multiple agents to work simultaneously, significantly improving throughput and reducing latency. These examples demonstrate various concurrency patterns including parallel processing, async workflows, and streaming responses.