File tree Expand file tree Collapse file tree 3 files changed +12
-24
lines changed
python/integrations/providers Expand file tree Collapse file tree 3 files changed +12
-24
lines changed Original file line number Diff line number Diff line change 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" ,
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" ,
Load Diff This file was deleted.
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments