File size: 211 Bytes
0e86d93
 
 
 
 
 
1
2
3
4
5
6
7
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