|
@@ -17,14 +17,14 @@ import sys
|
|
|
import time
|
|
import time
|
|
|
from pathlib import Path
|
|
from pathlib import Path
|
|
|
|
|
|
|
|
-from creation_knowledge.config import Settings
|
|
|
|
|
|
|
+from core.config import Settings
|
|
|
from creation_knowledge.integrations import video_extract
|
|
from creation_knowledge.integrations import video_extract
|
|
|
-from creation_knowledge.integrations.crawler import fetch_post_detail, parse_detail_response
|
|
|
|
|
|
|
+from acquisition.crawler import fetch_post_detail, parse_detail_response
|
|
|
from creation_knowledge.integrations.extractor import GeminiExtractor
|
|
from creation_knowledge.integrations.extractor import GeminiExtractor
|
|
|
-from creation_knowledge.integrations.llm import chat_json
|
|
|
|
|
-from creation_knowledge.integrations.oss import to_oss, upload_stream
|
|
|
|
|
-from creation_knowledge.integrations.search import search_keyword
|
|
|
|
|
-from creation_knowledge.prompts import load_prompt
|
|
|
|
|
|
|
+from core.llm import chat_json
|
|
|
|
|
+from acquisition.oss import to_oss, upload_stream
|
|
|
|
|
+from acquisition.search import search_keyword
|
|
|
|
|
+from core.prompts import load_prompt
|
|
|
from scripts.scope_link import ScopeLinker
|
|
from scripts.scope_link import ScopeLinker
|
|
|
|
|
|
|
|
ROOT = Path(__file__).resolve().parent.parent
|
|
ROOT = Path(__file__).resolve().parent.parent
|