forked from San-Y108/agent-cfo
-
Notifications
You must be signed in to change notification settings - Fork 0
Architecture
Aafff623 edited this page Aug 8, 2026
·
1 revision
短地图。细节与 ADR 在仓库,不在此展开。
Browser (Next.js Landing + Console)
│
▼
FastAPI (Render / local :8000)
│
├── Payment Planner
├── Risk Engine
├── Human Approval gate
├── CAW Adapter (mock | real)
├── SQLite store
└── Audit Report
│
└── Agent Chat → MiniMax(无资金权)
| 区域 | 路径 |
|---|---|
| 后端 API |
app/ · tests/
|
| 前端 | frontend/ |
| 治理与流程产物 |
docs/ · AGENTS.md · CONTEXT.md
|
| 交付资产 |
assets/ · inbox/
|
- 前端 禁止 发明 endpoint / 字段;对齐
app/models.py - Landing 默认锁定;Console 为主要迭代面
- 改资金路径前先读测试
tests/test_mvp_flow.py
更完整的贡献流程:Contributing · Docs-Map