alloy-runtime-cli 0.2.76__tar.gz → 0.2.77__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/PKG-INFO +4 -4
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/README.md +1 -1
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/alloy_runtime_cli.egg-info/PKG-INFO +4 -4
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/alloy_runtime_cli.egg-info/requires.txt +2 -2
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/executions/get/transcript_renderer.py +32 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/pyproject.toml +3 -3
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/MANIFEST.in +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/alloy_runtime_cli.egg-info/SOURCES.txt +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/alloy_runtime_cli.egg-info/dependency_links.txt +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/alloy_runtime_cli.egg-info/entry_points.txt +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/alloy_runtime_cli.egg-info/top_level.txt +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/__init__.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/__init__.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/admin/__init__.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/admin/bootstrap_command.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/admin/credentials/__init__.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/admin/credentials/create/__init__.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/admin/credentials/create/command.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/admin/credentials/create/presenter.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/admin/credentials/grant/__init__.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/admin/credentials/grant/command.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/admin/credentials/grant/fields.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/admin/credentials/grant/presenter.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/agents/__init__.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/agents/create/__init__.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/agents/create/command.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/agents/create/fields.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/agents/create/presenter.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/agents/delete/__init__.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/agents/delete/command.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/agents/delete/presenter.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/agents/get/command.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/agents/get/presenter.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/agents/list/__init__.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/agents/list/command.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/agents/list/presenter.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/agents/tool_formatting.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/agents/update/__init__.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/agents/update/command.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/agents/update/fields.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/agents/update/presenter.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/api_keys/__init__.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/api_keys/create/__init__.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/api_keys/create/command.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/api_keys/create/presenter.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/audio/__init__.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/audio/transcribe/__init__.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/audio/transcribe/command.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/audio/transcribe/presenter.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/auth/__init__.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/auth/login/__init__.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/auth/login/command.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/auth/signup/__init__.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/auth/signup/command.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/billing/__init__.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/billing/costs/__init__.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/billing/costs/by_agent/__init__.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/billing/costs/by_agent/command.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/billing/costs/by_agent/presenter.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/billing/costs/by_model/__init__.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/billing/costs/by_model/command.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/billing/costs/by_model/presenter.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/billing/costs/daily/__init__.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/billing/costs/daily/command.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/billing/costs/daily/presenter.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/billing/costs/summary/__init__.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/billing/costs/summary/command.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/billing/costs/summary/presenter.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/billing/projects/__init__.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/billing/projects/create/__init__.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/billing/projects/create/command.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/billing/projects/create/presenter.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/billing/projects/get/__init__.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/billing/projects/get/command.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/billing/projects/get/presenter.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/billing/projects/list/__init__.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/billing/projects/list/command.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/billing/projects/list/presenter.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/content/__init__.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/content/delete/__init__.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/content/delete/command.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/content/delete/presenter.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/content/edit/__init__.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/content/edit/command.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/content/edit/editor.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/content/edit/presenter.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/content/get/__init__.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/content/get/command.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/content/get/presenter.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/content/list/__init__.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/content/list/command.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/content/list/export_formatters.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/content/list/export_handler.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/content/list/presenter.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/credentials/__init__.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/credentials/create/__init__.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/credentials/create/command.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/credentials/create/fields.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/credentials/create/presenter.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/credentials/list/__init__.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/credentials/list/command.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/credentials/list/presenter.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/credentials/supported/command.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/credentials/supported/presenter.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/credentials/update/__init__.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/credentials/update/command.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/credentials/update/fields.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/credentials/update/presenter.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/executions/get/command.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/executions/get/presenter.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/flag_utils.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/generate/__init__.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/generate/cancel/__init__.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/generate/cancel/command.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/generate/cancel/presenter.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/generate/status/__init__.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/generate/status/command.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/generate/status/presenter.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/generate/text/__init__.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/generate/text/command.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/generate/text/concurrent_renderer.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/generate/text/presenter.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/generate/text/stream_renderer.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/knowledge/__init__.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/knowledge/collections/__init__.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/knowledge/collections/cluster/__init__.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/knowledge/collections/cluster/command.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/knowledge/collections/cluster/presenter.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/knowledge/collections/cluster_status/__init__.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/knowledge/collections/cluster_status/command.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/knowledge/collections/cluster_status/presenter.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/knowledge/collections/create/__init__.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/knowledge/collections/create/command.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/knowledge/collections/create/presenter.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/knowledge/collections/delete/__init__.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/knowledge/collections/delete/command.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/knowledge/collections/delete/presenter.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/knowledge/collections/get/__init__.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/knowledge/collections/get/command.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/knowledge/collections/get/presenter.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/knowledge/collections/list/__init__.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/knowledge/collections/list/command.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/knowledge/collections/list/presenter.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/knowledge/collections/status/__init__.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/knowledge/collections/status/command.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/knowledge/collections/status/presenter.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/knowledge/collections/update/__init__.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/knowledge/collections/update/command.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/knowledge/collections/update/presenter.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/knowledge/documents/__init__.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/knowledge/documents/bulk_metadata/__init__.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/knowledge/documents/bulk_metadata/command.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/knowledge/documents/bulk_metadata/presenter.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/knowledge/documents/bulk_reingest_failed/command.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/knowledge/documents/bulk_reingest_failed/presenter.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/knowledge/documents/bulk_reingest_failed_status/command.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/knowledge/documents/bulk_reingest_failed_status/presenter.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/knowledge/documents/count/__init__.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/knowledge/documents/count/command.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/knowledge/documents/count/presenter.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/knowledge/documents/delete/__init__.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/knowledge/documents/delete/command.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/knowledge/documents/delete/presenter.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/knowledge/documents/get/__init__.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/knowledge/documents/get/command.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/knowledge/documents/get/presenter.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/knowledge/documents/ingest/__init__.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/knowledge/documents/ingest/command.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/knowledge/documents/ingest/presenter.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/knowledge/documents/list/__init__.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/knowledge/documents/list/command.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/knowledge/documents/list/presenter.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/knowledge/documents/reingest/__init__.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/knowledge/documents/reingest/command.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/knowledge/documents/reingest/presenter.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/knowledge/documents/update/__init__.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/knowledge/documents/update/command.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/knowledge/documents/update/presenter.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/knowledge/recover/__init__.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/knowledge/recover/command.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/knowledge/recover/presenter.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/knowledge/search/__init__.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/knowledge/search/command.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/knowledge/search/presenter.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/knowledge/synthesis/__init__.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/knowledge/synthesis/create/__init__.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/knowledge/synthesis/create/command.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/knowledge/synthesis/create/presenter.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/knowledge/synthesis/delete/__init__.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/knowledge/synthesis/delete/command.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/knowledge/synthesis/delete/presenter.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/knowledge/synthesis/get/__init__.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/knowledge/synthesis/get/command.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/knowledge/synthesis/get/presenter.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/knowledge/synthesis/list/__init__.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/knowledge/synthesis/list/command.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/knowledge/synthesis/list/presenter.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/knowledge/synthesis/refresh/__init__.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/knowledge/synthesis/refresh/command.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/knowledge/synthesis/refresh/presenter.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/knowledge/synthesis/update/__init__.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/knowledge/synthesis/update/command.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/knowledge/synthesis/update/presenter.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/models/__init__.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/models/list/__init__.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/models/list/command.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/models/list/presenter.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/organizations/__init__.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/organizations/create/command.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/organizations/create/presenter.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/ping/command.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/pipelines/__init__.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/pipelines/approvals/__init__.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/pipelines/approvals/decide_command.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/pipelines/approvals/get_command.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/pipelines/approvals/presenter.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/pipelines/costs/__init__.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/pipelines/costs/command.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/pipelines/costs/daily_command.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/pipelines/costs/daily_presenter.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/pipelines/costs/presenter.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/pipelines/create/__init__.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/pipelines/create/command.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/pipelines/create/presenter.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/pipelines/env_vars/__init__.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/pipelines/env_vars/command.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/pipelines/env_vars/presenter.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/pipelines/execute/__init__.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/pipelines/execute/command.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/pipelines/execute/presenter.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/pipelines/executions/__init__.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/pipelines/executions/costs/__init__.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/pipelines/executions/costs/command.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/pipelines/executions/costs/presenter.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/pipelines/executions/costs_by_model/__init__.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/pipelines/executions/costs_by_model/command.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/pipelines/executions/costs_by_model/presenter.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/pipelines/executions/costs_by_step/__init__.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/pipelines/executions/get_command.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/pipelines/executions/list_command.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/pipelines/executions/presenter.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/pipelines/executions/rerun_command.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/pipelines/executions/update/__init__.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/pipelines/executions/update/command.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/pipelines/executions/update/presenter.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/pipelines/get/__init__.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/pipelines/get/command.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/pipelines/get/presenter.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/pipelines/list/__init__.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/pipelines/list/command.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/pipelines/list/presenter.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/pipelines/schedules/__init__.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/pipelines/schedules/create_command.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/pipelines/schedules/create_presenter.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/pipelines/schedules/delete_command.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/pipelines/schedules/env_vars_command.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/pipelines/schedules/env_vars_presenter.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/pipelines/schedules/get_command.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/pipelines/schedules/list_command.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/pipelines/schedules/once_command.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/pipelines/schedules/once_presenter.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/pipelines/schedules/presenter.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/pipelines/schedules/update_command.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/pipelines/schedules/update_presenter.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/pipelines/update/__init__.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/pipelines/update/command.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/render/__init__.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/render/html_to_image/__init__.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/render/html_to_image/command.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/schemas/__init__.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/schemas/create/__init__.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/schemas/create/command.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/schemas/create/presenter.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/schemas/delete/command.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/schemas/delete/presenter.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/schemas/get/__init__.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/schemas/get/command.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/schemas/get/presenter.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/schemas/list/__init__.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/schemas/list/command.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/schemas/list/presenter.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/schemas/update/__init__.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/schemas/update/command.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/schemas/update/presenter.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/sessions/__init__.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/sessions/delete/__init__.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/sessions/delete/command.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/sessions/delete/presenter.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/sessions/get/__init__.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/sessions/get/command.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/sessions/get/presenter.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/sessions/list/__init__.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/sessions/list/command.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/sessions/list/presenter.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/sessions/messages/__init__.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/sessions/messages/command.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/sessions/messages/presenter.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/shared_flags.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/sync/__init__.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/sync/command.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/sync/presenter.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/tags/__init__.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/tags/create/__init__.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/tags/create/command.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/tags/delete/__init__.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/tags/delete/command.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/tags/delete/presenter.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/tags/get/command.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/tags/get/presenter.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/tags/list/__init__.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/tags/list/command.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/tags/list/presenter.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/tags/update/command.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/tags/update/presenter.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/templates/__init__.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/templates/create/__init__.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/templates/create/command.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/templates/create/presenter.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/templates/delete/__init__.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/templates/delete/command.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/templates/delete/presenter.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/templates/get/__init__.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/templates/get/command.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/templates/get/presenter.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/templates/get_by_version/command.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/templates/get_by_version/presenter.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/templates/list/__init__.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/templates/list/command.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/templates/list/presenter.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/templates/render/__init__.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/templates/render/command.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/templates/render/presenter.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/templates/update/__init__.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/templates/update/command.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/templates/update/presenter.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/templates/validate/__init__.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/templates/validate/command.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/templates/validate/presenter.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/templates/version/__init__.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/templates/version/command.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/templates/version/presenter.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/tool_configs/__init__.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/tool_configs/create/__init__.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/tool_configs/create/command.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/tool_configs/create/presenter.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/tool_configs/delete/__init__.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/tool_configs/delete/command.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/tool_configs/delete/presenter.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/tool_configs/get/__init__.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/tool_configs/get/command.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/tool_configs/get/presenter.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/tool_configs/list/__init__.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/tool_configs/list/command.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/tool_configs/list/presenter.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/tool_configs/update/__init__.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/tool_configs/update/command.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/tool_configs/update/presenter.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/tools/__init__.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/tools/get/__init__.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/tools/get/command.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/tools/get/presenter.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/tools/list/__init__.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/tools/list/command.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/tools/list/presenter.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/users/__init__.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/users/create/command.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/users/create/presenter.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/whoami/__init__.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/infrastructure/__init__.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/infrastructure/auth_storage.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/infrastructure/client_factory.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/infrastructure/command.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/infrastructure/config.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/infrastructure/console.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/infrastructure/editor.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/infrastructure/error_display.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/infrastructure/field_extractor.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/infrastructure/file_content.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/infrastructure/filter_parser.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/infrastructure/formatters/__init__.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/infrastructure/formatters/base.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/infrastructure/formatters/compact_formatter.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/infrastructure/formatters/json_formatter.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/infrastructure/formatters/table_formatter.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/infrastructure/formatting/__init__.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/infrastructure/formatting/fields.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/infrastructure/forms/__init__.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/infrastructure/forms/agent_picker.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/infrastructure/forms/agent_tool_editor.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/infrastructure/forms/agent_tools_manager.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/infrastructure/forms/base_picker.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/infrastructure/forms/components.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/infrastructure/forms/json_schema_builder.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/infrastructure/forms/model_picker.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/infrastructure/forms/parsers.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/infrastructure/forms/resolution_modal.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/infrastructure/forms/schema_picker.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/infrastructure/forms/tag_management_modal.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/infrastructure/forms/tag_picker.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/infrastructure/forms/template_picker.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/infrastructure/forms/tool_config_picker.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/infrastructure/forms/tool_picker.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/infrastructure/help_json.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/infrastructure/help_markdown.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/infrastructure/help_toon.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/infrastructure/injection/__init__.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/infrastructure/injection/parser.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/infrastructure/injection/resolver.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/infrastructure/kv_parser.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/infrastructure/local_storage.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/infrastructure/macro_parser.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/infrastructure/output.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/infrastructure/provider_setup.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/infrastructure/renderers/__init__.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/infrastructure/renderers/entity_renderer.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/infrastructure/renderers/list_renderer.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/infrastructure/scope_utils.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/infrastructure/spinner.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/infrastructure/tui/__init__.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/infrastructure/tui/clipboard.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/infrastructure/tui/formatters.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/infrastructure/tui/preview.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/infrastructure/tui/selectable.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/infrastructure/validation/__init__.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/infrastructure/validation/tag_validation.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/main.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/tui/__init__.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/tui/app.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/tui/app_store.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/tui/chat/__init__.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/tui/chat/commands/__init__.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/tui/chat/commands/base.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/tui/chat/commands/create_session.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/tui/chat/commands/load_session.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/tui/chat/commands/regenerate.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/tui/chat/commands/reload_session.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/tui/chat/commands/send_message.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/tui/chat/commands/undo.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/tui/chat/editor.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/tui/chat/messages.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/tui/chat/pane.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/tui/chat/renderers/__init__.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/tui/chat/renderers/base.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/tui/chat/renderers/markdown.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/tui/chat/renderers/plain.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/tui/chat/screen.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/tui/chat/services/__init__.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/tui/chat/services/injection.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/tui/chat/services/name_generator.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/tui/chat/slash_commands.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/tui/chat/store.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/tui/chat/types.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/tui/chat/widgets/__init__.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/tui/chat/widgets/chat_header.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/tui/chat/widgets/chat_input.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/tui/chat/widgets/injection_popup.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/tui/chat/widgets/message_display.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/tui/chat/widgets/session_sidebar.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/tui/chat/widgets/welcome_screen.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/tui/screens/__init__.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/tui/screens/agents.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/tui/screens/base.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/tui/screens/content.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/tui/screens/dashboard.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/tui/screens/models.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/tui/screens/nav_screen.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/tui/screens/schemas.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/tui/screens/templates.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/tui/screens/tool_configs.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/tui/styles/__init__.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/tui/styles/app.tcss +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/tui/styles/browser.tcss +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/tui/styles/chat.tcss +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/tui/styles/dashboard.tcss +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/tui/styles/forms.tcss +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/tui/styles/modals.tcss +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/tui/widgets/__init__.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/tui/widgets/agent_create_modal.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/tui/widgets/agent_form_modal.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/tui/widgets/agent_update_modal.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/tui/widgets/base_form_modal.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/tui/widgets/confirm_modal.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/tui/widgets/help_modal.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/tui/widgets/new_session_modal.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/tui/widgets/schema_create_modal.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/tui/widgets/schema_update_modal.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/tui/widgets/status_footer.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/tui/widgets/template_create_modal.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/tui/widgets/template_update_modal.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/tui/widgets/tool_config_create_modal.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/tui/widgets/tool_config_update_modal.py +0 -0
- {alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: alloy-runtime-cli
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.77
|
|
4
4
|
Summary: Alloy Runtime CLI - Command-line interface for Alloy Runtime server
|
|
5
5
|
Keywords: alloy,cli,python,terminal,workflow
|
|
6
6
|
Classifier: Development Status :: 3 - Alpha
|
|
@@ -16,8 +16,8 @@ Requires-Dist: textual==8.2.3
|
|
|
16
16
|
Requires-Dist: genson==1.3.0
|
|
17
17
|
Requires-Dist: pyperclip==1.11.0
|
|
18
18
|
Requires-Dist: prompt-toolkit==3.0.52
|
|
19
|
-
Requires-Dist: alloy-runtime-sdk==0.2.
|
|
20
|
-
Requires-Dist: alloy-runtime-types==0.2.
|
|
19
|
+
Requires-Dist: alloy-runtime-sdk==0.2.77
|
|
20
|
+
Requires-Dist: alloy-runtime-types==0.2.77
|
|
21
21
|
Requires-Dist: trogon==0.6.0
|
|
22
22
|
|
|
23
23
|
# alloy-runtime-cli
|
|
@@ -77,7 +77,7 @@ alloy executions get <execution_id> --watch
|
|
|
77
77
|
alloy executions get <execution_id> --full-output
|
|
78
78
|
```
|
|
79
79
|
|
|
80
|
-
`alloy executions get` uses a dedicated transcript view for human output: one metadata header followed by chronological reasoning, grouped tool-call/result, and assistant blocks. Tool inputs are always complete; tool outputs are compact by default, and `--full-output` expands them. `--watch` repaints a live grouped snapshot while the execution is still running and waits indefinitely unless you pass `--timeout <seconds>`.
|
|
80
|
+
`alloy executions get` uses a dedicated transcript view for human output: one metadata header followed by chronological reasoning, grouped tool-call/result, and assistant blocks. Tool inputs are always complete; tool outputs are compact by default, and `--full-output` expands them. RAG retrieval diagnostics are printed above `rag_search` tool output bodies, with failures highlighted red and degraded retrieval highlighted yellow. `--watch` repaints a live grouped snapshot while the execution is still running and waits indefinitely unless you pass `--timeout <seconds>`.
|
|
81
81
|
|
|
82
82
|
`alloy ping` is the authenticated connectivity check. It confirms who you are, which host you reached, and which server build answered the request.
|
|
83
83
|
|
|
@@ -55,7 +55,7 @@ alloy executions get <execution_id> --watch
|
|
|
55
55
|
alloy executions get <execution_id> --full-output
|
|
56
56
|
```
|
|
57
57
|
|
|
58
|
-
`alloy executions get` uses a dedicated transcript view for human output: one metadata header followed by chronological reasoning, grouped tool-call/result, and assistant blocks. Tool inputs are always complete; tool outputs are compact by default, and `--full-output` expands them. `--watch` repaints a live grouped snapshot while the execution is still running and waits indefinitely unless you pass `--timeout <seconds>`.
|
|
58
|
+
`alloy executions get` uses a dedicated transcript view for human output: one metadata header followed by chronological reasoning, grouped tool-call/result, and assistant blocks. Tool inputs are always complete; tool outputs are compact by default, and `--full-output` expands them. RAG retrieval diagnostics are printed above `rag_search` tool output bodies, with failures highlighted red and degraded retrieval highlighted yellow. `--watch` repaints a live grouped snapshot while the execution is still running and waits indefinitely unless you pass `--timeout <seconds>`.
|
|
59
59
|
|
|
60
60
|
`alloy ping` is the authenticated connectivity check. It confirms who you are, which host you reached, and which server build answered the request.
|
|
61
61
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: alloy-runtime-cli
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.77
|
|
4
4
|
Summary: Alloy Runtime CLI - Command-line interface for Alloy Runtime server
|
|
5
5
|
Keywords: alloy,cli,python,terminal,workflow
|
|
6
6
|
Classifier: Development Status :: 3 - Alpha
|
|
@@ -16,8 +16,8 @@ Requires-Dist: textual==8.2.3
|
|
|
16
16
|
Requires-Dist: genson==1.3.0
|
|
17
17
|
Requires-Dist: pyperclip==1.11.0
|
|
18
18
|
Requires-Dist: prompt-toolkit==3.0.52
|
|
19
|
-
Requires-Dist: alloy-runtime-sdk==0.2.
|
|
20
|
-
Requires-Dist: alloy-runtime-types==0.2.
|
|
19
|
+
Requires-Dist: alloy-runtime-sdk==0.2.77
|
|
20
|
+
Requires-Dist: alloy-runtime-types==0.2.77
|
|
21
21
|
Requires-Dist: trogon==0.6.0
|
|
22
22
|
|
|
23
23
|
# alloy-runtime-cli
|
|
@@ -77,7 +77,7 @@ alloy executions get <execution_id> --watch
|
|
|
77
77
|
alloy executions get <execution_id> --full-output
|
|
78
78
|
```
|
|
79
79
|
|
|
80
|
-
`alloy executions get` uses a dedicated transcript view for human output: one metadata header followed by chronological reasoning, grouped tool-call/result, and assistant blocks. Tool inputs are always complete; tool outputs are compact by default, and `--full-output` expands them. `--watch` repaints a live grouped snapshot while the execution is still running and waits indefinitely unless you pass `--timeout <seconds>`.
|
|
80
|
+
`alloy executions get` uses a dedicated transcript view for human output: one metadata header followed by chronological reasoning, grouped tool-call/result, and assistant blocks. Tool inputs are always complete; tool outputs are compact by default, and `--full-output` expands them. RAG retrieval diagnostics are printed above `rag_search` tool output bodies, with failures highlighted red and degraded retrieval highlighted yellow. `--watch` repaints a live grouped snapshot while the execution is still running and waits indefinitely unless you pass `--timeout <seconds>`.
|
|
81
81
|
|
|
82
82
|
`alloy ping` is the authenticated connectivity check. It confirms who you are, which host you reached, and which server build answered the request.
|
|
83
83
|
|
|
@@ -270,6 +270,9 @@ def _format_rag_search(
|
|
|
270
270
|
)
|
|
271
271
|
inline_meta = f"{hits} hits" + (f" · {timing}ms" if timing is not None else "")
|
|
272
272
|
body, _ = _format_generic(persisted_output, full=full, width=width)
|
|
273
|
+
diagnostic_line = _format_retrieval_diagnostic_line(metadata)
|
|
274
|
+
if diagnostic_line:
|
|
275
|
+
body = f"{diagnostic_line}\n{body}" if body else diagnostic_line
|
|
273
276
|
return body, inline_meta
|
|
274
277
|
|
|
275
278
|
titles = _list_of_strings(payload.get("top_titles"))
|
|
@@ -315,6 +318,35 @@ def _format_rag_search(
|
|
|
315
318
|
return "\n".join(lines), inline_meta
|
|
316
319
|
|
|
317
320
|
|
|
321
|
+
def _format_retrieval_diagnostic_line(metadata: dict[str, Any]) -> str | None:
|
|
322
|
+
raw_diagnostics = metadata.get("retrieval_diagnostics")
|
|
323
|
+
if not isinstance(raw_diagnostics, dict):
|
|
324
|
+
return None
|
|
325
|
+
|
|
326
|
+
diagnostics = cast(dict[str, Any], raw_diagnostics)
|
|
327
|
+
status = diagnostics.get("status")
|
|
328
|
+
if status not in {"failed", "degraded"}:
|
|
329
|
+
return None
|
|
330
|
+
|
|
331
|
+
codes = _retrieval_diagnostic_codes(diagnostics.get("warnings"))
|
|
332
|
+
label = "retrieval failed" if status == "failed" else "retrieval degraded"
|
|
333
|
+
suffix = f": {', '.join(codes)}" if codes else ""
|
|
334
|
+
style = "bold red" if status == "failed" else "yellow"
|
|
335
|
+
return " " + _styled(escape(label + suffix), style)
|
|
336
|
+
|
|
337
|
+
|
|
338
|
+
def _retrieval_diagnostic_codes(value: Any) -> list[str]:
|
|
339
|
+
warnings = cast(list[object], value) if isinstance(value, list) else []
|
|
340
|
+
codes: list[str] = []
|
|
341
|
+
for warning in warnings:
|
|
342
|
+
if not isinstance(warning, dict):
|
|
343
|
+
continue
|
|
344
|
+
raw_code = cast(dict[str, Any], warning).get("code")
|
|
345
|
+
if isinstance(raw_code, str) and raw_code:
|
|
346
|
+
codes.append(raw_code)
|
|
347
|
+
return codes
|
|
348
|
+
|
|
349
|
+
|
|
318
350
|
def _format_generic(
|
|
319
351
|
payload: dict[str, Any] | list[Any] | str, *, full: bool, width: int
|
|
320
352
|
) -> tuple[str, str | None]:
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "alloy-runtime-cli"
|
|
7
|
-
version = "0.2.
|
|
7
|
+
version = "0.2.77"
|
|
8
8
|
description = "Alloy Runtime CLI - Command-line interface for Alloy Runtime server"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
requires-python = ">=3.13"
|
|
@@ -23,8 +23,8 @@ dependencies = [
|
|
|
23
23
|
"genson==1.3.0",
|
|
24
24
|
"pyperclip==1.11.0",
|
|
25
25
|
"prompt-toolkit==3.0.52",
|
|
26
|
-
"alloy-runtime-sdk==0.2.
|
|
27
|
-
"alloy-runtime-types==0.2.
|
|
26
|
+
"alloy-runtime-sdk==0.2.77",
|
|
27
|
+
"alloy-runtime-types==0.2.77",
|
|
28
28
|
"trogon==0.6.0",
|
|
29
29
|
]
|
|
30
30
|
|
|
File without changes
|
{alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/alloy_runtime_cli.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/alloy_runtime_cli.egg-info/entry_points.txt
RENAMED
|
File without changes
|
{alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/alloy_runtime_cli.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/admin/bootstrap_command.py
RENAMED
|
File without changes
|
{alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/admin/credentials/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/admin/credentials/grant/fields.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/agents/create/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/agents/create/presenter.py
RENAMED
|
File without changes
|
{alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/agents/delete/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/agents/delete/presenter.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/agents/tool_formatting.py
RENAMED
|
File without changes
|
{alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/agents/update/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/agents/update/presenter.py
RENAMED
|
File without changes
|
|
File without changes
|
{alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/api_keys/create/__init__.py
RENAMED
|
File without changes
|
{alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/api_keys/create/command.py
RENAMED
|
File without changes
|
{alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/api_keys/create/presenter.py
RENAMED
|
File without changes
|
|
File without changes
|
{alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/audio/transcribe/__init__.py
RENAMED
|
File without changes
|
{alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/audio/transcribe/command.py
RENAMED
|
File without changes
|
{alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/audio/transcribe/presenter.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/billing/costs/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/billing/costs/by_agent/command.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/billing/costs/by_model/command.py
RENAMED
|
File without changes
|
|
File without changes
|
{alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/billing/costs/daily/__init__.py
RENAMED
|
File without changes
|
{alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/billing/costs/daily/command.py
RENAMED
|
File without changes
|
{alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/billing/costs/daily/presenter.py
RENAMED
|
File without changes
|
{alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/billing/costs/summary/__init__.py
RENAMED
|
File without changes
|
{alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/billing/costs/summary/command.py
RENAMED
|
File without changes
|
|
File without changes
|
{alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/billing/projects/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/billing/projects/get/__init__.py
RENAMED
|
File without changes
|
{alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/billing/projects/get/command.py
RENAMED
|
File without changes
|
{alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/billing/projects/get/presenter.py
RENAMED
|
File without changes
|
{alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/billing/projects/list/__init__.py
RENAMED
|
File without changes
|
{alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/billing/projects/list/command.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/content/delete/__init__.py
RENAMED
|
File without changes
|
{alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/content/delete/command.py
RENAMED
|
File without changes
|
{alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/content/delete/presenter.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/content/edit/presenter.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/content/list/export_formatters.py
RENAMED
|
File without changes
|
{alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/content/list/export_handler.py
RENAMED
|
File without changes
|
{alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/content/list/presenter.py
RENAMED
|
File without changes
|
|
File without changes
|
{alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/credentials/create/__init__.py
RENAMED
|
File without changes
|
{alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/credentials/create/command.py
RENAMED
|
File without changes
|
{alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/credentials/create/fields.py
RENAMED
|
File without changes
|
{alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/credentials/create/presenter.py
RENAMED
|
File without changes
|
{alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/credentials/list/__init__.py
RENAMED
|
File without changes
|
{alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/credentials/list/command.py
RENAMED
|
File without changes
|
{alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/credentials/list/presenter.py
RENAMED
|
File without changes
|
{alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/credentials/supported/command.py
RENAMED
|
File without changes
|
|
File without changes
|
{alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/credentials/update/__init__.py
RENAMED
|
File without changes
|
{alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/credentials/update/command.py
RENAMED
|
File without changes
|
{alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/credentials/update/fields.py
RENAMED
|
File without changes
|
{alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/credentials/update/presenter.py
RENAMED
|
File without changes
|
{alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/executions/get/command.py
RENAMED
|
File without changes
|
{alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/executions/get/presenter.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/generate/cancel/__init__.py
RENAMED
|
File without changes
|
{alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/generate/cancel/command.py
RENAMED
|
File without changes
|
{alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/generate/cancel/presenter.py
RENAMED
|
File without changes
|
{alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/generate/status/__init__.py
RENAMED
|
File without changes
|
{alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/generate/status/command.py
RENAMED
|
File without changes
|
{alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/generate/status/presenter.py
RENAMED
|
File without changes
|
{alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/generate/text/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/generate/text/presenter.py
RENAMED
|
File without changes
|
{alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/generate/text/stream_renderer.py
RENAMED
|
File without changes
|
|
File without changes
|
{alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/knowledge/collections/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{alloy_runtime_cli-0.2.76 → alloy_runtime_cli-0.2.77}/cli/commands/knowledge/documents/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|