qwen_agent/routes
朱潮 342932030f feat(skills): add skill management API module
- Create new skill_manager.py with list and upload endpoints
- Add GET /api/v1/skill/list to retrieve official and user skills
- Add POST /api/v1/skill/upload for skill file upload
- Parse SKILL.md frontmatter to extract name and description
- Move skill upload endpoint from files.py to skill_manager.py
- Add SKILLS_DIR configuration to settings.py
- Register skill_manager router in fastapi_app.py

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2026-01-07 19:45:04 +08:00
..
__init__.py update fastapi 2025-11-25 22:34:44 +08:00
chat.py fix(sse): properly handle MCP tool errors and send error responses to client 2026-01-07 19:24:28 +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 management API module 2026-01-07 19:45:04 +08:00
projects.py 日志优化 2025-11-27 21:50:03 +08:00
skill_manager.py feat(skills): add skill management API module 2026-01-07 19:45:04 +08:00
system.py 删除agent manager 2025-12-17 20:27:06 +08:00