Skip to content

Commit c954f55

Browse files
sym-botclaude
andcommitted
docs: sharpen opening line, add Windows verification, link sym-mesh-channel
- Opening: "Your agents communicate. They don't understand each other." (more precise than "can't communicate") - Add Windows to verified platforms (Mac↔Windows April 2026) - Add sym-mesh-channel to Other Implementations table - Add real-time push note in Claude Code section pointing to sym-mesh-channel for Channels-based integration Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 52ccb6b commit c954f55

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# SYM
22

3-
**Your agents can't communicate. SYM fixes that.**
3+
**Your agents communicate. They don't understand each other. SYM fixes that.**
44

55
You've deployed multiple AI agents — OpenClaw, CrewAI, Claude Code, custom scripts. They each do their job. But they can't share what they know. Your PM agent can't see what your research agent found. Your coding agent doesn't know your support agent is drowning in the same bug. You tried putting them in a group chat. The PM can't manage them. You tried shared databases. Now you're writing glue code for every pair.
66

@@ -199,7 +199,7 @@ explorer-a (claims) explorer-b (methodology)
199199

200200
Every node traces back to its evidence. Every challenge links to the claim it disputes. Every idea connects to the signals that produced it. **The graph IS the research** — traceable, immutable, auditable. If a regulator asks "why did you conclude emergence is evaluation-dependent?", the lineage chain answers: because these three agents' intent and motivation fields converged, traced back to these two contradictory papers.
201201

202-
> **Verified in production.** This pattern runs today with real agents: a knowledge explorer (Linux), a researcher (Claude Code, macOS), and MeloTune (iPhone) — three platforms, one mesh, coupled via relay with E2E encryption. The daemon shared question CMBs to the knowledge feed via anchor sync on connection. SVAF accepted at drift 0.068. MeloTune received the xMesh insight via APNs wake push. [Full protocol specification →](https://sym.bot/spec/mmp)
202+
> **Verified in production.** This pattern runs today with real agents: a knowledge explorer (Linux), Claude Code (macOS + Windows), and MeloTune (iPhone) — four platforms, one mesh, coupled via Bonjour LAN and relay with E2E encryption. Cross-platform Mac ↔ Windows verified April 2026. [Full protocol specification →](https://sym.bot/spec/mmp)
203203
204204
## More Use Cases
205205

@@ -527,6 +527,8 @@ cp .agents/skills/sym/SKILL.md .claude/skills/sym/SKILL.md
527527

528528
That's it. Claude Code now has the SYM skill. The mesh daemon runs in the background. Other agents on the same network discover each other automatically via Bonjour.
529529

530+
> **For real-time Claude-to-Claude mesh** (push notifications, not CLI polling), see [sym-mesh-channel](https://github.com/sym-bot/sym-mesh-channel) — an MCP server that turns each Claude Code session into a full mesh peer with real-time `<channel>` notifications.
531+
530532
### What Claude Code Does on the Mesh
531533

532534
**Observe** — share structured observations as CMBs with CAT7 fields:
@@ -600,6 +602,7 @@ MMP is an open protocol. Beyond this Node.js reference and [`sym-swift`](https:/
600602

601603
| Language | Project | Maintainer | Scope |
602604
| --- | --- | --- | --- |
605+
| Node.js (MCP) | [sym-bot/sym-mesh-channel](https://github.com/sym-bot/sym-mesh-channel) | SYM.BOT | Claude Code plugin — real-time Claude-to-Claude mesh via Channels. First non-Anthropic Channels implementation. |
603606
| Rust (`#![no_std]`) | [AxonOS-org/axonos-consent](https://github.com/AxonOS-org) | [AxonOS](https://axonos.org) | Official Rust implementation. Zero-alloc, Cortex-M4F, MMP Consent Extension v0.1.0. Production interop validated against `sym-relay` on 2026-04-06. |
604607

605608
If you're building an MMP implementation in another language, get in touch at `hongwei@sym.bot` — we'll list it here and on [sym.bot/spec/mmp](https://sym.bot/spec/mmp).

0 commit comments

Comments
 (0)