agent-writer/config/base_config.py
2025-09-11 18:34:03 +08:00

8 lines
146 B
Python

# MongoDB 连接配置
MONGO_URI = "mongodb://localhost:27017"
MONGO_MAIN_DB_NAME = "mm"
MONGO_CHECKPOINT_DB_NAME = "agent_writer_checkpoints"