Skip to content

Commit f88d93c

Browse files
committed
docs(coagents): add gif to travel tutorial and fix index page
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
1 parent 5e80dda commit f88d93c

3 files changed

Lines changed: 9 additions & 7 deletions

File tree

docs/content/docs/coagents/tutorials/ai-travel-app/index.mdx

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ import Link from "next/link";
1414
<div>**Difficulty:** Medium</div>
1515
</div>
1616

17-
<YouTubeVideo videoId="9v3kXiOY3vg" defaultPlaybackRate={1.25} />
18-
1917
<br />
2018

19+
<YouTubeVideo videoId="9v3kXiOY3vg" defaultPlaybackRate={1.25} />
20+
2121
## What you'll learn
2222

2323
In this tutorial, you will take a simple travel application and supercharge it with an agentic copilot. You will learn:
@@ -27,9 +27,13 @@ In this tutorial, you will take a simple travel application and supercharge it w
2727
- 💡 How to use `useCoAgentStateRender` to implement human-in-the-loop workflows
2828
- 💡 How to render intermediate states of your agent's execution
2929

30-
## Try it out!
31-
32-
You can try out an interactive example of the end result below:
30+
<Frame>
31+
<video controls autoPlay muted loop
32+
src="/images/coagents/tutorials/ai-travel-app/demo.mp4"
33+
alt="Travel app demo"
34+
className="w-full h-full [h-800px] shadow-xl">
35+
</video>
36+
</Frame>
3337

3438
<div className="flex flex-row gap-2">
3539
<Button size="lg" asChild className="flex gap-2 items-center">
@@ -47,6 +51,5 @@ You can try out an interactive example of the end result below:
4751
</Button>
4852
</div>
4953

50-
<iframe src="https://examples-coagents-ai-travel-app.vercel.app/" className="w-full h-[800px] mt-4 rounded-lg border shadow-xl" />
5154

5255
In the next step, we'll checkout the repo, install dependencies, and start the project locally.

docs/content/docs/coagents/tutorials/ai-travel-app/meta.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"title": "Tutorial: AI Travel App",
33
"pages": [
4-
"index",
54
"step-1-checkout-repo",
65
"step-2-langgraph-agent",
76
"step-3-setup-copilotkit",
7.71 MB
Binary file not shown.

0 commit comments

Comments
 (0)