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

@@ -267,5 +267,6 @@ checkDCTables();

View File

@@ -20,5 +20,6 @@ CREATE SCHEMA IF NOT EXISTS capability_schema;

View File

@@ -219,5 +219,6 @@ createAiHistoryTable()

View File

@@ -206,5 +206,6 @@ createToolCTable()

View File

@@ -203,5 +203,6 @@ createToolCTable()

View File

@@ -325,3 +325,4 @@ main()

View File

@@ -130,5 +130,6 @@ main()

View File

@@ -350,5 +350,6 @@ runTests().catch(error => {

View File

@@ -96,5 +96,6 @@ testAPI().catch(console.error);

View File

@@ -128,3 +128,4 @@ testDeepSearch().catch(console.error);

View File

@@ -315,5 +315,6 @@ verifySchemas()