- 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 |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| bot_manager.py | ||
| bot_share.py | ||
| chat.py | ||
| database.py | ||
| file_manager.py | ||
| files.py | ||
| knowledge_base.py | ||
| memory.py | ||
| payment.py | ||
| projects.py | ||
| skill_manager.py | ||
| system.py | ||
| voice.py | ||
| webdav.py | ||