Skip to content

Commit 0f40d82

Browse files
authored
Logo fixes (#943)
* change logos * better links, non gihtub * revert sources * revert * revert * revert * reverty
1 parent 782bdfe commit 0f40d82

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

docs/v2/introduction.mdx

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -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

2929
Observability 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'
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="/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

7676
Find 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

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="/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

Comments
 (0)