feat: 集成Hermes智能体系统,增强聊天和差旅报销功能
This commit is contained in:
@@ -19,6 +19,8 @@ X-Financial 后端 OpenAPI 文档。
|
||||
- `X-Request-Id`
|
||||
- Hermes 运行时模型配置接口需要:
|
||||
- `Authorization: Bearer <HERMES_AGENT_SHARED_TOKEN>`
|
||||
- Hermes 通用回调接口同样需要:
|
||||
- `Authorization: Bearer <HERMES_AGENT_SHARED_TOKEN>`
|
||||
|
||||
## 当前模块范围
|
||||
|
||||
@@ -76,6 +78,10 @@ OPENAPI_TAGS = [
|
||||
"name": "settings",
|
||||
"description": "系统设置、模型配置、模型连通性探测和 Hermes 运行时模型配置。",
|
||||
},
|
||||
{
|
||||
"name": "hermes",
|
||||
"description": "Hermes 与服务端之间的通用任务回调入口。",
|
||||
},
|
||||
{
|
||||
"name": "agent-assets",
|
||||
"description": "Agent 资产中心,覆盖规则、技能、MCP、任务及其版本、审核和上线流程。",
|
||||
|
||||
Reference in New Issue
Block a user