Back to Copilotkit

LangGraph Deep Agents in CopilotKit

showcase/shell-docs/src/content/docs/whats-new/langgraph-deep-agents.mdx

1.57.0855 B
Original Source

What are Deep Agents?

They go beyond basic agents. They can plan multi-step workflows, manage their own file systems for context, spawn subagents for specialized tasks, and maintain long-term memory across sessions.

Deep Agents in Your App Through CopilotKit

<div className="flex flex-col md:flex-row gap-6 items-start"> <div className="flex-1"> <Image src="/images/deep-agents.jpeg" alt="Deep Agents" width={400} height={300} className="rounded-lg shadow-lg" /> </div> <div className="flex-1">

CopilotKit brings your Deep Agents to the frontend. Users can see the agent's thought process, interact with subagents as they spawn, and collaborate with the agent in real-time. It bridges the gap between powerful backend agents and actual user experience.

Get Started

</div> </div>