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 integration",
|
|
"displayName.zh-CN": "AI 集成",
|
|
"description": "Support integration with AI services, providing AI-related workflow nodes to enhance business processing capabilities.",
|
|
"description.zh-CN": "支持接入 AI 服务,提供 AI 相关的工作流节点,增强业务处理能力。",
|
|
"version": "1.8.0-alpha.11",
|
|
"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"
|
|
}
|
|
}
|