README.md
pyproject.toml
tests/test_assignments.py
tests/test_auth.py
tests/test_bug_report.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_docs.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_sessions.py
tests/test_setup.py
tests/test_test_command.py
tests/test_update.py
tests/test_usage.py
tests/test_validate.py
tests/test_vrignore.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/docs.py
vr_cli/commands/evaluation.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/report.py
vr_cli/commands/session.py
vr_cli/commands/setup.py
vr_cli/commands/test.py
vr_cli/commands/update.py
vr_cli/commands/usage.py
vr_cli/commands/validate.py
vr_cli/debugger/__init__.py
vr_cli/debugger/index.html
vr_cli/debugger/main.js
vr_cli/debugger/package-lock.json
vr_cli/debugger/package.json
vr_cli/debugger/preload.js
vr_cli/entities/agent.py
vr_cli/entities/agent_environment.py
vr_cli/entities/agent_environment_variable.py
vr_cli/entities/agent_function.py
vr_cli/entities/agent_secret.py
vr_cli/entities/agent_session.py
vr_cli/entities/agent_template.py
vr_cli/entities/base.py
vr_cli/entities/evaluation.py
vr_cli/entities/organization.py
vr_cli/entities/organization_phone_number.py
vr_cli/entities/organization_secret.py
vr_cli/entities/organization_telephony.py
vr_cli/entities/organization_variable.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-debug-test/SKILL.md
vr_cli/skills/vr-handler-dev/SKILL.md
vr_cli/skills/vr-inspect-resources/SKILL.md
vr_cli/skills/vr-monitor-sessions/SKILL.md
vr_cli/skills/vr-push-deploy/SKILL.md
vr_cli/skills/vr-setup-auth/SKILL.md
vr_cli/skills/vr-template-config/SKILL.md
vr_cli/templates/README.md
vr_cli/templates/gitignore
vr_cli/templates/handler.py
vr_cli/templates/requirements.txt
vr_cli/templates/vrignore
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
vr_cli/utils/vrignore.py