mirror of
https://github.com/CopilotKit/CopilotKit.git
synced 2026-09-14 16:26:20 +08:00
13 lines
260 B
JSON
13 lines
260 B
JSON
{
|
|
"name": "@repo/agent",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "npx @langchain/langgraph-cli dev --port 8123 --no-browser",
|
|
"postinstall": "uv sync"
|
|
},
|
|
"devDependencies": {
|
|
"@langchain/langgraph-cli": "^1.1.12"
|
|
}
|
|
}
|