SessionStart
01Hook
Runs when a session starts on startup, resume, clear and compact, executing session_start.py via python3. From LYAKAKOY/Hermes-Codex-Plugin.
19 2mo ago A
tokens not measured
Local-first memory, recall, and skill evolution plugin for Codex agents.
Hook
Runs when a session starts on startup, resume, clear and compact, executing session_start.py via python3. From LYAKAKOY/Hermes-Codex-Plugin.
Hook
Runs when you submit a prompt, before the agent sees it, executing user_prompt_submit.py via python3. From LYAKAKOY/Hermes-Codex-Plugin.
Hook
Runs when the agent finishes a response, executing stop.py via python3. From LYAKAKOY/Hermes-Codex-Plugin.
Hook
Runs before the context is compacted for manual and auto tool calls, executing pre_compact.py via python3. From LYAKAKOY/Hermes-Codex-Plugin.