Log AI Activity
cleanroom_ai_logLog AI agent actions to the audit trail, capturing session starts, model IDs, and provided context for tamper-evident traceability in clean-room reimplementation.
Instructions
Log AI agent activity to the audit trail. Call this to record significant actions taken by AI agents, including session starts, model identifiers, and context that was provided to the agent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes | Model identifier (e.g., 'claude-opus-4-6') | |
| action | Yes | What action the agent is performing | |
| agent_name | Yes | Name/identifier of the AI agent | |
| session_id | No | Session ID from the agent harness, if available | |
| context_provided | No | List of resources/specs provided as context to the agent |