Setup
Callback methods
TheLangSightCrewAICallback hooks into three CrewAI events:
| Event | Fires when | Records |
|---|---|---|
on_tool_start | Tool call begins | Start timestamp |
on_tool_end | Tool call succeeds | Latency + SUCCESS status |
on_tool_error | Tool call fails | Latency + ERROR status + error message |