This commit is contained in:
bracesproul
2025-04-10 11:49:31 -07:00
parent 25524792ec
commit a9448cb488
3 changed files with 12 additions and 7 deletions

View File

@@ -1,4 +1,5 @@
# LangGraph Configuration # LangGraph Configuration
VITE_API_URL=http://localhost:2024 NEXT_PUBLIC_API_URL=http://localhost:2024
VITE_ASSISTANT_ID=agent NEXT_PUBLIC_ASSISTANT_ID=agent
VITE_LANGSMITH_API_KEY= # Do NOT prefix this with "NEXT_PUBLIC_" as we do not want this exposed in the client.
LANGSMITH_API_KEY=

View File

@@ -21,6 +21,7 @@
"dependencies": { "dependencies": {
"@langchain/core": "^0.3.44", "@langchain/core": "^0.3.44",
"@langchain/langgraph": "^0.2.63", "@langchain/langgraph": "^0.2.63",
"@langchain/langgraph-sdk": "^0.0.66",
"@radix-ui/react-avatar": "^1.1.3", "@radix-ui/react-avatar": "^1.1.3",
"@radix-ui/react-dialog": "^1.1.6", "@radix-ui/react-dialog": "^1.1.6",
"@radix-ui/react-label": "^2.1.2", "@radix-ui/react-label": "^2.1.2",

11
pnpm-lock.yaml generated
View File

@@ -14,6 +14,9 @@ importers:
'@langchain/langgraph': '@langchain/langgraph':
specifier: ^0.2.63 specifier: ^0.2.63
version: 0.2.63(@langchain/core@0.3.44(openai@4.85.4(zod@3.24.2)))(react@19.0.0)(zod-to-json-schema@3.24.3(zod@3.24.2)) version: 0.2.63(@langchain/core@0.3.44(openai@4.85.4(zod@3.24.2)))(react@19.0.0)(zod-to-json-schema@3.24.3(zod@3.24.2))
'@langchain/langgraph-sdk':
specifier: ^0.0.66
version: 0.0.66(@langchain/core@0.3.44(openai@4.85.4(zod@3.24.2)))(react@19.0.0)
'@radix-ui/react-avatar': '@radix-ui/react-avatar':
specifier: ^1.1.3 specifier: ^1.1.3
version: 1.1.3(@types/react-dom@19.0.4(@types/react@19.0.10))(@types/react@19.0.10)(react-dom@19.0.0(react@19.0.0))(react@19.0.0) version: 1.1.3(@types/react-dom@19.0.4(@types/react@19.0.10))(@types/react@19.0.10)(react-dom@19.0.0(react@19.0.0))(react@19.0.0)
@@ -536,8 +539,8 @@ packages:
peerDependencies: peerDependencies:
'@langchain/core': '>=0.2.31 <0.4.0' '@langchain/core': '>=0.2.31 <0.4.0'
'@langchain/langgraph-sdk@0.0.57': '@langchain/langgraph-sdk@0.0.66':
resolution: {integrity: sha512-xb1OgsQ7fq6zjWaspa/9yjZ35kf1/qIPBC8wkNUI0gelnZLeAnss9RhGKc8L2qMB1P3anxRB9IPGwqCoMUHimg==} resolution: {integrity: sha512-l0V4yfKXhHaTRK/1bKMfZ14k3wWZu27DWTlCUnbYJvdo7os5srhONgPCOqQgpazhi5EhXbW2EVgeu/wLW2zH6Q==}
peerDependencies: peerDependencies:
'@langchain/core': '>=0.2.31 <0.4.0' '@langchain/core': '>=0.2.31 <0.4.0'
react: ^18 || ^19 react: ^18 || ^19
@@ -3630,7 +3633,7 @@ snapshots:
'@langchain/core': 0.3.44(openai@4.85.4(zod@3.24.2)) '@langchain/core': 0.3.44(openai@4.85.4(zod@3.24.2))
uuid: 10.0.0 uuid: 10.0.0
'@langchain/langgraph-sdk@0.0.57(@langchain/core@0.3.44(openai@4.85.4(zod@3.24.2)))(react@19.0.0)': '@langchain/langgraph-sdk@0.0.66(@langchain/core@0.3.44(openai@4.85.4(zod@3.24.2)))(react@19.0.0)':
dependencies: dependencies:
'@types/json-schema': 7.0.15 '@types/json-schema': 7.0.15
p-queue: 6.6.2 p-queue: 6.6.2
@@ -3644,7 +3647,7 @@ snapshots:
dependencies: dependencies:
'@langchain/core': 0.3.44(openai@4.85.4(zod@3.24.2)) '@langchain/core': 0.3.44(openai@4.85.4(zod@3.24.2))
'@langchain/langgraph-checkpoint': 0.0.16(@langchain/core@0.3.44(openai@4.85.4(zod@3.24.2))) '@langchain/langgraph-checkpoint': 0.0.16(@langchain/core@0.3.44(openai@4.85.4(zod@3.24.2)))
'@langchain/langgraph-sdk': 0.0.57(@langchain/core@0.3.44(openai@4.85.4(zod@3.24.2)))(react@19.0.0) '@langchain/langgraph-sdk': 0.0.66(@langchain/core@0.3.44(openai@4.85.4(zod@3.24.2)))(react@19.0.0)
uuid: 10.0.0 uuid: 10.0.0
zod: 3.24.2 zod: 3.24.2
optionalDependencies: optionalDependencies: