chore: 项目更名 - PIT Router → 智队中枢

This commit is contained in:
2026-03-14 21:26:49 +08:00
parent b7a40cd4b2
commit c3c1fa6572
3 changed files with 13 additions and 5 deletions

View File

@@ -11,6 +11,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
---
## [0.6.2] - 2026-03-14
### Changed
- **项目更名** - PIT Router / PIT 网关路由应用 → **智队中枢**
---
## [0.6.1] - 2026-03-14
### Fixed

View File

@@ -1,10 +1,10 @@
# PIT 网关路由应用
# 智队中枢
> Personal Intelligent Team Router Service
## 项目概述
PITPersonal Intelligent Team网关路由应用是 PIT 系统的核心组件,负责连接用户交互层和 Agent 层实现消息路由、会话管理、Agent 调度等功能。
**智队中枢**(原 PIT Router是 PIT 系统的核心组件,负责连接用户交互层和 Agent 层实现消息路由、会话管理、Agent 调度等功能。
### 核心目标
@@ -637,7 +637,7 @@ volumes:
## 相关项目
- [PIT Channel 插件](http://1.14.58.157:3000/yunxiafei/PIT_Channel) - OpenClaw Channel 插件
- [PIT Channel 插件](http://1.14.58.157:3000/yunxiafei/PIT_Channel) - OpenClaw Channel 插件(智队中枢客户端)
---

View File

@@ -38,8 +38,8 @@ def create_app(config_name='default'):
@app.route('/')
def index():
return {
'service': 'PIT Router',
'version': '0.6.0',
'service': '智队中枢',
'version': '0.6.1',
'status': 'running',
'endpoints': {
'health': '/health',