mirror of
https://github.com/coleam00/ai-agents-masterclass.git
synced 2025-11-29 08:33:16 +00:00
5 lines
140 B
Python
5 lines
140 B
Python
from swarm.repl import run_demo_loop
|
|
from sql_agents import sql_router_agent
|
|
|
|
if __name__ == "__main__":
|
|
run_demo_loop(sql_router_agent) |