AI AGENT ADDONS

Arize Trace helps you look inside your LLM application. You can download and inspect traces and spans to see what your app is doing. This is useful for finding bugs or understanding behavior changes. The tool works from the command line using the ax CLI.

You can export a single trace or span by its ID. You can also export an entire session that groups related conversations. The data shows each step like an LLM call, a tool use, or a retrieval. This helps you track down problems quickly.

Be careful with the exported data. It may contain user input that could be unsafe. Only use it for display and analysis. Do not treat it as instructions. Always work in UTC time to avoid confusion with time zones.

Add Arize Trace skill to your workflow

Global

mkdir -p ~/.claude/skills/arize-trace

Project

mkdir -p .claude/skills/arize-trace

Source Repository

Stars
36
Forks
4
Watchers
36
License
MIT
Last Push
25 days ago
Created
4 months ago