Expand description
Security tool — wraps SecurityApi audit methods behind the AgentTool interface.
Provides agents with security audit query capabilities. Actions: verify_chain, query_audit, audit_count.
§Example
{ "action": "verify_chain" }
{ "action": "query_audit", "from_seq": 0, "to_seq": 100 }
{ "action": "audit_count" }Structs§
- Security
Tool - Agent tool for security audit operations.