alloy-runtime-cli 0.2.101__tar.gz → 0.2.103__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.101 → alloy_runtime_cli-0.2.103}/PKG-INFO +26 -3
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/README.md +23 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/alloy_runtime_cli.egg-info/PKG-INFO +26 -3
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/alloy_runtime_cli.egg-info/SOURCES.txt +3 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/alloy_runtime_cli.egg-info/requires.txt +2 -2
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/agents/create/command.py +16 -2
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/agents/create/presenter.py +8 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/agents/get/command.py +18 -4
- alloy_runtime_cli-0.2.103/cli/commands/agents/get/presenter.py +149 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/agents/list/presenter.py +5 -0
- alloy_runtime_cli-0.2.103/cli/commands/agents/schema_reference_formatting.py +18 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/agents/update/command.py +12 -3
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/agents/update/presenter.py +8 -0
- alloy_runtime_cli-0.2.103/cli/commands/pipelines/executions/cancel_command.py +109 -0
- alloy_runtime_cli-0.2.103/cli/commands/pipelines/executions/cancel_presenter.py +33 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/pipelines/update/command.py +61 -2
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/main.py +4 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/pyproject.toml +3 -3
- alloy_runtime_cli-0.2.101/cli/commands/agents/get/presenter.py +0 -44
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/MANIFEST.in +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/alloy_runtime_cli.egg-info/dependency_links.txt +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/alloy_runtime_cli.egg-info/entry_points.txt +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/alloy_runtime_cli.egg-info/top_level.txt +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/__init__.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/__init__.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/admin/__init__.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/admin/bootstrap_command.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/admin/credentials/__init__.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/admin/credentials/create/__init__.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/admin/credentials/create/command.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/admin/credentials/create/presenter.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/admin/credentials/grant/__init__.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/admin/credentials/grant/command.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/admin/credentials/grant/fields.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/admin/credentials/grant/presenter.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/agents/__init__.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/agents/create/__init__.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/agents/create/fields.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/agents/delete/__init__.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/agents/delete/command.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/agents/delete/presenter.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/agents/list/__init__.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/agents/list/command.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/agents/tool_formatting.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/agents/update/__init__.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/agents/update/fields.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/api_keys/__init__.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/api_keys/create/__init__.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/api_keys/create/command.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/api_keys/create/presenter.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/audio/__init__.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/audio/transcribe/__init__.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/audio/transcribe/command.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/audio/transcribe/presenter.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/auth/__init__.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/auth/login/__init__.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/auth/login/command.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/auth/signup/__init__.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/auth/signup/command.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/billing/__init__.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/billing/costs/__init__.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/billing/costs/by_agent/__init__.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/billing/costs/by_agent/command.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/billing/costs/by_agent/presenter.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/billing/costs/by_model/__init__.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/billing/costs/by_model/command.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/billing/costs/by_model/presenter.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/billing/costs/daily/__init__.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/billing/costs/daily/command.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/billing/costs/daily/presenter.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/billing/costs/summary/__init__.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/billing/costs/summary/command.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/billing/costs/summary/presenter.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/billing/projects/__init__.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/billing/projects/create/__init__.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/billing/projects/create/command.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/billing/projects/create/presenter.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/billing/projects/get/__init__.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/billing/projects/get/command.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/billing/projects/get/presenter.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/billing/projects/list/__init__.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/billing/projects/list/command.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/billing/projects/list/presenter.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/content/__init__.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/content/delete/__init__.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/content/delete/command.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/content/delete/presenter.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/content/edit/__init__.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/content/edit/command.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/content/edit/editor.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/content/edit/presenter.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/content/get/__init__.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/content/get/command.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/content/get/presenter.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/content/list/__init__.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/content/list/command.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/content/list/export_formatters.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/content/list/export_handler.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/content/list/presenter.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/credentials/__init__.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/credentials/create/__init__.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/credentials/create/command.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/credentials/create/fields.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/credentials/create/presenter.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/credentials/list/__init__.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/credentials/list/command.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/credentials/list/presenter.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/credentials/supported/command.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/credentials/supported/presenter.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/credentials/update/__init__.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/credentials/update/command.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/credentials/update/fields.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/credentials/update/presenter.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/executions/get/command.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/executions/get/presenter.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/executions/get/transcript_renderer.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/flag_utils.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/generate/__init__.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/generate/cancel/__init__.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/generate/cancel/command.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/generate/cancel/presenter.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/generate/status/__init__.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/generate/status/command.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/generate/status/presenter.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/generate/text/__init__.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/generate/text/command.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/generate/text/concurrent_renderer.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/generate/text/presenter.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/generate/text/stream_renderer.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/knowledge/__init__.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/knowledge/collections/__init__.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/knowledge/collections/cluster/__init__.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/knowledge/collections/cluster/command.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/knowledge/collections/cluster/presenter.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/knowledge/collections/cluster_status/__init__.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/knowledge/collections/cluster_status/command.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/knowledge/collections/cluster_status/presenter.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/knowledge/collections/create/__init__.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/knowledge/collections/create/command.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/knowledge/collections/create/presenter.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/knowledge/collections/delete/__init__.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/knowledge/collections/delete/command.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/knowledge/collections/delete/presenter.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/knowledge/collections/get/__init__.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/knowledge/collections/get/command.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/knowledge/collections/get/presenter.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/knowledge/collections/list/__init__.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/knowledge/collections/list/command.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/knowledge/collections/list/presenter.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/knowledge/collections/status/__init__.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/knowledge/collections/status/command.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/knowledge/collections/status/presenter.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/knowledge/collections/update/__init__.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/knowledge/collections/update/command.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/knowledge/collections/update/presenter.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/knowledge/documents/__init__.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/knowledge/documents/bulk_metadata/__init__.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/knowledge/documents/bulk_metadata/command.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/knowledge/documents/bulk_metadata/presenter.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/knowledge/documents/bulk_reingest_failed/command.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/knowledge/documents/bulk_reingest_failed/presenter.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/knowledge/documents/bulk_reingest_failed_status/command.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/knowledge/documents/bulk_reingest_failed_status/presenter.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/knowledge/documents/count/__init__.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/knowledge/documents/count/command.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/knowledge/documents/count/presenter.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/knowledge/documents/delete/__init__.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/knowledge/documents/delete/command.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/knowledge/documents/delete/presenter.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/knowledge/documents/get/__init__.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/knowledge/documents/get/command.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/knowledge/documents/get/presenter.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/knowledge/documents/ingest/__init__.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/knowledge/documents/ingest/command.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/knowledge/documents/ingest/presenter.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/knowledge/documents/list/__init__.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/knowledge/documents/list/command.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/knowledge/documents/list/presenter.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/knowledge/documents/reingest/__init__.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/knowledge/documents/reingest/command.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/knowledge/documents/reingest/presenter.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/knowledge/documents/update/__init__.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/knowledge/documents/update/command.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/knowledge/documents/update/presenter.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/knowledge/recover/__init__.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/knowledge/recover/command.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/knowledge/recover/presenter.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/knowledge/search/__init__.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/knowledge/search/command.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/knowledge/search/presenter.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/knowledge/synthesis/__init__.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/knowledge/synthesis/create/__init__.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/knowledge/synthesis/create/command.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/knowledge/synthesis/create/presenter.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/knowledge/synthesis/delete/__init__.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/knowledge/synthesis/delete/command.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/knowledge/synthesis/delete/presenter.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/knowledge/synthesis/get/__init__.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/knowledge/synthesis/get/command.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/knowledge/synthesis/get/presenter.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/knowledge/synthesis/list/__init__.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/knowledge/synthesis/list/command.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/knowledge/synthesis/list/presenter.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/knowledge/synthesis/refresh/__init__.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/knowledge/synthesis/refresh/command.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/knowledge/synthesis/refresh/presenter.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/knowledge/synthesis/update/__init__.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/knowledge/synthesis/update/command.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/knowledge/synthesis/update/presenter.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/models/__init__.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/models/list/__init__.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/models/list/command.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/models/list/presenter.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/organizations/__init__.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/organizations/create/command.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/organizations/create/presenter.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/ping/command.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/pipelines/__init__.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/pipelines/approvals/__init__.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/pipelines/approvals/decide_command.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/pipelines/approvals/get_command.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/pipelines/approvals/presenter.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/pipelines/costs/__init__.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/pipelines/costs/command.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/pipelines/costs/daily_command.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/pipelines/costs/daily_presenter.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/pipelines/costs/presenter.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/pipelines/create/__init__.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/pipelines/create/command.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/pipelines/create/presenter.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/pipelines/env_vars/__init__.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/pipelines/env_vars/command.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/pipelines/env_vars/presenter.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/pipelines/execute/__init__.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/pipelines/execute/command.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/pipelines/execute/presenter.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/pipelines/executions/__init__.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/pipelines/executions/costs/__init__.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/pipelines/executions/costs/command.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/pipelines/executions/costs/presenter.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/pipelines/executions/costs_by_model/__init__.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/pipelines/executions/costs_by_model/command.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/pipelines/executions/costs_by_model/presenter.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/pipelines/executions/costs_by_step/__init__.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/pipelines/executions/get_command.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/pipelines/executions/list_command.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/pipelines/executions/presenter.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/pipelines/executions/rerun_command.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/pipelines/executions/update/__init__.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/pipelines/executions/update/command.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/pipelines/executions/update/presenter.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/pipelines/get/__init__.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/pipelines/get/command.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/pipelines/get/presenter.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/pipelines/list/__init__.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/pipelines/list/command.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/pipelines/list/presenter.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/pipelines/schedules/__init__.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/pipelines/schedules/create_command.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/pipelines/schedules/create_presenter.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/pipelines/schedules/delete_command.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/pipelines/schedules/env_vars_command.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/pipelines/schedules/env_vars_presenter.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/pipelines/schedules/get_command.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/pipelines/schedules/list_command.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/pipelines/schedules/once_command.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/pipelines/schedules/once_presenter.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/pipelines/schedules/presenter.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/pipelines/schedules/update_command.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/pipelines/schedules/update_presenter.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/pipelines/update/__init__.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/render/__init__.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/render/html_to_image/__init__.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/render/html_to_image/command.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/schemas/__init__.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/schemas/create/__init__.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/schemas/create/command.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/schemas/create/presenter.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/schemas/delete/command.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/schemas/delete/presenter.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/schemas/get/__init__.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/schemas/get/command.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/schemas/get/presenter.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/schemas/list/__init__.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/schemas/list/command.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/schemas/list/presenter.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/schemas/update/__init__.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/schemas/update/command.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/schemas/update/presenter.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/sessions/__init__.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/sessions/delete/__init__.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/sessions/delete/command.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/sessions/delete/presenter.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/sessions/get/__init__.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/sessions/get/command.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/sessions/get/presenter.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/sessions/last/__init__.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/sessions/last/command.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/sessions/last/presenter.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/sessions/list/__init__.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/sessions/list/command.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/sessions/list/presenter.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/sessions/messages/__init__.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/sessions/messages/command.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/sessions/messages/presenter.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/shared_flags.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/sync/__init__.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/sync/command.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/sync/presenter.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/tags/__init__.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/tags/create/__init__.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/tags/create/command.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/tags/delete/__init__.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/tags/delete/command.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/tags/delete/presenter.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/tags/get/command.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/tags/get/presenter.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/tags/list/__init__.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/tags/list/command.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/tags/list/presenter.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/tags/update/command.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/tags/update/presenter.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/templates/__init__.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/templates/create/__init__.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/templates/create/command.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/templates/create/presenter.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/templates/delete/__init__.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/templates/delete/command.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/templates/delete/presenter.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/templates/get/__init__.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/templates/get/command.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/templates/get/presenter.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/templates/get_by_version/command.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/templates/get_by_version/presenter.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/templates/list/__init__.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/templates/list/command.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/templates/list/presenter.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/templates/render/__init__.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/templates/render/command.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/templates/render/presenter.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/templates/update/__init__.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/templates/update/command.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/templates/update/presenter.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/templates/validate/__init__.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/templates/validate/command.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/templates/validate/presenter.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/templates/version/__init__.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/templates/version/command.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/templates/version/presenter.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/tool_configs/__init__.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/tool_configs/create/__init__.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/tool_configs/create/command.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/tool_configs/create/presenter.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/tool_configs/delete/__init__.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/tool_configs/delete/command.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/tool_configs/delete/presenter.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/tool_configs/get/__init__.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/tool_configs/get/command.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/tool_configs/get/presenter.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/tool_configs/list/__init__.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/tool_configs/list/command.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/tool_configs/list/presenter.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/tool_configs/update/__init__.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/tool_configs/update/command.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/tool_configs/update/presenter.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/tools/__init__.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/tools/get/__init__.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/tools/get/command.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/tools/get/presenter.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/tools/list/__init__.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/tools/list/command.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/tools/list/presenter.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/users/__init__.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/users/create/command.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/users/create/presenter.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/whoami/__init__.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/infrastructure/__init__.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/infrastructure/auth_storage.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/infrastructure/client_factory.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/infrastructure/command.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/infrastructure/config.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/infrastructure/console.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/infrastructure/editor.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/infrastructure/error_display.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/infrastructure/field_extractor.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/infrastructure/file_content.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/infrastructure/filter_parser.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/infrastructure/formatters/__init__.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/infrastructure/formatters/base.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/infrastructure/formatters/compact_formatter.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/infrastructure/formatters/json_formatter.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/infrastructure/formatters/table_formatter.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/infrastructure/formatting/__init__.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/infrastructure/formatting/fields.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/infrastructure/forms/__init__.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/infrastructure/forms/agent_picker.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/infrastructure/forms/agent_tool_editor.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/infrastructure/forms/agent_tools_manager.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/infrastructure/forms/base_picker.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/infrastructure/forms/components.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/infrastructure/forms/json_schema_builder.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/infrastructure/forms/model_picker.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/infrastructure/forms/parsers.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/infrastructure/forms/resolution_modal.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/infrastructure/forms/schema_picker.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/infrastructure/forms/tag_management_modal.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/infrastructure/forms/tag_picker.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/infrastructure/forms/template_picker.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/infrastructure/forms/tool_config_picker.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/infrastructure/forms/tool_picker.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/infrastructure/help_json.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/infrastructure/help_markdown.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/infrastructure/help_toon.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/infrastructure/injection/__init__.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/infrastructure/injection/parser.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/infrastructure/injection/resolver.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/infrastructure/kv_parser.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/infrastructure/local_storage.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/infrastructure/macro_parser.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/infrastructure/output.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/infrastructure/provider_setup.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/infrastructure/renderers/__init__.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/infrastructure/renderers/entity_renderer.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/infrastructure/renderers/list_renderer.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/infrastructure/scope_utils.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/infrastructure/spinner.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/infrastructure/tui/__init__.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/infrastructure/tui/clipboard.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/infrastructure/tui/formatters.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/infrastructure/tui/preview.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/infrastructure/tui/selectable.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/infrastructure/validation/__init__.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/infrastructure/validation/tag_validation.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/tui/__init__.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/tui/app.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/tui/app_store.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/tui/chat/__init__.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/tui/chat/commands/__init__.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/tui/chat/commands/base.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/tui/chat/commands/create_session.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/tui/chat/commands/load_session.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/tui/chat/commands/regenerate.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/tui/chat/commands/reload_session.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/tui/chat/commands/send_message.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/tui/chat/commands/undo.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/tui/chat/editor.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/tui/chat/messages.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/tui/chat/pane.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/tui/chat/renderers/__init__.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/tui/chat/renderers/base.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/tui/chat/renderers/markdown.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/tui/chat/renderers/plain.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/tui/chat/screen.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/tui/chat/services/__init__.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/tui/chat/services/injection.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/tui/chat/services/name_generator.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/tui/chat/slash_commands.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/tui/chat/store.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/tui/chat/types.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/tui/chat/widgets/__init__.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/tui/chat/widgets/chat_header.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/tui/chat/widgets/chat_input.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/tui/chat/widgets/injection_popup.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/tui/chat/widgets/message_display.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/tui/chat/widgets/session_sidebar.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/tui/chat/widgets/welcome_screen.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/tui/screens/__init__.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/tui/screens/agents.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/tui/screens/base.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/tui/screens/content.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/tui/screens/dashboard.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/tui/screens/models.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/tui/screens/nav_screen.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/tui/screens/schemas.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/tui/screens/templates.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/tui/screens/tool_configs.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/tui/styles/__init__.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/tui/styles/app.tcss +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/tui/styles/browser.tcss +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/tui/styles/chat.tcss +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/tui/styles/dashboard.tcss +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/tui/styles/forms.tcss +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/tui/styles/modals.tcss +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/tui/widgets/__init__.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/tui/widgets/agent_create_modal.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/tui/widgets/agent_form_modal.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/tui/widgets/agent_update_modal.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/tui/widgets/base_form_modal.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/tui/widgets/confirm_modal.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/tui/widgets/help_modal.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/tui/widgets/new_session_modal.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/tui/widgets/schema_create_modal.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/tui/widgets/schema_update_modal.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/tui/widgets/status_footer.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/tui/widgets/template_create_modal.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/tui/widgets/template_update_modal.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/tui/widgets/tool_config_create_modal.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/tui/widgets/tool_config_update_modal.py +0 -0
- {alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/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.103
|
|
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.103
|
|
20
|
+
Requires-Dist: alloy-runtime-types==0.2.103
|
|
21
21
|
Requires-Dist: trogon==0.6.0
|
|
22
22
|
|
|
23
23
|
# alloy-runtime-cli
|
|
@@ -108,6 +108,29 @@ alloy templates validate --content "Hello {{ name }}" --var name=World
|
|
|
108
108
|
Use `templates validate` for local drafts and CI-style checks. Use `templates create` or `templates update` when you want to persist the template after it passes validation.
|
|
109
109
|
The command prints validation details either way and exits non-zero when the template is not renderable with the supplied variables.
|
|
110
110
|
|
|
111
|
+
|
|
112
|
+
## Pipeline hosted runtime updates
|
|
113
|
+
|
|
114
|
+
Use `alloy pipelines update` to change the stored sandbox defaults for future hosted pipeline attempts:
|
|
115
|
+
|
|
116
|
+
```bash
|
|
117
|
+
alloy pipelines update <pipeline_id> --memory-mb 4096
|
|
118
|
+
alloy pipelines update <pipeline_id> --memory-mb 4096 --cpu 2 --timeout-seconds 21600
|
|
119
|
+
alloy pipelines update <pipeline_id> --clear-hosted-runtime-config
|
|
120
|
+
```
|
|
121
|
+
|
|
122
|
+
Runtime flags are partial updates: omitted `--memory-mb`, `--cpu`, or `--timeout-seconds` values stay unchanged. `--clear-hosted-runtime-config` removes all stored hosted runtime overrides and cannot be combined with runtime value flags.
|
|
123
|
+
|
|
124
|
+
Cancel a pending or running hosted pipeline execution with:
|
|
125
|
+
|
|
126
|
+
```bash
|
|
127
|
+
alloy pipelines executions cancel <pipeline_id> <execution_id>
|
|
128
|
+
alloy pipelines executions cancel <pipeline_id> <execution_id> --wait --timeout 120
|
|
129
|
+
```
|
|
130
|
+
|
|
131
|
+
`--wait` polls Alloy's persisted execution status until it is terminal. Provider
|
|
132
|
+
process termination remains a server-side best-effort operation.
|
|
133
|
+
|
|
111
134
|
## Configuration
|
|
112
135
|
|
|
113
136
|
The CLI reads configuration in this order:
|
|
@@ -86,6 +86,29 @@ alloy templates validate --content "Hello {{ name }}" --var name=World
|
|
|
86
86
|
Use `templates validate` for local drafts and CI-style checks. Use `templates create` or `templates update` when you want to persist the template after it passes validation.
|
|
87
87
|
The command prints validation details either way and exits non-zero when the template is not renderable with the supplied variables.
|
|
88
88
|
|
|
89
|
+
|
|
90
|
+
## Pipeline hosted runtime updates
|
|
91
|
+
|
|
92
|
+
Use `alloy pipelines update` to change the stored sandbox defaults for future hosted pipeline attempts:
|
|
93
|
+
|
|
94
|
+
```bash
|
|
95
|
+
alloy pipelines update <pipeline_id> --memory-mb 4096
|
|
96
|
+
alloy pipelines update <pipeline_id> --memory-mb 4096 --cpu 2 --timeout-seconds 21600
|
|
97
|
+
alloy pipelines update <pipeline_id> --clear-hosted-runtime-config
|
|
98
|
+
```
|
|
99
|
+
|
|
100
|
+
Runtime flags are partial updates: omitted `--memory-mb`, `--cpu`, or `--timeout-seconds` values stay unchanged. `--clear-hosted-runtime-config` removes all stored hosted runtime overrides and cannot be combined with runtime value flags.
|
|
101
|
+
|
|
102
|
+
Cancel a pending or running hosted pipeline execution with:
|
|
103
|
+
|
|
104
|
+
```bash
|
|
105
|
+
alloy pipelines executions cancel <pipeline_id> <execution_id>
|
|
106
|
+
alloy pipelines executions cancel <pipeline_id> <execution_id> --wait --timeout 120
|
|
107
|
+
```
|
|
108
|
+
|
|
109
|
+
`--wait` polls Alloy's persisted execution status until it is terminal. Provider
|
|
110
|
+
process termination remains a server-side best-effort operation.
|
|
111
|
+
|
|
89
112
|
## Configuration
|
|
90
113
|
|
|
91
114
|
The CLI reads configuration in this order:
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: alloy-runtime-cli
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.103
|
|
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.103
|
|
20
|
+
Requires-Dist: alloy-runtime-types==0.2.103
|
|
21
21
|
Requires-Dist: trogon==0.6.0
|
|
22
22
|
|
|
23
23
|
# alloy-runtime-cli
|
|
@@ -108,6 +108,29 @@ alloy templates validate --content "Hello {{ name }}" --var name=World
|
|
|
108
108
|
Use `templates validate` for local drafts and CI-style checks. Use `templates create` or `templates update` when you want to persist the template after it passes validation.
|
|
109
109
|
The command prints validation details either way and exits non-zero when the template is not renderable with the supplied variables.
|
|
110
110
|
|
|
111
|
+
|
|
112
|
+
## Pipeline hosted runtime updates
|
|
113
|
+
|
|
114
|
+
Use `alloy pipelines update` to change the stored sandbox defaults for future hosted pipeline attempts:
|
|
115
|
+
|
|
116
|
+
```bash
|
|
117
|
+
alloy pipelines update <pipeline_id> --memory-mb 4096
|
|
118
|
+
alloy pipelines update <pipeline_id> --memory-mb 4096 --cpu 2 --timeout-seconds 21600
|
|
119
|
+
alloy pipelines update <pipeline_id> --clear-hosted-runtime-config
|
|
120
|
+
```
|
|
121
|
+
|
|
122
|
+
Runtime flags are partial updates: omitted `--memory-mb`, `--cpu`, or `--timeout-seconds` values stay unchanged. `--clear-hosted-runtime-config` removes all stored hosted runtime overrides and cannot be combined with runtime value flags.
|
|
123
|
+
|
|
124
|
+
Cancel a pending or running hosted pipeline execution with:
|
|
125
|
+
|
|
126
|
+
```bash
|
|
127
|
+
alloy pipelines executions cancel <pipeline_id> <execution_id>
|
|
128
|
+
alloy pipelines executions cancel <pipeline_id> <execution_id> --wait --timeout 120
|
|
129
|
+
```
|
|
130
|
+
|
|
131
|
+
`--wait` polls Alloy's persisted execution status until it is terminal. Provider
|
|
132
|
+
process termination remains a server-side best-effort operation.
|
|
133
|
+
|
|
111
134
|
## Configuration
|
|
112
135
|
|
|
113
136
|
The CLI reads configuration in this order:
|
{alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/alloy_runtime_cli.egg-info/SOURCES.txt
RENAMED
|
@@ -23,6 +23,7 @@ cli/commands/admin/credentials/grant/command.py
|
|
|
23
23
|
cli/commands/admin/credentials/grant/fields.py
|
|
24
24
|
cli/commands/admin/credentials/grant/presenter.py
|
|
25
25
|
cli/commands/agents/__init__.py
|
|
26
|
+
cli/commands/agents/schema_reference_formatting.py
|
|
26
27
|
cli/commands/agents/tool_formatting.py
|
|
27
28
|
cli/commands/agents/create/__init__.py
|
|
28
29
|
cli/commands/agents/create/command.py
|
|
@@ -230,6 +231,8 @@ cli/commands/pipelines/execute/__init__.py
|
|
|
230
231
|
cli/commands/pipelines/execute/command.py
|
|
231
232
|
cli/commands/pipelines/execute/presenter.py
|
|
232
233
|
cli/commands/pipelines/executions/__init__.py
|
|
234
|
+
cli/commands/pipelines/executions/cancel_command.py
|
|
235
|
+
cli/commands/pipelines/executions/cancel_presenter.py
|
|
233
236
|
cli/commands/pipelines/executions/get_command.py
|
|
234
237
|
cli/commands/pipelines/executions/list_command.py
|
|
235
238
|
cli/commands/pipelines/executions/presenter.py
|
{alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/agents/create/command.py
RENAMED
|
@@ -114,7 +114,7 @@ def agents_create_command(
|
|
|
114
114
|
output_schema: Optional[str] = typer.Option(
|
|
115
115
|
None,
|
|
116
116
|
"--output-schema",
|
|
117
|
-
help="Output schema name or UUID (mutually exclusive with --output-schema-def)",
|
|
117
|
+
help="Output schema name to follow latest, or UUID to pin a schema version (mutually exclusive with --output-schema-def)",
|
|
118
118
|
),
|
|
119
119
|
output_schema_def: Optional[str] = typer.Option(
|
|
120
120
|
None,
|
|
@@ -322,6 +322,18 @@ def parse_output_schema_def(
|
|
|
322
322
|
return cast(dict[str, Any], schema_data)
|
|
323
323
|
|
|
324
324
|
|
|
325
|
+
def split_output_schema_reference(
|
|
326
|
+
output_schema: str | None,
|
|
327
|
+
) -> tuple[UUID | None, str | None]:
|
|
328
|
+
"""Split CLI --output-schema into pinned UUID or latest-by-name request fields."""
|
|
329
|
+
if output_schema is None:
|
|
330
|
+
return None, None
|
|
331
|
+
try:
|
|
332
|
+
return UUID(output_schema), None
|
|
333
|
+
except ValueError:
|
|
334
|
+
return None, output_schema
|
|
335
|
+
|
|
336
|
+
|
|
325
337
|
def parse_headers(
|
|
326
338
|
headers: Optional[list[str]],
|
|
327
339
|
) -> dict[str, str] | None:
|
|
@@ -468,6 +480,7 @@ def _execute_create_from_flags(
|
|
|
468
480
|
tool_configs = parse_tools(tools, tools_file)
|
|
469
481
|
|
|
470
482
|
parsed_output_schema = parse_output_schema_def(output_schema_def)
|
|
483
|
+
output_schema_id, output_schema_name = split_output_schema_reference(output_schema)
|
|
471
484
|
|
|
472
485
|
parsed_headers = parse_headers(headers)
|
|
473
486
|
|
|
@@ -483,7 +496,8 @@ def _execute_create_from_flags(
|
|
|
483
496
|
base_agent_id=base_agent,
|
|
484
497
|
system_instruction_version_id=system_version,
|
|
485
498
|
input_schema_id=input_schema,
|
|
486
|
-
output_schema_id=
|
|
499
|
+
output_schema_id=output_schema_id,
|
|
500
|
+
output_schema_name=output_schema_name,
|
|
487
501
|
output_schema=parsed_output_schema,
|
|
488
502
|
default_extra_headers=parsed_headers,
|
|
489
503
|
)
|
{alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/agents/create/presenter.py
RENAMED
|
@@ -5,6 +5,9 @@ from cli.commands.agents.create.fields import (
|
|
|
5
5
|
format_tags,
|
|
6
6
|
format_tools,
|
|
7
7
|
)
|
|
8
|
+
from cli.commands.agents.schema_reference_formatting import (
|
|
9
|
+
format_output_schema_reference,
|
|
10
|
+
)
|
|
8
11
|
from cli.infrastructure.formatting.fields import (
|
|
9
12
|
format_datetime,
|
|
10
13
|
format_optional,
|
|
@@ -62,6 +65,11 @@ def present_agent_create_success(response: CreateAgentResponse) -> None:
|
|
|
62
65
|
"Output Schema ID",
|
|
63
66
|
lambda v: format_optional(v, lambda x: format_uuid(x, short=False)),
|
|
64
67
|
),
|
|
68
|
+
FieldConfig(
|
|
69
|
+
"output_schema_reference_kind",
|
|
70
|
+
"Output Schema Reference",
|
|
71
|
+
lambda _: format_output_schema_reference(response),
|
|
72
|
+
),
|
|
65
73
|
FieldConfig(
|
|
66
74
|
"organization_id",
|
|
67
75
|
"Organization ID",
|
|
@@ -11,27 +11,41 @@ def agents_get_command(
|
|
|
11
11
|
...,
|
|
12
12
|
help="Agent name or UUID",
|
|
13
13
|
),
|
|
14
|
+
direct: bool = typer.Option(
|
|
15
|
+
False,
|
|
16
|
+
"--direct",
|
|
17
|
+
help=(
|
|
18
|
+
"Request only the direct persisted agent fields. By default, get also "
|
|
19
|
+
"requests redacted effective inherited configuration for inspection."
|
|
20
|
+
),
|
|
21
|
+
),
|
|
14
22
|
) -> None:
|
|
15
23
|
"""Get details of a single agent.
|
|
16
24
|
|
|
17
|
-
Retrieves the full agent configuration including models and tools.
|
|
25
|
+
Retrieves the full agent configuration including models and tools. By default,
|
|
26
|
+
also requests a redacted effective view of inherited runtime-relevant config.
|
|
18
27
|
The agent can be specified by name or UUID.
|
|
19
28
|
|
|
20
29
|
Examples:
|
|
21
30
|
alloy agents get my-agent
|
|
31
|
+
alloy agents get my-agent --direct
|
|
22
32
|
alloy agents get 123e4567-89ab-cdef-0123-456789abcdef
|
|
23
33
|
"""
|
|
24
|
-
_execute_get(agent_identifier=agent)
|
|
34
|
+
_execute_get(agent_identifier=agent, include_effective=not direct)
|
|
25
35
|
|
|
26
36
|
|
|
27
37
|
@async_command
|
|
28
|
-
async def _execute_get(agent_identifier: str) -> None:
|
|
38
|
+
async def _execute_get(agent_identifier: str, include_effective: bool = True) -> None:
|
|
29
39
|
"""Execute get agent operation.
|
|
30
40
|
|
|
31
41
|
Args:
|
|
32
42
|
agent_identifier: Agent name or UUID
|
|
43
|
+
include_effective: Request redacted effective inherited config
|
|
33
44
|
"""
|
|
34
45
|
async with authenticated_client() as (_config, client):
|
|
35
|
-
response = await client.get_agent(
|
|
46
|
+
response = await client.get_agent(
|
|
47
|
+
agent_identifier,
|
|
48
|
+
include_effective=include_effective,
|
|
49
|
+
)
|
|
36
50
|
|
|
37
51
|
present_agent_details(response)
|
|
@@ -0,0 +1,149 @@
|
|
|
1
|
+
"""Presenter for agents get command output."""
|
|
2
|
+
|
|
3
|
+
import json
|
|
4
|
+
from collections.abc import Mapping
|
|
5
|
+
from typing import Any, cast
|
|
6
|
+
|
|
7
|
+
from alloy_runtime_types.dtos.agents import GetAgentResponse
|
|
8
|
+
|
|
9
|
+
from cli.commands.agents.schema_reference_formatting import (
|
|
10
|
+
format_output_schema_reference,
|
|
11
|
+
)
|
|
12
|
+
from cli.commands.agents.tool_formatting import (
|
|
13
|
+
format_generation_params,
|
|
14
|
+
format_tool_details,
|
|
15
|
+
)
|
|
16
|
+
from cli.infrastructure.output import OutputService
|
|
17
|
+
from cli.infrastructure.renderers.entity_renderer import FieldConfig
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
def _format_tags(response: GetAgentResponse) -> str:
|
|
21
|
+
if not response.tags:
|
|
22
|
+
return "[]"
|
|
23
|
+
return ", ".join(tag.tag_path for tag in response.tags)
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
def _get_value(container: object, key: str) -> Any:
|
|
27
|
+
if isinstance(container, Mapping):
|
|
28
|
+
return cast(Mapping[str, Any], container).get(key)
|
|
29
|
+
return getattr(container, key, None)
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
def _jsonable(value: Any) -> Any:
|
|
33
|
+
if hasattr(value, "model_dump"):
|
|
34
|
+
return value.model_dump(mode="json")
|
|
35
|
+
if isinstance(value, list):
|
|
36
|
+
items = cast(list[Any], value)
|
|
37
|
+
return [_jsonable(item) for item in items]
|
|
38
|
+
if isinstance(value, Mapping):
|
|
39
|
+
items = cast(Mapping[Any, Any], value)
|
|
40
|
+
return {str(key): _jsonable(item) for key, item in items.items()}
|
|
41
|
+
return value
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
def _format_json(value: Any, *, empty: str = "(none)") -> str:
|
|
45
|
+
if value in (None, [], {}):
|
|
46
|
+
return empty
|
|
47
|
+
return json.dumps(_jsonable(value), sort_keys=True)
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
def _format_effective_generation_params(response: GetAgentResponse) -> str:
|
|
51
|
+
effective = getattr(response, "effective", None)
|
|
52
|
+
if effective is None:
|
|
53
|
+
return "(not requested)"
|
|
54
|
+
return format_generation_params(
|
|
55
|
+
model_options=_get_value(effective, "agent_default_model_options"),
|
|
56
|
+
extra_headers=_get_value(effective, "agent_default_extra_headers_redacted"),
|
|
57
|
+
empty="{}",
|
|
58
|
+
)
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
def _format_effective_tools(response: GetAgentResponse) -> str:
|
|
62
|
+
effective = getattr(response, "effective", None)
|
|
63
|
+
if effective is None:
|
|
64
|
+
return "(not requested)"
|
|
65
|
+
tools = _get_value(effective, "tools")
|
|
66
|
+
if not tools:
|
|
67
|
+
return "(none)"
|
|
68
|
+
return _format_json(tools)
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
def _format_inheritance_chain(response: GetAgentResponse) -> str:
|
|
72
|
+
chain = getattr(response, "inheritance_chain", None)
|
|
73
|
+
if not chain:
|
|
74
|
+
return "(none)"
|
|
75
|
+
names: list[str] = []
|
|
76
|
+
for node in chain:
|
|
77
|
+
name = _get_value(node, "name")
|
|
78
|
+
agent_id = _get_value(node, "agent_id")
|
|
79
|
+
depth = _get_value(node, "depth")
|
|
80
|
+
label = name or str(agent_id)
|
|
81
|
+
if depth is not None:
|
|
82
|
+
label = f"{label} (depth {depth})"
|
|
83
|
+
names.append(label)
|
|
84
|
+
return " -> ".join(names)
|
|
85
|
+
|
|
86
|
+
|
|
87
|
+
def present_agent_details(response: GetAgentResponse) -> None:
|
|
88
|
+
output = OutputService.get()
|
|
89
|
+
effective = getattr(response, "effective", None)
|
|
90
|
+
fields = [
|
|
91
|
+
FieldConfig("id", "ID", str),
|
|
92
|
+
FieldConfig("name", "Name"),
|
|
93
|
+
FieldConfig("description", "Description"),
|
|
94
|
+
FieldConfig("model", "Direct Model"),
|
|
95
|
+
FieldConfig(
|
|
96
|
+
"id",
|
|
97
|
+
"Effective Model",
|
|
98
|
+
lambda _: (
|
|
99
|
+
_get_value(effective, "model")
|
|
100
|
+
if effective is not None
|
|
101
|
+
else "(not requested)"
|
|
102
|
+
),
|
|
103
|
+
),
|
|
104
|
+
FieldConfig(
|
|
105
|
+
"default_model_options",
|
|
106
|
+
"Direct Agent Default Params",
|
|
107
|
+
lambda _: format_generation_params(
|
|
108
|
+
model_options=response.default_model_options,
|
|
109
|
+
extra_headers=response.default_extra_headers,
|
|
110
|
+
empty="{}",
|
|
111
|
+
),
|
|
112
|
+
),
|
|
113
|
+
FieldConfig(
|
|
114
|
+
"output_schema_reference_kind",
|
|
115
|
+
"Output Schema Reference",
|
|
116
|
+
lambda _: format_output_schema_reference(response),
|
|
117
|
+
),
|
|
118
|
+
FieldConfig(
|
|
119
|
+
"id",
|
|
120
|
+
"Agent Default Params (effective)",
|
|
121
|
+
lambda _: _format_effective_generation_params(response),
|
|
122
|
+
),
|
|
123
|
+
FieldConfig(
|
|
124
|
+
"tools", "Tools (direct)", lambda _: format_tool_details(response.tools)
|
|
125
|
+
),
|
|
126
|
+
FieldConfig(
|
|
127
|
+
"id",
|
|
128
|
+
"Tools (effective)",
|
|
129
|
+
lambda _: _format_effective_tools(response),
|
|
130
|
+
),
|
|
131
|
+
FieldConfig(
|
|
132
|
+
"mcp_servers",
|
|
133
|
+
"MCP Servers (direct/current-runtime)",
|
|
134
|
+
lambda _: _format_json(response.mcp_servers),
|
|
135
|
+
),
|
|
136
|
+
FieldConfig(
|
|
137
|
+
"id",
|
|
138
|
+
"Inheritance Chain",
|
|
139
|
+
lambda _: _format_inheritance_chain(response),
|
|
140
|
+
),
|
|
141
|
+
FieldConfig("id", "Tags", lambda _: _format_tags(response)),
|
|
142
|
+
]
|
|
143
|
+
|
|
144
|
+
output.entity(
|
|
145
|
+
response,
|
|
146
|
+
f"Agent: {response.name}",
|
|
147
|
+
fields,
|
|
148
|
+
raw_payload=response,
|
|
149
|
+
)
|
{alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/agents/list/presenter.py
RENAMED
|
@@ -42,6 +42,11 @@ def present_agents_list(response: ListAgentsResponse) -> None:
|
|
|
42
42
|
header_label="Model",
|
|
43
43
|
formatter=_format_model,
|
|
44
44
|
),
|
|
45
|
+
ColumnConfig(
|
|
46
|
+
source_field="output_schema_reference_kind",
|
|
47
|
+
header_label="Output Schema",
|
|
48
|
+
formatter=lambda value: value or "none",
|
|
49
|
+
),
|
|
45
50
|
ColumnConfig(
|
|
46
51
|
source_field="created_at",
|
|
47
52
|
header_label="Created",
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"""Formatting helpers for agent output schema references."""
|
|
2
|
+
|
|
3
|
+
from typing import Any
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
def format_output_schema_reference(response: Any) -> str:
|
|
7
|
+
"""Format output schema reference mode for operator readbacks."""
|
|
8
|
+
kind = getattr(response, "output_schema_reference_kind", None)
|
|
9
|
+
schema_id = getattr(response, "output_schema_id", None)
|
|
10
|
+
schema_name = getattr(response, "output_schema_name", None)
|
|
11
|
+
|
|
12
|
+
if kind == "latest":
|
|
13
|
+
return f"latest name={schema_name}" if schema_name else "latest"
|
|
14
|
+
if kind == "pinned":
|
|
15
|
+
return f"pinned id={schema_id}" if schema_id else "pinned"
|
|
16
|
+
if kind == "inline":
|
|
17
|
+
return f"inline id={schema_id}" if schema_id else "inline"
|
|
18
|
+
return "none"
|
{alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/agents/update/command.py
RENAMED
|
@@ -7,7 +7,10 @@ from uuid import UUID
|
|
|
7
7
|
|
|
8
8
|
import typer
|
|
9
9
|
|
|
10
|
-
from cli.commands.agents.create.command import
|
|
10
|
+
from cli.commands.agents.create.command import (
|
|
11
|
+
parse_tools,
|
|
12
|
+
split_output_schema_reference,
|
|
13
|
+
)
|
|
11
14
|
from cli.commands.agents.update.presenter import present_agent_update_success
|
|
12
15
|
from cli.commands.flag_utils import (
|
|
13
16
|
merge_raw_and_convenience_options,
|
|
@@ -168,7 +171,7 @@ def agents_update_command(
|
|
|
168
171
|
output_schema_id: Optional[str] = typer.Option(
|
|
169
172
|
None,
|
|
170
173
|
"--output-schema",
|
|
171
|
-
help="Output schema name or UUID (mutually exclusive with --output-schema-def)",
|
|
174
|
+
help="Output schema name to follow latest, or UUID to pin a schema version (mutually exclusive with --output-schema-def)",
|
|
172
175
|
),
|
|
173
176
|
output_schema_def: Optional[str] = typer.Option(
|
|
174
177
|
None,
|
|
@@ -426,7 +429,13 @@ async def _execute_update(
|
|
|
426
429
|
request_data["input_schema_id"] = input_schema_id
|
|
427
430
|
|
|
428
431
|
if output_schema_id is not None:
|
|
429
|
-
|
|
432
|
+
pinned_schema_id, latest_schema_name = split_output_schema_reference(
|
|
433
|
+
output_schema_id
|
|
434
|
+
)
|
|
435
|
+
if pinned_schema_id is not None:
|
|
436
|
+
request_data["output_schema_id"] = pinned_schema_id
|
|
437
|
+
else:
|
|
438
|
+
request_data["output_schema_name"] = latest_schema_name
|
|
430
439
|
|
|
431
440
|
if output_schema_dict is not None:
|
|
432
441
|
request_data["output_schema"] = output_schema_dict
|
{alloy_runtime_cli-0.2.101 → alloy_runtime_cli-0.2.103}/cli/commands/agents/update/presenter.py
RENAMED
|
@@ -5,6 +5,9 @@ from cli.commands.agents.update.fields import (
|
|
|
5
5
|
format_tags,
|
|
6
6
|
format_tools,
|
|
7
7
|
)
|
|
8
|
+
from cli.commands.agents.schema_reference_formatting import (
|
|
9
|
+
format_output_schema_reference,
|
|
10
|
+
)
|
|
8
11
|
from cli.infrastructure.formatting.fields import (
|
|
9
12
|
format_datetime,
|
|
10
13
|
format_optional,
|
|
@@ -62,6 +65,11 @@ def present_agent_update_success(response: UpdateAgentResponse) -> None:
|
|
|
62
65
|
"Output Schema ID",
|
|
63
66
|
lambda v: format_optional(v, lambda x: format_uuid(x, short=False)),
|
|
64
67
|
),
|
|
68
|
+
FieldConfig(
|
|
69
|
+
"output_schema_reference_kind",
|
|
70
|
+
"Output Schema Reference",
|
|
71
|
+
lambda _: format_output_schema_reference(response),
|
|
72
|
+
),
|
|
65
73
|
FieldConfig(
|
|
66
74
|
"organization_id",
|
|
67
75
|
"Organization ID",
|
|
@@ -0,0 +1,109 @@
|
|
|
1
|
+
"""Pipeline execution cancel command implementation."""
|
|
2
|
+
|
|
3
|
+
import asyncio
|
|
4
|
+
import time
|
|
5
|
+
from typing import Protocol
|
|
6
|
+
from uuid import UUID
|
|
7
|
+
|
|
8
|
+
import typer
|
|
9
|
+
|
|
10
|
+
from cli.commands.flag_utils import validate_uuid
|
|
11
|
+
from cli.commands.pipelines.executions.cancel_presenter import (
|
|
12
|
+
present_pipeline_execution_cancel,
|
|
13
|
+
)
|
|
14
|
+
from cli.infrastructure.command import async_command, authenticated_client
|
|
15
|
+
from cli.infrastructure.output import OutputService
|
|
16
|
+
from alloy_runtime_types.dtos.pipeline import GetPipelineExecutionResponse
|
|
17
|
+
|
|
18
|
+
_TERMINAL_PIPELINE_STATUSES = {"completed", "failed", "cancelled", "timeout"}
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
class _PipelineExecutionGetter(Protocol):
|
|
22
|
+
async def get_pipeline_execution(
|
|
23
|
+
self, pipeline_id: UUID, execution_id: UUID
|
|
24
|
+
) -> GetPipelineExecutionResponse: ...
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
def pipelines_executions_cancel_command(
|
|
28
|
+
pipeline_id: str = typer.Argument(
|
|
29
|
+
...,
|
|
30
|
+
help="Pipeline UUID",
|
|
31
|
+
),
|
|
32
|
+
execution_id: str = typer.Argument(
|
|
33
|
+
...,
|
|
34
|
+
help="Execution UUID to cancel",
|
|
35
|
+
),
|
|
36
|
+
wait: bool = typer.Option(
|
|
37
|
+
False,
|
|
38
|
+
"--wait",
|
|
39
|
+
help="Poll until Alloy's persisted pipeline execution state is terminal.",
|
|
40
|
+
),
|
|
41
|
+
timeout_seconds: int = typer.Option(
|
|
42
|
+
120,
|
|
43
|
+
"--timeout",
|
|
44
|
+
min=1,
|
|
45
|
+
help="Maximum seconds to wait when --wait is set.",
|
|
46
|
+
),
|
|
47
|
+
) -> None:
|
|
48
|
+
"""Cancel a pending or running hosted pipeline execution.
|
|
49
|
+
|
|
50
|
+
Examples:
|
|
51
|
+
alloy pipelines executions cancel 123e4567... 456e7890...
|
|
52
|
+
alloy pipelines executions cancel 123e4567... 456e7890... --wait --timeout 120
|
|
53
|
+
"""
|
|
54
|
+
p_uuid = validate_uuid(pipeline_id, "pipeline")
|
|
55
|
+
e_uuid = validate_uuid(execution_id, "execution")
|
|
56
|
+
_execute_cancel(
|
|
57
|
+
pipeline_id=p_uuid,
|
|
58
|
+
execution_id=e_uuid,
|
|
59
|
+
wait=wait,
|
|
60
|
+
timeout_seconds=timeout_seconds,
|
|
61
|
+
)
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
@async_command
|
|
65
|
+
async def _execute_cancel(
|
|
66
|
+
pipeline_id: UUID,
|
|
67
|
+
execution_id: UUID,
|
|
68
|
+
wait: bool,
|
|
69
|
+
timeout_seconds: int,
|
|
70
|
+
) -> None:
|
|
71
|
+
"""Execute cancel pipeline operation."""
|
|
72
|
+
async with authenticated_client() as (_config, client):
|
|
73
|
+
response = await client.cancel_pipeline_execution(pipeline_id, execution_id)
|
|
74
|
+
final_status: str | None = None
|
|
75
|
+
if wait:
|
|
76
|
+
final_status = await _wait_for_terminal_status(
|
|
77
|
+
client,
|
|
78
|
+
pipeline_id=pipeline_id,
|
|
79
|
+
execution_id=execution_id,
|
|
80
|
+
timeout_seconds=timeout_seconds,
|
|
81
|
+
)
|
|
82
|
+
|
|
83
|
+
present_pipeline_execution_cancel(response, final_status=final_status)
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
async def _wait_for_terminal_status(
|
|
87
|
+
client: _PipelineExecutionGetter,
|
|
88
|
+
*,
|
|
89
|
+
pipeline_id: UUID,
|
|
90
|
+
execution_id: UUID,
|
|
91
|
+
timeout_seconds: int,
|
|
92
|
+
) -> str:
|
|
93
|
+
"""Poll the pipeline execution until Alloy reports a terminal state."""
|
|
94
|
+
deadline = time.monotonic() + timeout_seconds
|
|
95
|
+
last_status: str | None = None
|
|
96
|
+
while True:
|
|
97
|
+
response = await client.get_pipeline_execution(pipeline_id, execution_id)
|
|
98
|
+
last_status = response.execution.status
|
|
99
|
+
if last_status in _TERMINAL_PIPELINE_STATUSES:
|
|
100
|
+
return last_status
|
|
101
|
+
remaining = deadline - time.monotonic()
|
|
102
|
+
if remaining <= 0:
|
|
103
|
+
raise typer.BadParameter(
|
|
104
|
+
f"Timed out waiting for pipeline execution {execution_id} to become terminal; last status: {last_status}"
|
|
105
|
+
)
|
|
106
|
+
OutputService.get().progress(
|
|
107
|
+
f"Waiting for pipeline execution {execution_id} to become terminal (current: {last_status})"
|
|
108
|
+
)
|
|
109
|
+
await asyncio.sleep(min(2.0, remaining))
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
"""Presenter for pipeline execution cancellation output."""
|
|
2
|
+
|
|
3
|
+
from alloy_runtime_types.dtos.pipeline import CancelPipelineExecutionResponse
|
|
4
|
+
|
|
5
|
+
from cli.infrastructure.output import OutputService
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
def present_pipeline_execution_cancel(
|
|
9
|
+
response: CancelPipelineExecutionResponse, *, final_status: str | None = None
|
|
10
|
+
) -> None:
|
|
11
|
+
"""Present hosted pipeline execution cancellation result."""
|
|
12
|
+
extra_fields: dict[str, object] = {
|
|
13
|
+
"Was Running": response.was_running,
|
|
14
|
+
"Hosted Runtime Provider": response.hosted_runtime_provider,
|
|
15
|
+
"Hosted Runtime Job ID": response.hosted_runtime_job_id,
|
|
16
|
+
"Cancelled Child Count": len(response.cancelled_child_execution_ids),
|
|
17
|
+
"Cancelled Child Execution IDs": [
|
|
18
|
+
str(execution_id) for execution_id in response.cancelled_child_execution_ids
|
|
19
|
+
],
|
|
20
|
+
"Is Terminal": response.is_terminal,
|
|
21
|
+
"Message": response.message,
|
|
22
|
+
}
|
|
23
|
+
if final_status is not None:
|
|
24
|
+
extra_fields["Final Status"] = final_status
|
|
25
|
+
|
|
26
|
+
OutputService.get().result(
|
|
27
|
+
action="cancel",
|
|
28
|
+
resource="pipeline_execution",
|
|
29
|
+
status=response.status,
|
|
30
|
+
identifier=str(response.pipeline_execution_id),
|
|
31
|
+
name=None,
|
|
32
|
+
extra_fields=extra_fields,
|
|
33
|
+
)
|