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

@@ -63,5 +63,6 @@ export default function BatchToolbar({ selectedCount, onRunBatch, onClearSelecti

View File

@@ -128,5 +128,6 @@ export default function EditorialReport({ data }: EditorialReportProps) {

View File

@@ -86,5 +86,6 @@ export default function FilterChips({ filters, counts, onFilterChange }: FilterC

View File

@@ -76,5 +76,6 @@ export default function Header({ onUpload }: HeaderProps) {

View File

@@ -130,5 +130,6 @@ export default function ReportDetail({ report, onBack }: ReportDetailProps) {

View File

@@ -58,5 +58,6 @@ export default function ScoreRing({ score, size = 'medium', showLabel = true }:

View File

@@ -93,5 +93,6 @@ export default function Sidebar({ currentView, onViewChange, onSettingsClick }:

View File

@@ -27,5 +27,6 @@ export * from './api';

View File

@@ -253,5 +253,6 @@