examples/personal_shopper/README.md
This Swarm is a personal shopping agent that can help with making sales and refunding orders.
This example uses the helper function run_demo_loop, which allows us to create an interactive Swarm session.
In this example, we also use a Sqlite3 database with customer information and transaction data.
The personal shopper example includes three main agents to handle various customer service requests:
Once you have installed dependencies and Swarm, run the example using:
python3 main.py