README.md
pyproject.toml
tests/test_assignments.py
tests/test_auth.py
tests/test_context.py
tests/test_create.py
tests/test_debug.py
tests/test_delete.py
tests/test_deploy.py
tests/test_describe.py
tests/test_get.py
tests/test_helm.py
tests/test_init.py
tests/test_open.py
tests/test_pull.py
tests/test_push.py
tests/test_render.py
tests/test_setup.py
tests/test_test_command.py
tests/test_validate.py
voicerun_cli.egg-info/PKG-INFO
voicerun_cli.egg-info/SOURCES.txt
voicerun_cli.egg-info/dependency_links.txt
voicerun_cli.egg-info/entry_points.txt
voicerun_cli.egg-info/requires.txt
voicerun_cli.egg-info/top_level.txt
vr_cli/__init__.py
vr_cli/cli.py
vr_cli/commands/auth.py
vr_cli/commands/context.py
vr_cli/commands/create.py
vr_cli/commands/debug.py
vr_cli/commands/delete.py
vr_cli/commands/deploy.py
vr_cli/commands/describe.py
vr_cli/commands/get.py
vr_cli/commands/init.py
vr_cli/commands/open.py
vr_cli/commands/pull.py
vr_cli/commands/push.py
vr_cli/commands/render.py
vr_cli/commands/setup.py
vr_cli/commands/test.py
vr_cli/commands/validate.py
vr_cli/entities/agent.py
vr_cli/entities/agent_environment.py
vr_cli/entities/agent_function.py
vr_cli/entities/agent_phone_number_assignment.py
vr_cli/entities/agent_secret.py
vr_cli/entities/base.py
vr_cli/entities/organization_phone_number.py
vr_cli/entities/organization_secret.py
vr_cli/entities/organization_telephony.py
vr_cli/entities/user.py
vr_cli/skills/vr-add-phone-number/SKILL.md
vr_cli/skills/vr-create-agent/SKILL.md
vr_cli/skills/vr-outbound-call/SKILL.md
vr_cli/templates/README.md
vr_cli/templates/gitignore
vr_cli/templates/handler.py
vr_cli/templates/requirements.txt
vr_cli/templates/voicerun/agent.yaml
vr_cli/utils/agent_lock.py
vr_cli/utils/audio_input.py
vr_cli/utils/audio_output.py
vr_cli/utils/config.py
vr_cli/utils/helm.py
vr_cli/utils/installer.py
vr_cli/utils/utils.py