drive_log_run
Log agent run details including task, status, and artifacts to a provenance store for retrospective context and team-wide audit.
Instructions
Log an agent run to AgentDrive's provenance store. Captures task, status, referenced/produced artifacts, and cross-platform identity (which agent on which tool). Used for retrospective context retrieval and team-wide audit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | Yes | What the agent did or is doing (free text) | |
| run_id | No | Existing run ID to update; omit to let server allocate | |
| status | No | Run outcome (default success) | |
| metadata | No | Free-form key/value metadata | |
| duration_ms | No | Wall-clock duration in milliseconds | |
| artifacts_produced | No | Paths of artifacts the run wrote | |
| artifacts_referenced | No | Paths of artifacts the run read |