assistant / agentic_handler.py
kamalaak
reorganized files for hugging face stream
9370093
raw
history blame contribute delete
211 Bytes
from agenticSeek.runner import AgentRunner
def run_agenticseek(config_path="agent_configs/tnpsc_agent.yaml"):
runner = AgentRunner(config_path=config_path)
result = runner.run_agent()
return result