add kb sync for notion updates

This commit is contained in:
CREDO23 2026-02-17 17:37:47 +02:00
parent ce110faa5a
commit b240bc3e1a
3 changed files with 123 additions and 0 deletions

View file

@ -1,3 +1,4 @@
from app.services.notion.kb_sync_service import NotionKBSyncService
from app.services.notion.tool_metadata_service import (
NotionAccount,
NotionPage,
@ -6,6 +7,7 @@ from app.services.notion.tool_metadata_service import (
__all__ = [
"NotionAccount",
"NotionKBSyncService",
"NotionPage",
"NotionToolMetadataService",
]