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.
|
|
1 day ago | |
|---|---|---|
| .. | ||
| README.md | 1 day ago | |
| aop_raw_client_code.py | 4 weeks ago | |
| aop_raw_task_example.py | 4 weeks ago | |
| moa_seq_example.py | 4 weeks ago | |
| peer_review_example.py | 4 weeks ago | |
| server.py | 4 weeks ago | |
| test_agent_concurrent.py | 4 weeks ago | |
| uvloop_example.py | 4 weeks ago | |
README.md
850 Workshop Examples
This directory contains examples from the 850 workshop, demonstrating advanced multi-agent patterns and AOP integration.
Examples
- aop_raw_client_code.py - Raw AOP client implementation
- aop_raw_task_example.py - Raw AOP task example
- moa_seq_example.py - Mixture of Agents sequential example
- peer_review_example.py - Peer review pattern
- server.py - Server implementation
- test_agent_concurrent.py - Concurrent agent testing
- uvloop_example.py - UVLoop integration example
Overview
These examples from the 850 workshop demonstrate advanced patterns including Agents over Protocol (AOP) integration, mixture of agents, peer review workflows, and high-performance async execution with UVLoop.