Skip to content

Commit 85d4168

Browse files
committed
.
1 parent 27ce12e commit 85d4168

5 files changed

Lines changed: 18 additions & 23 deletions

File tree

docs/content/docs/coagents/index.mdx

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,23 @@ import { DynamicContentWrapper } from "@/components/react/dynamic-content-wrappe
2626

2727
---
2828

29-
A powerful new wave of Agent-Native Applications has emerged based on verticalized AI agents & agent-native UX (Replit Agent, v0, OpenAI’s Canvas, etc).
3029

31-
**CoAgents provides everything you need to deeply integrate LangGraph agents into react applications-
32-
and build Agent-Native applications.**
30+
## Build Agent-Native Applications with CoAgents
31+
32+
33+
34+
A powerful new wave of Agent-Native Applications has emerged based on verticalized AI agents & agent-native UX (Replit Agent, v0, OpenAI’s Canvas, etc). **CoAgents provides everything you need to deeply integrate LangGraph agents into react applications-
35+
and build such Agent-Native applications.**
36+
37+
38+
39+
40+
See an introduction below:
41+
42+
<div className="flex justify-center my-12">
43+
<YouTubeVideo videoId="tVjVYJE-Nic" defaultPlaybackRate={1.0} />
44+
</div>
45+
3346

3447

3548
<Link
@@ -53,23 +66,11 @@ and build Agent-Native applications.**
5366
</Link>
5467

5568

56-
**See an introduction below:**
57-
58-
<div className="flex justify-center my-12">
59-
<YouTubeVideo videoId="tVjVYJE-Nic" defaultPlaybackRate={1.0} />
60-
</div>
6169

62-
<CoAgentsEnterpriseCTA />
6370

6471

6572

6673

67-
68-
69-
## Build Agent-Native Applications with CoAgents
70-
71-
CoAgents empowers you to rapidly build powerful AI-native applications, similar to Replit Agent, v0, and OpenAI's Canvas. By combining LangGraph for reliable AI agents with CopilotKit's CoAgents extension for in-app Agent integration, you can create sophisticated AI-driven experiences.
72-
7374
### Key Features
7475

7576
- **__Shared State:__** Seamlessly synchronize state between agents and your application, enabling real-time interactions and updates. With a single line of code, your application can see everything the agent is doing, and the agent can see everything that happens inside the application.
@@ -86,4 +87,3 @@ With CoAgents, you can harness the power of AI to create intelligent, responsive
8687

8788

8889

89-
<CoAgentsEnterpriseCTA />

docs/content/docs/coagents/react-ui/hitl/frontend-functions.mdx renamed to docs/content/docs/coagents/react-ui/frontend-functions.mdx

File renamed without changes.

docs/content/docs/coagents/react-ui/hitl/meta.json

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

docs/content/docs/coagents/react-ui/meta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"pages": [
44
"in-app-agent-read",
55
"in-app-agent-write",
6-
"hitl"
6+
"frontend-functions"
77
]
88
}

docs/next-env.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/// <reference types="next" />
22
/// <reference types="next/image-types/global" />
3+
/// <reference types="next/navigation-types/compat/navigation" />
34

45
// NOTE: This file should not be edited
56
// see https://nextjs.org/docs/app/building-your-application/configuring/typescript for more information.

0 commit comments

Comments
 (0)