docs: 更新自动化记忆设计文档与协议路由

- 重构 automation-memory-design.md 为 v2 版本,新增 Execution Profile 抽象层
- 删除 auth-global-rewrite-design.md 和 auth-global-rewrite-plan.md
- 更新 agent/api-endpoints.md 协议文档
- 更新 ASR 与 worker token latency 优化 TODO 文档
This commit is contained in:
qzl
2026-03-18 17:03:33 +08:00
parent 8539f05a66
commit 257cb0f5d5
6 changed files with 303 additions and 439 deletions
-2
View File
@@ -45,7 +45,6 @@ Base URL: `/api/v1/agent`
- `401` 未认证
- `422` 请求结构校验失败
- `429` 超过 run 请求速率限制
---
@@ -217,7 +216,6 @@ WAV 音频转写。
- 内容类型:`audio/wav` / `audio/x-wav` / `audio/wave`
- 文件大小:最大 10MB
- 速率限制:20 次/分钟/用户
---