feat(iit): Initialize IIT Manager Agent MVP - Day 1 complete

- Add iit_schema with 5 tables
- Create module structure and types (223 lines)
- WeChat integration verified (Access Token success)
- Update system docs to v2.4
- Add REDCap source folders to .gitignore
- Day 1/14 complete (11/11 tasks)
This commit is contained in:
2025-12-31 18:35:05 +08:00
parent decff0bb1f
commit 4c5bb3d174
154 changed files with 13759 additions and 8 deletions

View File

@@ -545,6 +545,12 @@ df['creatinine'] = pd.to_numeric(df['creatinine'], errors='coerce')

View File

@@ -960,6 +960,12 @@ export const aiController = new AIController();

View File

@@ -1294,6 +1294,12 @@ npm install react-markdown

View File

@@ -202,6 +202,12 @@ FMA___基线 | FMA___1个月 | FMA___2个月

View File

@@ -360,6 +360,12 @@ formula = "FMA总分0-100 / 100"

View File

@@ -194,6 +194,12 @@ async handleFillnaMice(request, reply) {

View File

@@ -166,6 +166,12 @@ method: 'mean' | 'median' | 'mode' | 'constant' | 'ffill' | 'bfill'