Plugin Claude Code
Plugin marketplace listing 1 plugin: agentic-memory.
Plugin Claude Code
Plugin marketplace listing 1 plugin: agentic-memory.
Plugin Claude Code
6-layer persistent memory (sensory, working, episodic, semantic, long-term, procedural) with non-destructive belief revision and injection-safe context synthesis.
Hook
Runs when a session starts, running python3 -m memory.hooks SessionStart. From Verace-Pvt-Ltd/agentic-memory.
Hook
Runs when you submit a prompt, before the agent sees it, running python3 -m memory.hooks UserPromptSubmit. From Verace-Pvt-Ltd/agentic-memory.
Hook
Runs before the agent uses a tool, running python3 -m memory.hooks PreToolUse. From Verace-Pvt-Ltd/agentic-memory.
Hook
Runs after a tool call finishes, running python3 -m memory.hooks PostToolUse. From Verace-Pvt-Ltd/agentic-memory.
Hook
Runs when a tool call fails, running python3 -m memory.hooks PostToolUseFailure. From Verace-Pvt-Ltd/agentic-memory.
Hook
Runs when the agent finishes a response, running python3 -m memory.hooks Stop. From Verace-Pvt-Ltd/agentic-memory.
Hook
Runs when a task is marked completed, running python3 -m memory.hooks TaskCompleted. From Verace-Pvt-Ltd/agentic-memory.
Hook
Runs before the context is compacted, running python3 -m memory.hooks PreCompact. From Verace-Pvt-Ltd/agentic-memory.
Hook
Runs when a session ends, running python3 -m memory.hooks SessionEnd. From Verace-Pvt-Ltd/agentic-memory.
MCP server Claude CodeCodexCursor
A Graph-Theoretic Memory Kernel for Agentic AI Systems. Runs locally from the agentic-memory Python package.