slm-mesh
仓库创建 2026年2月5日最近提交 1 天前SkillHot 收录 6 小时前
▸ 精选理由
适合单机多会话协作场景,避免冲突并实现轻量通信。
▸ 风险提示
本地网格功能需开启 mesh MCP 权限并使用本地网络/文件锁
这个 Skill 做什么
在同机多代理会话间发现彼此、传消息、共享轻量状态并锁定文件。
在同一台机器上的多个 AI 会话之间做发现与协同:互相打招呼、发短信息、共享轻量状态并对文件上锁以避免冲突。消息是短暂的(48 小时 TTL),通过本地 SLM 守护进程做中转,属于本地 mesh 协调,需要相应的 MCP 权限,数据不会发到外面。
▸ 展开 SKILL.md 英文原文
Cross-session peer coordination via the SLM mesh network. Lets multiple AI agent sessions on the same machine discover each other, send messages, share lightweight state, and lock files to avoid conflicts. Requires full, power, or mesh MCP profile. All 8 tools are MCP-only — there is no CLI fallback.
199
Stars
34
Forks
37
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/qualixar/superlocalmemory/main/plugin/skills/slm-mesh/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/qualixar/superlocalmemory/main/plugin/skills/slm-mesh/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# 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 hivia SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有