qwen_agent/routes
autobee-sparticle 108c675c3d
feat(memory): add memory management API endpoints (#10)
* chore: add .worktrees/ to .gitignore

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* feat(memory): add memory management API endpoints

Add new /api/v1/memory endpoints for viewing and managing user memories:
- GET /api/v1/memory - list all memories for a bot
- DELETE /api/v1/memory/{memory_id} - delete single memory
- DELETE /api/v1/memory - delete all memories for a bot

Also add delete_memory and delete_all_memories methods to Mem0Manager.

Issue: #1844

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

---------

Co-authored-by: zhuchao <zhuchaowe@163.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-27 18:01:12 +09:00
..
__init__.py update fastapi 2025-11-25 22:34:44 +08:00
chat.py feat: 实现 Claude Plugins 模式的 Hook 机制 2026-02-06 20:15:54 +08:00
database.py execute sql result 2026-01-23 18:33:29 +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
memory.py feat(memory): add memory management API endpoints (#10) 2026-02-27 18:01:12 +09:00
projects.py 日志优化 2025-11-27 21:50:03 +08:00
skill_manager.py modify routes/skill_manager.py 2026-02-12 22:19:09 +08:00
system.py 删除agent manager 2025-12-17 20:27:06 +08:00