.gitignore
CHANGELOG.md
LICENSE
README.md
pipecat-cloud.png
pyproject.toml
pytest.ini
uv.lock
.github/workflows/publish-pypi.yml
.github/workflows/publish-test.yml
.github/workflows/tests.yml
src/pipecatcloud/__init__.py
src/pipecatcloud/__main__.py
src/pipecatcloud/__version__.py
src/pipecatcloud/agent.py
src/pipecatcloud/api.py
src/pipecatcloud/config.py
src/pipecatcloud/constants.py
src/pipecatcloud/exception.py
src/pipecatcloud/py.typed
src/pipecatcloud/session.py
src/pipecatcloud.egg-info/PKG-INFO
src/pipecatcloud.egg-info/SOURCES.txt
src/pipecatcloud.egg-info/dependency_links.txt
src/pipecatcloud.egg-info/entry_points.txt
src/pipecatcloud.egg-info/requires.txt
src/pipecatcloud.egg-info/top_level.txt
src/pipecatcloud/_utils/__init__.py
src/pipecatcloud/_utils/async_utils.py
src/pipecatcloud/_utils/auth_utils.py
src/pipecatcloud/_utils/console_utils.py
src/pipecatcloud/_utils/deploy_utils.py
src/pipecatcloud/_utils/regions.py
src/pipecatcloud/cli/__init__.py
src/pipecatcloud/cli/api.py
src/pipecatcloud/cli/config.py
src/pipecatcloud/cli/entry_point.py
src/pipecatcloud/cli/commands/__init__.py
src/pipecatcloud/cli/commands/agent.py
src/pipecatcloud/cli/commands/auth.py
src/pipecatcloud/cli/commands/deploy.py
src/pipecatcloud/cli/commands/docker.py
src/pipecatcloud/cli/commands/organizations.py
src/pipecatcloud/cli/commands/regions.py
src/pipecatcloud/cli/commands/secrets.py
src/pipecatcloud/smallwebrtc/session_manager.py
tests/__init__.py
tests/test_agent_sessions.py
tests/test_agent_stop.py
tests/test_api_client.py
tests/test_docker_commands.py
tests/test_krisp_viva.py
tests/test_managed_keys.py
tests/test_regions.py