{ "hooks": { "SessionStart": [ { "hooks": [ { "type": "command", "command": "python3 \"__SCRIPTS_DIR__/session_start.py\"", "timeout": 5 } ] } ], "UserPromptSubmit": [ { "hooks": [ { "type": "command", "command": "python3 \"__SCRIPTS_DIR__/recall.py\"", "timeout": 12 } ] } ], "Stop": [ { "hooks": [ { "type": "command", "command": "python3 \"__SCRIPTS_DIR__/retain.py\"", "timeout": 30 } ] } ] } }