Commit Graph

14 Commits

Author SHA1 Message Date
FFXN 96346219b3 feat(knowledge-fs): implement asynchronous source import and related payloads 2026-08-20 10:34:53 +08:00
FFXN c7cf9db996 feat(knowledge_fs): Upgrade the old version of the knowledge base to the new version of the knowledge base 2026-08-17 17:36:43 +08:00
Stephen Zhou fd508b84b8 fix(knowledge-fs): preserve initial source failure details 2026-08-12 19:29:13 +08:00
Stephen Zhou 9926a4a1fc fix(knowledge-fs): unify sync policy editing (WTA-1978) 2026-08-12 18:21:19 +08:00
Stephen Zhou a201e133de feat(knowledge-fs): support datasource-driven source previews 2026-08-12 08:33:52 +08:00
Stephen Zhou 429850531a fix(knowledge-fs): display source provider names 2026-08-11 11:23:48 +08:00
Stephen Zhou a2194300cc fix(knowledge-fs): stabilize initial source creation 2026-08-10 22:35:24 +08:00
Stephen Zhou e4e9271fbe feat(knowledge-fs): create spaces with initial sources 2026-08-10 22:08:01 +08:00
FFXN 03fba953ec fix(knowledge_fs): add last error message handling and improve logging for failed source imports 2026-08-07 20:16:56 +08:00
FFXN c6edaf70b6 fix(knowledge_fs): enhance workflow handling in initial source import 2026-08-07 19:21:19 +08:00
FFXN 96c5703486 fix(knowledge_fs): add source update handling and adjust sync policy versioning 2026-08-07 18:58:01 +08:00
FFXN 11a47127cd fix(knowledge_fs): implement firecrawl credential handling and connection creation 2026-08-07 18:17:05 +08:00
FFXN 59b9453592 fix(knowledge_fs): standardize payload field names in initial source tasks 2026-08-07 17:18:44 +08:00
FFXN cb49d83e9c feat(knowledge_fs): import selected Firecrawl pages during space creation
- include Firecrawl configuration and selected page URLs in space creation
- start a server-side crawl import after KnowledgeFS space provisioning
- require the second crawl to match the complete user selection
- keep the knowledge space valid when website content import fails
- reuse existing background task status and failure UI
- add KnowledgeFS crawl-import API and regression tests
2026-08-07 16:29:25 +08:00