mirror of
https://github.com/coleam00/ai-agents-masterclass.git
synced 2025-12-01 01:23:12 +00:00
OpenAI Swarm implementation of an AI agent swarm to manage a SQL database
This commit is contained in:
5
sql-ai-agent/run.py
Normal file
5
sql-ai-agent/run.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from swarm.repl import run_demo_loop
|
||||
from sql_agents import sql_router_agent
|
||||
|
||||
if __name__ == "__main__":
|
||||
run_demo_loop(sql_router_agent)
|
||||
Reference in New Issue
Block a user