alloy-runtime-cli 0.2.16__tar.gz → 0.2.18__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.16 → alloy_runtime_cli-0.2.18}/PKG-INFO +3 -3
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/alloy_runtime_cli.egg-info/PKG-INFO +3 -3
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/alloy_runtime_cli.egg-info/requires.txt +2 -2
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/admin/credentials/create/presenter.py +6 -1
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/admin/credentials/grant/presenter.py +3 -1
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/agents/create/presenter.py +1 -1
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/agents/get/presenter.py +5 -1
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/agents/list/presenter.py +1 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/agents/update/presenter.py +1 -1
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/api_keys/create/presenter.py +1 -1
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/billing/costs/summary/presenter.py +3 -1
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/billing/projects/create/presenter.py +1 -1
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/billing/projects/get/presenter.py +1 -1
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/billing/projects/list/presenter.py +1 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/content/list/presenter.py +1 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/credentials/create/presenter.py +6 -1
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/credentials/list/presenter.py +1 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/credentials/update/presenter.py +3 -1
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/knowledge/collections/get/presenter.py +5 -1
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/knowledge/collections/list/presenter.py +1 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/knowledge/documents/get/presenter.py +5 -1
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/knowledge/documents/list/presenter.py +1 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/models/list/presenter.py +6 -1
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/pipelines/approvals/presenter.py +3 -1
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/pipelines/costs/presenter.py +1 -1
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/pipelines/create/presenter.py +3 -1
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/pipelines/execute/presenter.py +3 -1
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/pipelines/executions/costs/presenter.py +1 -1
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/pipelines/executions/presenter.py +12 -2
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/pipelines/executions/update/presenter.py +1 -1
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/pipelines/get/presenter.py +5 -2
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/pipelines/list/presenter.py +6 -1
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/pipelines/schedules/presenter.py +7 -2
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/schemas/create/presenter.py +3 -1
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/schemas/list/presenter.py +1 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/schemas/update/presenter.py +3 -1
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/sessions/get/presenter.py +5 -1
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/sessions/list/presenter.py +1 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/sessions/messages/presenter.py +1 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/tags/get/presenter.py +5 -1
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/tags/list/presenter.py +1 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/templates/get/presenter.py +7 -1
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/templates/get_by_version/presenter.py +5 -1
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/templates/list/presenter.py +1 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/tool_configs/get/presenter.py +5 -1
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/tool_configs/list/presenter.py +1 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/tools/get/presenter.py +1 -1
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/tools/list/presenter.py +1 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/infrastructure/output.py +55 -2
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/pyproject.toml +3 -3
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/MANIFEST.in +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/README.md +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/alloy_runtime_cli.egg-info/SOURCES.txt +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/alloy_runtime_cli.egg-info/dependency_links.txt +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/alloy_runtime_cli.egg-info/entry_points.txt +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/alloy_runtime_cli.egg-info/top_level.txt +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/__init__.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/__init__.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/admin/__init__.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/admin/bootstrap_command.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/admin/credentials/__init__.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/admin/credentials/create/__init__.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/admin/credentials/create/command.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/admin/credentials/grant/__init__.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/admin/credentials/grant/command.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/admin/credentials/grant/fields.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/agents/__init__.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/agents/create/__init__.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/agents/create/command.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/agents/create/fields.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/agents/delete/__init__.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/agents/delete/command.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/agents/delete/presenter.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/agents/get/command.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/agents/list/__init__.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/agents/list/command.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/agents/update/__init__.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/agents/update/command.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/agents/update/fields.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/api_keys/__init__.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/api_keys/create/__init__.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/api_keys/create/command.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/audio/__init__.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/audio/transcribe/__init__.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/audio/transcribe/command.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/audio/transcribe/presenter.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/auth/__init__.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/auth/login/__init__.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/auth/login/command.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/auth/signup/__init__.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/auth/signup/command.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/billing/__init__.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/billing/costs/__init__.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/billing/costs/by_agent/__init__.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/billing/costs/by_agent/command.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/billing/costs/by_agent/presenter.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/billing/costs/by_model/__init__.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/billing/costs/by_model/command.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/billing/costs/by_model/presenter.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/billing/costs/daily/__init__.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/billing/costs/daily/command.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/billing/costs/daily/presenter.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/billing/costs/summary/__init__.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/billing/costs/summary/command.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/billing/projects/__init__.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/billing/projects/create/__init__.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/billing/projects/create/command.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/billing/projects/get/__init__.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/billing/projects/get/command.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/billing/projects/list/__init__.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/billing/projects/list/command.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/content/__init__.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/content/delete/__init__.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/content/delete/command.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/content/delete/presenter.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/content/edit/__init__.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/content/edit/command.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/content/edit/editor.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/content/edit/presenter.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/content/get/__init__.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/content/get/command.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/content/get/presenter.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/content/list/__init__.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/content/list/command.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/content/list/export_formatters.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/content/list/export_handler.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/credentials/__init__.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/credentials/create/__init__.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/credentials/create/command.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/credentials/create/fields.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/credentials/list/__init__.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/credentials/list/command.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/credentials/supported/command.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/credentials/supported/presenter.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/credentials/update/__init__.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/credentials/update/command.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/credentials/update/fields.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/flag_utils.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/generate/__init__.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/generate/cancel/__init__.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/generate/cancel/command.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/generate/cancel/presenter.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/generate/status/__init__.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/generate/status/command.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/generate/status/presenter.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/generate/text/__init__.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/generate/text/command.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/generate/text/concurrent_renderer.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/generate/text/presenter.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/generate/text/stream_renderer.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/knowledge/__init__.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/knowledge/collections/__init__.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/knowledge/collections/cluster/__init__.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/knowledge/collections/cluster/command.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/knowledge/collections/cluster/presenter.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/knowledge/collections/cluster_status/__init__.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/knowledge/collections/cluster_status/command.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/knowledge/collections/cluster_status/presenter.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/knowledge/collections/create/__init__.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/knowledge/collections/create/command.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/knowledge/collections/create/presenter.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/knowledge/collections/delete/__init__.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/knowledge/collections/delete/command.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/knowledge/collections/delete/presenter.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/knowledge/collections/get/__init__.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/knowledge/collections/get/command.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/knowledge/collections/list/__init__.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/knowledge/collections/list/command.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/knowledge/collections/update/__init__.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/knowledge/collections/update/command.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/knowledge/collections/update/presenter.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/knowledge/documents/__init__.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/knowledge/documents/bulk_metadata/__init__.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/knowledge/documents/bulk_metadata/command.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/knowledge/documents/bulk_metadata/presenter.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/knowledge/documents/delete/__init__.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/knowledge/documents/delete/command.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/knowledge/documents/delete/presenter.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/knowledge/documents/get/__init__.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/knowledge/documents/get/command.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/knowledge/documents/ingest/__init__.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/knowledge/documents/ingest/command.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/knowledge/documents/ingest/presenter.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/knowledge/documents/list/__init__.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/knowledge/documents/list/command.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/knowledge/documents/reingest/__init__.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/knowledge/documents/reingest/command.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/knowledge/documents/reingest/presenter.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/knowledge/documents/update/__init__.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/knowledge/documents/update/command.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/knowledge/documents/update/presenter.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/knowledge/recover/__init__.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/knowledge/recover/command.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/knowledge/recover/presenter.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/knowledge/search/__init__.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/knowledge/search/command.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/knowledge/search/presenter.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/knowledge/synthesis/__init__.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/knowledge/synthesis/create/__init__.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/knowledge/synthesis/create/command.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/knowledge/synthesis/create/presenter.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/knowledge/synthesis/delete/__init__.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/knowledge/synthesis/delete/command.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/knowledge/synthesis/delete/presenter.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/knowledge/synthesis/get/__init__.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/knowledge/synthesis/get/command.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/knowledge/synthesis/get/presenter.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/knowledge/synthesis/list/__init__.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/knowledge/synthesis/list/command.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/knowledge/synthesis/list/presenter.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/knowledge/synthesis/refresh/__init__.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/knowledge/synthesis/refresh/command.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/knowledge/synthesis/refresh/presenter.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/knowledge/synthesis/update/__init__.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/knowledge/synthesis/update/command.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/knowledge/synthesis/update/presenter.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/models/__init__.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/models/list/__init__.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/models/list/command.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/organizations/__init__.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/organizations/create/command.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/organizations/create/presenter.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/ping/command.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/pipelines/__init__.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/pipelines/approvals/__init__.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/pipelines/approvals/decide_command.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/pipelines/approvals/get_command.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/pipelines/costs/__init__.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/pipelines/costs/command.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/pipelines/costs/daily_command.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/pipelines/costs/daily_presenter.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/pipelines/create/__init__.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/pipelines/create/command.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/pipelines/env_vars/__init__.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/pipelines/env_vars/command.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/pipelines/env_vars/presenter.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/pipelines/execute/__init__.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/pipelines/execute/command.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/pipelines/executions/__init__.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/pipelines/executions/costs/__init__.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/pipelines/executions/costs/command.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/pipelines/executions/costs_by_model/__init__.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/pipelines/executions/costs_by_model/command.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/pipelines/executions/costs_by_model/presenter.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/pipelines/executions/costs_by_step/__init__.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/pipelines/executions/get_command.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/pipelines/executions/list_command.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/pipelines/executions/rerun_command.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/pipelines/executions/update/__init__.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/pipelines/executions/update/command.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/pipelines/get/__init__.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/pipelines/get/command.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/pipelines/list/__init__.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/pipelines/list/command.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/pipelines/schedules/__init__.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/pipelines/schedules/create_command.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/pipelines/schedules/create_presenter.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/pipelines/schedules/delete_command.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/pipelines/schedules/env_vars_command.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/pipelines/schedules/env_vars_presenter.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/pipelines/schedules/get_command.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/pipelines/schedules/list_command.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/pipelines/schedules/once_command.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/pipelines/schedules/once_presenter.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/pipelines/schedules/update_command.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/pipelines/schedules/update_presenter.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/pipelines/update/__init__.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/pipelines/update/command.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/render/__init__.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/render/html_to_image/__init__.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/render/html_to_image/command.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/schemas/__init__.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/schemas/create/__init__.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/schemas/create/command.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/schemas/delete/command.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/schemas/delete/presenter.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/schemas/get/__init__.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/schemas/get/command.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/schemas/get/presenter.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/schemas/list/__init__.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/schemas/list/command.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/schemas/update/__init__.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/schemas/update/command.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/sessions/__init__.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/sessions/delete/__init__.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/sessions/delete/command.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/sessions/delete/presenter.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/sessions/get/__init__.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/sessions/get/command.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/sessions/list/__init__.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/sessions/list/command.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/sessions/messages/__init__.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/sessions/messages/command.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/shared_flags.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/sync/__init__.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/sync/command.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/sync/presenter.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/tags/__init__.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/tags/create/__init__.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/tags/create/command.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/tags/delete/__init__.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/tags/delete/command.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/tags/delete/presenter.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/tags/get/command.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/tags/list/__init__.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/tags/list/command.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/tags/update/command.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/tags/update/presenter.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/templates/__init__.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/templates/create/__init__.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/templates/create/command.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/templates/create/presenter.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/templates/delete/__init__.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/templates/delete/command.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/templates/delete/presenter.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/templates/get/__init__.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/templates/get/command.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/templates/get_by_version/command.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/templates/list/__init__.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/templates/list/command.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/templates/render/__init__.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/templates/render/command.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/templates/render/presenter.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/templates/update/__init__.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/templates/update/command.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/templates/update/presenter.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/templates/version/__init__.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/templates/version/command.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/templates/version/presenter.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/tool_configs/__init__.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/tool_configs/create/__init__.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/tool_configs/create/command.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/tool_configs/create/presenter.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/tool_configs/delete/__init__.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/tool_configs/delete/command.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/tool_configs/delete/presenter.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/tool_configs/get/__init__.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/tool_configs/get/command.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/tool_configs/list/__init__.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/tool_configs/list/command.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/tool_configs/update/__init__.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/tool_configs/update/command.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/tool_configs/update/presenter.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/tools/__init__.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/tools/get/__init__.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/tools/get/command.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/tools/list/__init__.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/tools/list/command.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/users/__init__.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/users/create/command.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/users/create/presenter.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/whoami/__init__.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/infrastructure/__init__.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/infrastructure/auth_storage.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/infrastructure/client_factory.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/infrastructure/command.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/infrastructure/config.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/infrastructure/console.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/infrastructure/editor.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/infrastructure/error_display.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/infrastructure/field_extractor.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/infrastructure/file_content.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/infrastructure/filter_parser.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/infrastructure/formatters/__init__.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/infrastructure/formatters/base.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/infrastructure/formatters/compact_formatter.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/infrastructure/formatters/json_formatter.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/infrastructure/formatters/lines_formatter.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/infrastructure/formatters/toon_formatter.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/infrastructure/formatting/__init__.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/infrastructure/formatting/fields.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/infrastructure/forms/__init__.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/infrastructure/forms/agent_picker.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/infrastructure/forms/agent_tool_editor.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/infrastructure/forms/agent_tools_manager.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/infrastructure/forms/base_picker.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/infrastructure/forms/components.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/infrastructure/forms/json_schema_builder.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/infrastructure/forms/model_picker.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/infrastructure/forms/parsers.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/infrastructure/forms/resolution_modal.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/infrastructure/forms/schema_picker.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/infrastructure/forms/tag_management_modal.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/infrastructure/forms/tag_picker.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/infrastructure/forms/template_picker.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/infrastructure/forms/tool_config_picker.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/infrastructure/forms/tool_picker.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/infrastructure/help_json.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/infrastructure/help_markdown.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/infrastructure/help_toon.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/infrastructure/injection/__init__.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/infrastructure/injection/parser.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/infrastructure/injection/resolver.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/infrastructure/kv_parser.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/infrastructure/local_storage.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/infrastructure/macro_parser.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/infrastructure/provider_setup.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/infrastructure/renderers/__init__.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/infrastructure/renderers/entity_renderer.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/infrastructure/renderers/list_renderer.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/infrastructure/scope_utils.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/infrastructure/spinner.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/infrastructure/tui/__init__.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/infrastructure/tui/clipboard.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/infrastructure/tui/formatters.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/infrastructure/tui/preview.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/infrastructure/tui/selectable.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/infrastructure/validation/__init__.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/infrastructure/validation/tag_validation.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/main.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/tui/__init__.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/tui/app.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/tui/app_store.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/tui/chat/__init__.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/tui/chat/commands/__init__.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/tui/chat/commands/base.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/tui/chat/commands/create_session.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/tui/chat/commands/load_session.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/tui/chat/commands/regenerate.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/tui/chat/commands/reload_session.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/tui/chat/commands/send_message.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/tui/chat/commands/undo.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/tui/chat/editor.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/tui/chat/messages.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/tui/chat/pane.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/tui/chat/renderers/__init__.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/tui/chat/renderers/base.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/tui/chat/renderers/markdown.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/tui/chat/renderers/plain.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/tui/chat/screen.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/tui/chat/services/__init__.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/tui/chat/services/injection.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/tui/chat/services/name_generator.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/tui/chat/slash_commands.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/tui/chat/store.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/tui/chat/types.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/tui/chat/widgets/__init__.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/tui/chat/widgets/chat_header.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/tui/chat/widgets/chat_input.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/tui/chat/widgets/injection_popup.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/tui/chat/widgets/message_display.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/tui/chat/widgets/session_sidebar.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/tui/chat/widgets/welcome_screen.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/tui/screens/__init__.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/tui/screens/agents.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/tui/screens/base.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/tui/screens/content.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/tui/screens/dashboard.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/tui/screens/models.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/tui/screens/nav_screen.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/tui/screens/schemas.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/tui/screens/templates.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/tui/screens/tool_configs.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/tui/styles/__init__.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/tui/styles/app.tcss +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/tui/styles/browser.tcss +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/tui/styles/chat.tcss +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/tui/styles/dashboard.tcss +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/tui/styles/forms.tcss +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/tui/styles/modals.tcss +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/tui/widgets/__init__.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/tui/widgets/agent_create_modal.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/tui/widgets/agent_form_modal.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/tui/widgets/agent_update_modal.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/tui/widgets/base_form_modal.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/tui/widgets/confirm_modal.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/tui/widgets/help_modal.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/tui/widgets/new_session_modal.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/tui/widgets/schema_create_modal.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/tui/widgets/schema_update_modal.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/tui/widgets/status_footer.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/tui/widgets/template_create_modal.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/tui/widgets/template_update_modal.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/tui/widgets/tool_config_create_modal.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/tui/widgets/tool_config_update_modal.py +0 -0
- {alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/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.18
|
|
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>=0.47.0
|
|
|
16
16
|
Requires-Dist: genson>=1.3.0
|
|
17
17
|
Requires-Dist: pyperclip>=1.8.0
|
|
18
18
|
Requires-Dist: prompt-toolkit>=3.0.0
|
|
19
|
-
Requires-Dist: alloy-runtime-sdk==0.2.
|
|
20
|
-
Requires-Dist: alloy-runtime-types==0.2.
|
|
19
|
+
Requires-Dist: alloy-runtime-sdk==0.2.18
|
|
20
|
+
Requires-Dist: alloy-runtime-types==0.2.18
|
|
21
21
|
Requires-Dist: trogon
|
|
22
22
|
|
|
23
23
|
# alloy-runtime-cli
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: alloy-runtime-cli
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.18
|
|
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>=0.47.0
|
|
|
16
16
|
Requires-Dist: genson>=1.3.0
|
|
17
17
|
Requires-Dist: pyperclip>=1.8.0
|
|
18
18
|
Requires-Dist: prompt-toolkit>=3.0.0
|
|
19
|
-
Requires-Dist: alloy-runtime-sdk==0.2.
|
|
20
|
-
Requires-Dist: alloy-runtime-types==0.2.
|
|
19
|
+
Requires-Dist: alloy-runtime-sdk==0.2.18
|
|
20
|
+
Requires-Dist: alloy-runtime-types==0.2.18
|
|
21
21
|
Requires-Dist: trogon
|
|
22
22
|
|
|
23
23
|
# alloy-runtime-cli
|
|
@@ -13,4 +13,9 @@ def present_credential_create_success(credential: SystemCredentialResponse) -> N
|
|
|
13
13
|
"""
|
|
14
14
|
output = OutputService.get()
|
|
15
15
|
output.success(f"Created system credential: {credential.name}")
|
|
16
|
-
output.entity(
|
|
16
|
+
output.entity(
|
|
17
|
+
credential,
|
|
18
|
+
"System Credential Details",
|
|
19
|
+
CREDENTIAL_FIELDS,
|
|
20
|
+
raw_payload=credential,
|
|
21
|
+
)
|
|
@@ -20,4 +20,6 @@ def present_grant_success(grant: GrantSystemCredentialResponse) -> None:
|
|
|
20
20
|
target = f"user {grant.user_id}"
|
|
21
21
|
|
|
22
22
|
output.success(f"Granted system credential access to {target}")
|
|
23
|
-
output.entity(
|
|
23
|
+
output.entity(
|
|
24
|
+
grant, "System Credential Grant Details", GRANT_FIELDS, raw_payload=grant
|
|
25
|
+
)
|
{alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/agents/create/presenter.py
RENAMED
|
@@ -65,4 +65,4 @@ def present_agent_create_success(response: CreateAgentResponse) -> None:
|
|
|
65
65
|
FieldConfig("created_at", "Created At", format_datetime),
|
|
66
66
|
]
|
|
67
67
|
|
|
68
|
-
output.entity(response, f"Agent: {response.name}", fields)
|
|
68
|
+
output.entity(response, f"Agent: {response.name}", fields, raw_payload=response)
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
from rich.table import Table
|
|
4
4
|
|
|
5
|
-
from cli.infrastructure.output import OutputService
|
|
5
|
+
from cli.infrastructure.output import OutputFormat, OutputService
|
|
6
6
|
from alloy_runtime_types.dtos.agents import GetAgentResponse
|
|
7
7
|
|
|
8
8
|
|
|
@@ -14,6 +14,10 @@ def present_agent_details(response: GetAgentResponse) -> None:
|
|
|
14
14
|
"""
|
|
15
15
|
output = OutputService.get()
|
|
16
16
|
|
|
17
|
+
if getattr(output, "format", OutputFormat.COMPACT) == OutputFormat.JSON:
|
|
18
|
+
output.raw(response)
|
|
19
|
+
return
|
|
20
|
+
|
|
17
21
|
output.success(f"Retrieved agent: {response.name}")
|
|
18
22
|
|
|
19
23
|
table = Table(show_header=False, box=None, padding=(0, 1))
|
{alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/agents/update/presenter.py
RENAMED
|
@@ -65,4 +65,4 @@ def present_agent_update_success(response: UpdateAgentResponse) -> None:
|
|
|
65
65
|
FieldConfig("updated_at", "Updated At", format_datetime),
|
|
66
66
|
]
|
|
67
67
|
|
|
68
|
-
output.entity(response, f"Agent: {response.name}", fields)
|
|
68
|
+
output.entity(response, f"Agent: {response.name}", fields, raw_payload=response)
|
|
@@ -39,4 +39,6 @@ def present_billing_cost_summary(response: ProjectCostSummary) -> None:
|
|
|
39
39
|
FieldConfig("max_cost_usd", "Max Cost", _format_cost),
|
|
40
40
|
]
|
|
41
41
|
|
|
42
|
-
output.entity(
|
|
42
|
+
output.entity(
|
|
43
|
+
response, "Billing Project Cost Summary", fields, raw_payload=response
|
|
44
|
+
)
|
{alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/content/list/presenter.py
RENAMED
|
@@ -183,6 +183,7 @@ def present_content_list(response: ListContentPartsResponse) -> None:
|
|
|
183
183
|
items=wrapped_items, # type: ignore[arg-type]
|
|
184
184
|
title=f"Content Parts ({response.total_count})",
|
|
185
185
|
columns=columns,
|
|
186
|
+
raw_payload=response,
|
|
186
187
|
)
|
|
187
188
|
|
|
188
189
|
# Show pagination info if there's a next page
|
{alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/credentials/create/presenter.py
RENAMED
|
@@ -17,4 +17,9 @@ def present_org_credential_create_success(
|
|
|
17
17
|
"""
|
|
18
18
|
output = OutputService.get()
|
|
19
19
|
output.success(f"Created organization credential: {credential.name}")
|
|
20
|
-
output.entity(
|
|
20
|
+
output.entity(
|
|
21
|
+
credential,
|
|
22
|
+
"Organization Credential Details",
|
|
23
|
+
ORG_CREDENTIAL_FIELDS,
|
|
24
|
+
raw_payload=credential,
|
|
25
|
+
)
|
{alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/credentials/update/presenter.py
RENAMED
|
@@ -17,4 +17,6 @@ def present_credential_update_success(
|
|
|
17
17
|
"""
|
|
18
18
|
output = OutputService.get()
|
|
19
19
|
output.success(f"Updated credential: {credential.name}")
|
|
20
|
-
output.entity(
|
|
20
|
+
output.entity(
|
|
21
|
+
credential, "Credential Details", CREDENTIAL_FIELDS, raw_payload=credential
|
|
22
|
+
)
|
|
@@ -8,7 +8,7 @@ from cli.infrastructure.formatting.fields import (
|
|
|
8
8
|
format_optional,
|
|
9
9
|
format_uuid,
|
|
10
10
|
)
|
|
11
|
-
from cli.infrastructure.output import OutputService
|
|
11
|
+
from cli.infrastructure.output import OutputFormat, OutputService
|
|
12
12
|
from alloy_runtime_types.dtos.knowledge import GetCollectionResponse
|
|
13
13
|
|
|
14
14
|
|
|
@@ -20,6 +20,10 @@ def present_collection_details(response: GetCollectionResponse) -> None:
|
|
|
20
20
|
"""
|
|
21
21
|
output = OutputService.get()
|
|
22
22
|
|
|
23
|
+
if getattr(output, "format", OutputFormat.COMPACT) == OutputFormat.JSON:
|
|
24
|
+
output.raw(response)
|
|
25
|
+
return
|
|
26
|
+
|
|
23
27
|
table = Table(show_header=False, box=None, padding=(0, 1))
|
|
24
28
|
table.add_column("Field", style="dim")
|
|
25
29
|
table.add_column("Value")
|
|
@@ -9,7 +9,7 @@ from cli.infrastructure.formatting.fields import (
|
|
|
9
9
|
format_datetime,
|
|
10
10
|
format_uuid,
|
|
11
11
|
)
|
|
12
|
-
from cli.infrastructure.output import OutputService
|
|
12
|
+
from cli.infrastructure.output import OutputFormat, OutputService
|
|
13
13
|
from alloy_runtime_types.dtos.knowledge import GetDocumentResponse
|
|
14
14
|
|
|
15
15
|
|
|
@@ -35,6 +35,10 @@ def present_document_details(
|
|
|
35
35
|
"""
|
|
36
36
|
output = OutputService.get()
|
|
37
37
|
|
|
38
|
+
if getattr(output, "format", OutputFormat.COMPACT) == OutputFormat.JSON:
|
|
39
|
+
output.raw(response)
|
|
40
|
+
return
|
|
41
|
+
|
|
38
42
|
table = Table(show_header=False, box=None, padding=(0, 1))
|
|
39
43
|
table.add_column("Field", style="dim")
|
|
40
44
|
table.add_column("Value")
|
|
@@ -4,7 +4,7 @@ from typing import TYPE_CHECKING
|
|
|
4
4
|
|
|
5
5
|
from alloy_runtime_types.dtos.models import ListModelsResponse
|
|
6
6
|
|
|
7
|
-
from cli.infrastructure.output import OutputService
|
|
7
|
+
from cli.infrastructure.output import OutputFormat, OutputService
|
|
8
8
|
from cli.infrastructure.renderers.list_renderer import ColumnConfig
|
|
9
9
|
|
|
10
10
|
if TYPE_CHECKING:
|
|
@@ -29,6 +29,10 @@ def present_models_list(
|
|
|
29
29
|
|
|
30
30
|
output = OutputService.get()
|
|
31
31
|
|
|
32
|
+
if getattr(output, "format", OutputFormat.COMPACT) == OutputFormat.JSON:
|
|
33
|
+
output.raw(response)
|
|
34
|
+
return
|
|
35
|
+
|
|
32
36
|
if not response.models:
|
|
33
37
|
output.info("No models found")
|
|
34
38
|
return
|
|
@@ -111,4 +115,5 @@ def present_models_list(
|
|
|
111
115
|
items=response.models, # type: ignore[arg-type]
|
|
112
116
|
title=f"Available Models ({response.total_count})",
|
|
113
117
|
columns=columns,
|
|
118
|
+
raw_payload=response,
|
|
114
119
|
)
|
{alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/pipelines/approvals/presenter.py
RENAMED
|
@@ -38,7 +38,9 @@ def present_approval_checkpoint(checkpoint: ApprovalCheckpoint) -> None:
|
|
|
38
38
|
FieldConfig("created_at", "Created At"),
|
|
39
39
|
]
|
|
40
40
|
|
|
41
|
-
output.entity(
|
|
41
|
+
output.entity(
|
|
42
|
+
checkpoint, f"Approval: {checkpoint.status}", fields, raw_payload=checkpoint
|
|
43
|
+
)
|
|
42
44
|
|
|
43
45
|
if checkpoint.decision_data:
|
|
44
46
|
data_str = json.dumps(checkpoint.decision_data, indent=2)
|
{alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/pipelines/costs/presenter.py
RENAMED
|
@@ -34,4 +34,4 @@ def present_pipeline_costs(response: PipelineDefinitionCostSummary) -> None:
|
|
|
34
34
|
FieldConfig("max_cost_usd", "Max Cost", _format_cost),
|
|
35
35
|
]
|
|
36
36
|
|
|
37
|
-
output.entity(response, "Pipeline Cost Summary", fields)
|
|
37
|
+
output.entity(response, "Pipeline Cost Summary", fields, raw_payload=response)
|
{alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/pipelines/create/presenter.py
RENAMED
|
@@ -19,4 +19,6 @@ def present_pipeline_create_success(response: CreatePipelineResponse) -> None:
|
|
|
19
19
|
FieldConfig("created_at", "Created", format_datetime),
|
|
20
20
|
]
|
|
21
21
|
|
|
22
|
-
output.entity(
|
|
22
|
+
output.entity(
|
|
23
|
+
response, f"Pipeline Created: {response.name}", fields, raw_payload=response
|
|
24
|
+
)
|
{alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/pipelines/execute/presenter.py
RENAMED
|
@@ -37,7 +37,9 @@ def present_execution_result(response: ExecutePipelineResponse) -> None:
|
|
|
37
37
|
FieldConfig("tags", "Tags", lambda _: _format_tags(response)),
|
|
38
38
|
]
|
|
39
39
|
|
|
40
|
-
output.entity(
|
|
40
|
+
output.entity(
|
|
41
|
+
response, f"Execution: {response.status}", fields, raw_payload=response
|
|
42
|
+
)
|
|
41
43
|
|
|
42
44
|
# Show result data if present
|
|
43
45
|
if response.result_data:
|
|
@@ -26,4 +26,4 @@ def present_execution_costs(response: PipelineExecutionCostSummary) -> None:
|
|
|
26
26
|
FieldConfig("retrieval_count", "RAG Retrievals", str),
|
|
27
27
|
]
|
|
28
28
|
|
|
29
|
-
output.entity(response, "Execution Cost Summary", fields)
|
|
29
|
+
output.entity(response, "Execution Cost Summary", fields, raw_payload=response)
|
{alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/pipelines/executions/presenter.py
RENAMED
|
@@ -12,7 +12,7 @@ from alloy_runtime_types.dtos.pipeline import (
|
|
|
12
12
|
)
|
|
13
13
|
|
|
14
14
|
from cli.infrastructure.formatting.fields import format_datetime, format_optional
|
|
15
|
-
from cli.infrastructure.output import OutputService
|
|
15
|
+
from cli.infrastructure.output import OutputFormat, OutputService
|
|
16
16
|
from cli.infrastructure.renderers.entity_renderer import FieldConfig
|
|
17
17
|
from cli.infrastructure.renderers.list_renderer import ColumnConfig
|
|
18
18
|
|
|
@@ -35,6 +35,10 @@ def present_executions_list(response: ListPipelineExecutionsResponse) -> None:
|
|
|
35
35
|
"""Present list of executions with Rich table formatting."""
|
|
36
36
|
output = OutputService.get()
|
|
37
37
|
|
|
38
|
+
if getattr(output, "format", OutputFormat.COMPACT) == OutputFormat.JSON:
|
|
39
|
+
output.raw(response)
|
|
40
|
+
return
|
|
41
|
+
|
|
38
42
|
if not response.executions:
|
|
39
43
|
output.info("No executions found")
|
|
40
44
|
return
|
|
@@ -80,6 +84,7 @@ def present_executions_list(response: ListPipelineExecutionsResponse) -> None:
|
|
|
80
84
|
items=cast(list[BaseModel], response.executions),
|
|
81
85
|
title=f"Executions ({response.total})",
|
|
82
86
|
columns=columns,
|
|
87
|
+
raw_payload=response,
|
|
83
88
|
)
|
|
84
89
|
|
|
85
90
|
|
|
@@ -114,7 +119,12 @@ def present_execution_detail(response: GetPipelineExecutionResponse) -> None:
|
|
|
114
119
|
FieldConfig("tags", "Tags", lambda _: _format_tags_from_execution(execution)),
|
|
115
120
|
]
|
|
116
121
|
|
|
117
|
-
output.entity(
|
|
122
|
+
output.entity(
|
|
123
|
+
execution,
|
|
124
|
+
f"Execution: {execution.status}",
|
|
125
|
+
fields,
|
|
126
|
+
raw_payload=response,
|
|
127
|
+
)
|
|
118
128
|
|
|
119
129
|
# Show result data if present
|
|
120
130
|
if execution.result_data:
|
|
@@ -16,7 +16,7 @@ def present_execution_update(response: UpdatePipelineExecutionResponse) -> None:
|
|
|
16
16
|
FieldConfig("status", "Status"),
|
|
17
17
|
]
|
|
18
18
|
|
|
19
|
-
output.entity(execution, "Execution Updated", fields)
|
|
19
|
+
output.entity(execution, "Execution Updated", fields, raw_payload=response)
|
|
20
20
|
|
|
21
21
|
if execution.tags:
|
|
22
22
|
tag_paths = ", ".join(t.tag_path for t in execution.tags)
|
{alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/pipelines/get/presenter.py
RENAMED
|
@@ -11,7 +11,7 @@ from alloy_runtime_types.dtos.pipeline import (
|
|
|
11
11
|
)
|
|
12
12
|
|
|
13
13
|
from cli.infrastructure.formatting.fields import format_datetime, format_optional
|
|
14
|
-
from cli.infrastructure.output import OutputService
|
|
14
|
+
from cli.infrastructure.output import OutputFormat, OutputService
|
|
15
15
|
from cli.infrastructure.renderers.entity_renderer import FieldConfig
|
|
16
16
|
|
|
17
17
|
|
|
@@ -28,7 +28,10 @@ def present_pipeline(response: GetPipelineResponse | UpdatePipelineResponse) ->
|
|
|
28
28
|
FieldConfig("updated_at", "Updated", format_datetime),
|
|
29
29
|
]
|
|
30
30
|
|
|
31
|
-
output.entity(response, f"Pipeline: {response.name}", fields)
|
|
31
|
+
output.entity(response, f"Pipeline: {response.name}", fields, raw_payload=response)
|
|
32
|
+
|
|
33
|
+
if getattr(output, "format", OutputFormat.COMPACT) == OutputFormat.JSON:
|
|
34
|
+
return
|
|
32
35
|
|
|
33
36
|
if response.input_schema:
|
|
34
37
|
schema_str = json.dumps(response.input_schema, indent=2)
|
{alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/pipelines/list/presenter.py
RENAMED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
from alloy_runtime_types.dtos.pipeline import ListPipelinesResponse
|
|
4
4
|
|
|
5
|
-
from cli.infrastructure.output import OutputService
|
|
5
|
+
from cli.infrastructure.output import OutputFormat, OutputService
|
|
6
6
|
from cli.infrastructure.renderers.list_renderer import ColumnConfig
|
|
7
7
|
|
|
8
8
|
|
|
@@ -19,6 +19,10 @@ def present_pipelines_list(response: ListPipelinesResponse) -> None:
|
|
|
19
19
|
"""Present list of pipelines with Rich table formatting."""
|
|
20
20
|
output = OutputService.get()
|
|
21
21
|
|
|
22
|
+
if getattr(output, "format", OutputFormat.COMPACT) == OutputFormat.JSON:
|
|
23
|
+
output.raw(response)
|
|
24
|
+
return
|
|
25
|
+
|
|
22
26
|
if not response.pipelines:
|
|
23
27
|
output.info("No pipelines found")
|
|
24
28
|
return
|
|
@@ -63,4 +67,5 @@ def present_pipelines_list(response: ListPipelinesResponse) -> None:
|
|
|
63
67
|
items=response.pipelines, # type: ignore[arg-type]
|
|
64
68
|
title=f"Pipelines ({response.total})",
|
|
65
69
|
columns=columns,
|
|
70
|
+
raw_payload=response,
|
|
66
71
|
)
|
{alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/pipelines/schedules/presenter.py
RENAMED
|
@@ -8,7 +8,7 @@ from alloy_runtime_types.dtos.schedule import (
|
|
|
8
8
|
ListSchedulesResponse,
|
|
9
9
|
)
|
|
10
10
|
|
|
11
|
-
from cli.infrastructure.output import OutputService
|
|
11
|
+
from cli.infrastructure.output import OutputFormat, OutputService
|
|
12
12
|
from cli.infrastructure.renderers.list_renderer import ColumnConfig
|
|
13
13
|
|
|
14
14
|
|
|
@@ -16,6 +16,10 @@ def present_schedules_list(response: ListSchedulesResponse) -> None:
|
|
|
16
16
|
"""Present list of schedules with Rich table formatting."""
|
|
17
17
|
output = OutputService.get()
|
|
18
18
|
|
|
19
|
+
if getattr(output, "format", OutputFormat.COMPACT) == OutputFormat.JSON:
|
|
20
|
+
output.raw(response)
|
|
21
|
+
return
|
|
22
|
+
|
|
19
23
|
if not response.schedules:
|
|
20
24
|
output.info("No schedules found")
|
|
21
25
|
return
|
|
@@ -59,6 +63,7 @@ def present_schedules_list(response: ListSchedulesResponse) -> None:
|
|
|
59
63
|
items=response.schedules, # type: ignore[arg-type]
|
|
60
64
|
title=f"Schedules ({response.total})",
|
|
61
65
|
columns=columns,
|
|
66
|
+
raw_payload=response,
|
|
62
67
|
)
|
|
63
68
|
|
|
64
69
|
|
|
@@ -95,7 +100,7 @@ def present_schedule_detail(response: GetScheduleResponse) -> None:
|
|
|
95
100
|
FieldConfig("max_consecutive_failures", "Max Failures", str),
|
|
96
101
|
]
|
|
97
102
|
|
|
98
|
-
output.entity(response, f"Schedule: {response.name}", fields)
|
|
103
|
+
output.entity(response, f"Schedule: {response.name}", fields, raw_payload=response)
|
|
99
104
|
|
|
100
105
|
|
|
101
106
|
def present_delete_result(response: DeleteScheduleResponse) -> None:
|
{alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/schemas/create/presenter.py
RENAMED
|
@@ -50,4 +50,6 @@ def present_schema_create_success(response: CreateSchemaResponse) -> None:
|
|
|
50
50
|
FieldConfig("created_at", "Created At", format_datetime),
|
|
51
51
|
]
|
|
52
52
|
|
|
53
|
-
output.entity(
|
|
53
|
+
output.entity(
|
|
54
|
+
response, f"Schema: {response.schema_name}", fields, raw_payload=response
|
|
55
|
+
)
|
{alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/schemas/update/presenter.py
RENAMED
|
@@ -50,4 +50,6 @@ def present_schema_update_success(response: UpdateSchemaResponse) -> None:
|
|
|
50
50
|
FieldConfig("created_at", "Created At", format_datetime),
|
|
51
51
|
]
|
|
52
52
|
|
|
53
|
-
output.entity(
|
|
53
|
+
output.entity(
|
|
54
|
+
response, f"Schema: {response.schema_name}", fields, raw_payload=response
|
|
55
|
+
)
|
{alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/sessions/get/presenter.py
RENAMED
|
@@ -5,7 +5,7 @@ from rich.table import Table
|
|
|
5
5
|
|
|
6
6
|
from alloy_runtime_types.dtos.sessions import SessionDetailResponse
|
|
7
7
|
|
|
8
|
-
from cli.infrastructure.output import OutputService
|
|
8
|
+
from cli.infrastructure.output import OutputFormat, OutputService
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
def _truncate(text: str | None, max_len: int = 200) -> str:
|
|
@@ -21,6 +21,10 @@ def present_session(response: SessionDetailResponse) -> None:
|
|
|
21
21
|
"""Present session details with Rich formatting."""
|
|
22
22
|
output = OutputService.get()
|
|
23
23
|
|
|
24
|
+
if getattr(output, "format", OutputFormat.COMPACT) == OutputFormat.JSON:
|
|
25
|
+
output.raw(response)
|
|
26
|
+
return
|
|
27
|
+
|
|
24
28
|
# Create session info table
|
|
25
29
|
table = Table(show_header=False, box=None, padding=(0, 2))
|
|
26
30
|
table.add_column("Field", style="cyan")
|
{alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/sessions/messages/presenter.py
RENAMED
|
@@ -61,6 +61,7 @@ def present_messages_list(response: ListSessionMessagesResponse) -> None:
|
|
|
61
61
|
items=response.messages, # type: ignore[arg-type]
|
|
62
62
|
title=f"Messages ({response.total})",
|
|
63
63
|
columns=columns,
|
|
64
|
+
raw_payload=response,
|
|
64
65
|
)
|
|
65
66
|
|
|
66
67
|
# Show content preview for each message
|
|
@@ -2,13 +2,17 @@
|
|
|
2
2
|
|
|
3
3
|
from rich.table import Table
|
|
4
4
|
|
|
5
|
-
from cli.infrastructure.output import OutputService
|
|
5
|
+
from cli.infrastructure.output import OutputFormat, OutputService
|
|
6
6
|
from alloy_runtime_types.dtos.tags import GetTagResponse
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
def present_tag_details(response: GetTagResponse) -> None:
|
|
10
10
|
output = OutputService.get()
|
|
11
11
|
|
|
12
|
+
if getattr(output, "format", OutputFormat.COMPACT) == OutputFormat.JSON:
|
|
13
|
+
output.raw(response)
|
|
14
|
+
return
|
|
15
|
+
|
|
12
16
|
output.success(f"Retrieved tag: {response.tag.tag_path}")
|
|
13
17
|
|
|
14
18
|
table = Table(show_header=False, box=None, padding=(0, 1))
|
{alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/templates/get/presenter.py
RENAMED
|
@@ -11,7 +11,7 @@ from cli.infrastructure.formatting.fields import (
|
|
|
11
11
|
format_optional,
|
|
12
12
|
format_uuid,
|
|
13
13
|
)
|
|
14
|
-
from cli.infrastructure.output import OutputService
|
|
14
|
+
from cli.infrastructure.output import OutputFormat, OutputService
|
|
15
15
|
from alloy_runtime_types.dtos.templates import (
|
|
16
16
|
GetTemplateResponse,
|
|
17
17
|
TagResponse,
|
|
@@ -115,6 +115,12 @@ def present_template_details(
|
|
|
115
115
|
latest_version = next((v for v in versions if v.is_latest), None)
|
|
116
116
|
required_variables = latest_version.required_variables if latest_version else []
|
|
117
117
|
|
|
118
|
+
if getattr(output, "format", OutputFormat.COMPACT) == OutputFormat.JSON:
|
|
119
|
+
if copy and latest_version and latest_version.content:
|
|
120
|
+
_copy_to_clipboard(latest_version.content, output.console)
|
|
121
|
+
output.raw(response)
|
|
122
|
+
return
|
|
123
|
+
|
|
118
124
|
# Build metadata table
|
|
119
125
|
metadata_table = Table(show_header=False, box=None, padding=(0, 1))
|
|
120
126
|
metadata_table.add_column("Field", style="dim")
|
|
@@ -2,13 +2,17 @@
|
|
|
2
2
|
|
|
3
3
|
from rich.table import Table
|
|
4
4
|
|
|
5
|
-
from cli.infrastructure.output import OutputService
|
|
5
|
+
from cli.infrastructure.output import OutputFormat, OutputService
|
|
6
6
|
from alloy_runtime_types.dtos.templates import GetTemplateResponse
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
def present_template_details(response: GetTemplateResponse) -> None:
|
|
10
10
|
output = OutputService.get()
|
|
11
11
|
|
|
12
|
+
if getattr(output, "format", OutputFormat.COMPACT) == OutputFormat.JSON:
|
|
13
|
+
output.raw(response)
|
|
14
|
+
return
|
|
15
|
+
|
|
12
16
|
output.success(f"Retrieved template: {response.template.name}")
|
|
13
17
|
|
|
14
18
|
table = Table(show_header=False, box=None, padding=(0, 1))
|
{alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/templates/list/presenter.py
RENAMED
|
@@ -86,6 +86,7 @@ def present_templates_list(response: ListTemplatesResponse) -> None:
|
|
|
86
86
|
items=response.templates, # type: ignore[arg-type]
|
|
87
87
|
title=f"Templates ({response.total_count})",
|
|
88
88
|
columns=columns,
|
|
89
|
+
raw_payload=response,
|
|
89
90
|
)
|
|
90
91
|
|
|
91
92
|
# Show pagination info if there's a next page
|
{alloy_runtime_cli-0.2.16 → alloy_runtime_cli-0.2.18}/cli/commands/tool_configs/get/presenter.py
RENAMED
|
@@ -11,7 +11,7 @@ from cli.infrastructure.formatting.fields import (
|
|
|
11
11
|
format_optional,
|
|
12
12
|
format_uuid,
|
|
13
13
|
)
|
|
14
|
-
from cli.infrastructure.output import OutputService
|
|
14
|
+
from cli.infrastructure.output import OutputFormat, OutputService
|
|
15
15
|
from alloy_runtime_types.dtos.tool_configs import GetToolConfigResponse
|
|
16
16
|
|
|
17
17
|
|
|
@@ -23,6 +23,10 @@ def present_tool_config_details(response: GetToolConfigResponse) -> None:
|
|
|
23
23
|
"""
|
|
24
24
|
output = OutputService.get()
|
|
25
25
|
|
|
26
|
+
if getattr(output, "format", OutputFormat.COMPACT) == OutputFormat.JSON:
|
|
27
|
+
output.raw(response)
|
|
28
|
+
return
|
|
29
|
+
|
|
26
30
|
table = Table(show_header=False, box=None, padding=(0, 1))
|
|
27
31
|
table.add_column("Field", style="dim")
|
|
28
32
|
table.add_column("Value")
|