synapse-layer
スター0
フォーク0
更新日2026年5月7日 19:33
Persistent memory infrastructure for AI agents
インストール
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SKILL.md
readonlyメニュー
Persistent memory infrastructure for AI agents
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | synapse-layer |
| description | Persistent memory infrastructure for AI agents |
| version | 2.3.7 |
| author | Ismael Marchi |
| tags | ["memory","mcp","ai-agents","llm","typescript","cross-agent"] |
Synapse Layer is a persistent memory infrastructure for AI agents. It solves the stateless-agent problem: agents forget decisions, preferences, and context across sessions. With Synapse, any MCP-compatible agent can store and recall memories — AES-256-GCM encrypted at rest, scored by Trust Quotient for reliability, and scoped per-user with tenant isolation. One agent stores, another recalls. Memory survives across sessions, models, and tools.
MUST:
store() after each interaction that contains a decision, preference, or constraint worth persisting.recall() before responding when the user references prior context, preferences, or past work.tq >= 0.7 when high confidence is required.agent identifier on every store() call for cross-agent traceability.MUST NOT:
recall() first.Trust Quotient is a per-memory confidence score ranging from 0.0 to 1.0.
tq >= 0.7 for high-confidence
decisions. Use tq >= 0.5 for general context. Memories below 0.3 may
contain noise or low-relevance content.Synapse Layer works with any MCP-compatible client: