Spaces:
Sleeping
Sleeping
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 | |