Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion backend/apps/config_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from apps.image_app import router as proxy_router
from apps.knowledge_summary_app import router as summary_router
from apps.mock_user_management_app import router as mock_user_management_router
from apps.model_managment_app import router as model_manager_router
from apps.model_management_app import router as model_manager_router
from apps.oauth_app import router as oauth_router
from apps.prompt_app import router as prompt_router
from apps.prompt_template_app import router as prompt_template_router
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion doc/docs/en/backend/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ backend/
│ ├── conversation_management_app.py # Conversation management APIs
│ ├── file_management_app.py # File management APIs
│ ├── knowledge_app.py # Knowledge base APIs
│ ├── model_managment_app.py # Model management APIs
│ ├── model_management_app.py # Model management APIs
│ ├── config_sync_app.py # Configuration sync APIs
│ └── voice_app.py # Voice-related APIs
├── services/ # Business service layer
Expand Down
2 changes: 1 addition & 1 deletion doc/docs/en/getting-started/software-architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ The backend implements a clean layered architecture:
- **Key Modules**:
- `agent_app.py` - Agent CRUD, version management, streaming execution
- `conversation_management_app.py` - Multi-turn dialogue, history tracking
- `model_managment_app.py` - Model configuration, health checks
- `model_management_app.py` - Model configuration, health checks
- `skill_app.py` - Skill creation and management
- `knowledge_summary_app.py` - Knowledge base operations
- `remote_mcp_app.py` - Remote MCP tool management
Expand Down
2 changes: 1 addition & 1 deletion doc/docs/en/testing/backend.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ test/backend/
│ ├── test_knowledge_app.py
│ ├── test_knowledge_summary_app.py
│ ├── test_me_model_managment_app.py
│ ├── test_model_managment_app.py
│ ├── test_model_management_app.py
│ ├── test_prompt_app.py
│ └── test_remote_mcp_app.py
├── services/ # Service layer tests
Expand Down
2 changes: 1 addition & 1 deletion doc/docs/zh/backend/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ backend/
│ ├── conversation_management_app.py # 对话管理API
│ ├── file_management_app.py # 文件管理API
│ ├── knowledge_app.py # 知识库API
│ ├── model_managment_app.py # 模型管理API
│ ├── model_management_app.py # 模型管理API
│ ├── config_sync_app.py # 配置同步API
│ └── voice_app.py # 语音相关API
├── services/ # 业务服务层
Expand Down
2 changes: 1 addition & 1 deletion doc/docs/zh/getting-started/software-architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Nexent 的软件架构遵循分层设计原则,从上到下分为以下几个
- **核心模块**:
- `agent_app.py` - 智能体 CRUD、版本管理、流式执行
- `conversation_management_app.py` - 多轮对话、历史追踪
- `model_managment_app.py` - 模型配置、健康检查
- `model_management_app.py` - 模型配置、健康检查
- `skill_app.py` - 技能创建与管理
- `knowledge_summary_app.py` - 知识库操作
- `remote_mcp_app.py` - 远程 MCP 工具管理
Expand Down
2 changes: 1 addition & 1 deletion doc/docs/zh/testing/backend.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ test/backend/
│ ├── test_knowledge_app.py
│ ├── test_knowledge_summary_app.py
│ ├── test_me_model_managment_app.py
│ ├── test_model_managment_app.py
│ ├── test_model_management_app.py
│ ├── test_prompt_app.py
│ └── test_remote_mcp_app.py
├── services/ # 服务层测试
Expand Down

Large diffs are not rendered by default.