qwen_agent/routes
朱潮 05a19f59e9 放宽客户/分享接口权限:bot 主人即可使用,不再要求 is_admin
- _require_admin_user → _require_app_user:允许所有非客户账号调用
- end-user CRUD 按 parent_id 隔离,每个主账号只看到/管理自己的客户
- 子账号自动折叠到主账号 id 上(与 bot 体系一致)
- masterkey 仍可看到全部,但不能创建客户账号
2026-06-26 15:13:11 +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 放宽客户/分享接口权限:bot 主人即可使用,不再要求 is_admin 2026-06-26 15:13:11 +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