mirror of
https://github.com/langchain-ai/langgraphjs-gen-ui-examples.git
synced 2026-07-01 12:31:37 -04:00
cr
This commit is contained in:
@@ -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
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user