| name: casbin-gateway-agent-monitor | |
| version: "1.1.0" | |
| description: "Behaviour audit with redacted tool inputs for Casbin Gateway." | |
| author: Casbin | |
| kind: standalone | |
| # "provides_hooks" is the key Hermes' manifest parser reads; the callbacks | |
| # themselves are registered from register() in __init__.py. | |
| provides_hooks: | |
| - pre_api_request | |
| - post_api_request | |
| - api_request_error | |
| - pre_tool_call | |
| - post_tool_call | |
| - on_session_start | |
| - on_session_end | |
| - on_session_reset | |
| - subagent_start | |
| - subagent_stop |