feat(pkb): implement complete batch processing workflow and frontend optimization

- Frontend V3 architecture migration to modules/pkb
- Implement three work modes: full-text reading, deep reading, batch processing
- Complete batch processing: template selection, progress display, result export (CSV)
- Integrate Ant Design X Chat component with streaming support
- Add document upload modal with drag-and-drop support
- Optimize UI: multi-line table display, citation formatting, auto-scroll
- Fix 10+ technical issues: API mapping, state sync, form clearing
- Update documentation: development records and module status

Performance: 3 docs batch processing ~17-28s
Status: PKB module now production-ready (90% complete)
This commit is contained in:
2026-01-07 18:23:43 +08:00
parent e59676342a
commit 06028c6952
195 changed files with 1405 additions and 272 deletions

View File

@@ -175,3 +175,4 @@ logger.info('[SessionMemory] 会话记忆管理器已启动', {

View File

@@ -109,3 +109,4 @@ checkTableStructure();

View File

@@ -96,3 +96,4 @@ checkProjectConfig().catch(console.error);

View File

@@ -78,3 +78,4 @@ main();

View File

@@ -535,3 +535,4 @@ URL: https://iit.xunzhengyixue.com/api/v1/iit/patient-wechat/callback

View File

@@ -170,3 +170,4 @@ console.log('');

View File

@@ -487,3 +487,4 @@ export const patientWechatService = new PatientWechatService();

View File

@@ -132,3 +132,4 @@ testDifyIntegration().catch(error => {

View File

@@ -161,3 +161,4 @@ testIitDatabase()

View File

@@ -147,3 +147,4 @@ if (hasError) {

View File

@@ -173,3 +173,4 @@ async function testUrlVerification() {

View File

@@ -254,3 +254,4 @@ main().catch((error) => {

View File

@@ -138,3 +138,4 @@ Write-Host ""

View File

@@ -231,3 +231,4 @@ export interface CachedProtocolRules {