2025-03-07 11:27:21 -08:00
|
|
|
# Chat LangGraph
|
|
|
|
|
|
|
|
|
|
> [!WARNING]
|
|
|
|
|
> This repo is still a work in progress and is not intended for use. Estimated launch date 03/11. Thank you for your patience.
|
2025-02-18 19:35:46 +01:00
|
|
|
|
2025-02-18 19:41:47 +01:00
|
|
|
## Setup
|
2025-02-18 19:35:46 +01:00
|
|
|
|
2025-02-27 14:08:24 -08:00
|
|
|
1. Clone `langgraph` repo and `langgraphjs-api` repo.
|
2025-02-18 19:41:47 +01:00
|
|
|
1. Checkout the following branches:
|
|
|
|
|
- `langgraph`: `dqbd/sdk-js-react-ui`
|
|
|
|
|
- `langgraphjs-api`: `dqbd/api-ui`
|
|
|
|
|
1. Run `npx packserve -d ../langgraph/libs/sdk-js ../langgraphjs-api/libs/langgraph-api ../langgraphjs-api/libs/langgraph-cli`
|
|
|
|
|
1. Run `pnpm install` while running the `packserve` server
|
2025-02-18 19:35:46 +01:00
|
|
|
|
2025-02-27 14:08:24 -08:00
|
|
|
TODO: will create RC packages down the line, but just too lazy for now.
|