cai/examples/weather_agent/run.py

6 lines
142 B
Python

from cai.repl import run_demo_loop
from agents import weather_agent
if __name__ == "__main__":
run_demo_loop(weather_agent, stream=True)