Notebooks
A
Arize AI
Agents Tracing

Agents Tracing

agentsarize-tutorialsLLMPython

arize logo
Docs | GitHub | Slack Community

Agent Tracing

This notebook is a quickstart for tracing an agent which handles product search using a router template.

Generate dataframe of user queries

[ ]
[ ]
[ ]
[ ]

Generate Fake Questions for Agent

[ ]
[ ]
[ ]
[ ]

Prepare Dataset

Agent for Product Search

This section traces an example of an agent that has both a router function and a set of tools that also leverage an LLM in the tool function call.

[ ]

Routing Experiment

[ ]
[ ]
[ ]
[ ]
[ ]
[ ]