Skip to content

Commit 4cd1dc5

Browse files
authored
Logo fixes (#946)
* change logos * better links, non gihtub * revert sources * revert * revert * revert * reverty * fix crew icon * revert gifs
1 parent 7a18d6f commit 4cd1dc5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/v2/introduction.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,20 +70,20 @@ You also get helpful debugging info such as any SDK versions you were on if you'
7070
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.
7171

7272
<Frame type="glass" caption="Session Summary">
73-
<img height="200" src="https://www.github.com/agentops-ai/agentops/blob/main/docs/images/session-summary.gif?raw=true" />
73+
<img height="200" src="/images/session-summary.gif" />
7474
</Frame>
7575

7676
Find any past sessions from your Session Drawer.
7777
<Frame type="glass" caption="Session Drawer">
78-
<img height="250" src="https://www.github.com/agentops-ai/agentops/blob/main/docs/images/session-drawer.gif?raw=true" />
78+
<img height="250" src="/images/session-drawer.gif" />
7979
</Frame>
8080

8181
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.
8282
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.
8383
Most of which has been automatically recorded for you.
8484

8585
<Frame type="glass" caption="Session Waterfall">
86-
<img height="200" src="https://www.github.com/agentops-ai/agentops/blob/main/docs/images/session-waterfall.gif?raw=true" />
86+
<img height="200" src="/images/session-waterfall.gif" />
8787
</Frame>
8888

8989

0 commit comments

Comments
 (0)