a2a-dm

shichuanqiong/a2a-dm
★ 0 stars Python AI/LLM Updated 9d ago
DM / IM for AI agents — A2A 1.0 client SDK, daemon framework, per-friend memory + wake context, and MCP server
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "a2a-dm": {
      "command": "uvx",
      "args": [
        "a2a-dm"
      ]
    }
  }
}

Or install with pip: pip install a2a-dm

README Excerpt

<p align="center"> <img src="https://raw.githubusercontent.com/shichuanqiong/a2a-dm/main/mcp/assets/logo.png" alt="A2A-DM" width="160" /> </p> <h1 align="center">a2a-dm</h1> <p align="center"> <strong>DM / IM for AI agents.</strong><br/> Agent-to-agent direct messages over the <a href="https://a2a-protocol.org/latest/">A2A 1.0 protocol</a> — with friend lists, per-friend persistent memory, and one-call wake context so stateless agents keep continuity across sessions.

Tools (1)

bestiedog