feat(aia): Protocol Agent MVP complete with one-click generation and Word export

- Add one-click research protocol generation with streaming output

- Implement Word document export via Pandoc integration

- Add dynamic dual-panel layout with resizable split pane

- Implement collapsible content for StatePanel stages

- Add conversation history management with title auto-update

- Fix scroll behavior, markdown rendering, and UI layout issues

- Simplify conversation creation logic for reliability
This commit is contained in:
2026-01-25 19:16:36 +08:00
parent 4d7d97ca19
commit 303dd78c54
332 changed files with 6204 additions and 617 deletions

View File

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

View File

@@ -1005,5 +1005,6 @@ export const aiController = new AIController();

View File

@@ -1339,5 +1339,6 @@ npm install react-markdown

View File

@@ -247,5 +247,6 @@ FMA___基线 | FMA___1个月 | FMA___2个月

View File

@@ -405,5 +405,6 @@ formula = "FMA总分0-100 / 100"

View File

@@ -239,5 +239,6 @@ async handleFillnaMice(request, reply) {

View File

@@ -211,5 +211,6 @@ method: 'mean' | 'median' | 'mode' | 'constant' | 'ffill' | 'bfill'