Files
XingHuo/docs/memory/ITERATION.md
T
zhanghongyu_0626 1ddd44a6cb Add core database support and enhance documentation
- Introduced `MYSQL_CORE_DATABASE` in `.env.example` and `settings.py` for core database configuration.
- Added `CoreReadOnlyRepository` for read-only access to the `jinrong_core` database.
- Updated `AGENTS.md`, `README.md`, and various documentation files to reflect new agent onboarding processes and project structure.
- Revised requirements in `requirements.txt` to include `langgraph` and `langchain-core`.
- Enhanced `FLOW.md` with local bootstrap instructions for setting up the core simulation environment.
- Added new scripts for database creation and seeding for the core simulation library.
- Improved overall documentation for clarity on project architecture and memory management.
- Updated `TODO.md` to reflect current development priorities and tasks.
2026-09-05 17:39:16 +08:00

877 B
Raw Blame History

需求迭代

日期 变更 原因 影响
2026-09-05 init 项目记忆 + app 脚手架 用户要求 memory kit + 目录结构 MEMORY / ENVIRONMENT / REQUIREMENTS / FRAMEWORK / FLOW / TODO
2026-09-05 需求拆解四 Agent P0 场景定稿 用户故事归纳 REQUIREMENTS(对照 docs/需求拆解/)
2026-09-05 技术栈 Windows 原生 + Milvus Lite 本机内存限制 FRAMEWORK
2026-09-05 Core 模拟库 jinrong_core + 扩大种子 + Neo4j 同步 无真实 Core FRAMEWORK / FLOW / ENVIRONMENT
2026-09-05 Agent 编排依赖改为 LangGraph 为主 状态图 + Tool 节点 FRAMEWORK
2026-09-05 memory 全量刷新:§0 新 Agent 交接清单 + 实现状态表 + bootstrap 脚手架已落地,便于无上下文交接 MEMORY / FRAMEWORK / FLOW / TODO / REQUIREMENTS / ENVIRONMENT