qwen_agent/routes
朱潮 3809536746 refactor: replace mcp_resources API with direct /robots/ static file access
- Remove routes/mcp_resources.py (ui:// URI resolver endpoint)
- Frontend now directly accesses /robots/{bot_id}/skills/{server}/apps/{resource}.html
- Add Daytona fallback middleware to fetch files from sandbox on 404
- Add utils/daytona_file_fetcher.py for on-demand single file download
- Resolve merge conflict: keep voice, knowledge_base routes

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-05-20 19:21:40 +08:00
..
__init__.py update fastapi 2025-11-25 22:34:44 +08:00
bot_manager.py 把建表语句移到迁移函数之前执行,并把 agent_user、agent_user_tokens、bot_shares 也加入基础建表列表。 2026-05-12 20:49:16 +08:00
chat.py merge 2026-05-20 15:30:39 +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 chore: replace Chinese comments and log messages with English 2026-04-30 19:45:35 +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 chore: replace Chinese comments and log messages with English 2026-04-30 19:45:35 +08:00
skill_manager.py merge 2026-05-07 19:36:27 +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