Skip to content

Commit

Permalink
docs: remove superagent + clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
clemra committed Jul 23, 2024
1 parent d80b762 commit d4709f2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
8 changes: 1 addition & 7 deletions pages/docs/get-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -352,13 +352,7 @@ import IconOpenai from "@/components/icons/openai";
href="/docs/integrations/litellm"
arrow
/>
<Card
icon={<Code size="24" />}
title="Superagent"
href="/docs/integrations/superagent"
arrow
/>
</Cards>
## FAQ
Expand Down
2 changes: 1 addition & 1 deletion pages/docs/integrations/_meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
"llama-index": "LlamaIndex",
"haystack": "Haystack",
"litellm": "LiteLLM",
"dify": "Dify.AI",
"instructor": "Instructor",
"mirascope": "Mirascope",
"vercel-ai": {
"title": "AI SDK by Vercel ↗",
"href": "/docs/sdk/typescript/example-vercel-ai"
},
"dify": "Dify",
"flowise": "Flowise",
"langflow": "Langflow"
}
1 change: 0 additions & 1 deletion pages/docs/integrations/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,5 @@ There are currently six main ways to integrate with Langfuse:
| [AI SDK by Vercel](/docs/sdk/typescript/example-vercel-ai) | Typescript SDK that makes streaming LLM outputs super easy. |
| [Flowise](/docs/integrations/flowise) | JS/TS no-code builder for customized LLM flows. |
| [Langflow](/docs/integrations/langflow) | Python-based UI for LangChain, designed with react-flow to provide an effortless way to experiment and prototype flows. |
| [Superagent](/docs/integrations/superagent) | Open Source AI Assistant Framework & API for prototyping and deployment of agents. |

Unsure which integration to choose? Ask us on [Discord](/discord) or in the chat.

0 comments on commit d4709f2

Please sign in to comment.