- Implemented `check_suitability` method in `CoreReadOnlyRepository` for suitability determination based on customer and product risk levels. - Added `build_suitability_log_row` function in `suitability.py` for mapping suitability check results to `risk_suitability_log`. - Updated `AGENTS.md`, `ENVIRONMENT.md`, and `FLOW.md` to reflect changes in suitability assessment processes and documentation. - Revised `FRAMEWORK.md` and `MEMORY.md` to clarify project structure and data flow related to suitability checks. - Expanded `TODO.md` with tasks related to logging and auditing suitability assessments.
10 lines
531 B
Markdown
10 lines
531 B
Markdown
# 业务记忆管理
|
||
|
||
> 四 Agent 记忆分层:短期(Redis)vs 权威(MySQL)vs 知识(Milvus)vs 关系(Neo4j)vs 官方事实(Core)
|
||
|
||
| 文档 | 说明 |
|
||
| --- | --- |
|
||
| [业务记忆管理手册.md](./业务记忆管理手册.md) | 主文档:什么放哪儿、决策流程、验收清单 |
|
||
|
||
表结构 / Redis Key 细节见 [../项目框架设计/表设计/](../项目框架设计/表设计/)。画像 JSON 见 [06-用户画像L1-L3设计.md](../项目框架设计/表设计/06-用户画像L1-L3设计.md)。
|