Prefer zero setup? Use
plog run or import provenlog.auto instead. See Auto-Instrumentation.Setup
What gets captured
| Event | Action Type | Details |
|---|---|---|
| LLM call | LLM_CALL | Model name, prompt, parameters |
| LLM response | LLM_RESPONSE | Generated text, token usage |
| Tool call | TOOL_CALL | Tool name, input arguments |
| Tool result | TOOL_RESULT | Tool output, duration |
| Agent action | CUSTOM | Agent decisions, routing |
| Retriever query | TOOL_CALL | Retriever name, query |