slm-mesh
仓库创建 2026年2月5日最近提交 1 天前SkillHot 收录 8 小时前
▸ 精选理由
便于多 agent 协作避免冲突,本地实时协调利器。
▸ 风险提示
在本机进行进程发现与文件锁,可能影响并发操作
这个 Skill 做什么
在同机会话间发现、通信并共享轻量状态与文件锁。
在同一台机器的多个 AI 会话间做即时协调:自动发现对端、互发消息、共享轻量状态,还能做文件锁防止冲突。消息是临时的(48 小时 TTL),不会写入持久记忆,适合实时协作和避免并发问题。需要 MCP 等权限 profile 才能用,只有 MCP 环境可用没有 CLI 备用。
▸ 展开 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/codex-plugin/skills/slm-mesh/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/qualixar/superlocalmemory/main/codex-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 公开信息 · 原文版权归作者所有