Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

langchain-ai/deep-agents-ui

Open more actions menu

Repository files navigation

Deep Agents UI

Deep Agents are generic AI agents that are capable of handling tasks of varying complexity. This is a UI intended to be used alongside the deep-agents package from LangChain.

If the term "Deep Agents" is new to you, check out these videos! What are Deep Agents? Implementing Deep Agents

And check out this video for a walkthrough of this UI.

Connecting to a Local LangGraph Server

Create a .env.local file and set two variables

NEXT_PUBLIC_DEPLOYMENT_URL="http://127.0.0.1:2024" # Or your server URL
NEXT_PUBLIC_AGENT_ID=<your agent ID from langgraph.json>

Connecting to a Production LangGraph Deployment on LGP

Create a .env.local file and set three variables

NEXT_PUBLIC_DEPLOYMENT_URL="your agent server URL"
NEXT_PUBLIC_AGENT_ID=<your agent ID from langgraph.json>
NEXT_PUBLIC_LANGSMITH_API_KEY=<langsmith-api-key>

Once you have your environment variables set, install all dependencies and run your app.

npm install
npm run dev

Open http://localhost:3000 to test out your deep agent!

About

Custom UI for Deep Agents

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
Morty Proxy This is a proxified and sanitized view of the page, visit original site.