qwen_agent/routes
朱潮 680dd02595 新增对外客户访问体系:share token + end-user 账号
- migrations: 加 agent_user.is_end_user 列、新建 agent_bot_share_tokens 表
- routes/bot_share: share token CRUD、客户账号 CRUD、公开 bot-share 信息接口
- routes/bot_manager: 登录/校验响应带 is_end_user,客户账号跳过 New API 同步
- routes/chat: /api/v3/chat/completions 增加 share_token 与 bot_id 一致性校验
- utils/api_models: ChatRequestV3 加 share_token 字段
- fastapi_app: 注册 bot_share router
2026-06-26 14:10:43 +08:00
..
__init__.py update fastapi 2025-11-25 22:34:44 +08:00
bot_manager.py 新增对外客户访问体系:share token + end-user 账号 2026-06-26 14:10:43 +08:00
bot_share.py 新增对外客户访问体系:share token + end-user 账号 2026-06-26 14:10:43 +08:00
chat.py 新增对外客户访问体系:share token + end-user 账号 2026-06-26 14:10:43 +08:00
database.py chore: replace Chinese comments and log messages with English 2026-04-30 19:45:35 +08:00
file_manager.py merge 2026-05-07 19:36:27 +08:00
files.py refactor: remove file-parsing knowledge-base pipeline and Huey queue 2026-06-08 19:40:58 +08:00
knowledge_base.py add rag flow 2026-02-10 18:59:10 +08:00
memory.py chore: replace Chinese comments and log messages with English 2026-04-30 19:45:35 +08:00
payment.py subaccount 2026-02-26 23:56:45 +08:00
projects.py refactor: remove file-parsing knowledge-base pipeline and Huey queue 2026-06-08 19:40:58 +08:00
skill_manager.py Merge branch 'developing' into bot_manager 2026-06-23 19:32:13 +08:00
system.py chore: replace Chinese comments and log messages with English 2026-04-30 19:45:35 +08:00
voice.py add voice skill 2026-04-01 10:26:17 +08:00
webdav.py chore: replace Chinese comments and log messages with English 2026-04-30 19:45:35 +08:00