synapse-layer
Persistent memory infrastructure for AI agents
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Menü
Persistent memory infrastructure for AI agents
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Basierend auf der SOC-Berufsklassifikation
| 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: