42 lines
1.8 KiB
Plaintext
42 lines
1.8 KiB
Plaintext
---
|
|
title: "Dashboard"
|
|
description: "Visualize your AgentOps analysis."
|
|
---
|
|
|
|
## Insights Dashboard
|
|
|
|
You need better insights to turn error-prone AI into stable workflows. Here's your new best friend.
|
|
|
|
### Session Drilldown
|
|
Here you will find a list of all of your previously recorded sessions and useful data about each such as total execution time.
|
|
You also get helpful debugging info such as any SDK versions you were on if you're building on a supported agent framework like Crew or AutoGen.
|
|
LLM calls are presented as a familiar chat history view, and charts give you a breakdown of the types of events that were called and how long they took.
|
|
|
|
<Frame type="glass" caption="Session Summary">
|
|
<img height="200" src="/images/session-summary.gif" />
|
|
</Frame>
|
|
|
|
Find any past sessions from your Session Drawer.
|
|
<Frame type="glass" caption="Session Drawer">
|
|
<img height="250" src="/images/session-drawer.gif" />
|
|
</Frame>
|
|
|
|
Most powerful of all is the Session Waterfall. On the left, a time visualization of all your LLM calls, Action events, Tool calls, and Errors.
|
|
On the right, specific details about the event you've selected on the waterfall. For instance the exact prompt and completion for a given LLM call.
|
|
Most of which has been automatically recorded for you.
|
|
|
|
<Frame type="glass" caption="Session Waterfall">
|
|
<img height="200" src="/images/session-waterfall.gif" />
|
|
</Frame>
|
|
|
|
|
|
### Session Overview
|
|
View a meta-analysis of all of your sessions in a single view.
|
|
<Frame type="glass" caption="Session Overview">
|
|
<img height="200" src="/images/overview.png" />
|
|
</Frame>
|
|
|
|
<script type="module" src="/scripts/github_stars.js"></script>
|
|
<script type="module" src="/scripts/scroll-img-fadein-animation.js"></script>
|
|
<script type="module" src="/scripts/button_heartbeat_animation.js"></script>
|
|
<script type="css" src="/styles/intro.css"></script> |