Prefer zero setup? Use
plog run or import provenlog.auto instead. See Auto-Instrumentation.Setup
What gets captured
| Event | Action Type | Details |
|---|---|---|
| Tool usage | TOOL_CALL / TOOL_RESULT | Tool name, inputs, outputs |
| LLM calls | LLM_CALL / LLM_RESPONSE | Model, prompt, token counts |
| Task lifecycle | CUSTOM | Task start, completion, delegation |
| Crew execution | CUSTOM | Crew start, finish, agent roles |
| Cache hits | CUSTOM | Cached tool results |