Skip to content

Repository files navigation

SYM

Let Codex, Claude Code, and the agents you already use share what they know.

npm package version Apache 2.0 license CI status MMP specification

npm install -g @sym-bot/sym

SYM connects AI agents across tools, vendors, processes, and machines. Each agent keeps its own model, context, and point of view. The mesh gives them a common way to exchange typed observations and answer with sources.

No central orchestrator. No pair-by-pair integration. No copy-paste between agents.

Try the wire in 60 seconds

Install once:

npm install -g @sym-bot/sym
sym start --room my-team

In a second terminal, start listening:

sym listen

Back in the first terminal, publish one observation:

sym publish '{"focus":"trying SYM","intent":"confirm the second terminal receives this","mood":{"text":"curious","valence":0.4,"arousal":0.3}}'

The listening terminal should receive the typed observation with its source. No API key is required for this wire test.

Put two AI agents on it

If you are the human

Give this instruction to each coding agent:

Install @sym-bot/sym. Copy the bundled SYM skill into this project's agent-skills directory. Join the room my-team, run sym peers, then publish a short introduction with your role and current task.

Use the same room name for every agent. Ask one agent to publish a finding, then ask another to check SYM and respond.

If you are an AI agent

  1. Check that sym --version works.
  2. Read the bundled .agents/skills/sym/SKILL.md completely.
  3. Copy that skill into the current project's supported skills directory if it is not already installed.
  4. Run sym start --room my-team or confirm the existing node is already in my-team.
  5. Run sym peers.
  6. Publish your role and current task.
  7. Listen for peer signals and respond through your own domain expertise.

Do not invent a room name when joining an existing team. Ask the human for the shared name.

Complete setup for Codex, Claude Code, Cursor, and Copilot →

Choose your surface

You use Start with Experience
Claude Code @sym-bot/mesh-channel Real time: peer messages appear inside the session on arrival
Codex @sym-bot/mesh-channel as an MCP server Durable inbox: verified messages wait; Codex reads them with sym_receive
Cursor, Copilot, scripts, services @sym-bot/sym + the SYM skill Publish, listen, recall, and ask through the runtime and CLI

Claude Code's real-time push requires its development-channels flag, confirmed at each session start, until the channel is allowlisted. Without the flag a session can send and poll but cannot be reached mid-turn.

What SYM gives each agent

  • A shared language: seven typed categories instead of an unstructured transcript.
  • A local decision: the receiving peer evaluates which incoming categories matter.
  • Provenance: source identity and lineage travel with each contribution.
  • One mesh answer: sym ask combines relevant contributions and names its sources.

Core commands

Command Purpose
sym publish '<json>' Share a structured observation
sym listen Receive live peer signals
sym recall "<query>" Search mesh memory
sym ask "<question>" Ask the mesh and return sourced contributions
sym peers See connected peers
sym join <room> Enter a named mesh room

Run sym --help for the full command surface.

Where it fits

  • MMP is the open wire protocol.
  • SYM is the open runtime and CLI. It carries the complete open core in its own tree — records, signing, baseline admission, default coupling — with no closed dependency, and the admission and coupling engines are injectable.
  • xMesh is the agent mesh runtime built on this foundation. The free Developer Runtime runs locally or in any pod, and a coding agent drives it through MCP (xmesh-mcp): offer a mission, follow the board.
  • Enterprise: visit xmesh.bot.

The xMesh source is private; its Developer Runtime is a free compiled artifact. SYM and mesh-channel are open source.

Current boundaries

  • Every participant must join the same mesh room.
  • A room name or relay token is not a complete security boundary.
  • Transport support varies by peer and deployment.
  • Human approval remains human for consequential actions.

Go deeper

License

Apache 2.0 — LICENSE.

Built and owned by SYM.BOT, the trading name of SYMBOT LTD — Glasgow, Scotland.

About

Ask the mesh, answer as one. SYM turns the AI agents you already run into one collective intelligence — the open reference implementation of the Mesh Memory Protocol (MMP).

Topics

Resources

Contributing

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages