agentops/docs/v2/examples/examples.mdx

89 lines
4.8 KiB
Plaintext

---
title: 'Examples'
description: 'Examples of AgentOps with various integrations'
---
## Explore our examples to see AgentOps in action!
### LLM Integrations
<CardGroup cols={3}>
<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/examples/anthropic">
Claude integration with tool usage and advanced features
</Card>
<Card title="Google Generative AI" icon={<img src="https://www.github.com/agentops-ai/agentops/blob/main/docs/images/external/deepmind/gemini-logo.png?raw=true" alt="Gemini" />} iconType="image" href="/v2/examples/google_genai">
Google Gemini models and their examples
</Card>
<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/examples/litellm">
Unified LLM interface monitoring example
</Card>
<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/examples/openai">
Advanced multi-tool orchestration with GPT models
</Card>
<Card title="Watsonx" icon={<img src="https://www.github.com/agentops-ai/agentops/blob/main/docs/images/external/ibm/ibm-logo.svg?raw=true" alt="IBM" />} iconType="image" href="/v2/examples/watsonx">
Watsonx text chat integration example
</Card>
<Card title="x.AI" icon={<img src="https://www.github.com/agentops-ai/agentops/blob/main/docs/images/external/xai/xai-logo.png?raw=true" alt="x.AI" />} iconType="image" href="/v2/examples/xai">
Grok LLM basic usage patterns
</Card>
</CardGroup>
### Agent Integrations
<CardGroup>
<Card title="AG2" icon={<img src="https://www.github.com/agentops-ai/agentops/blob/main/docs/images/external/ag2/ag2-logo.svg?raw=true" alt="AG2" />} iconType="image" href="/v2/examples/ag2">
Multi-agent conversations with memory capabilities
</Card>
<Card title="Agno" icon={<img src="https://www.github.com/agentops-ai/agentops/blob/main/docs/images/external/agno/agno.png?raw=true" alt="Agno" />} iconType="image" href="/v2/examples/agno">
Modern AI agent framework with teams, workflows, and tool integration
</Card>
<Card title="Autogen" icon={<img src="https://www.github.com/agentops-ai/agentops/blob/main/docs/images/external/autogen/autogen-logo.svg?raw=true" alt="Autogen" />} iconType="image" href="/v2/examples/autogen">
AG2 multi-agent workflow demonstration
</Card>
<Card title="CrewAI" icon={<img src="https://www.github.com/agentops-ai/agentops/blob/main/docs/images/external/crewai/crewai-logo.png?raw=true" alt="CrewAI" />} iconType="image" href="/v2/examples/crewai">
CrewAI multi-agent framework example
</Card>
<Card title="Google ADK" icon={<img src="https://www.github.com/agentops-ai/agentops/blob/main/docs/images/external/google-adk/google-adk-logo.png?raw=true" alt="Google ADK" />} iconType="image" href="/v2/examples/google_adk">
Google Agent Development Kit integration
</Card>
<Card title="Haystack" icon={<img src="https://www.github.com/agentops-ai/agentops/blob/main/docs/images/external/haystack/haystack-logo.png?raw=true" alt="Haystack" />} iconType="image" href="/v2/integrations/haystack">
Monitor your Haystack agents with AgentOps
</Card>
<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/examples/openai_agents">
OpenAI Agents SDK workflow walkthrough
</Card>
<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/examples/langchain">
LangChain callback handler integration
</Card>
<Card title="Mem0" icon={<img src="https://www.github.com/agentops-ai/agentops/blob/main/docs/images/external/mem0/mem0.png?raw=true" alt="Mem0" />} iconType="image" href="/v2/examples/mem0">
Comprehensive memory operations with Mem0ai
</Card>
<Card title="smolagents" icon={<img src="https://github.com/AgentOps-AI/agentops/blob/main/docs/images/external/huggingface/hf-logo.png?raw=true" alt="smolagents" />} iconType="image" href="/v2/integrations/smolagents">
Track HuggingFace's smolagents with AgentOps seamlessly
</Card>
</CardGroup>
<script type="module" src="/scripts/github_stars.js" />
<script type="module" src="/scripts/scroll-img-fadein-animation.js" />
<script type="module" src="/scripts/button_heartbeat_animation.js" />
<script type="module" src="/scripts/adjust_api_dynamically.js" />