feat: Enhance AI Knowledge sync process with full sync mode and attachment handling

This commit is contained in:
bsiggel
2026-03-12 22:35:48 +00:00
parent 6bf2343a12
commit 8f1533337c
3 changed files with 27 additions and 9 deletions

View File

@@ -69,11 +69,8 @@ async def handler(input_data: None, ctx: FlowContext[Any]) -> None:
'topic': 'aiknowledge.sync',
'data': {
'knowledge_id': entity['id'],
'source': 'daily_full_sync'
}
})
ctx.logger.info(
'source': 'daily_full_sync',
'full_sync': True # Enable Blake3 verification
f"📤 [{i}/{total}] Enqueued: {entity['name']} "
f"(syncStatus={entity.get('syncStatus')})"
)