Skip to main content

Module security_tool

Module security_tool 

Source
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§

SecurityTool
Agent tool for security audit operations.