Skip to content

Commit 3a2373b

Browse files
committed
WIP: integrations landing
1 parent a561e8b commit 3a2373b

File tree

3 files changed

+112
-0
lines changed

3 files changed

+112
-0
lines changed

src/docs.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -687,6 +687,7 @@
687687
{
688688
"group": "Integrations",
689689
"pages": [
690+
"langsmith/integrations",
690691
"langsmith/trace-with-langchain",
691692
"langsmith/trace-with-langgraph",
692693
"langsmith/trace-anthropic",
@@ -1706,6 +1707,7 @@
17061707
{
17071708
"group": "Integrations",
17081709
"pages": [
1710+
"langsmith/integrations",
17091711
"langsmith/trace-with-langchain",
17101712
"langsmith/trace-with-langgraph",
17111713
"langsmith/trace-anthropic",
Lines changed: 23 additions & 0 deletions
Loading

src/langsmith/integrations.mdx

Lines changed: 87 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,87 @@
1+
---
2+
title: Integrations
3+
sidebarTitle: Overview
4+
mode: wide
5+
---
6+
7+
LangSmith provides support for LangChain and LangGraph as well as integrations with a growing set of popular agent frameworks and LLM providers. This overview highlights some of the integrations in each category, while the complete list of supported integrations have dedicated guide pages in the navigation bar for setup and usage.
8+
9+
## Native open source frameworks
10+
11+
<Columns cols={2}>
12+
<Card
13+
title="LangChain"
14+
icon="/images/brand/favicon.svg"
15+
href="/langsmith/trace-with-langchain" horizontal>
16+
</Card>
17+
<Card
18+
title="LangGraph"
19+
icon="link"
20+
href="/langsmith/observability-quickstart" horizontal>
21+
</Card>
22+
23+
</Columns>
24+
25+
## LLM providers
26+
27+
<Columns cols={2}>
28+
<Card
29+
title="OpenAI"
30+
icon="/langsmith/images/OpenAI-black-monoblossom.svg"
31+
horizontal>
32+
</Card>
33+
34+
<Card
35+
title="Anthropic"
36+
icon="pencil"
37+
href="/langsmith/prompt-engineering-quickstart" horizontal>
38+
</Card>
39+
40+
</Columns>
41+
42+
## Agent frameworks
43+
44+
<Columns cols={4}>
45+
<Card
46+
title="AutoGen"
47+
icon="fa fa-microsoft"
48+
href="/langsmith/evaluation-quickstart" horizontal>
49+
</Card>
50+
51+
<Card
52+
title="CrewAI"
53+
icon="chart-simple"
54+
href="/langsmith/evaluation-quickstart" horizontal>
55+
</Card>
56+
57+
<Card
58+
title="Google ADK"
59+
icon="chart-simple"
60+
href="/langsmith/evaluation-quickstart" horizontal>
61+
</Card>
62+
63+
<Card
64+
title="Instructor"
65+
icon="chart-simple"
66+
href="/langsmith/evaluation-quickstart" horizontal>
67+
</Card>
68+
69+
<Card
70+
title="OpenAI Agents"
71+
icon="/langsmith/images/OpenAI-black-monoblossom.svg"
72+
href="/langsmith/administration-overview" horizontal>
73+
</Card>
74+
75+
<Card
76+
title="Semantic Kernel"
77+
icon="chart-simple"
78+
href="/langsmith/evaluation-quickstart" horizontal>
79+
</Card>
80+
81+
<Card
82+
title="Vercel AI SDK"
83+
icon="chart-simple"
84+
href="/langsmith/evaluation-quickstart" horizontal>
85+
</Card>
86+
87+
</Columns>

0 commit comments

Comments
 (0)