# 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](aop_raw_client_code.py) - Raw AOP client implementation - [aop_raw_task_example.py](aop_raw_task_example.py) - Raw AOP task example - [moa_seq_example.py](moa_seq_example.py) - Mixture of Agents sequential example - [peer_review_example.py](peer_review_example.py) - Peer review pattern - [server.py](server.py) - Server implementation - [test_agent_concurrent.py](test_agent_concurrent.py) - Concurrent agent testing - [uvloop_example.py](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.