from cai.repl import run_demo_loop from agents import triage_agent if __name__ == "__main__": run_demo_loop(triage_agent)