Skip to content

Commit

Permalink
Merge branch 'main' into devin/1733944984-assistants-api-integration
Browse files Browse the repository at this point in the history
  • Loading branch information
the-praxs authored Dec 13, 2024
2 parents aa356ad + c70ec59 commit 74e73e7
Show file tree
Hide file tree
Showing 11 changed files with 23 additions and 11 deletions.
Empty file added agentops/llms/__init__.py
Empty file.
Empty file.
Empty file added agentops/partners/__init__.py
Empty file.
Binary file modified docs/images/external/anthropic/anthropic_icon_slate.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions docs/images/external/cohere/cohere-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/external/langchain/langchain-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/images/external/openai/openai-logomark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/images/external/xai/xai-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 7 additions & 7 deletions docs/v1/examples/examples.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ mode: "wide"
<Card title="AI21" icon="brain" href="/v1/integrations/ai21">
Integration with AI21's language models
</Card>
<Card title="Anthropic" icon={<img src="https://www.github.com/agentops-ai/agentops/blob/main/docs/images/external/anthropic/anthropic_icon_ivory.png?raw=true" alt="Anthropic" />} iconType="image" href="/v1/integrations/anthropic">
<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="/v1/integrations/anthropic">
Track observations from Claude, Haiku and Sonnet series of models
</Card>
<Card title="AutoGen" icon="microsoft" href="/v1/integrations/autogen">
AutoGen multi-agent conversible workflow with tool usage
</Card>
<Card title="Cohere" icon={<img src="https://www.github.com/agentops-ai/agentops/blob/main/docs/images/external/cohere/Cohere-Logo-Mono Marble White-RGB.png?raw=true" alt="Cohere" />} iconType="image" href="/v1/integrations/cohere">
<Card title="Cohere" icon={<img src="https://www.github.com/agentops-ai/agentops/blob/main/docs/images/external/cohere/cohere-logo.svg?raw=true" alt="Cohere" />} iconType="image" href="/v1/integrations/cohere">
First class support for Command-R-Plus and chat streaming
</Card>
<Card title="Crew.ai" icon="ship" href="/v1/integrations/crewai">
Expand All @@ -39,13 +39,13 @@ mode: "wide"
<Card title="Groq" icon="bolt" href="/v1/integrations/groq">
Ultra-fast LLM inference with Groq Cloud
</Card>
<Card title="LangChain" icon="crow" href="/v1/examples/langchain">
<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="/v1/examples/langchain">
Jupyter Notebook with a sample LangChain integration
</Card>
<Card title="Llama Stack" icon="crow" href="/v1/integrations/llama_stack">
<Card title="Llama Stack" icon="pancakes" href="/v1/integrations/llama_stack">
Create an agent to search the web using Brave Search and find the winner of NBA western conference semifinals 2014
</Card>
<Card title="LiteLLM" icon="wand-magic-sparkles" href="/v1/integrations/litellm">
<Card title="LiteLLM" icon="train-tram" href="/v1/integrations/litellm">
Unified interface for multiple LLM providers
</Card>
<Card title="Mistral" icon={<img src="https://www.github.com/agentops-ai/agentops/blob/main/docs/images/external/mistral/mistral-ai-icon.png?raw=true" alt="Mistral" />} iconType="image" href="/v1/integrations/mistral">
Expand All @@ -57,13 +57,13 @@ mode: "wide"
<Card title="Ollama" icon={<img src="https://www.github.com/agentops-ai/agentops/blob/main/docs/images/external/ollama/ollama-icon.png?raw=true" alt="Ollama" />} iconType="image" href="/v1/examples/ollama">
Simple Ollama integration with AgentOps
</Card>
<Card title="OpenAI" icon={<img src="https://www.github.com/agentops-ai/agentops/blob/main/docs/images/external/openai/openai-white-logomark.png?raw=true" alt="OpenAI" />} iconType="image" href="/v1/integrations/openai">
<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="/v1/integrations/openai">
First class support for GPT family of models
</Card>
<Card title="REST API" icon="bolt-lightning" href="/v1/examples/restapi">
Create a REST server that performs and observes agent tasks
</Card>
<Card title="xAI" icon={<img src="https://www.github.com/agentops-ai/agentops/blob/main/docs/images/external/openai/xai-logo.png?raw=true" alt="xAI" />} iconType="image" href="/v1/integrations/xai">
<Card title="xAI" icon={<img src="https://www.github.com/agentops-ai/agentops/blob/main/docs/images/external/xai/xai-logo.png?raw=true" alt="xAI" />} iconType="image" href="/v1/integrations/xai">
Observe the power of Grok and Grok Vision with AgentOps
</Card>
</CardGroup>
Expand Down
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@ dev = [
"ruff",
"vcrpy>=6.0.0; python_version >= '3.8'"
]
ci = [
"tach~=0.9",
]

[project.optional-dependencies]
langchain = [
"langchain==0.2.14; python_version >= '3.8.1'"
]
ci = [
"tach~=0.9",
]


[project.urls]
Expand Down Expand Up @@ -118,4 +118,4 @@ exclude = [
]

[tool.setuptools]
packages = ["agentops", "agentops.llms", "agentops.llms.providers", "agentops.partners"]
packages = ["agentops"]

0 comments on commit 74e73e7

Please sign in to comment.