Skip to content

Commit ea4d27b

Browse files
authored
consolidated langgraph integrations into all providers (#1973)
Replaces #1951
1 parent 65ea0e6 commit ea4d27b

File tree

3 files changed

+12
-24
lines changed

3 files changed

+12
-24
lines changed

src/docs.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@
312312
"tab": "Integrations",
313313
"pages": [
314314
"oss/python/integrations/providers/overview",
315-
"oss/python/langgraph/integrations","oss/python/integrations/providers/all_providers",
315+
"oss/python/integrations/providers/all_providers",
316316
{
317317
"group": "Popular Providers",
318318
"icon": "user-group",
@@ -651,7 +651,6 @@
651651
"tab": "Integrations",
652652
"pages": [
653653
"oss/javascript/integrations/providers/overview",
654-
"oss/javascript/langgraph/integrations",
655654
"oss/javascript/integrations/providers/all_providers",
656655
{
657656
"group": "Popular Providers",

src/oss/langgraph/integrations.mdx

Lines changed: 0 additions & 19 deletions
This file was deleted.

src/oss/python/integrations/providers/all_providers.mdx

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,14 @@ Browse the complete collection of integrations available for Python. LangChain P
281281
Speech-to-text and audio intelligence API.
282282
</Card>
283283

284+
<Card
285+
title="assistant-ui"
286+
icon="file-code"
287+
href="https://www.assistant-ui.com/docs/runtimes/langgraph"
288+
>
289+
React framework for building AI chat interfaces with streaming support and LangGraph integration.
290+
</Card>
291+
284292
<Card
285293
title="AstraDB"
286294
href="/oss/integrations/providers/astradb"
@@ -2042,11 +2050,11 @@ Browse the complete collection of integrations available for Python. LangChain P
20422050
</Card>
20432051

20442052
<Card
2045-
title="Open Agent Spec"
2046-
href="https://oracle.github.io/agent-spec/index.html"
2053+
title="Open Agent Spec (PyAgentSpec)"
2054+
href="https://oracle.github.io/agent-spec/adapters/langgraph.html"
20472055
icon="link"
20482056
>
2049-
Framework-agnostic language for portable agent definitions.
2057+
Framework-agnostic declarative language by Oracle for defining agentic systems. Define agents and workflows in a portable JSON/YAML format that can be executed across different runtimes.
20502058
</Card>
20512059

20522060
<Card

0 commit comments

Comments
 (0)