LICENSE
README.md
pyproject.toml
setup.cfg
examples/__init__.py
examples/airline/__init__.py
examples/airline/main.py
examples/airline/configs/__init__.py
examples/airline/configs/agents.py
examples/airline/configs/tools.py
examples/personal_shopper/__init__.py
examples/personal_shopper/database.py
examples/personal_shopper/main.py
examples/support_bot/__init__.py
examples/support_bot/customer_service.py
examples/support_bot/main.py
examples/support_bot/prep_data.py
openai_swarm.egg-info/PKG-INFO
openai_swarm.egg-info/SOURCES.txt
openai_swarm.egg-info/dependency_links.txt
openai_swarm.egg-info/requires.txt
openai_swarm.egg-info/top_level.txt
openai_swarm.egg-info/zip-safe
swarm/__init__.py
swarm/core.py
swarm/types.py
swarm/util.py
tests/__init__.py
tests/mock_client.py
tests/test_core.py
tests/test_util.py