SessionStart
01Hook
Runs when a session starts, running python3 -m memory.hooks SessionStart. From Verace-Pvt-Ltd/agentic-memory.
6-layer persistent memory (sensory, working, episodic, semantic, long-term, procedural) with non-destructive belief revision and injection-safe context synthesis — an MCP server for Claude Code, Cursor, Antigravity, Codex CLI, and any MCP-compatible agent.
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.