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.
899 B
899 B
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.