Skip to content

Commit 60eda2b

Browse files
authored
Revert "📝Doc:Refresh the dependency instructions for Python and Node.js in do…" (#3342)
This reverts commit f606a04.
1 parent f606a04 commit 60eda2b

10 files changed

Lines changed: 13 additions & 16 deletions

File tree

.github/workflows/auto-build-doc-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Setup Node.js
2828
uses: actions/setup-node@v4
2929
with:
30-
node-version: '20'
30+
node-version: '18'
3131

3232
- name: Install dependencies
3333
run: |

.github/workflows/auto-web-check-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Set up Node.js
3232
uses: actions/setup-node@v4
3333
with:
34-
node-version: '20'
34+
node-version: '18'
3535

3636
- name: Install dependencies
3737
run: |

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Nexent is a zero-code platform for auto-generating AI agents. Monorepo with:
5555

5656
## Developer Commands
5757

58-
### Backend (Python 3.11)
58+
### Backend (Python 3.10)
5959

6060
```bash
6161
# Setup

doc/docs/en/backend/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Nexent's backend is built with FastAPI and Python, providing a robust and scalab
55
## Technology Stack
66

77
- **Framework**: FastAPI
8-
- **Language**: Python 3.11+
8+
- **Language**: Python 3.10+
99
- **Database**: PostgreSQL + Redis + Elasticsearch
1010
- **File Storage**: MinIO
1111
- **Task Queue**: Celery + Ray

doc/docs/en/developer-guide/environment-setup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ Use this guide to prepare your environment before developing with Nexent. It sep
88

99
## 🧱 Common Requirements
1010

11-
- Python 3.11+
12-
- Node.js 20+
11+
- Python 3.10+
12+
- Node.js 18+
1313
- Docker & Docker Compose
1414
- `uv` (Python package manager)
1515
- `pnpm` (Node.js package manager)

doc/docs/en/developer-guide/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ nexent/
2727

2828
### Backend Tech Stack
2929
- **Framework**: FastAPI
30-
- **Language**: Python 3.11+
30+
- **Language**: Python 3.10+
3131
- **Database**: PostgreSQL + Redis + Elasticsearch
3232
- **File Storage**: MinIO
3333
- **Task Queue**: Celery + Ray
@@ -58,7 +58,7 @@ Review that guide first, then return here for module-specific details.
5858
- **Details**: See [Frontend Overview](../frontend/overview.md)
5959

6060
### 🔧 Backend Development
61-
- **Tech Stack**: FastAPI + Python 3.11+ + PostgreSQL + Redis + Elasticsearch
61+
- **Tech Stack**: FastAPI + Python 3.10+ + PostgreSQL + Redis + Elasticsearch
6262
- **Core Features**: API services, agent management, data processing, vector search
6363
- **Details**: See [Backend Overview](../backend/overview.md)
6464

doc/docs/zh/backend/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Nexent 的后端采用 FastAPI 和 Python 构建,为 AI 智能体服务提供
55
## 技术栈
66

77
- **框架**: FastAPI
8-
- **语言**: Python 3.11+
8+
- **语言**: Python 3.10+
99
- **数据库**: PostgreSQL + Redis + Elasticsearch
1010
- **文件存储**: MinIO
1111
- **任务队列**: Celery + Ray

doc/docs/zh/developer-guide/environment-setup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ title: 环境准备
88

99
## 🧱 通用要求
1010

11-
- Python 3.11+
12-
- Node.js 20+
11+
- Python 3.10+
12+
- Node.js 18+
1313
- Docker & Docker Compose
1414
- uv(Python 包管理器)
1515
- pnpm(Node.js 包管理器)

doc/docs/zh/developer-guide/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ nexent/
2727

2828
### 后端技术栈
2929
- **框架**: FastAPI
30-
- **语言**: Python 3.11+
30+
- **语言**: Python 3.10+
3131
- **数据库**: PostgreSQL + Redis + Elasticsearch
3232
- **文件存储**: MinIO
3333
- **任务队列**: Celery + Ray
@@ -59,7 +59,7 @@ nexent/
5959
- **详细信息**: 查看 [前端概览](../frontend/overview)
6060

6161
### 🔧 后端开发
62-
- **技术栈**: FastAPI + Python 3.11+ + PostgreSQL + Redis + Elasticsearch
62+
- **技术栈**: FastAPI + Python 3.10+ + PostgreSQL + Redis + Elasticsearch
6363
- **核心功能**: API服务、智能体管理、数据处理、向量搜索
6464
- **详细信息**: 查看 [后端概览](../backend/overview)
6565

frontend/package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
"name": "nexent",
33
"version": "0.1.0",
44
"private": true,
5-
"engines": {
6-
"node": ">=20.0.0 <23.0.0"
7-
},
85
"scripts": {
96
"dev": "node server.js",
107
"build": "next build",

0 commit comments

Comments
 (0)