mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-07-02 03:02:19 +08:00
35 lines
1.2 KiB
JSON
35 lines
1.2 KiB
JSON
{
|
|
"name": "@nocobase/plugin-ai",
|
|
"displayName": "AI employees",
|
|
"displayName.zh-CN": "AI 员工",
|
|
"description": "Support configuring AI employees for different roles. Empowered by LLMs and workflows to assist with daily business tasks.",
|
|
"description.zh-CN": "支持配置不同岗位的 AI 员工,结合大语言模型 (LLM) 和工作流,辅助用户完成日常业务工作。",
|
|
"version": "1.8.0-alpha.10",
|
|
"main": "dist/server/index.js",
|
|
"peerDependencies": {
|
|
"@nocobase/client": "1.x",
|
|
"@nocobase/plugin-workflow": "1.x",
|
|
"@nocobase/server": "1.x",
|
|
"@nocobase/test": "1.x"
|
|
},
|
|
"devDependencies": {
|
|
"@ant-design/x": "^1.1.0",
|
|
"@langchain/core": "^0.3.61",
|
|
"@langchain/deepseek": "^0.0.2",
|
|
"@langchain/openai": "^0.5.16",
|
|
"nodejs-snowflake": "^2.0.1",
|
|
"use-context-selector": "^2.0.0",
|
|
"react-markdown": "^10.1.0",
|
|
"react-syntax-highlighter": "^15.6.1",
|
|
"@langchain/google-genai": "^0.2.14",
|
|
"@langchain/anthropic": "^0.3.23",
|
|
"echarts": "^5.5.0",
|
|
"echarts-for-react": "3.0.2",
|
|
"rehype-raw": "^7.0.0",
|
|
"rehype-sanitize": "^6.0.0",
|
|
"remark-gfm": "^4.0.1",
|
|
"@xyflow/react": "^12.7.0",
|
|
"elkjs": "^0.10.0"
|
|
}
|
|
}
|