This commit is contained in:
bracesproul
2025-03-11 14:59:07 -07:00
parent 51a1b8d10e
commit ae725f2d4a
2 changed files with 9 additions and 4 deletions
+3 -3
View File
@@ -1,4 +1,4 @@
# LangGraph Generative UI
# LangGraph Generative UI Examples
This repository contains a series of agents intended to be used with the [Agent Chat UI](https://agentchat.vercel.app) ([repo](https://github.com/langchain-ai/agent-chat-ui)).
@@ -7,9 +7,9 @@ This repository contains a series of agents intended to be used with the [Agent
First, clone this repository:
```bash
git clone https://github.com/langchain-ai/langgraph-gen-ui.git
git clone https://github.com/langchain-ai/langgraphjs-gen-ui-examples.git
cd langgraph-gen-ui
cd langgraphjs-gen-ui-examples
```
Then, install dependencies:
+6 -1
View File
@@ -1,5 +1,10 @@
{
"name": "agent-ui-client",
"name": "langgraphjs-gen-ui-examples",
"homepage": "https://github.com/langchain-ai/langgraphjs-gen-ui-examples/blob/main/README.md",
"repository": {
"type": "git",
"url": "https://github.com/langchain-ai/langgraphjs-gen-ui-examples.git"
},
"private": true,
"version": "0.0.0",
"type": "module",