Skip to content
Open
Show file tree
Hide file tree
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
8 changes: 8 additions & 0 deletions src/data/nav/aitransport.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,14 @@ export default {
name: 'LangGraph token streaming - message per response',
link: '/docs/guides/ai-transport/lang-graph-message-per-response',
},
{
name: 'LangGraph human-in-the-loop',
link: '/docs/guides/ai-transport/langgraph-human-in-the-loop',
},
{
name: 'Vercel AI SDK human-in-the-loop',
link: '/docs/guides/ai-transport/vercel-human-in-the-loop',
},
],
},
],
Expand Down
12 changes: 12 additions & 0 deletions src/pages/docs/ai-transport/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,12 @@ Use the following guides to get started with the Vercel AI SDK:
image: 'icon-tech-javascript',
link: '/docs/guides/ai-transport/vercel-message-per-token',
},
{
title: 'Human-in-the-loop',
description: 'Implement HITL workflows with tool approval over Ably',
image: 'icon-tech-javascript',
link: '/docs/guides/ai-transport/vercel-human-in-the-loop',
},
]}
</Tiles>

Expand All @@ -97,6 +103,12 @@ Use the following guides to get started with LangGraph:
image: 'icon-tech-javascript',
link: '/docs/guides/ai-transport/lang-graph-message-per-token',
},
{
title: 'Human-in-the-loop',
description: 'Implement HITL workflows with tool approval over Ably',
image: 'icon-tech-javascript',
link: '/docs/guides/ai-transport/langgraph-human-in-the-loop',
},
]}
</Tiles>

Expand Down
Loading