Files
Martha Schumann 853740266a fix(langgraph-python-threads): pin to stable @copilotkit/* 1.57.0 and intelligence 0.1.0
Replaces canary @copilotkit/* (1.56.5-canary.1777671752) and the intelligence
composite RC tag (0.1.0-rc.16) with the just-released stable artifacts so users
cloning this starter get a reproducible configuration. Also aligns the
Dockerfile copilotkit Python pin (0.1.78) with apps/agent/pyproject.toml (0.1.86).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-05 05:29:04 -07:00

25 lines
525 B
JSON

{
"name": "@repo/bff",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "tsx watch --env-file=../../.env src/server.ts",
"build": "tsc",
"start": "node dist/server.js"
},
"dependencies": {
"@copilotkit/runtime": "1.57.0",
"@hono/node-server": "^1.13.6",
"express": "5.2.1",
"hono": "^4.7.11",
"reflect-metadata": "0.2.2",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/node": "^22.10.7",
"tsx": "^4.19.2",
"typescript": "^5"
}
}