alloy-runtime-cli 0.2.67__tar.gz → 0.2.68__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.67 → alloy_runtime_cli-0.2.68}/PKG-INFO +5 -4
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/README.md +2 -1
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/alloy_runtime_cli.egg-info/PKG-INFO +5 -4
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/alloy_runtime_cli.egg-info/SOURCES.txt +2 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/alloy_runtime_cli.egg-info/requires.txt +2 -2
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/admin/credentials/create/command.py +1 -1
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/credentials/create/command.py +3 -4
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/credentials/update/command.py +1 -1
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/executions/get/command.py +17 -9
- alloy_runtime_cli-0.2.68/cli/commands/knowledge/documents/bulk_reingest_failed/presenter.py +44 -0
- alloy_runtime_cli-0.2.68/cli/commands/knowledge/documents/bulk_reingest_failed_status/command.py +33 -0
- alloy_runtime_cli-0.2.68/cli/commands/knowledge/documents/bulk_reingest_failed_status/presenter.py +71 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/templates/render/presenter.py +75 -8
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/templates/validate/command.py +2 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/infrastructure/provider_setup.py +1 -1
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/main.py +6 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/pyproject.toml +3 -3
- alloy_runtime_cli-0.2.67/cli/commands/knowledge/documents/bulk_reingest_failed/presenter.py +0 -34
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/MANIFEST.in +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/alloy_runtime_cli.egg-info/dependency_links.txt +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/alloy_runtime_cli.egg-info/entry_points.txt +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/alloy_runtime_cli.egg-info/top_level.txt +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/__init__.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/__init__.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/admin/__init__.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/admin/bootstrap_command.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/admin/credentials/__init__.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/admin/credentials/create/__init__.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/admin/credentials/create/presenter.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/admin/credentials/grant/__init__.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/admin/credentials/grant/command.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/admin/credentials/grant/fields.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/admin/credentials/grant/presenter.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/agents/__init__.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/agents/create/__init__.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/agents/create/command.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/agents/create/fields.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/agents/create/presenter.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/agents/delete/__init__.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/agents/delete/command.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/agents/delete/presenter.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/agents/get/command.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/agents/get/presenter.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/agents/list/__init__.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/agents/list/command.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/agents/list/presenter.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/agents/tool_formatting.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/agents/update/__init__.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/agents/update/command.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/agents/update/fields.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/agents/update/presenter.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/api_keys/__init__.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/api_keys/create/__init__.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/api_keys/create/command.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/api_keys/create/presenter.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/audio/__init__.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/audio/transcribe/__init__.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/audio/transcribe/command.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/audio/transcribe/presenter.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/auth/__init__.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/auth/login/__init__.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/auth/login/command.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/auth/signup/__init__.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/auth/signup/command.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/billing/__init__.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/billing/costs/__init__.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/billing/costs/by_agent/__init__.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/billing/costs/by_agent/command.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/billing/costs/by_agent/presenter.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/billing/costs/by_model/__init__.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/billing/costs/by_model/command.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/billing/costs/by_model/presenter.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/billing/costs/daily/__init__.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/billing/costs/daily/command.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/billing/costs/daily/presenter.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/billing/costs/summary/__init__.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/billing/costs/summary/command.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/billing/costs/summary/presenter.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/billing/projects/__init__.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/billing/projects/create/__init__.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/billing/projects/create/command.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/billing/projects/create/presenter.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/billing/projects/get/__init__.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/billing/projects/get/command.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/billing/projects/get/presenter.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/billing/projects/list/__init__.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/billing/projects/list/command.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/billing/projects/list/presenter.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/content/__init__.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/content/delete/__init__.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/content/delete/command.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/content/delete/presenter.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/content/edit/__init__.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/content/edit/command.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/content/edit/editor.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/content/edit/presenter.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/content/get/__init__.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/content/get/command.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/content/get/presenter.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/content/list/__init__.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/content/list/command.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/content/list/export_formatters.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/content/list/export_handler.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/content/list/presenter.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/credentials/__init__.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/credentials/create/__init__.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/credentials/create/fields.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/credentials/create/presenter.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/credentials/list/__init__.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/credentials/list/command.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/credentials/list/presenter.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/credentials/supported/command.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/credentials/supported/presenter.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/credentials/update/__init__.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/credentials/update/fields.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/credentials/update/presenter.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/executions/get/presenter.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/executions/get/transcript_renderer.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/flag_utils.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/generate/__init__.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/generate/cancel/__init__.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/generate/cancel/command.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/generate/cancel/presenter.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/generate/status/__init__.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/generate/status/command.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/generate/status/presenter.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/generate/text/__init__.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/generate/text/command.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/generate/text/concurrent_renderer.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/generate/text/presenter.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/generate/text/stream_renderer.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/knowledge/__init__.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/knowledge/collections/__init__.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/knowledge/collections/cluster/__init__.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/knowledge/collections/cluster/command.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/knowledge/collections/cluster/presenter.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/knowledge/collections/cluster_status/__init__.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/knowledge/collections/cluster_status/command.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/knowledge/collections/cluster_status/presenter.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/knowledge/collections/create/__init__.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/knowledge/collections/create/command.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/knowledge/collections/create/presenter.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/knowledge/collections/delete/__init__.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/knowledge/collections/delete/command.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/knowledge/collections/delete/presenter.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/knowledge/collections/get/__init__.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/knowledge/collections/get/command.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/knowledge/collections/get/presenter.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/knowledge/collections/list/__init__.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/knowledge/collections/list/command.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/knowledge/collections/list/presenter.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/knowledge/collections/status/__init__.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/knowledge/collections/status/command.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/knowledge/collections/status/presenter.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/knowledge/collections/update/__init__.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/knowledge/collections/update/command.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/knowledge/collections/update/presenter.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/knowledge/documents/__init__.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/knowledge/documents/bulk_metadata/__init__.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/knowledge/documents/bulk_metadata/command.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/knowledge/documents/bulk_metadata/presenter.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/knowledge/documents/bulk_reingest_failed/command.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/knowledge/documents/count/__init__.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/knowledge/documents/count/command.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/knowledge/documents/count/presenter.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/knowledge/documents/delete/__init__.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/knowledge/documents/delete/command.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/knowledge/documents/delete/presenter.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/knowledge/documents/get/__init__.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/knowledge/documents/get/command.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/knowledge/documents/get/presenter.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/knowledge/documents/ingest/__init__.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/knowledge/documents/ingest/command.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/knowledge/documents/ingest/presenter.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/knowledge/documents/list/__init__.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/knowledge/documents/list/command.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/knowledge/documents/list/presenter.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/knowledge/documents/reingest/__init__.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/knowledge/documents/reingest/command.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/knowledge/documents/reingest/presenter.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/knowledge/documents/update/__init__.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/knowledge/documents/update/command.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/knowledge/documents/update/presenter.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/knowledge/recover/__init__.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/knowledge/recover/command.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/knowledge/recover/presenter.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/knowledge/search/__init__.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/knowledge/search/command.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/knowledge/search/presenter.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/knowledge/synthesis/__init__.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/knowledge/synthesis/create/__init__.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/knowledge/synthesis/create/command.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/knowledge/synthesis/create/presenter.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/knowledge/synthesis/delete/__init__.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/knowledge/synthesis/delete/command.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/knowledge/synthesis/delete/presenter.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/knowledge/synthesis/get/__init__.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/knowledge/synthesis/get/command.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/knowledge/synthesis/get/presenter.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/knowledge/synthesis/list/__init__.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/knowledge/synthesis/list/command.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/knowledge/synthesis/list/presenter.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/knowledge/synthesis/refresh/__init__.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/knowledge/synthesis/refresh/command.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/knowledge/synthesis/refresh/presenter.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/knowledge/synthesis/update/__init__.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/knowledge/synthesis/update/command.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/knowledge/synthesis/update/presenter.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/models/__init__.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/models/list/__init__.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/models/list/command.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/models/list/presenter.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/organizations/__init__.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/organizations/create/command.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/organizations/create/presenter.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/ping/command.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/pipelines/__init__.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/pipelines/approvals/__init__.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/pipelines/approvals/decide_command.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/pipelines/approvals/get_command.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/pipelines/approvals/presenter.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/pipelines/costs/__init__.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/pipelines/costs/command.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/pipelines/costs/daily_command.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/pipelines/costs/daily_presenter.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/pipelines/costs/presenter.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/pipelines/create/__init__.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/pipelines/create/command.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/pipelines/create/presenter.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/pipelines/env_vars/__init__.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/pipelines/env_vars/command.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/pipelines/env_vars/presenter.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/pipelines/execute/__init__.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/pipelines/execute/command.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/pipelines/execute/presenter.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/pipelines/executions/__init__.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/pipelines/executions/costs/__init__.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/pipelines/executions/costs/command.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/pipelines/executions/costs/presenter.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/pipelines/executions/costs_by_model/__init__.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/pipelines/executions/costs_by_model/command.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/pipelines/executions/costs_by_model/presenter.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/pipelines/executions/costs_by_step/__init__.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/pipelines/executions/get_command.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/pipelines/executions/list_command.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/pipelines/executions/presenter.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/pipelines/executions/rerun_command.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/pipelines/executions/update/__init__.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/pipelines/executions/update/command.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/pipelines/executions/update/presenter.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/pipelines/get/__init__.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/pipelines/get/command.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/pipelines/get/presenter.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/pipelines/list/__init__.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/pipelines/list/command.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/pipelines/list/presenter.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/pipelines/schedules/__init__.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/pipelines/schedules/create_command.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/pipelines/schedules/create_presenter.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/pipelines/schedules/delete_command.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/pipelines/schedules/env_vars_command.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/pipelines/schedules/env_vars_presenter.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/pipelines/schedules/get_command.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/pipelines/schedules/list_command.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/pipelines/schedules/once_command.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/pipelines/schedules/once_presenter.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/pipelines/schedules/presenter.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/pipelines/schedules/update_command.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/pipelines/schedules/update_presenter.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/pipelines/update/__init__.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/pipelines/update/command.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/render/__init__.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/render/html_to_image/__init__.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/render/html_to_image/command.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/schemas/__init__.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/schemas/create/__init__.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/schemas/create/command.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/schemas/create/presenter.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/schemas/delete/command.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/schemas/delete/presenter.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/schemas/get/__init__.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/schemas/get/command.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/schemas/get/presenter.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/schemas/list/__init__.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/schemas/list/command.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/schemas/list/presenter.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/schemas/update/__init__.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/schemas/update/command.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/schemas/update/presenter.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/sessions/__init__.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/sessions/delete/__init__.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/sessions/delete/command.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/sessions/delete/presenter.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/sessions/get/__init__.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/sessions/get/command.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/sessions/get/presenter.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/sessions/list/__init__.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/sessions/list/command.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/sessions/list/presenter.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/sessions/messages/__init__.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/sessions/messages/command.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/sessions/messages/presenter.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/shared_flags.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/sync/__init__.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/sync/command.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/sync/presenter.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/tags/__init__.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/tags/create/__init__.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/tags/create/command.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/tags/delete/__init__.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/tags/delete/command.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/tags/delete/presenter.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/tags/get/command.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/tags/get/presenter.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/tags/list/__init__.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/tags/list/command.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/tags/list/presenter.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/tags/update/command.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/tags/update/presenter.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/templates/__init__.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/templates/create/__init__.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/templates/create/command.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/templates/create/presenter.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/templates/delete/__init__.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/templates/delete/command.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/templates/delete/presenter.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/templates/get/__init__.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/templates/get/command.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/templates/get/presenter.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/templates/get_by_version/command.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/templates/get_by_version/presenter.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/templates/list/__init__.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/templates/list/command.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/templates/list/presenter.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/templates/render/__init__.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/templates/render/command.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/templates/update/__init__.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/templates/update/command.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/templates/update/presenter.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/templates/validate/__init__.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/templates/validate/presenter.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/templates/version/__init__.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/templates/version/command.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/templates/version/presenter.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/tool_configs/__init__.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/tool_configs/create/__init__.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/tool_configs/create/command.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/tool_configs/create/presenter.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/tool_configs/delete/__init__.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/tool_configs/delete/command.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/tool_configs/delete/presenter.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/tool_configs/get/__init__.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/tool_configs/get/command.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/tool_configs/get/presenter.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/tool_configs/list/__init__.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/tool_configs/list/command.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/tool_configs/list/presenter.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/tool_configs/update/__init__.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/tool_configs/update/command.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/tool_configs/update/presenter.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/tools/__init__.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/tools/get/__init__.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/tools/get/command.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/tools/get/presenter.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/tools/list/__init__.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/tools/list/command.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/tools/list/presenter.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/users/__init__.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/users/create/command.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/users/create/presenter.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/whoami/__init__.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/infrastructure/__init__.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/infrastructure/auth_storage.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/infrastructure/client_factory.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/infrastructure/command.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/infrastructure/config.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/infrastructure/console.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/infrastructure/editor.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/infrastructure/error_display.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/infrastructure/field_extractor.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/infrastructure/file_content.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/infrastructure/filter_parser.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/infrastructure/formatters/__init__.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/infrastructure/formatters/base.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/infrastructure/formatters/compact_formatter.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/infrastructure/formatters/json_formatter.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/infrastructure/formatters/table_formatter.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/infrastructure/formatting/__init__.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/infrastructure/formatting/fields.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/infrastructure/forms/__init__.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/infrastructure/forms/agent_picker.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/infrastructure/forms/agent_tool_editor.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/infrastructure/forms/agent_tools_manager.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/infrastructure/forms/base_picker.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/infrastructure/forms/components.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/infrastructure/forms/json_schema_builder.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/infrastructure/forms/model_picker.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/infrastructure/forms/parsers.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/infrastructure/forms/resolution_modal.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/infrastructure/forms/schema_picker.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/infrastructure/forms/tag_management_modal.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/infrastructure/forms/tag_picker.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/infrastructure/forms/template_picker.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/infrastructure/forms/tool_config_picker.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/infrastructure/forms/tool_picker.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/infrastructure/help_json.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/infrastructure/help_markdown.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/infrastructure/help_toon.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/infrastructure/injection/__init__.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/infrastructure/injection/parser.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/infrastructure/injection/resolver.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/infrastructure/kv_parser.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/infrastructure/local_storage.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/infrastructure/macro_parser.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/infrastructure/output.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/infrastructure/renderers/__init__.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/infrastructure/renderers/entity_renderer.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/infrastructure/renderers/list_renderer.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/infrastructure/scope_utils.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/infrastructure/spinner.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/infrastructure/tui/__init__.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/infrastructure/tui/clipboard.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/infrastructure/tui/formatters.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/infrastructure/tui/preview.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/infrastructure/tui/selectable.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/infrastructure/validation/__init__.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/infrastructure/validation/tag_validation.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/tui/__init__.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/tui/app.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/tui/app_store.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/tui/chat/__init__.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/tui/chat/commands/__init__.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/tui/chat/commands/base.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/tui/chat/commands/create_session.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/tui/chat/commands/load_session.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/tui/chat/commands/regenerate.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/tui/chat/commands/reload_session.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/tui/chat/commands/send_message.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/tui/chat/commands/undo.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/tui/chat/editor.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/tui/chat/messages.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/tui/chat/pane.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/tui/chat/renderers/__init__.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/tui/chat/renderers/base.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/tui/chat/renderers/markdown.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/tui/chat/renderers/plain.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/tui/chat/screen.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/tui/chat/services/__init__.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/tui/chat/services/injection.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/tui/chat/services/name_generator.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/tui/chat/slash_commands.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/tui/chat/store.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/tui/chat/types.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/tui/chat/widgets/__init__.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/tui/chat/widgets/chat_header.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/tui/chat/widgets/chat_input.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/tui/chat/widgets/injection_popup.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/tui/chat/widgets/message_display.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/tui/chat/widgets/session_sidebar.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/tui/chat/widgets/welcome_screen.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/tui/screens/__init__.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/tui/screens/agents.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/tui/screens/base.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/tui/screens/content.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/tui/screens/dashboard.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/tui/screens/models.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/tui/screens/nav_screen.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/tui/screens/schemas.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/tui/screens/templates.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/tui/screens/tool_configs.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/tui/styles/__init__.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/tui/styles/app.tcss +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/tui/styles/browser.tcss +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/tui/styles/chat.tcss +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/tui/styles/dashboard.tcss +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/tui/styles/forms.tcss +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/tui/styles/modals.tcss +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/tui/widgets/__init__.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/tui/widgets/agent_create_modal.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/tui/widgets/agent_form_modal.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/tui/widgets/agent_update_modal.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/tui/widgets/base_form_modal.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/tui/widgets/confirm_modal.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/tui/widgets/help_modal.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/tui/widgets/new_session_modal.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/tui/widgets/schema_create_modal.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/tui/widgets/schema_update_modal.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/tui/widgets/status_footer.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/tui/widgets/template_create_modal.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/tui/widgets/template_update_modal.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/tui/widgets/tool_config_create_modal.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/tui/widgets/tool_config_update_modal.py +0 -0
- {alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/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.68
|
|
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.68
|
|
20
|
+
Requires-Dist: alloy-runtime-types==0.2.68
|
|
21
21
|
Requires-Dist: trogon==0.6.0
|
|
22
22
|
|
|
23
23
|
# alloy-runtime-cli
|
|
@@ -76,7 +76,7 @@ alloy executions get <execution_id>
|
|
|
76
76
|
alloy executions get <execution_id> --watch
|
|
77
77
|
```
|
|
78
78
|
|
|
79
|
-
`alloy executions get` uses a dedicated transcript view for human output: one metadata header followed by full chronological reasoning, tool-call, tool-output, and assistant blocks. `--watch` appends only newly observed activity blocks while the execution is still running
|
|
79
|
+
`alloy executions get` uses a dedicated transcript view for human output: one metadata header followed by full chronological reasoning, tool-call, tool-output, and assistant blocks. `--watch` appends only newly observed activity blocks while the execution is still running and waits indefinitely unless you pass `--timeout <seconds>`.
|
|
80
80
|
|
|
81
81
|
`alloy ping` is the authenticated connectivity check. It confirms who you are, which host you reached, and which server build answered the request.
|
|
82
82
|
|
|
@@ -92,6 +92,7 @@ alloy templates validate --content "Hello {{ name }}" --var name=World
|
|
|
92
92
|
```
|
|
93
93
|
|
|
94
94
|
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.
|
|
95
|
+
The command prints validation details either way and exits non-zero when the template is not renderable with the supplied variables.
|
|
95
96
|
|
|
96
97
|
## Configuration
|
|
97
98
|
|
|
@@ -54,7 +54,7 @@ alloy executions get <execution_id>
|
|
|
54
54
|
alloy executions get <execution_id> --watch
|
|
55
55
|
```
|
|
56
56
|
|
|
57
|
-
`alloy executions get` uses a dedicated transcript view for human output: one metadata header followed by full chronological reasoning, tool-call, tool-output, and assistant blocks. `--watch` appends only newly observed activity blocks while the execution is still running
|
|
57
|
+
`alloy executions get` uses a dedicated transcript view for human output: one metadata header followed by full chronological reasoning, tool-call, tool-output, and assistant blocks. `--watch` appends only newly observed activity blocks while the execution is still running and waits indefinitely unless you pass `--timeout <seconds>`.
|
|
58
58
|
|
|
59
59
|
`alloy ping` is the authenticated connectivity check. It confirms who you are, which host you reached, and which server build answered the request.
|
|
60
60
|
|
|
@@ -70,6 +70,7 @@ alloy templates validate --content "Hello {{ name }}" --var name=World
|
|
|
70
70
|
```
|
|
71
71
|
|
|
72
72
|
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.
|
|
73
|
+
The command prints validation details either way and exits non-zero when the template is not renderable with the supplied variables.
|
|
73
74
|
|
|
74
75
|
## Configuration
|
|
75
76
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: alloy-runtime-cli
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.68
|
|
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.68
|
|
20
|
+
Requires-Dist: alloy-runtime-types==0.2.68
|
|
21
21
|
Requires-Dist: trogon==0.6.0
|
|
22
22
|
|
|
23
23
|
# alloy-runtime-cli
|
|
@@ -76,7 +76,7 @@ alloy executions get <execution_id>
|
|
|
76
76
|
alloy executions get <execution_id> --watch
|
|
77
77
|
```
|
|
78
78
|
|
|
79
|
-
`alloy executions get` uses a dedicated transcript view for human output: one metadata header followed by full chronological reasoning, tool-call, tool-output, and assistant blocks. `--watch` appends only newly observed activity blocks while the execution is still running
|
|
79
|
+
`alloy executions get` uses a dedicated transcript view for human output: one metadata header followed by full chronological reasoning, tool-call, tool-output, and assistant blocks. `--watch` appends only newly observed activity blocks while the execution is still running and waits indefinitely unless you pass `--timeout <seconds>`.
|
|
80
80
|
|
|
81
81
|
`alloy ping` is the authenticated connectivity check. It confirms who you are, which host you reached, and which server build answered the request.
|
|
82
82
|
|
|
@@ -92,6 +92,7 @@ alloy templates validate --content "Hello {{ name }}" --var name=World
|
|
|
92
92
|
```
|
|
93
93
|
|
|
94
94
|
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.
|
|
95
|
+
The command prints validation details either way and exits non-zero when the template is not renderable with the supplied variables.
|
|
95
96
|
|
|
96
97
|
## Configuration
|
|
97
98
|
|
{alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/alloy_runtime_cli.egg-info/SOURCES.txt
RENAMED
|
@@ -154,6 +154,8 @@ cli/commands/knowledge/documents/bulk_metadata/command.py
|
|
|
154
154
|
cli/commands/knowledge/documents/bulk_metadata/presenter.py
|
|
155
155
|
cli/commands/knowledge/documents/bulk_reingest_failed/command.py
|
|
156
156
|
cli/commands/knowledge/documents/bulk_reingest_failed/presenter.py
|
|
157
|
+
cli/commands/knowledge/documents/bulk_reingest_failed_status/command.py
|
|
158
|
+
cli/commands/knowledge/documents/bulk_reingest_failed_status/presenter.py
|
|
157
159
|
cli/commands/knowledge/documents/count/__init__.py
|
|
158
160
|
cli/commands/knowledge/documents/count/command.py
|
|
159
161
|
cli/commands/knowledge/documents/count/presenter.py
|
|
@@ -130,7 +130,7 @@ async def _execute_create(
|
|
|
130
130
|
request = CreateSystemCredentialRequest(
|
|
131
131
|
credential_type_id=credential_type_id,
|
|
132
132
|
name=name,
|
|
133
|
-
|
|
133
|
+
secret=plaintext_value,
|
|
134
134
|
provider_key=provider_enum,
|
|
135
135
|
description=description,
|
|
136
136
|
priority=priority,
|
{alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/credentials/create/command.py
RENAMED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
"""Credentials create command implementation."""
|
|
2
2
|
|
|
3
|
+
import json
|
|
3
4
|
from datetime import datetime
|
|
4
5
|
from typing import Any, Optional
|
|
5
6
|
|
|
@@ -150,8 +151,6 @@ async def _execute_create(
|
|
|
150
151
|
# Parse configuration JSON if provided
|
|
151
152
|
configuration_dict: Optional[dict[str, Any]] = None
|
|
152
153
|
if configuration:
|
|
153
|
-
import json
|
|
154
|
-
|
|
155
154
|
try:
|
|
156
155
|
configuration_dict = json.loads(configuration)
|
|
157
156
|
if not isinstance(configuration_dict, dict):
|
|
@@ -165,13 +164,13 @@ async def _execute_create(
|
|
|
165
164
|
request = CreateOrganizationCredentialRequest(
|
|
166
165
|
credential_type_id=credential_type_id,
|
|
167
166
|
name=name,
|
|
168
|
-
|
|
167
|
+
secret=plaintext_value,
|
|
169
168
|
provider_key=provider_enum,
|
|
170
169
|
service_key=service_enum,
|
|
171
170
|
tool_id=tool_id,
|
|
172
171
|
description=description,
|
|
173
172
|
expires_at=expires_datetime,
|
|
174
|
-
|
|
173
|
+
provider_config=configuration_dict,
|
|
175
174
|
)
|
|
176
175
|
|
|
177
176
|
# Execute API call with authenticated client
|
{alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/executions/get/command.py
RENAMED
|
@@ -18,10 +18,10 @@ def executions_get_command(
|
|
|
18
18
|
watch: bool = typer.Option(
|
|
19
19
|
False, "--watch", help="Poll until execution reaches a terminal state"
|
|
20
20
|
),
|
|
21
|
-
timeout: float = typer.Option(
|
|
22
|
-
|
|
21
|
+
timeout: float | None = typer.Option(
|
|
22
|
+
None,
|
|
23
23
|
"--timeout",
|
|
24
|
-
help="Maximum seconds to wait when using --watch (default:
|
|
24
|
+
help="Maximum seconds to wait when using --watch (default: wait indefinitely)",
|
|
25
25
|
),
|
|
26
26
|
) -> None:
|
|
27
27
|
_execute_get(
|
|
@@ -35,7 +35,7 @@ def executions_get_command(
|
|
|
35
35
|
async def _execute_get(
|
|
36
36
|
execution_id: UUID,
|
|
37
37
|
watch: bool,
|
|
38
|
-
timeout: float,
|
|
38
|
+
timeout: float | None,
|
|
39
39
|
) -> None:
|
|
40
40
|
async with authenticated_client() as (_config, client):
|
|
41
41
|
if not watch:
|
|
@@ -44,16 +44,16 @@ async def _execute_get(
|
|
|
44
44
|
return
|
|
45
45
|
|
|
46
46
|
output = OutputService.get()
|
|
47
|
-
start_time = time.monotonic()
|
|
47
|
+
start_time = time.monotonic() if timeout is not None else None
|
|
48
48
|
metadata_rendered = False
|
|
49
49
|
rendered_count = 0
|
|
50
50
|
output.progress(f"Watching execution {execution_id}...")
|
|
51
51
|
|
|
52
52
|
if output.format == OutputFormat.JSON:
|
|
53
53
|
last_response = await client.get_execution(execution_id)
|
|
54
|
-
while (
|
|
55
|
-
|
|
56
|
-
|
|
54
|
+
while not last_response.is_terminal and not _watch_timed_out(
|
|
55
|
+
start_time=start_time,
|
|
56
|
+
timeout=timeout,
|
|
57
57
|
):
|
|
58
58
|
await asyncio.sleep(_POLL_INTERVAL_SECONDS)
|
|
59
59
|
last_response = await client.get_execution(execution_id)
|
|
@@ -73,7 +73,15 @@ async def _execute_get(
|
|
|
73
73
|
metadata_rendered = True
|
|
74
74
|
if response.is_terminal:
|
|
75
75
|
return
|
|
76
|
-
if
|
|
76
|
+
if _watch_timed_out(start_time=start_time, timeout=timeout):
|
|
77
77
|
output.progress(f"Watch timed out after {timeout:.0f}s.")
|
|
78
78
|
return
|
|
79
79
|
await asyncio.sleep(_POLL_INTERVAL_SECONDS)
|
|
80
|
+
|
|
81
|
+
|
|
82
|
+
def _watch_timed_out(start_time: float | None, timeout: float | None) -> bool:
|
|
83
|
+
if timeout is None:
|
|
84
|
+
return False
|
|
85
|
+
if start_time is None:
|
|
86
|
+
raise RuntimeError("watch timeout requires a start time")
|
|
87
|
+
return time.monotonic() - start_time >= timeout
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
from cli.infrastructure.output import OutputService
|
|
2
|
+
from alloy_runtime_types.dtos.knowledge import BulkReingestFailedDocumentsResponse
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
def _follow_up_message(response: BulkReingestFailedDocumentsResponse) -> str | None:
|
|
6
|
+
if response.dry_run:
|
|
7
|
+
return None
|
|
8
|
+
if response.status == "accepted":
|
|
9
|
+
return f"Bulk reingest accepted. Poll status with: alloy knowledge documents reingest-failed-status {response.operation_id}"
|
|
10
|
+
if response.queued_count and response.queued_count > 0:
|
|
11
|
+
return "Bulk reingest queued. Watch worker queue depth until processing stabilizes."
|
|
12
|
+
if response.skipped_count and response.skipped_count > 0:
|
|
13
|
+
return "No documents were queued. Review skipped documents before retrying."
|
|
14
|
+
return "No failed documents matched the provided scope."
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
def present_bulk_reingest_failed_result(
|
|
18
|
+
response: BulkReingestFailedDocumentsResponse,
|
|
19
|
+
) -> None:
|
|
20
|
+
output = OutputService.get()
|
|
21
|
+
next_step = _follow_up_message(response)
|
|
22
|
+
|
|
23
|
+
extra_fields: dict[str, bool | str | int | None] = {
|
|
24
|
+
"Dry Run": response.dry_run,
|
|
25
|
+
"Message": response.message,
|
|
26
|
+
"Next Step": next_step,
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
if response.status == "accepted":
|
|
30
|
+
extra_fields["Status"] = response.status
|
|
31
|
+
extra_fields["Operation ID"] = str(response.operation_id)
|
|
32
|
+
else:
|
|
33
|
+
extra_fields["Matched"] = response.matched_count
|
|
34
|
+
extra_fields["Queued"] = response.queued_count
|
|
35
|
+
extra_fields["Skipped"] = response.skipped_count
|
|
36
|
+
|
|
37
|
+
output.result(
|
|
38
|
+
action="reingest",
|
|
39
|
+
resource="knowledge_documents",
|
|
40
|
+
status="dry_run" if response.dry_run else "success",
|
|
41
|
+
identifier=str(response.operation_id) if response.operation_id else None,
|
|
42
|
+
name=None,
|
|
43
|
+
extra_fields=extra_fields,
|
|
44
|
+
)
|
alloy_runtime_cli-0.2.68/cli/commands/knowledge/documents/bulk_reingest_failed_status/command.py
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import typer
|
|
2
|
+
from uuid import UUID
|
|
3
|
+
|
|
4
|
+
from cli.commands.knowledge.documents.bulk_reingest_failed_status.presenter import (
|
|
5
|
+
present_bulk_reingest_failed_status,
|
|
6
|
+
)
|
|
7
|
+
from cli.infrastructure.command import async_command, authenticated_client
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
def _parse_operation_id(value: str) -> UUID:
|
|
11
|
+
try:
|
|
12
|
+
return UUID(value)
|
|
13
|
+
except ValueError as exc:
|
|
14
|
+
raise typer.BadParameter(f"Invalid operation UUID: {value}") from exc
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
def knowledge_documents_bulk_reingest_failed_status_command(
|
|
18
|
+
operation_id: str = typer.Argument(
|
|
19
|
+
...,
|
|
20
|
+
help="Operation UUID returned by reingest-failed submit",
|
|
21
|
+
),
|
|
22
|
+
) -> None:
|
|
23
|
+
_execute_bulk_reingest_failed_status(operation_id=operation_id)
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
@async_command
|
|
27
|
+
async def _execute_bulk_reingest_failed_status(operation_id: str) -> None:
|
|
28
|
+
async with authenticated_client() as (_config, client):
|
|
29
|
+
response = await client.get_bulk_reingest_failed_operation(
|
|
30
|
+
_parse_operation_id(operation_id)
|
|
31
|
+
)
|
|
32
|
+
|
|
33
|
+
present_bulk_reingest_failed_status(response)
|
alloy_runtime_cli-0.2.68/cli/commands/knowledge/documents/bulk_reingest_failed_status/presenter.py
ADDED
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
from typing import Iterable
|
|
2
|
+
from uuid import UUID
|
|
3
|
+
|
|
4
|
+
from cli.infrastructure.formatting.fields import (
|
|
5
|
+
format_datetime,
|
|
6
|
+
format_optional,
|
|
7
|
+
format_uuid,
|
|
8
|
+
)
|
|
9
|
+
from cli.infrastructure.output import OutputService
|
|
10
|
+
from cli.infrastructure.renderers.entity_renderer import FieldConfig
|
|
11
|
+
from alloy_runtime_types.dtos.knowledge import (
|
|
12
|
+
GetBulkReingestFailedDocumentsOperationResponse,
|
|
13
|
+
)
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
def _format_uuid_list(value: Iterable[UUID] | None) -> str:
|
|
17
|
+
if not value:
|
|
18
|
+
return "—"
|
|
19
|
+
return ", ".join(str(item) for item in value)
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
def present_bulk_reingest_failed_status(
|
|
23
|
+
response: GetBulkReingestFailedDocumentsOperationResponse,
|
|
24
|
+
) -> None:
|
|
25
|
+
output = OutputService.get()
|
|
26
|
+
output.entity(
|
|
27
|
+
response,
|
|
28
|
+
"Bulk Reingest Failed Status",
|
|
29
|
+
[
|
|
30
|
+
FieldConfig(
|
|
31
|
+
"operation_id",
|
|
32
|
+
"Operation ID",
|
|
33
|
+
lambda value: format_uuid(value, short=False),
|
|
34
|
+
),
|
|
35
|
+
FieldConfig(
|
|
36
|
+
"collection_id",
|
|
37
|
+
"Collection ID",
|
|
38
|
+
lambda value: format_uuid(value, short=False),
|
|
39
|
+
),
|
|
40
|
+
FieldConfig(
|
|
41
|
+
"requested_document_ids", "Requested Document IDs", _format_uuid_list
|
|
42
|
+
),
|
|
43
|
+
FieldConfig("status", "Status"),
|
|
44
|
+
FieldConfig("matched_count", "Matched Count", str),
|
|
45
|
+
FieldConfig("queued_count", "Queued Count", str),
|
|
46
|
+
FieldConfig("skipped_count", "Skipped Count", str),
|
|
47
|
+
FieldConfig("dispatch_failed_count", "Dispatch Failed Count", str),
|
|
48
|
+
FieldConfig(
|
|
49
|
+
"matched_document_ids", "Matched Document IDs", _format_uuid_list
|
|
50
|
+
),
|
|
51
|
+
FieldConfig(
|
|
52
|
+
"queued_document_ids", "Queued Document IDs", _format_uuid_list
|
|
53
|
+
),
|
|
54
|
+
FieldConfig(
|
|
55
|
+
"skipped_document_ids", "Skipped Document IDs", _format_uuid_list
|
|
56
|
+
),
|
|
57
|
+
FieldConfig(
|
|
58
|
+
"dispatch_failed_document_ids",
|
|
59
|
+
"Dispatch Failed Document IDs",
|
|
60
|
+
_format_uuid_list,
|
|
61
|
+
),
|
|
62
|
+
FieldConfig("queued_at", "Queued At", format_datetime),
|
|
63
|
+
FieldConfig(
|
|
64
|
+
"processing_started_at", "Processing Started At", format_datetime
|
|
65
|
+
),
|
|
66
|
+
FieldConfig("last_heartbeat_at", "Last Heartbeat At", format_datetime),
|
|
67
|
+
FieldConfig("completed_at", "Completed At", format_datetime),
|
|
68
|
+
FieldConfig("error_message", "Error", format_optional),
|
|
69
|
+
],
|
|
70
|
+
raw_payload=response,
|
|
71
|
+
)
|
{alloy_runtime_cli-0.2.67 → alloy_runtime_cli-0.2.68}/cli/commands/templates/render/presenter.py
RENAMED
|
@@ -7,6 +7,7 @@ from uuid import UUID
|
|
|
7
7
|
from pydantic import BaseModel
|
|
8
8
|
|
|
9
9
|
from cli.infrastructure.editor import EditorError, get_editor
|
|
10
|
+
from cli.infrastructure.formatting.fields import format_optional, format_tokens
|
|
10
11
|
from cli.infrastructure.macro_parser import extract_jinja_syntax
|
|
11
12
|
from cli.infrastructure.output import OutputFormat, OutputService
|
|
12
13
|
from cli.infrastructure.renderers.entity_renderer import FieldConfig
|
|
@@ -26,6 +27,7 @@ PYPERCLIP_AVAILABLE = pyperclip is not None
|
|
|
26
27
|
class _RenderConsoleOutput(BaseModel):
|
|
27
28
|
template_name: str
|
|
28
29
|
character_count: int
|
|
30
|
+
estimated_token_count: int | None = None
|
|
29
31
|
template_version_id: UUID
|
|
30
32
|
content_hash: str
|
|
31
33
|
render_log_id: UUID
|
|
@@ -35,6 +37,7 @@ class _RenderConsoleOutput(BaseModel):
|
|
|
35
37
|
class _RenderFallbackOutput(BaseModel):
|
|
36
38
|
template_name: str
|
|
37
39
|
character_count: int
|
|
40
|
+
estimated_token_count: int | None = None
|
|
38
41
|
rendered_text: str
|
|
39
42
|
|
|
40
43
|
|
|
@@ -53,11 +56,21 @@ def present_render_result(
|
|
|
53
56
|
output = OutputService.get()
|
|
54
57
|
|
|
55
58
|
if output_mode == "clipboard":
|
|
56
|
-
result = _copy_to_clipboard(
|
|
59
|
+
result = _copy_to_clipboard(
|
|
60
|
+
response.rendered_text,
|
|
61
|
+
template_name,
|
|
62
|
+
output,
|
|
63
|
+
estimated_token_count=response.estimated_token_count,
|
|
64
|
+
)
|
|
57
65
|
elif output_mode == "file":
|
|
58
66
|
result = _save_to_file(response, template_name, output_file, output)
|
|
59
67
|
elif output_mode == "editor":
|
|
60
|
-
result = _open_in_editor(
|
|
68
|
+
result = _open_in_editor(
|
|
69
|
+
response.rendered_text,
|
|
70
|
+
template_name,
|
|
71
|
+
output,
|
|
72
|
+
estimated_token_count=response.estimated_token_count,
|
|
73
|
+
)
|
|
61
74
|
else:
|
|
62
75
|
result = _display_to_console(response, template_name, output)
|
|
63
76
|
|
|
@@ -106,6 +119,7 @@ def _display_to_console(
|
|
|
106
119
|
render_output = _RenderConsoleOutput(
|
|
107
120
|
template_name=template_name,
|
|
108
121
|
character_count=response.character_count,
|
|
122
|
+
estimated_token_count=response.estimated_token_count,
|
|
109
123
|
template_version_id=response.template_version_id,
|
|
110
124
|
content_hash=response.content_hash,
|
|
111
125
|
render_log_id=response.render_log_id,
|
|
@@ -114,6 +128,11 @@ def _display_to_console(
|
|
|
114
128
|
metadata_fields = [
|
|
115
129
|
FieldConfig("template_name", "Template"),
|
|
116
130
|
FieldConfig("character_count", "Character Count", lambda value: f"{value:,}"),
|
|
131
|
+
FieldConfig(
|
|
132
|
+
"estimated_token_count",
|
|
133
|
+
"Estimated Tokens",
|
|
134
|
+
lambda value: format_optional(value, format_tokens, "-"),
|
|
135
|
+
),
|
|
117
136
|
FieldConfig("template_version_id", "Version ID", str),
|
|
118
137
|
FieldConfig("content_hash", "Content Hash"),
|
|
119
138
|
FieldConfig("render_log_id", "Render Log ID", str),
|
|
@@ -153,6 +172,7 @@ def _save_to_file(
|
|
|
153
172
|
destination=str(file_path),
|
|
154
173
|
status="success",
|
|
155
174
|
characters=response.character_count,
|
|
175
|
+
estimated_token_count=response.estimated_token_count,
|
|
156
176
|
)
|
|
157
177
|
return True
|
|
158
178
|
except PermissionError:
|
|
@@ -179,6 +199,8 @@ def _copy_to_clipboard(
|
|
|
179
199
|
rendered_text: str,
|
|
180
200
|
template_name: str,
|
|
181
201
|
output: OutputService,
|
|
202
|
+
*,
|
|
203
|
+
estimated_token_count: int | None = None,
|
|
182
204
|
) -> bool:
|
|
183
205
|
if not PYPERCLIP_AVAILABLE or pyperclip is None:
|
|
184
206
|
_emit_destination_result(
|
|
@@ -188,7 +210,12 @@ def _copy_to_clipboard(
|
|
|
188
210
|
status="failed",
|
|
189
211
|
reason="pyperclip not installed. Install with: pip install pyperclip",
|
|
190
212
|
)
|
|
191
|
-
_present_destination_fallback(
|
|
213
|
+
_present_destination_fallback(
|
|
214
|
+
output,
|
|
215
|
+
template_name,
|
|
216
|
+
rendered_text,
|
|
217
|
+
estimated_token_count=estimated_token_count,
|
|
218
|
+
)
|
|
192
219
|
return False
|
|
193
220
|
|
|
194
221
|
try:
|
|
@@ -199,6 +226,7 @@ def _copy_to_clipboard(
|
|
|
199
226
|
destination="clipboard",
|
|
200
227
|
status="success",
|
|
201
228
|
characters=len(rendered_text),
|
|
229
|
+
estimated_token_count=estimated_token_count,
|
|
202
230
|
)
|
|
203
231
|
return True
|
|
204
232
|
except Exception as e:
|
|
@@ -209,7 +237,12 @@ def _copy_to_clipboard(
|
|
|
209
237
|
status="failed",
|
|
210
238
|
reason=str(e),
|
|
211
239
|
)
|
|
212
|
-
_present_destination_fallback(
|
|
240
|
+
_present_destination_fallback(
|
|
241
|
+
output,
|
|
242
|
+
template_name,
|
|
243
|
+
rendered_text,
|
|
244
|
+
estimated_token_count=estimated_token_count,
|
|
245
|
+
)
|
|
213
246
|
return False
|
|
214
247
|
|
|
215
248
|
|
|
@@ -217,6 +250,8 @@ def _open_in_editor(
|
|
|
217
250
|
rendered_text: str,
|
|
218
251
|
template_name: str,
|
|
219
252
|
output: OutputService,
|
|
253
|
+
*,
|
|
254
|
+
estimated_token_count: int | None = None,
|
|
220
255
|
) -> bool:
|
|
221
256
|
try:
|
|
222
257
|
editor = get_editor()
|
|
@@ -228,7 +263,12 @@ def _open_in_editor(
|
|
|
228
263
|
status="failed",
|
|
229
264
|
reason="No editor found. Set $EDITOR environment variable or install nano/vim.",
|
|
230
265
|
)
|
|
231
|
-
_present_destination_fallback(
|
|
266
|
+
_present_destination_fallback(
|
|
267
|
+
output,
|
|
268
|
+
template_name,
|
|
269
|
+
rendered_text,
|
|
270
|
+
estimated_token_count=estimated_token_count,
|
|
271
|
+
)
|
|
232
272
|
return False
|
|
233
273
|
|
|
234
274
|
try:
|
|
@@ -248,7 +288,12 @@ def _open_in_editor(
|
|
|
248
288
|
status="failed",
|
|
249
289
|
reason=f"Failed to create temporary file: {e}",
|
|
250
290
|
)
|
|
251
|
-
_present_destination_fallback(
|
|
291
|
+
_present_destination_fallback(
|
|
292
|
+
output,
|
|
293
|
+
template_name,
|
|
294
|
+
rendered_text,
|
|
295
|
+
estimated_token_count=estimated_token_count,
|
|
296
|
+
)
|
|
252
297
|
return False
|
|
253
298
|
|
|
254
299
|
try:
|
|
@@ -272,6 +317,7 @@ def _open_in_editor(
|
|
|
272
317
|
destination="editor",
|
|
273
318
|
status="success",
|
|
274
319
|
characters=len(rendered_text),
|
|
320
|
+
estimated_token_count=estimated_token_count,
|
|
275
321
|
)
|
|
276
322
|
return True
|
|
277
323
|
except FileNotFoundError:
|
|
@@ -282,7 +328,12 @@ def _open_in_editor(
|
|
|
282
328
|
status="failed",
|
|
283
329
|
reason=f"Editor '{editor}' not found",
|
|
284
330
|
)
|
|
285
|
-
_present_destination_fallback(
|
|
331
|
+
_present_destination_fallback(
|
|
332
|
+
output,
|
|
333
|
+
template_name,
|
|
334
|
+
rendered_text,
|
|
335
|
+
estimated_token_count=estimated_token_count,
|
|
336
|
+
)
|
|
286
337
|
return False
|
|
287
338
|
except OSError as e:
|
|
288
339
|
_emit_destination_result(
|
|
@@ -292,7 +343,12 @@ def _open_in_editor(
|
|
|
292
343
|
status="failed",
|
|
293
344
|
reason=f"Failed to open editor: {e}",
|
|
294
345
|
)
|
|
295
|
-
_present_destination_fallback(
|
|
346
|
+
_present_destination_fallback(
|
|
347
|
+
output,
|
|
348
|
+
template_name,
|
|
349
|
+
rendered_text,
|
|
350
|
+
estimated_token_count=estimated_token_count,
|
|
351
|
+
)
|
|
296
352
|
return False
|
|
297
353
|
finally:
|
|
298
354
|
try:
|
|
@@ -308,11 +364,14 @@ def _emit_destination_result(
|
|
|
308
364
|
destination: str,
|
|
309
365
|
status: str,
|
|
310
366
|
characters: int | None = None,
|
|
367
|
+
estimated_token_count: int | None = None,
|
|
311
368
|
reason: str | None = None,
|
|
312
369
|
) -> None:
|
|
313
370
|
extra_fields: dict[str, Any] = {"Destination": destination}
|
|
314
371
|
if characters is not None:
|
|
315
372
|
extra_fields["Characters"] = characters
|
|
373
|
+
if estimated_token_count is not None:
|
|
374
|
+
extra_fields["Estimated Tokens"] = format_tokens(estimated_token_count)
|
|
316
375
|
if reason is not None:
|
|
317
376
|
extra_fields["Reason"] = reason
|
|
318
377
|
|
|
@@ -330,15 +389,23 @@ def _present_destination_fallback(
|
|
|
330
389
|
output: OutputService,
|
|
331
390
|
template_name: str,
|
|
332
391
|
rendered_text: str,
|
|
392
|
+
*,
|
|
393
|
+
estimated_token_count: int | None = None,
|
|
333
394
|
) -> None:
|
|
334
395
|
fallback_output = _RenderFallbackOutput(
|
|
335
396
|
template_name=template_name,
|
|
336
397
|
character_count=len(rendered_text),
|
|
398
|
+
estimated_token_count=estimated_token_count,
|
|
337
399
|
rendered_text=rendered_text,
|
|
338
400
|
)
|
|
339
401
|
fields = [
|
|
340
402
|
FieldConfig("template_name", "Template"),
|
|
341
403
|
FieldConfig("character_count", "Characters", lambda value: f"{value:,}"),
|
|
404
|
+
FieldConfig(
|
|
405
|
+
"estimated_token_count",
|
|
406
|
+
"Estimated Tokens",
|
|
407
|
+
lambda value: format_optional(value, format_tokens, "-"),
|
|
408
|
+
),
|
|
342
409
|
FieldConfig("rendered_text", "Rendered Text"),
|
|
343
410
|
]
|
|
344
411
|
output.entity(fallback_output, f"Rendered Output: {template_name}", fields)
|
|
@@ -55,7 +55,7 @@ async def prompt_provider_credentials(api_url: str, api_key: str) -> int:
|
|
|
55
55
|
request = CreateOrganizationCredentialRequest(
|
|
56
56
|
credential_type_id="org_provider",
|
|
57
57
|
name=f"{display_name} API Key",
|
|
58
|
-
|
|
58
|
+
secret=api_key_value.strip(),
|
|
59
59
|
provider_key=provider_enum,
|
|
60
60
|
description=f"{display_name} API key configured during signup",
|
|
61
61
|
)
|
|
@@ -65,6 +65,9 @@ from cli.commands.knowledge.documents.count.command import (
|
|
|
65
65
|
from cli.commands.knowledge.documents.bulk_reingest_failed.command import (
|
|
66
66
|
knowledge_documents_bulk_reingest_failed_command,
|
|
67
67
|
)
|
|
68
|
+
from cli.commands.knowledge.documents.bulk_reingest_failed_status.command import (
|
|
69
|
+
knowledge_documents_bulk_reingest_failed_status_command,
|
|
70
|
+
)
|
|
68
71
|
from cli.commands.knowledge.documents.reingest.command import (
|
|
69
72
|
knowledge_documents_reingest_command,
|
|
70
73
|
)
|
|
@@ -766,6 +769,9 @@ knowledge_documents_app.command("reingest")(knowledge_documents_reingest_command
|
|
|
766
769
|
knowledge_documents_app.command("reingest-failed")(
|
|
767
770
|
knowledge_documents_bulk_reingest_failed_command
|
|
768
771
|
)
|
|
772
|
+
knowledge_documents_app.command("reingest-failed-status")(
|
|
773
|
+
knowledge_documents_bulk_reingest_failed_status_command
|
|
774
|
+
)
|
|
769
775
|
knowledge_documents_app.command("bulk-metadata")(
|
|
770
776
|
knowledge_documents_bulk_metadata_command
|
|
771
777
|
)
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "alloy-runtime-cli"
|
|
7
|
-
version = "0.2.
|
|
7
|
+
version = "0.2.68"
|
|
8
8
|
description = "Alloy Runtime CLI - Command-line interface for Alloy Runtime server"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
requires-python = ">=3.13"
|
|
@@ -23,8 +23,8 @@ dependencies = [
|
|
|
23
23
|
"genson==1.3.0",
|
|
24
24
|
"pyperclip==1.11.0",
|
|
25
25
|
"prompt-toolkit==3.0.52",
|
|
26
|
-
"alloy-runtime-sdk==0.2.
|
|
27
|
-
"alloy-runtime-types==0.2.
|
|
26
|
+
"alloy-runtime-sdk==0.2.68",
|
|
27
|
+
"alloy-runtime-types==0.2.68",
|
|
28
28
|
"trogon==0.6.0",
|
|
29
29
|
]
|
|
30
30
|
|