Files
zhanghongyu_0626 3fb0ceb334 Enhance suitability assessment and documentation
- 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.
2026-09-07 11:15:30 +08:00

10 lines
531 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 业务记忆管理
> 四 Agent 记忆分层:短期(Redis)vs 权威(MySQL)vs 知识(Milvus)vs 关系(Neo4j)vs 官方事实(Core)
| 文档 | 说明 |
| --- | --- |
| [业务记忆管理手册.md](./业务记忆管理手册.md) | 主文档:什么放哪儿、决策流程、验收清单 |
表结构 / Redis Key 细节见 [../项目框架设计/表设计/](../项目框架设计/表设计/)。画像 JSON 见 [06-用户画像L1-L3设计.md](../项目框架设计/表设计/06-用户画像L1-L3设计.md)。