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 | |
|---|---|---|
| .. | ||
| groupchat_examples | 4 months ago | |
| README.md | 1 day ago | |
| interactive_groupchat_example.py | 5 months ago | |
| quantum_physics_swarm.py | 5 months ago | |
| random_dynamic_speaker_example.py | 4 months ago | |
README.md
Group Chat Examples
This directory contains examples demonstrating group chat patterns for multi-agent conversations.
Examples
- interactive_groupchat_example.py - Interactive group chat
- quantum_physics_swarm.py - Physics-focused group chat
- random_dynamic_speaker_example.py - Dynamic speaker selection
Subdirectories
- groupchat_examples/ - Additional group chat patterns
Overview
Group chat patterns enable multiple agents to engage in conversations, share information, and collaborate through natural language interactions. These examples demonstrate various conversation management strategies including turn-taking, topic management, and dynamic participation.