Explorar o código

update knowhub config

supeng hai 1 día
pai
achega
225f56308b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      examples/content_finder/run.py

+ 1 - 1
examples/content_finder/run.py

@@ -10,7 +10,7 @@ import logging
 import sys
 import os
 from pathlib import Path
-from agent.core.runner import KnowledgeConfig
+from agent.tools.builtin.knowledge import KnowledgeConfig
 
 sys.path.insert(0, str(Path(__file__).parent.parent.parent))