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/utils/communication_examples
Hugh b4245f8f17
restored missing sync files
1 month ago
..
README.md restored missing sync files 1 month ago
duckdb_agent.py restored missing sync files 1 month ago
pulsar_conversation.py restored missing sync files 1 month ago
redis_conversation.py restored missing sync files 1 month ago
sqlite_conversation.py restored missing sync files 1 month ago

README.md

Communication Examples

This directory contains examples demonstrating various communication backends for agent conversations.

Examples

Overview

Communication examples demonstrate different backend storage and messaging systems for managing agent conversations. These examples show how to persist conversations, enable distributed communication, and manage conversation state across different storage backends.