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.
|
|
2 days ago | |
|---|---|---|
| .. | ||
| README.md | 2 days ago | |
| duckdb_agent.py | 3 months ago | |
| pulsar_conversation.py | 3 months ago | |
| redis_conversation.py | 3 months ago | |
| sqlite_conversation.py | 3 months ago | |
README.md
Communication Examples
This directory contains examples demonstrating various communication backends for agent conversations.
Examples
- duckdb_agent.py - DuckDB-backed conversation storage
- pulsar_conversation.py - Apache Pulsar messaging integration
- redis_conversation.py - Redis-backed conversation storage
- sqlite_conversation.py - SQLite conversation storage
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.