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: