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