Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions src/oss/langgraph/integrations.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,13 @@ Create responsive user interfaces that are powered by your graphs with these UI
React framework for building in-app AI copilots with pre-built components, supporting React and Next.js.
</Card>
</CardGroup>

## Standards and interoperability

Integrations for standards and interoperability provide a portable way to define agentic systems across different runtimes.

<CardGroup cols={1}>
<Card title="Open Agent Spec (PyAgentSpec)" icon="file-code" href="https://oracle.github.io/agent-spec/adapters/langgraph.html">
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.
</Card>
</CardGroup>
Loading