Skip to content

Commit

Permalink
added new docs card
Browse files Browse the repository at this point in the history
  • Loading branch information
areibman committed Jul 18, 2024
1 parent 4829706 commit a57c8cb
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions docs/v1/examples.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,19 @@ mode: "wide"
<CardGroup cols={2}>
<Card title="Simple Agent" icon="person-carry-box" iconType="solid" href="https://github.com/AgentOps-AI/agentops-py/blob/main/examples/openai-gpt.ipynb">
Jupyter Notebook with sample code that you can run! Start here!
</Card>
<Card title="Crew.ai Example" icon="ship" href="/v1/integrations/crewai">
CrewAI multi-agent framework with AgentOps support
</Card>
<Card title="AutoGen" icon="microsoft" href="/v1/integrations/autogen">
AutoGen multi-agent conversible workflow with tool usage
</Card>
<Card title="Multi-Agent Code Example" icon="people-arrows" iconType="duotone" href="https://github.com/AgentOps-AI/agentops-py/blob/main/examples/multi_agent_example.ipynb">
Jupyter Notebook with a simple multi-agent design
</Card>
<Card title="LangChain Example" icon="link" href="https://github.com/AgentOps-AI/agentops-py/blob/main/examples/langchain_examples.ipynb">
Jupyter Notebook with a sample LangChain integration
</Card>
<Card title="Crew.ai Example" icon="ship" href="/v1/integrations/crewai">
CrewAI multi-agent framework with AgentOps support
</Card>
<Card title="FastAPI Example" icon="computer" href="/v1/examples/fastapi">
Create a REST server that performs and observes agent tasks
</Card>
Expand Down

0 comments on commit a57c8cb

Please sign in to comment.