Files
agentmon/hooks/gemini/hooks.json
T
2026-03-20 11:17:26 -07:00

29 lines
560 B
JSON

{
"hooks": {
"onStart": [
{
"type": "command",
"command": "~/.local/bin/agentmon-gemini-handler start"
}
],
"onStop": [
{
"type": "command",
"command": "~/.local/bin/agentmon-gemini-handler stop"
}
],
"onToolCall": [
{
"type": "command",
"command": "~/.local/bin/agentmon-gemini-handler tool-call"
}
],
"onToolResult": [
{
"type": "command",
"command": "~/.local/bin/agentmon-gemini-handler tool-result"
}
]
}
}