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.
19 lines
812 B
19 lines
812 B
# Group Chat Examples
|
|
|
|
This directory contains examples demonstrating group chat patterns for multi-agent conversations.
|
|
|
|
## Examples
|
|
|
|
- [interactive_groupchat_example.py](interactive_groupchat_example.py) - Interactive group chat
|
|
- [quantum_physics_swarm.py](quantum_physics_swarm.py) - Physics-focused group chat
|
|
- [random_dynamic_speaker_example.py](random_dynamic_speaker_example.py) - Dynamic speaker selection
|
|
|
|
## Subdirectories
|
|
|
|
- [groupchat_examples/](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.
|
|
|