BasicAgent
LLM Audit Log Schema (Download)
LLM Audit Log Schema (Download) — A starter JSON schema for audit-ready agent pipeline logs: run IDs, spans, stages, retries, provenance, and artifacts.
This is a starter schema you can use to make agent workflows auditable:
- stage-level logs (not just prompts)
- stable run IDs + parent/child spans
- retry metadata + error capture
- provenance hooks for sources/artifacts
Download:
- JSON schema:
/assets/schemas/llm_audit_log_schema.v0.json
How to use it
- Emit one event per stage/span (start/end or combined).
- Store the event stream in your system of record (S3, Postgres, etc.).
- Build dashboards/alerts from derived metrics.
- Use
run_idto replay and debug.