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
Kye Gomez 243df297ef
cleanup examples folder
2 days ago
..
README.md cleanup examples folder 2 days ago
duckdb_agent.py [FIX][AgentLoader] [NEW DOCS][MKDOCS.yaml] 3 months ago
pulsar_conversation.py [FIX][AgentLoader] [NEW DOCS][MKDOCS.yaml] 3 months ago
redis_conversation.py [FIX][AgentLoader] [NEW DOCS][MKDOCS.yaml] 3 months ago
sqlite_conversation.py [FIX][AgentLoader] [NEW DOCS][MKDOCS.yaml] 3 months 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.