Documentation
README
slm-mesh β Cross-Session Peer Coordination
The mesh network lets multiple AI agent sessions on the same machine discover each other and coordinate in real time β without writing to the persistent memory store. Mesh messages are transient (48-hour TTL); they complement memory (which is durable) rather than replacing it.
Mesh is local-only: it uses the SLM daemon as a local broker. No data leaves the machine.
Profile requirement
Mesh tools are available in the full, power, and mesh MCP profiles.
Confirm the active profile with slm status before calling mesh tools. If the
tools are not available, switch to full profile with switch_profile("full")
(requires code or higher active profile). See slm-profile.
This is the opening of the README. Read the full README on GitHub.