{
"name": "agent-insight",
"version": "0.5.4",
"description": "Agent Skill 评估与观测平台 — 量化评估 Skills 在 Agent 上的实际运行效果",
"license": "MIT",
"private": false,
"bin": {
"agent-insight": "./bin/cli.js"
},
"files": [
"bin/",
"scripts/",
"prisma/",
"public/",
".next/standalone/",
".next/static/",
".env.example"
],
"scripts": {
"postinstall": "node scripts/postinstall.js",
"dev": "next dev -p 3000",
"build": "next build",
"prepack": "node scripts/prepare-npm-package.js",
"start": "next start -p 3000",
"lint": "eslint",
"test": "node --import tsx --test \"test/**/*.test.ts\"",
"test:skill": "node --import tsx --test --test-reporter=spec test/skill-generation.test.ts",
"skill:gen": "node --import tsx src/lib/engine/skill-generation/cli.ts",
"seed:skill-opt": "node --import tsx scripts/seed_skill_opt_mock.ts",
"clean:skill-opt": "node --import tsx scripts/clean_skill_opt_mock.ts",
"deepagent:ex1": "node --import tsx src/example/deepagent/01-basic-agent.ts",
"deepagent:ex2": "node --import tsx src/example/deepagent/02-skills-agent.ts",
"deepagent:ex3": "node --import tsx src/example/deepagent/03-subagent-agent.ts",
"deepagent:ex4": "node --import tsx src/example/deepagent/04-memory-hitl-agent.ts"
},
"dependencies": {
"@ai-sdk/langchain": "^2.0.176",
"@assistant-ui/react": "^0.10.29",
"@assistant-ui/react-ai-sdk": "^0.10.16",
"@dagrejs/dagre": "^3.0.0",
"@langchain/anthropic": "^1.5.1",
"@langchain/core": "^1.1.42",
"@langchain/langgraph": "^1.4.1",
"@langchain/langgraph-sdk": "^1.8.10",
"@langchain/openai": "^1.5.3",
"@langchain/tavily": "^1.2.0",
"@langfuse/langchain": "^5.2.0",
"@langfuse/otel": "^5.2.0",
"@modelcontextprotocol/sdk": "^1.29.0",
"@monaco-editor/react": "^4.7.0",
"@opencode-ai/sdk": "^1.14.30",
"@opentelemetry/otlp-transformer": "0.216.0",
"@opentelemetry/sdk-node": "^0.216.0",
"@prisma/client": "5.22.0",
"@radix-ui/react-avatar": "^1.1.11",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-label": "^2.1.8",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-separator": "^1.1.8",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-switch": "^1.2.6",
"@radix-ui/react-tooltip": "^1.2.8",
"@types/archiver": "^7.0.0",
"@types/diff": "^7.0.2",
"@uiw/react-md-editor": "^4.1.0",
"@xyflow/react": "^12.10.2",
"adm-zip": "^0.5.10",
"ai": "^6.0.170",
"archiver": "7.0.1",
"assistant-stream": "^0.3.12",
"chokidar": "^5.0.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"deepagents": "^1.9.0",
"diff": "^9.0.0",
"dotenv": "^17.3.1",
"echarts": "^6.1.0",
"framer-motion": "^12.38.0",
"gray-matter": "^4.0.3",
"https-proxy-agent": "^7.0.6",
"jsonrepair": "^3.14.0",
"katex": "^0.16.45",
"langchain": "^1.0.0",
"lodash": "^4.18.1",
"lucide-react": "^1.14.0",
"mammoth": "^1.12.0",
"mermaid": "^11.13.0",
"next": "16.1.4",
"next-themes": "^0.4.6",
"node-fetch": "^3.3.2",
"nuqs": "^2.8.9",
"openai": "^6.16.0",
"opencode-ai": "1.14.39",
"pdf-parse": "^1.1.4",
"pg": "^8.19.0",
"prisma": "5.22.0",
"react": "19.2.3",
"react-arborist": "^3.5.0",
"react-dom": "19.2.3",
"react-is": "^19.2.4",
"react-markdown": "^10.1.0",
"react-syntax-highlighter": "^16.1.1",
"react18-json-view": "^0.2.9",
"recharts": "^3.7.0",
"rehype-katex": "^7.0.1",
"remark-gfm": "^4.0.1",
"remark-math": "^6.0.0",
"solid-js": "^1.9.12",
"sonner": "^2.0.7",
"tailwind-merge": "^3.5.0",
"undici": "^7.21.0",
"use-stick-to-bottom": "^1.1.3",
"uuid": "^13.0.0",
"xlsx": "^0.18.5",
"zod": "^3.23.0",
"zustand": "^5.0.12"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.2.4",
"@types/adm-zip": "^0.5.8",
"@types/lodash": "^4.17.24",
"@types/node": "^20",
"@types/pg": "^8.18.0",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/react-syntax-highlighter": "^15.5.13",
"autoprefixer": "^10.5.0",
"eslint": "^9",
"eslint-config-next": "16.1.4",
"postcss": "^8.5.12",
"tailwind-scrollbar": "^4.0.2",
"tailwindcss": "^4.2.4",
"tailwindcss-animate": "^1.0.7",
"tsx": "^4.20.5",
"typescript": "5.9.3"
}
}