examples/support_bot/README.md
This example is a customer service bot which includes a user interface agent and a help center agent with several tools.
This example uses the helper function run_demo_loop, which allows us to create an interactive Swarm session.
The support bot consists of two main agents:
To start the support bot:
make install
docker-compose up -d
make prep
make run