feat(advisor-agent): Integrate advisor agent functionalities and migration scripts

- Merged the `integrate/advisor-agent` branch into the `merger`, enhancing the advisor agent's capabilities with compliance, KYC, and script templates.
- Updated the testing baseline to reflect 926 passed tests, with 65 failures concentrated in the advisor agent's `test_sprint*` cases.
- Introduced new migration scripts for advisor-related database structures, ensuring smooth integration and data management.
- Enhanced documentation to include the new API structure and integration details, providing clarity for future development.

This update significantly advances the advisor agent's functionality while maintaining a structured approach to integration and testing.
This commit is contained in:
2026-09-12 16:37:29 +08:00
parent 70aa861983
commit d394686a3b
8 changed files with 40 additions and 21 deletions
+1 -1
View File
@@ -38,6 +38,6 @@ app/repository/core_ro.py # Core 只读 + check_suitability(R-02)
scripts/core/reset.ps1 # 本地灌 Core 模拟库
```
**当前分支:** `merger` · **测试基线:** `python -m pytest` → **833 passed**, 1 skipped · **Redis:** Docker `6380` · **前端:** `cd web && npm run build/test`
**当前分支:** `merger`(顾问合并:**`integrate/advisor-agent`**)· **测试基线:** `python -m pytest` → **926 passed, 65 failed, 1 skipped**(merger 回归 **896 passed** 不含 `test_sprint*`)· **Redis:** Docker `6380` · **前端:** `cd web && npm run build/test` · **顾问:** `docs/项目框架设计/理财顾问Agent-合并说明.md`
技术选型硬阀门见 MEMORY 第 3、7 节。Cursor 以 `.cursor/rules/project-memory.mdc` 为准。