ellf-cli 10.0.1__tar.gz → 10.0.2__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.
- {ellf_cli-10.0.1/ellf_cli.egg-info → ellf_cli-10.0.2}/PKG-INFO +1 -1
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/about.json +1 -1
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/commands/actions.py +16 -2
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/commands/agents.py +14 -2
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/commands/services.py +16 -2
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/commands/tasks.py +14 -2
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/errors.py +10 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/messages.py +1 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/query.py +3 -3
- {ellf_cli-10.0.1 → ellf_cli-10.0.2/ellf_cli.egg-info}/PKG-INFO +1 -1
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/LICENSE +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/MANIFEST.in +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/README.md +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/__init__.py +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/__main__.py +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/about.py +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/appdirs.py +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/auth.py +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/cli.py +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/cloud/__init__.py +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/cloud/gcp.py +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/cluster_config.py +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/commands/__init__.py +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/commands/_cluster_select.py +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/commands/_org_select.py +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/commands/_recipe_file.py +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/commands/_recipe_subcommand.py +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/commands/_state.py +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/commands/assets.py +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/commands/auth.py +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/commands/clusters.py +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/commands/config.py +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/commands/datasets.py +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/commands/files/__init__.py +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/commands/files/cp.py +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/commands/files/ls.py +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/commands/files/rm.py +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/commands/files/rsync.py +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/commands/files/stats.py +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/commands/general.py +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/commands/import_export.py +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/commands/infra/__init__.py +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/commands/infra/_helpers.py +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/commands/infra/deploy.py +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/commands/infra/init_values.py +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/commands/infra/provision.py +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/commands/infra/register.py +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/commands/infra/setup.py +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/commands/infra/start.py +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/commands/infra/terraform.py +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/commands/infra/tls.py +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/commands/jobs.py +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/commands/packages.py +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/commands/paths.py +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/commands/plans.py +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/commands/projects.py +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/commands/publish_code.py +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/commands/publish_data.py +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/commands/recipes.py +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/commands/secrets.py +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/commands/support.py +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/commands/todos.py +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/config.py +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/ellf.json +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/ellf_skills/.claude-plugin/plugin.json +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/ellf_skills/.gitignore +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/ellf_skills/skill_variants.json +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/ellf_skills/skills/ellf-annotate.assistant/SKILL.md +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/ellf_skills/skills/ellf-annotate.assistant/references/annotation_audit.md +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/ellf_skills/skills/ellf-annotate.assistant/references/builtin_ellf_annotation_recipes.md +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/ellf_skills/skills/ellf-annotate.coding/SKILL.md +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/ellf_skills/skills/ellf-annotate.coding/references/annotation_audit.md +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/ellf_skills/skills/ellf-annotate.coding/references/builtin_ellf_annotation_recipes.md +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/ellf_skills/skills/ellf-annotate.coding/references/builtin_prodigy_recipes.md +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/ellf_skills/skills/ellf-ask/SKILL.md +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/ellf_skills/skills/ellf-handoff/SKILL.md +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/ellf_skills/skills/ellf-monitor.assistant/SKILL.md +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/ellf_skills/skills/ellf-monitor.assistant/references/annotation_metrics.md +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/ellf_skills/skills/ellf-monitor.assistant/references/training_monitoring.md +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/ellf_skills/skills/ellf-monitor.coding/SKILL.md +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/ellf_skills/skills/ellf-monitor.coding/references/annotation_metrics.md +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/ellf_skills/skills/ellf-monitor.coding/references/training_monitoring.md +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/ellf_skills/skills/ellf-monitor.coding/scripts/check_training.py +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/ellf_skills/skills/ellf-ops.assistant/SKILL.md +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/ellf_skills/skills/ellf-ops.coding/SKILL.md +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/ellf_skills/skills/ellf-ops.coding/references/data_infra_cli.md +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/ellf_skills/skills/ellf-ops.coding/scripts/run_job.py +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/ellf_skills/skills/ellf-patterns/SKILL.md +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/ellf_skills/skills/ellf-patterns/references/pattern_strategies.md +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/ellf_skills/skills/ellf-prodigy/SKILL.md +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/ellf_skills/skills/ellf-prodigy/assets/templates/template_action_recipe.py +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/ellf_skills/skills/ellf-prodigy/assets/templates/template_agent_recipe.py +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/ellf_skills/skills/ellf-prodigy/assets/templates/template_blocks_ui.py +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/ellf_skills/skills/ellf-prodigy/assets/templates/template_correct.py +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/ellf_skills/skills/ellf-prodigy/assets/templates/template_custom_ui.py +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/ellf_skills/skills/ellf-prodigy/assets/templates/template_manual.py +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/ellf_skills/skills/ellf-prodigy/assets/templates/template_pages_ui.py +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/ellf_skills/skills/ellf-prodigy/assets/templates/template_routing.py +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/ellf_skills/skills/ellf-prodigy/assets/templates/template_task_recipe.py +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/ellf_skills/skills/ellf-prodigy/assets/templates/template_teach.py +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/ellf_skills/skills/ellf-prodigy/references/builtin_recipes.md +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/ellf_skills/skills/ellf-prodigy/references/ellf_recipe_sdk.md +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/ellf_skills/skills/ellf-prodigy/references/lint_recipe.py +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/ellf_skills/skills/ellf-prodigy/references/prodigy_recipe_api.md +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/ellf_skills/skills/ellf-prodigy/references/template_index.md +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/ellf_skills/skills/ellf-project.assistant/SKILL.md +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/ellf_skills/skills/ellf-project.assistant/references/consulting_patterns.md +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/ellf_skills/skills/ellf-project.assistant/references/explosion_strategy.md +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/ellf_skills/skills/ellf-project.assistant/references/prodigy_llm_bot.md +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/ellf_skills/skills/ellf-project.coding/SKILL.md +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/ellf_skills/skills/ellf-project.coding/references/consulting_patterns.md +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/ellf_skills/skills/ellf-project.coding/references/explosion_strategy.md +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/ellf_skills/skills/ellf-project.coding/references/prodigy_llm_bot.md +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/ellf_skills/skills/ellf-support.assistant/SKILL.md +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/ellf_skills/skills/ellf-support.coding/SKILL.md +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/ellf_skills/skills/ellf-todo/SKILL.md +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/ellf_skills/skills/ellf-train.assistant/SKILL.md +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/ellf_skills/skills/ellf-train.assistant/references/diagnostics.md +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/ellf_skills/skills/ellf-train.assistant/references/evaluation_guide.md +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/ellf_skills/skills/ellf-train.assistant/references/model_selection.md +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/ellf_skills/skills/ellf-train.assistant/references/training_paradigms.md +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/ellf_skills/skills/ellf-train.assistant/references/workflow.md +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/ellf_skills/skills/ellf-train.coding/SKILL.md +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/ellf_skills/skills/ellf-train.coding/references/config_advanced.md +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/ellf_skills/skills/ellf-train.coding/references/config_architectures.md +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/ellf_skills/skills/ellf-train.coding/references/config_training.md +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/ellf_skills/skills/ellf-train.coding/references/diagnostics.md +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/ellf_skills/skills/ellf-train.coding/references/evaluation_guide.md +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/ellf_skills/skills/ellf-train.coding/references/experiment_patterns.md +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/ellf_skills/skills/ellf-train.coding/references/model_selection.md +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/ellf_skills/skills/ellf-train.coding/references/training_paradigms.md +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/ellf_skills/skills/ellf-train.coding/references/training_troubleshooting.md +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/ellf_skills/skills/ellf-train.coding/references/workflow.md +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/ellf_skills/skills/ellf-train.coding/scripts/ellf_logger.py +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/helm.py +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/key_pair.py +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/main.py +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/recipes_cookiecutter/cookiecutter.json +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/recipes_cookiecutter/{{cookiecutter.package_dir}}/.gitignore +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/recipes_cookiecutter/{{cookiecutter.package_dir}}/README.md.tmpl +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/recipes_cookiecutter/{{cookiecutter.package_dir}}/requirements-dev.in +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/recipes_cookiecutter/{{cookiecutter.package_dir}}/requirements.in +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/recipes_cookiecutter/{{cookiecutter.package_dir}}/setup.py.tmpl +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/recipes_cookiecutter/{{cookiecutter.package_dir}}/{{cookiecutter.package_name}}/__init__.py +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/recipes_cookiecutter/{{cookiecutter.package_dir}}/{{cookiecutter.package_name}}/about.py +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/recipes_cookiecutter/{{cookiecutter.package_dir}}/{{cookiecutter.package_name}}/recipes/__init__.py +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/recipes_cookiecutter/{{cookiecutter.package_dir}}/{{cookiecutter.package_name}}/recipes/example_task.py +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/testing/__init__.py +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/ty.py +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/ui.py +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/url.py +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/util.py +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli.egg-info/SOURCES.txt +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli.egg-info/dependency_links.txt +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli.egg-info/entry_points.txt +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli.egg-info/not-zip-safe +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli.egg-info/requires.txt +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli.egg-info/top_level.txt +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/pyproject.toml +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/setup.cfg +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/setup.py +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/tests/test_appdirs.py +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/tests/test_auth.py +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/tests/test_config.py +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/tests/test_errors.py +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/tests/test_files_cp.py +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/tests/test_files_cp_helpers.py +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/tests/test_info.py +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/tests/test_invalid_secrets.py +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/tests/test_key_pair.py +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/tests/test_login.py +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/tests/test_logout.py +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/tests/test_main.py +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/tests/test_org_select.py +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/tests/test_plans.py +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/tests/test_projects.py +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/tests/test_query.py +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/tests/test_recipe_file.py +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/tests/test_recipes.py +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/tests/test_state.py +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/tests/test_support.py +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/tests/test_ty.py +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/tests/test_ui.py +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/tests/test_ui_extras.py +0 -0
- {ellf_cli-10.0.1 → ellf_cli-10.0.2}/tests/test_util.py +0 -0
|
@@ -9,7 +9,13 @@ from wasabi import msg
|
|
|
9
9
|
from ellf_pam_sdk.models import ActionDetail, ActionSummary
|
|
10
10
|
|
|
11
11
|
from ..cli import cli
|
|
12
|
-
from ..errors import
|
|
12
|
+
from ..errors import (
|
|
13
|
+
BrokerError,
|
|
14
|
+
CLIError,
|
|
15
|
+
EllfError,
|
|
16
|
+
HTTPXErrors,
|
|
17
|
+
JobStartRejectedError,
|
|
18
|
+
)
|
|
13
19
|
from ..messages import Messages
|
|
14
20
|
from ..query import delete_job, resolve_action, resolve_recipe, start_job, stop_job
|
|
15
21
|
from ..ui import (
|
|
@@ -108,9 +114,17 @@ def create(
|
|
|
108
114
|
if not no_start:
|
|
109
115
|
try:
|
|
110
116
|
start(action_id, no_wait=no_wait, as_json=as_json)
|
|
111
|
-
except
|
|
117
|
+
except JobStartRejectedError:
|
|
118
|
+
# The broker rejected the start, so no workload exists and the
|
|
119
|
+
# PAM record can be safely rolled back.
|
|
112
120
|
auth.client.action.delete(id=action_id)
|
|
113
121
|
raise
|
|
122
|
+
except Exception:
|
|
123
|
+
# The job may have been submitted, so keep the record.
|
|
124
|
+
msg.warn(
|
|
125
|
+
Messages.E060.format(noun="action", name=action_id, plural="actions")
|
|
126
|
+
)
|
|
127
|
+
raise
|
|
114
128
|
return action_id
|
|
115
129
|
|
|
116
130
|
|
|
@@ -9,7 +9,13 @@ from wasabi import msg
|
|
|
9
9
|
from ellf_pam_sdk.models import AgentDetail, AgentSummary
|
|
10
10
|
|
|
11
11
|
from ..cli import cli
|
|
12
|
-
from ..errors import
|
|
12
|
+
from ..errors import (
|
|
13
|
+
BrokerError,
|
|
14
|
+
CLIError,
|
|
15
|
+
EllfError,
|
|
16
|
+
HTTPXErrors,
|
|
17
|
+
JobStartRejectedError,
|
|
18
|
+
)
|
|
13
19
|
from ..messages import Messages
|
|
14
20
|
from ..query import (
|
|
15
21
|
delete_job,
|
|
@@ -115,9 +121,15 @@ def create(
|
|
|
115
121
|
if not no_start:
|
|
116
122
|
try:
|
|
117
123
|
start(agent_id, no_wait=no_wait, as_json=as_json)
|
|
118
|
-
except
|
|
124
|
+
except JobStartRejectedError:
|
|
125
|
+
# The broker rejected the start, so no workload exists and the
|
|
126
|
+
# PAM record can be safely rolled back.
|
|
119
127
|
auth.client.agent.delete(id=agent_id)
|
|
120
128
|
raise
|
|
129
|
+
except Exception:
|
|
130
|
+
# The job may have been submitted, so keep the record.
|
|
131
|
+
msg.warn(Messages.E060.format(noun="agent", name=agent_id, plural="agents"))
|
|
132
|
+
raise
|
|
121
133
|
return agent_id
|
|
122
134
|
|
|
123
135
|
|
|
@@ -9,7 +9,13 @@ from wasabi import msg
|
|
|
9
9
|
from ellf_pam_sdk.models import ServiceDetail, ServiceSummary
|
|
10
10
|
|
|
11
11
|
from ..cli import cli
|
|
12
|
-
from ..errors import
|
|
12
|
+
from ..errors import (
|
|
13
|
+
BrokerError,
|
|
14
|
+
CLIError,
|
|
15
|
+
EllfError,
|
|
16
|
+
HTTPXErrors,
|
|
17
|
+
JobStartRejectedError,
|
|
18
|
+
)
|
|
13
19
|
from ..messages import Messages
|
|
14
20
|
from ..query import (
|
|
15
21
|
delete_job,
|
|
@@ -114,9 +120,17 @@ def create(
|
|
|
114
120
|
if not no_start:
|
|
115
121
|
try:
|
|
116
122
|
start(service_id, no_wait=no_wait, as_json=as_json)
|
|
117
|
-
except
|
|
123
|
+
except JobStartRejectedError:
|
|
124
|
+
# The broker rejected the start, so no workload exists and the
|
|
125
|
+
# PAM record can be safely rolled back.
|
|
118
126
|
auth.client.service.delete(id=service_id)
|
|
119
127
|
raise
|
|
128
|
+
except Exception:
|
|
129
|
+
# The job may have been submitted, so keep the record.
|
|
130
|
+
msg.warn(
|
|
131
|
+
Messages.E060.format(noun="service", name=service_id, plural="services")
|
|
132
|
+
)
|
|
133
|
+
raise
|
|
120
134
|
return service_id
|
|
121
135
|
|
|
122
136
|
|
|
@@ -11,7 +11,13 @@ from wasabi import msg
|
|
|
11
11
|
from ellf_pam_sdk.models import TaskDetail, TaskSummary
|
|
12
12
|
|
|
13
13
|
from ..cli import cli
|
|
14
|
-
from ..errors import
|
|
14
|
+
from ..errors import (
|
|
15
|
+
BrokerError,
|
|
16
|
+
CLIError,
|
|
17
|
+
EllfError,
|
|
18
|
+
HTTPXErrors,
|
|
19
|
+
JobStartRejectedError,
|
|
20
|
+
)
|
|
15
21
|
from ..messages import Messages
|
|
16
22
|
from ..query import delete_job, resolve_recipe, resolve_task, start_job, stop_job
|
|
17
23
|
from ..ui import (
|
|
@@ -116,9 +122,15 @@ def create(
|
|
|
116
122
|
if not no_start:
|
|
117
123
|
try:
|
|
118
124
|
start(task_id, no_wait=no_wait, as_json=as_json)
|
|
119
|
-
except
|
|
125
|
+
except JobStartRejectedError:
|
|
126
|
+
# The broker rejected the start, so no workload exists and the
|
|
127
|
+
# PAM record can be safely rolled back.
|
|
120
128
|
auth.client.task.delete(id=task_id)
|
|
121
129
|
raise
|
|
130
|
+
except Exception:
|
|
131
|
+
# The job may have been submitted, so keep the record.
|
|
132
|
+
msg.warn(Messages.E060.format(noun="task", name=task_id, plural="tasks"))
|
|
133
|
+
raise
|
|
122
134
|
return task_id
|
|
123
135
|
|
|
124
136
|
|
|
@@ -61,6 +61,16 @@ class CLIError(Exception):
|
|
|
61
61
|
super().__init__(self.message)
|
|
62
62
|
|
|
63
63
|
|
|
64
|
+
class JobStartRejectedError(CLIError):
|
|
65
|
+
"""The broker rejected a job start outright, so no workload was created.
|
|
66
|
+
|
|
67
|
+
Raised only when the broker's start response reports a cluster or
|
|
68
|
+
validation error. Other start failures (e.g. status polling after the
|
|
69
|
+
job was submitted) must not use this class: the workload may be running,
|
|
70
|
+
so it is not safe to roll back the PAM record.
|
|
71
|
+
"""
|
|
72
|
+
|
|
73
|
+
|
|
64
74
|
class EllfParseSecretsError(EllfError):
|
|
65
75
|
def __init__(
|
|
66
76
|
self, secrets_file: Path | None, error: Exception | None = None
|
|
@@ -63,6 +63,7 @@ ellf secret create my-credentials OPENAI_API_KEY="sk-..." CUSTOM_SECRET=-
|
|
|
63
63
|
E057 = "Could not import recipes from {package}"
|
|
64
64
|
E058 = "Could not get a Prodigy login token from the broker for task {name}"
|
|
65
65
|
E059 = "Could not fetch questions from the task server for {name}"
|
|
66
|
+
E060 = "Could not confirm that {noun} {name} started. The {noun} was created and still exists: check it with `ellf {plural} info {name}` or start it with `ellf {plural} start {name}`"
|
|
66
67
|
|
|
67
68
|
T001 = "Not creating {noun} {name}: {noun} already exists"
|
|
68
69
|
T002 = "Successfully created {noun} {name}"
|
|
@@ -22,7 +22,7 @@ from ellf_pam_sdk.errors import ELLF_ERRORS, EllfError
|
|
|
22
22
|
|
|
23
23
|
from .auth import AuthState
|
|
24
24
|
from .commands._state import get_auth_state, get_root_cfg, get_saved_settings
|
|
25
|
-
from .errors import CLIError, EllfErrors
|
|
25
|
+
from .errors import CLIError, EllfErrors, JobStartRejectedError
|
|
26
26
|
from .messages import Messages
|
|
27
27
|
from .ty import Page
|
|
28
28
|
from .util import URL
|
|
@@ -603,10 +603,10 @@ class JobOperations:
|
|
|
603
603
|
return
|
|
604
604
|
elif change_response.cluster_error:
|
|
605
605
|
err = Messages.E025.format(noun=self.job_type.value, name=job_spec.job_id)
|
|
606
|
-
raise
|
|
606
|
+
raise JobStartRejectedError(err, change_response.cluster_error)
|
|
607
607
|
elif change_response.validation_error:
|
|
608
608
|
err = Messages.E044.format(noun=self.job_type.value, name=job_spec.job_id)
|
|
609
|
-
raise
|
|
609
|
+
raise JobStartRejectedError(err, change_response.validation_error)
|
|
610
610
|
elif not quiet:
|
|
611
611
|
msg.info(
|
|
612
612
|
Messages.T006.format(noun=self.job_type.value, name=job_spec.job_id)
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/ellf_skills/skills/ellf-annotate.assistant/SKILL.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/ellf_skills/skills/ellf-annotate.coding/SKILL.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/ellf_skills/skills/ellf-monitor.assistant/SKILL.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/ellf_skills/skills/ellf-monitor.coding/SKILL.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/ellf_skills/skills/ellf-ops.coding/scripts/run_job.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/ellf_skills/skills/ellf-project.assistant/SKILL.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/ellf_skills/skills/ellf-project.coding/SKILL.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/ellf_skills/skills/ellf-support.assistant/SKILL.md
RENAMED
|
File without changes
|
{ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/ellf_skills/skills/ellf-support.coding/SKILL.md
RENAMED
|
File without changes
|
|
File without changes
|
{ellf_cli-10.0.1 → ellf_cli-10.0.2}/ellf_cli/ellf_skills/skills/ellf-train.assistant/SKILL.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|