Files
nihalashetty ae67bff5a3 feat: deep-agent canvas, live observability, and multi-environment tooling
Self-hosted platform for building, testing, and shipping LangChain/LangGraph agents. Deep-agent sub-agents on the canvas, a live tracing/observability timeline, auto-provisioned built-in tools with import/export, per-environment tool variables, streamed evaluations, and per-user auth token forwarding.
2026-07-28 01:49:19 +05:30

39 lines
948 B
JSON

{
"name": "web",
"version": "0.1.0",
"private": true,
"license": "MIT",
"scripts": {
"dev": "next dev -p 3000",
"build": "next build",
"start": "next start -p 3000",
"lint": "next lint",
"test": "vitest run"
},
"dependencies": {
"@xyflow/react": "^12.3.5",
"jmespath": "^0.16.0",
"mustache": "^4.2.0",
"next": "14.2.18",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-markdown": "^9.0.1",
"recharts": "^3.10.0",
"remark-gfm": "^4.0.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.6.1",
"@types/jmespath": "^0.15.2",
"@types/mustache": "^4.2.5",
"@types/node": "^22.9.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.7.0",
"jsdom": "^25.0.1",
"typescript": "^5.6.3",
"vitest": "^2.1.9"
}
}