qwen_agent/utils
朱潮 4d6ee6ae0c fix: pass db_url to init_global_memori
Add db_url property to MemoriManager that falls back to
CHECKPOINT_DB_URL setting, and pass it explicitly from
fastapi_app.py to ensure Memori can create sync connections.

This fixes the error "Either db_pool or db_url must be provided"
when recalling memories.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2026-01-20 08:27:34 +08:00
..
log_util sqlite pool and change agent cache to tools cache 2025-12-23 22:18:18 +08:00
__init__.py 批量保存聊天记录 2026-01-19 09:44:57 +08:00
agent_pool.py 日志优化 2025-11-27 21:50:03 +08:00
api_models.py 批量保存聊天记录 2026-01-19 09:44:57 +08:00
async_file_ops.py 日志优化 2025-11-27 21:50:03 +08:00
data_merger.py 日志优化 2025-11-27 21:50:03 +08:00
dataset_manager.py 日志优化 2025-11-27 21:50:03 +08:00
excel_csv_processor.py 日志优化 2025-11-27 21:50:03 +08:00
fastapi_utils.py 修复符号链接的问题,和deep_agent提示词 2026-01-13 14:22:44 +08:00
file_manager.py 日志优化 2025-11-27 21:50:03 +08:00
file_utils.py add symlink 2025-12-23 17:36:45 +08:00
multi_project_manager.py fix(skills): improve skill extraction and handling logic 2026-01-07 14:56:10 +08:00
project_manager.py add deep_agent 2025-12-12 18:41:52 +08:00
settings.py fix: pass db_url to init_global_memori 2026-01-20 08:27:34 +08:00
single_file_processor.py 日志优化 2025-11-27 21:50:03 +08:00
system_optimizer.py 日志优化 2025-11-27 21:50:03 +08:00