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.
swarms/examples/multi_agent/interactive_groupchat_examples/README.md

17 lines
916 B

# Interactive Group Chat Examples
This directory contains examples demonstrating interactive group chat patterns with advanced features.
## Examples
- [enhanced_collaboration_example.py](enhanced_collaboration_example.py) - Enhanced collaboration patterns
- [interactive_groupchat_speaker_example.py](interactive_groupchat_speaker_example.py) - Speaker management
- [medical_panel_example.py](medical_panel_example.py) - Medical panel discussion
- [speaker_function_examples.py](speaker_function_examples.py) - Speaker function examples
- [stream_example.py](stream_example.py) - Streaming example
## Overview
Interactive group chat examples extend basic group chat patterns with advanced features like speaker management, role-based participation, streaming responses, and domain-specific panel discussions. These examples demonstrate sophisticated conversation management and real-time interaction patterns.