@@ -17,13 +17,13 @@ mode: "wide"
1717## Integrate with developer favorite agent frameworks
1818
1919<CardGroup cols = { 2 } >
20- <Card title = " OpenAI Agents SDK" icon = { <img src = " / images/external/openai/openai-logomark.png" alt = " OpenAI Agents SDK" />} iconType = " image" href = " /v2/integrations/agentssdk" />
21- <Card title = " CrewAI" icon = { < img src = " /images/external/crew/crew.png " alt = " CrewAI " /> } iconType = " image " href = " /v2/integrations/crewai" />
22- <Card title = " Autogen" icon = { <img src = " / images/external/autogen/ag2.svg" alt = " Autogen" />} iconType = " image" href = " /v2/integrations/autogen" />
23- <Card title = " Anthropic " icon = { <img src = " / images/external/anthropic/anthropic_icon_slate .png" alt = " Anthropic " />} iconType = " image" href = " /v2/integrations/anthropic " />
24- <Card title = " OpenAI " icon = { <img src = " / images/external/openai/openai-logomark .png" alt = " OpenAI " />} iconType = " image" href = " /v2/integrations/openai " />
25- <Card title = " LangChain" icon = { <img src = " / images/external/langchain/langchain-logo.svg" alt = " LangChain" />} iconType = " image" href = " /v2/integrations/langchain" />
26- <Card title = " LiteLLM" icon = { <img src = " / images/external/litellm/litellm.png" alt = " LiteLLM" />} iconType = " image" href = " /v2/integrations/litellm" />
20+ <Card title = " OpenAI Agents SDK" icon = { <img src = " https://www.github.com/agentops-ai/agentops/blob/main/docs/ images/external/openai/openai-logomark.png?raw=true " alt = " OpenAI Agents SDK" />} iconType = " image" href = " /v2/integrations/agentssdk" />
21+ <Card title = " CrewAI" icon = " ship " href = " /v2/integrations/crewai" />
22+ <Card title = " Autogen" icon = { <img src = " https://www.github.com/agentops-ai/agentops/blob/main/docs/ images/external/autogen/ag2.svg?raw=true " alt = " Autogen" />} iconType = " image" href = " /v2/integrations/autogen" />
23+ <Card title = " OpenAI " icon = { <img src = " https://www.github.com/agentops-ai/agentops/blob/main/docs/ images/external/openai/openai-logomark .png?raw=true " alt = " OpenAI " />} iconType = " image" href = " /v2/integrations/openai " />
24+ <Card title = " Anthropic " icon = { <img src = " https://www.github.com/agentops-ai/agentops/blob/main/docs/ images/external/anthropic/anthropic_icon_slate .png?raw=true " alt = " Anthropic " />} iconType = " image" href = " /v2/integrations/anthropic " />
25+ <Card title = " LangChain" icon = { <img src = " https://www.github.com/agentops-ai/agentops/blob/main/docs/ images/external/langchain/langchain-logo.svg?raw=true " alt = " LangChain" />} iconType = " image" href = " /v2/integrations/langchain" />
26+ <Card title = " LiteLLM" icon = { <img src = " https://www.github.com/agentops-ai/agentops/blob/main/docs/ images/external/litellm/litellm.png?raw=true " alt = " LiteLLM" />} iconType = " image" href = " /v2/integrations/litellm" />
2727</CardGroup >
2828
2929Observability and monitoring for your AI agents and LLM apps. And we do it all in just two lines of code...
@@ -70,20 +70,20 @@ You also get helpful debugging info such as any SDK versions you were on if you'
7070LLM 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 = " / images/session-summary.gif" />
73+ <img height = " 200" src = " https://www.github.com/agentops-ai/agentops/blob/main/docs/ images/session-summary.gif?raw=true " />
7474</Frame >
7575
7676Find any past sessions from your Session Drawer.
7777<Frame type = " glass" caption = " Session Drawer" >
78- <img height = " 250" src = " / images/session-drawer.gif" />
78+ <img height = " 250" src = " https://www.github.com/agentops-ai/agentops/blob/main/docs/ images/session-drawer.gif?raw=true " />
7979</Frame >
8080
8181Most powerful of all is the Session Waterfall. On the left, a time visualization of all your LLM calls, Action events, Tool calls, and Errors.
8282On 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.
8383Most of which has been automatically recorded for you.
8484
8585<Frame type = " glass" caption = " Session Waterfall" >
86- <img height = " 200" src = " / images/session-waterfall.gif" />
86+ <img height = " 200" src = " https://www.github.com/agentops-ai/agentops/blob/main/docs/ images/session-waterfall.gif?raw=true " />
8787</Frame >
8888
8989
0 commit comments