- 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.
418 B
418 B
业务记忆管理
四 Agent 记忆分层:短期(Redis)vs 权威(MySQL)vs 知识(Milvus)vs 关系(Neo4j)vs 官方事实(Core)
| 文档 | 说明 |
|---|---|
| 业务记忆管理手册.md | 主文档:什么放哪儿、决策流程、验收清单 |
表结构 / Redis Key 细节见 ../项目框架设计/表设计/。