Proposal
As agent capabilities expand into autonomous execution (daemons), the ability to trace why an action was taken becomes critical.
Current tool execution logs are transient or unstructured. I propose a standard audit.jsonl schema for tool invocations that includes:
timestamp
agent_id
tool_name
input_hash (for integrity)
output_summary
reasoning_snapshot (if available)
This enables 'Trust but Verify' workflows for autonomous agents.
Would love to hear thoughts on adopting a standard schema like this natively.