qwen_agent/routes
朱潮 92c82c24a4 feat(skills): add skill file upload API endpoint
Add new POST endpoint /api/v1/skills/upload for uploading skill zip files.
The endpoint:
- Accepts zip files with bot_id parameter
- Validates file format (must be .zip)
- Saves zip to projects/uploads/{bot_id}/skill_zip/
- Automatically extracts to projects/uploads/{bot_id}/skills/{skill_name}/
- Returns success response with file and extract paths

This enables programmatic skill deployment for specific bots.
2026-01-07 14:47:25 +08:00
..
__init__.py update fastapi 2025-11-25 22:34:44 +08:00
chat.py feat(deep-agent): add skills support and improve project structure 2025-12-31 13:21:58 +08:00
file_manager.py fix(file-manager): fix create-folder API to accept JSON request body 2025-12-31 16:52:07 +08:00
files.py feat(skills): add skill file upload API endpoint 2026-01-07 14:47:25 +08:00
projects.py 日志优化 2025-11-27 21:50:03 +08:00
system.py 删除agent manager 2025-12-17 20:27:06 +08:00