ellf-cli 7.0.0__tar.gz → 10.0.0__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-7.0.0/ellf_cli.egg-info → ellf_cli-10.0.0}/PKG-INFO +1 -1
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli/about.json +1 -1
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli/ellf.json +33 -34
- {ellf_cli-7.0.0 → ellf_cli-10.0.0/ellf_cli.egg-info}/PKG-INFO +1 -1
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/LICENSE +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/MANIFEST.in +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/README.md +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli/__init__.py +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli/__main__.py +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli/about.py +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli/appdirs.py +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli/auth.py +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli/cli.py +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli/cloud/__init__.py +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli/cloud/gcp.py +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli/cluster_config.py +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli/commands/__init__.py +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli/commands/_cluster_select.py +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli/commands/_org_select.py +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli/commands/_recipe_file.py +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli/commands/_recipe_subcommand.py +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli/commands/_state.py +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli/commands/actions.py +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli/commands/agents.py +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli/commands/assets.py +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli/commands/auth.py +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli/commands/clusters.py +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli/commands/config.py +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli/commands/datasets.py +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli/commands/files/__init__.py +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli/commands/files/cp.py +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli/commands/files/ls.py +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli/commands/files/rm.py +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli/commands/files/rsync.py +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli/commands/files/stats.py +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli/commands/general.py +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli/commands/import_export.py +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli/commands/infra/__init__.py +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli/commands/infra/_helpers.py +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli/commands/infra/deploy.py +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli/commands/infra/init_values.py +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli/commands/infra/provision.py +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli/commands/infra/register.py +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli/commands/infra/setup.py +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli/commands/infra/start.py +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli/commands/infra/terraform.py +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli/commands/infra/tls.py +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli/commands/jobs.py +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli/commands/packages.py +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli/commands/paths.py +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli/commands/plans.py +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli/commands/projects.py +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli/commands/publish_code.py +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli/commands/publish_data.py +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli/commands/recipes.py +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli/commands/secrets.py +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli/commands/services.py +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli/commands/support.py +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli/commands/tasks.py +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli/commands/todos.py +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli/config.py +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli/ellf_skills/.claude-plugin/plugin.json +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli/ellf_skills/.gitignore +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli/ellf_skills/skill_variants.json +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli/ellf_skills/skills/ellf-annotate.assistant/SKILL.md +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli/ellf_skills/skills/ellf-annotate.assistant/references/annotation_audit.md +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli/ellf_skills/skills/ellf-annotate.assistant/references/builtin_ellf_annotation_recipes.md +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli/ellf_skills/skills/ellf-annotate.coding/SKILL.md +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli/ellf_skills/skills/ellf-annotate.coding/references/annotation_audit.md +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli/ellf_skills/skills/ellf-annotate.coding/references/builtin_ellf_annotation_recipes.md +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli/ellf_skills/skills/ellf-annotate.coding/references/builtin_prodigy_recipes.md +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli/ellf_skills/skills/ellf-ask/SKILL.md +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli/ellf_skills/skills/ellf-handoff/SKILL.md +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli/ellf_skills/skills/ellf-monitor.assistant/SKILL.md +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli/ellf_skills/skills/ellf-monitor.assistant/references/annotation_metrics.md +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli/ellf_skills/skills/ellf-monitor.assistant/references/training_monitoring.md +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli/ellf_skills/skills/ellf-monitor.coding/SKILL.md +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli/ellf_skills/skills/ellf-monitor.coding/references/annotation_metrics.md +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli/ellf_skills/skills/ellf-monitor.coding/references/training_monitoring.md +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli/ellf_skills/skills/ellf-monitor.coding/scripts/check_training.py +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli/ellf_skills/skills/ellf-ops.assistant/SKILL.md +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli/ellf_skills/skills/ellf-ops.coding/SKILL.md +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli/ellf_skills/skills/ellf-ops.coding/references/data_infra_cli.md +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli/ellf_skills/skills/ellf-ops.coding/scripts/run_job.py +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli/ellf_skills/skills/ellf-patterns/SKILL.md +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli/ellf_skills/skills/ellf-patterns/references/pattern_strategies.md +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli/ellf_skills/skills/ellf-prodigy/SKILL.md +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli/ellf_skills/skills/ellf-prodigy/assets/templates/template_action_recipe.py +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli/ellf_skills/skills/ellf-prodigy/assets/templates/template_agent_recipe.py +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli/ellf_skills/skills/ellf-prodigy/assets/templates/template_blocks_ui.py +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli/ellf_skills/skills/ellf-prodigy/assets/templates/template_correct.py +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli/ellf_skills/skills/ellf-prodigy/assets/templates/template_custom_ui.py +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli/ellf_skills/skills/ellf-prodigy/assets/templates/template_manual.py +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli/ellf_skills/skills/ellf-prodigy/assets/templates/template_pages_ui.py +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli/ellf_skills/skills/ellf-prodigy/assets/templates/template_routing.py +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli/ellf_skills/skills/ellf-prodigy/assets/templates/template_task_recipe.py +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli/ellf_skills/skills/ellf-prodigy/assets/templates/template_teach.py +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli/ellf_skills/skills/ellf-prodigy/references/builtin_recipes.md +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli/ellf_skills/skills/ellf-prodigy/references/ellf_recipe_sdk.md +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli/ellf_skills/skills/ellf-prodigy/references/lint_recipe.py +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli/ellf_skills/skills/ellf-prodigy/references/prodigy_recipe_api.md +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli/ellf_skills/skills/ellf-prodigy/references/template_index.md +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli/ellf_skills/skills/ellf-project.assistant/SKILL.md +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli/ellf_skills/skills/ellf-project.assistant/references/consulting_patterns.md +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli/ellf_skills/skills/ellf-project.assistant/references/explosion_strategy.md +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli/ellf_skills/skills/ellf-project.assistant/references/prodigy_llm_bot.md +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli/ellf_skills/skills/ellf-project.coding/SKILL.md +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli/ellf_skills/skills/ellf-project.coding/references/consulting_patterns.md +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli/ellf_skills/skills/ellf-project.coding/references/explosion_strategy.md +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli/ellf_skills/skills/ellf-project.coding/references/prodigy_llm_bot.md +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli/ellf_skills/skills/ellf-support.assistant/SKILL.md +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli/ellf_skills/skills/ellf-support.coding/SKILL.md +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli/ellf_skills/skills/ellf-todo/SKILL.md +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli/ellf_skills/skills/ellf-train.assistant/SKILL.md +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli/ellf_skills/skills/ellf-train.assistant/references/diagnostics.md +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli/ellf_skills/skills/ellf-train.assistant/references/evaluation_guide.md +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli/ellf_skills/skills/ellf-train.assistant/references/model_selection.md +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli/ellf_skills/skills/ellf-train.assistant/references/training_paradigms.md +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli/ellf_skills/skills/ellf-train.assistant/references/workflow.md +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli/ellf_skills/skills/ellf-train.coding/SKILL.md +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli/ellf_skills/skills/ellf-train.coding/references/config_advanced.md +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli/ellf_skills/skills/ellf-train.coding/references/config_architectures.md +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli/ellf_skills/skills/ellf-train.coding/references/config_training.md +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli/ellf_skills/skills/ellf-train.coding/references/diagnostics.md +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli/ellf_skills/skills/ellf-train.coding/references/evaluation_guide.md +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli/ellf_skills/skills/ellf-train.coding/references/experiment_patterns.md +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli/ellf_skills/skills/ellf-train.coding/references/model_selection.md +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli/ellf_skills/skills/ellf-train.coding/references/training_paradigms.md +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli/ellf_skills/skills/ellf-train.coding/references/training_troubleshooting.md +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli/ellf_skills/skills/ellf-train.coding/references/workflow.md +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli/ellf_skills/skills/ellf-train.coding/scripts/ellf_logger.py +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli/errors.py +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli/helm.py +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli/key_pair.py +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli/main.py +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli/messages.py +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli/query.py +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli/recipes_cookiecutter/cookiecutter.json +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli/recipes_cookiecutter/{{cookiecutter.package_dir}}/.gitignore +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli/recipes_cookiecutter/{{cookiecutter.package_dir}}/README.md.tmpl +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli/recipes_cookiecutter/{{cookiecutter.package_dir}}/requirements-dev.in +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli/recipes_cookiecutter/{{cookiecutter.package_dir}}/requirements.in +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli/recipes_cookiecutter/{{cookiecutter.package_dir}}/setup.py.tmpl +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli/recipes_cookiecutter/{{cookiecutter.package_dir}}/{{cookiecutter.package_name}}/__init__.py +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli/recipes_cookiecutter/{{cookiecutter.package_dir}}/{{cookiecutter.package_name}}/about.py +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli/recipes_cookiecutter/{{cookiecutter.package_dir}}/{{cookiecutter.package_name}}/recipes/__init__.py +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli/recipes_cookiecutter/{{cookiecutter.package_dir}}/{{cookiecutter.package_name}}/recipes/example_task.py +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli/testing/__init__.py +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli/ty.py +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli/ui.py +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli/url.py +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli/util.py +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli.egg-info/SOURCES.txt +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli.egg-info/dependency_links.txt +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli.egg-info/entry_points.txt +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli.egg-info/not-zip-safe +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli.egg-info/requires.txt +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli.egg-info/top_level.txt +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/pyproject.toml +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/setup.cfg +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/setup.py +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/tests/test_appdirs.py +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/tests/test_auth.py +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/tests/test_config.py +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/tests/test_errors.py +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/tests/test_files_cp.py +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/tests/test_files_cp_helpers.py +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/tests/test_info.py +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/tests/test_invalid_secrets.py +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/tests/test_key_pair.py +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/tests/test_login.py +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/tests/test_logout.py +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/tests/test_main.py +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/tests/test_org_select.py +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/tests/test_plans.py +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/tests/test_projects.py +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/tests/test_query.py +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/tests/test_recipe_file.py +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/tests/test_recipes.py +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/tests/test_state.py +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/tests/test_support.py +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/tests/test_ty.py +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/tests/test_ui.py +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/tests/test_ui_extras.py +0 -0
- {ellf_cli-7.0.0 → ellf_cli-10.0.0}/tests/test_util.py +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"prog": "ellf",
|
|
3
3
|
"help": "Ellf Command Line Interface.",
|
|
4
|
-
"version": "6.1.
|
|
4
|
+
"version": "6.1.5",
|
|
5
5
|
"extra_key": "_extra",
|
|
6
6
|
"commands": {
|
|
7
7
|
"actions": {
|
|
@@ -275,7 +275,7 @@
|
|
|
275
275
|
"orig_type": "bool"
|
|
276
276
|
}
|
|
277
277
|
],
|
|
278
|
-
"description": "\
|
|
278
|
+
"description": "\nLog in to your Ellf account. You normally don't need to call this\nmanually. It will automatically authenticate when needed.\n",
|
|
279
279
|
"allow_extra": false,
|
|
280
280
|
"parent": null,
|
|
281
281
|
"is_placeholder": false
|
|
@@ -310,7 +310,7 @@
|
|
|
310
310
|
"orig_type": "bool"
|
|
311
311
|
}
|
|
312
312
|
],
|
|
313
|
-
"description": "\
|
|
313
|
+
"description": "\nLog out by deleting locally-stored auth tokens.\n\nPAM bearer tokens can't be revoked server-side, so this is a local\noperation: subsequent commands will trigger a fresh device-flow\nlogin. The cached tokens would have expired on their own within\nroughly an hour. Use ``--all`` to also reset the saved defaults\n(active org, cluster, project, etc.), e.g. when handing the\nmachine to a different user.\n",
|
|
314
314
|
"allow_extra": false,
|
|
315
315
|
"parent": null,
|
|
316
316
|
"is_placeholder": false
|
|
@@ -356,15 +356,14 @@
|
|
|
356
356
|
"api",
|
|
357
357
|
"cluster",
|
|
358
358
|
"id",
|
|
359
|
-
"ci"
|
|
360
|
-
"ellf-core"
|
|
359
|
+
"ci"
|
|
361
360
|
],
|
|
362
361
|
"has_converter": false,
|
|
363
362
|
"type": "str",
|
|
364
|
-
"orig_type": "Literal[api, cluster, id, ci
|
|
363
|
+
"orig_type": "Literal[api, cluster, id, ci]"
|
|
365
364
|
}
|
|
366
365
|
],
|
|
367
|
-
"description": "\
|
|
366
|
+
"description": "\nReturn an auth token for the current user\n",
|
|
368
367
|
"allow_extra": false,
|
|
369
368
|
"parent": null,
|
|
370
369
|
"is_placeholder": false
|
|
@@ -440,7 +439,7 @@
|
|
|
440
439
|
"orig_type": "list[Literal[tasks, actions, assets, datasets, paths]]"
|
|
441
440
|
}
|
|
442
441
|
],
|
|
443
|
-
"description": "\
|
|
442
|
+
"description": "\nSave the state of the current app JSON file. If an assets directory is\nprovided, assets will be downloaded and referenced in the JSON accordingly.\n",
|
|
444
443
|
"allow_extra": false,
|
|
445
444
|
"parent": null,
|
|
446
445
|
"is_placeholder": false
|
|
@@ -475,7 +474,7 @@
|
|
|
475
474
|
"orig_type": "bool"
|
|
476
475
|
}
|
|
477
476
|
],
|
|
478
|
-
"description": "\
|
|
477
|
+
"description": "\nPopulate Ellf with data for projects, tasks, actions, assets and paths.\n",
|
|
479
478
|
"allow_extra": false,
|
|
480
479
|
"parent": null,
|
|
481
480
|
"is_placeholder": false
|
|
@@ -565,7 +564,7 @@
|
|
|
565
564
|
"orig_type": "List[str]"
|
|
566
565
|
}
|
|
567
566
|
],
|
|
568
|
-
"description": "\
|
|
567
|
+
"description": "\nCreate a new action. The available action recipes are fetched from your\ncluster and are added as dynamic subcommands. You can see more details\nand available arguments by calling the subcommand with --help, e.g. create\n[name] --help\n",
|
|
569
568
|
"allow_extra": true,
|
|
570
569
|
"parent": "actions",
|
|
571
570
|
"is_placeholder": false
|
|
@@ -600,7 +599,7 @@
|
|
|
600
599
|
"orig_type": "bool"
|
|
601
600
|
}
|
|
602
601
|
],
|
|
603
|
-
"description": "\
|
|
602
|
+
"description": "\nList the actions on the cluster. By default, this includes their ID, name\nand current state, e.g. created or completed\n",
|
|
604
603
|
"allow_extra": false,
|
|
605
604
|
"parent": "actions",
|
|
606
605
|
"is_placeholder": false
|
|
@@ -1059,7 +1058,7 @@
|
|
|
1059
1058
|
"orig_type": "List[str]"
|
|
1060
1059
|
}
|
|
1061
1060
|
],
|
|
1062
|
-
"description": "\
|
|
1061
|
+
"description": "\nCreate a new agent. The available agent recipes are fetched from your\ncluster and are added as dynamic subcommands. You can see more details\nand available arguments by calling the subcommand with --help, e.g. create\n[name] --help\n",
|
|
1063
1062
|
"allow_extra": true,
|
|
1064
1063
|
"parent": "agents",
|
|
1065
1064
|
"is_placeholder": false
|
|
@@ -1168,7 +1167,7 @@
|
|
|
1168
1167
|
"orig_type": "bool"
|
|
1169
1168
|
}
|
|
1170
1169
|
],
|
|
1171
|
-
"description": "\
|
|
1170
|
+
"description": "\nList the agents on the cluster. By default, this includes their ID, name\nand current state, e.g. created or completed\n",
|
|
1172
1171
|
"allow_extra": false,
|
|
1173
1172
|
"parent": "agents",
|
|
1174
1173
|
"is_placeholder": false
|
|
@@ -1662,7 +1661,7 @@
|
|
|
1662
1661
|
"orig_type": "bool"
|
|
1663
1662
|
}
|
|
1664
1663
|
],
|
|
1665
|
-
"description": "\
|
|
1664
|
+
"description": "\nGet detailed info for an asset uploaded to the cluster and registered\nwith Ellf\n",
|
|
1666
1665
|
"allow_extra": false,
|
|
1667
1666
|
"parent": "assets",
|
|
1668
1667
|
"is_placeholder": false
|
|
@@ -1762,7 +1761,7 @@
|
|
|
1762
1761
|
"orig_type": "bool"
|
|
1763
1762
|
}
|
|
1764
1763
|
],
|
|
1765
|
-
"description": "\
|
|
1764
|
+
"description": "\nCreate an asset on the cluster and register it with Ellf. Assets\npoint to files or directories you control. The Ellf server only has\na reference to them. This command doesn't transfer any data. See `ellf files`\nfor utilities to transfer files to and from your cluster\n",
|
|
1766
1765
|
"allow_extra": false,
|
|
1767
1766
|
"parent": "assets",
|
|
1768
1767
|
"is_placeholder": false
|
|
@@ -1833,7 +1832,7 @@
|
|
|
1833
1832
|
"import": {
|
|
1834
1833
|
"name": "import",
|
|
1835
1834
|
"args": [],
|
|
1836
|
-
"description": "Read a serialised FileSecrets blob from stdin and write it to\
|
|
1835
|
+
"description": "Read a serialised FileSecrets blob from stdin and write it to\nthe local secrets file.\n\nCounterpart to ``ellf auth push``. Existing local auth state is\noverwritten; the file is written 0600 by FileSecrets.save.\n",
|
|
1837
1836
|
"allow_extra": false,
|
|
1838
1837
|
"parent": "auth",
|
|
1839
1838
|
"is_placeholder": false
|
|
@@ -1868,7 +1867,7 @@
|
|
|
1868
1867
|
"orig_type": "str"
|
|
1869
1868
|
}
|
|
1870
1869
|
],
|
|
1871
|
-
"description": "Push local auth state to a remote machine via SSH.\n\
|
|
1870
|
+
"description": "Push local auth state to a remote machine via SSH.\n\nReads the local FileSecrets, JSON-serialises it, and pipes it to\n``<remote_ellf> auth import`` over an SSH connection to *host*.\nAuthentication is delegated to ssh \u2014 anything in your ssh config\n(host aliases, ProxyJump, key-based auth) just works.\n\nThe pushed blob includes id_token, api_token, and any cached\nbroker_tokens. id_token expiry is dictated by the issuer (typically\n~1h), so this is a \"give the remote a usable session\" operation,\nnot a permanent provisioning. Re-run when the token expires.\n",
|
|
1872
1871
|
"allow_extra": false,
|
|
1873
1872
|
"parent": "auth",
|
|
1874
1873
|
"is_placeholder": false
|
|
@@ -1940,7 +1939,7 @@
|
|
|
1940
1939
|
"orig_type": "bool"
|
|
1941
1940
|
}
|
|
1942
1941
|
],
|
|
1943
|
-
"description": "Switch the active cluster.\n\
|
|
1942
|
+
"description": "Switch the active cluster.\n\nLooks up the cluster by name or ID via PAM. With no argument and\nmultiple clusters available, prompts interactively in a TTY.\n",
|
|
1944
1943
|
"allow_extra": false,
|
|
1945
1944
|
"parent": "clusters",
|
|
1946
1945
|
"is_placeholder": false
|
|
@@ -2084,7 +2083,7 @@
|
|
|
2084
2083
|
"orig_type": "bool"
|
|
2085
2084
|
}
|
|
2086
2085
|
],
|
|
2087
|
-
"description": "\
|
|
2086
|
+
"description": "\nDelete a cluster from PAM. This only removes PAM's record\nof it. The cluster itself will continue to exist - you need\nto shut it down separately.\n",
|
|
2088
2087
|
"allow_extra": false,
|
|
2089
2088
|
"parent": "clusters",
|
|
2090
2089
|
"is_placeholder": false
|
|
@@ -2184,7 +2183,7 @@
|
|
|
2184
2183
|
"orig_type": "bool"
|
|
2185
2184
|
}
|
|
2186
2185
|
],
|
|
2187
|
-
"description": "Check the health of a cluster deployment.\n\
|
|
2186
|
+
"description": "Check the health of a cluster deployment.\n\nRuns CLI-side connectivity checks against the cluster and PAM.\nUse --deep (or supply --s3-bucket / --nfs-path / --recipe) to also\ntrigger cluster-side deployment checks via the broker's /v1/check\nendpoints (K8s API, NFS, S3, recipe execution, DB).\n",
|
|
2188
2187
|
"allow_extra": false,
|
|
2189
2188
|
"parent": "clusters",
|
|
2190
2189
|
"is_placeholder": false
|
|
@@ -2280,7 +2279,7 @@
|
|
|
2280
2279
|
"orig_type": "bool"
|
|
2281
2280
|
}
|
|
2282
2281
|
],
|
|
2283
|
-
"description": "Rotate the cluster RSA keypair.\n\
|
|
2282
|
+
"description": "Rotate the cluster RSA keypair.\n\nGenerates a new keypair, updates the cluster record in PAM with the\nnew public key, patches the K8s secret with the new private key,\nand restarts the cluster deployment.\n",
|
|
2284
2283
|
"allow_extra": false,
|
|
2285
2284
|
"parent": "clusters",
|
|
2286
2285
|
"is_placeholder": false
|
|
@@ -3030,7 +3029,7 @@
|
|
|
3030
3029
|
"orig_type": "str"
|
|
3031
3030
|
}
|
|
3032
3031
|
],
|
|
3033
|
-
"description": "Export all the examples from a dataset and save it in the designated file as\
|
|
3032
|
+
"description": "Export all the examples from a dataset and save it in the designated file as\nJSONL (newline-delimited JSON).\n",
|
|
3034
3033
|
"allow_extra": false,
|
|
3035
3034
|
"parent": "datasets",
|
|
3036
3035
|
"is_placeholder": false
|
|
@@ -3465,7 +3464,7 @@
|
|
|
3465
3464
|
"orig_type": "bool"
|
|
3466
3465
|
}
|
|
3467
3466
|
],
|
|
3468
|
-
"description": "Deploy or upgrade the Ellf Helm chart.\n\
|
|
3467
|
+
"description": "Deploy or upgrade the Ellf Helm chart.\n\nCreates the namespace, image pull secret, cluster keypair secret,\nthen runs helm upgrade --install with the provided values.\n",
|
|
3469
3468
|
"allow_extra": false,
|
|
3470
3469
|
"parent": "infra",
|
|
3471
3470
|
"is_placeholder": false
|
|
@@ -3709,7 +3708,7 @@
|
|
|
3709
3708
|
"orig_type": "str"
|
|
3710
3709
|
}
|
|
3711
3710
|
],
|
|
3712
|
-
"description": "Install cluster infrastructure prerequisites (Traefik, cert-manager).\n\
|
|
3711
|
+
"description": "Install cluster infrastructure prerequisites (Traefik, cert-manager).\n\nThese operations are idempotent and safe to re-run.\n",
|
|
3713
3712
|
"allow_extra": false,
|
|
3714
3713
|
"parent": "infra",
|
|
3715
3714
|
"is_placeholder": false
|
|
@@ -3992,7 +3991,7 @@
|
|
|
3992
3991
|
"orig_type": "str"
|
|
3993
3992
|
}
|
|
3994
3993
|
],
|
|
3995
|
-
"description": "Manage TLS certificates for local cluster access.\n\
|
|
3994
|
+
"description": "Manage TLS certificates for local cluster access.\n\nUse --self-signed when you have direct kubectl access to the cluster.\nUse --setup HOST to do everything from your laptop over SSH.\nUse --trust HOST to fetch and install an existing CA from a remote cluster.\n",
|
|
3996
3995
|
"allow_extra": false,
|
|
3997
3996
|
"parent": "infra",
|
|
3998
3997
|
"is_placeholder": false
|
|
@@ -4016,7 +4015,7 @@
|
|
|
4016
4015
|
"orig_type": "str"
|
|
4017
4016
|
}
|
|
4018
4017
|
],
|
|
4019
|
-
"description": "\
|
|
4018
|
+
"description": "\nRun a job directly on the cluster from a YAML spec file, bypassing PAM.\n",
|
|
4020
4019
|
"allow_extra": false,
|
|
4021
4020
|
"parent": "jobs",
|
|
4022
4021
|
"is_placeholder": false
|
|
@@ -5094,7 +5093,7 @@
|
|
|
5094
5093
|
"orig_type": "str"
|
|
5095
5094
|
}
|
|
5096
5095
|
],
|
|
5097
|
-
"description": "\
|
|
5096
|
+
"description": "\nUpload and advertise a recipes package from your Python environment.\n",
|
|
5098
5097
|
"allow_extra": false,
|
|
5099
5098
|
"parent": "publish",
|
|
5100
5099
|
"is_placeholder": false
|
|
@@ -5207,7 +5206,7 @@
|
|
|
5207
5206
|
"orig_type": "bool"
|
|
5208
5207
|
}
|
|
5209
5208
|
],
|
|
5210
|
-
"description": "\
|
|
5209
|
+
"description": "\nTransfer data to the cluster, and advertise it to Ellf.\n\nThese steps can also be done separately. See `ellf files` to transfer\ndata to the cluster without creating an Asset record for it, and\n`ellf assets create` to create an Asset without transfer.\n",
|
|
5211
5210
|
"allow_extra": false,
|
|
5212
5211
|
"parent": "publish",
|
|
5213
5212
|
"is_placeholder": false
|
|
@@ -5762,7 +5761,7 @@
|
|
|
5762
5761
|
"orig_type": "List[str]"
|
|
5763
5762
|
}
|
|
5764
5763
|
],
|
|
5765
|
-
"description": "\
|
|
5764
|
+
"description": "\nCreate a new service. The available service recipes are fetched from your\ncluster and are added as dynamic subcommands. You can see more details\nand available arguments by calling the subcommand with --help, e.g. create\n[name] --help\n",
|
|
5766
5765
|
"allow_extra": true,
|
|
5767
5766
|
"parent": "services",
|
|
5768
5767
|
"is_placeholder": false
|
|
@@ -6228,7 +6227,7 @@
|
|
|
6228
6227
|
"orig_type": "bool"
|
|
6229
6228
|
}
|
|
6230
6229
|
],
|
|
6231
|
-
"description": "Print the bearer-token-authenticated URL for a service.\n\
|
|
6230
|
+
"description": "Print the bearer-token-authenticated URL for a service.\n\nMints a fresh 90-day token via ``POST /v1/service/issue-token`` and\nformats it together with the service's public URL so the result can\nbe dropped into an MCP client config or curl invocation:\n\n curl -H \"Authorization: Bearer <token>\" <url>\n\nUse ``services rotate-token`` to mint a new token without printing\nthe URL again.\n",
|
|
6232
6231
|
"allow_extra": false,
|
|
6233
6232
|
"parent": "services",
|
|
6234
6233
|
"is_placeholder": false
|
|
@@ -6289,7 +6288,7 @@
|
|
|
6289
6288
|
"orig_type": "bool"
|
|
6290
6289
|
}
|
|
6291
6290
|
],
|
|
6292
|
-
"description": "Mint a fresh 90-day token for an existing service.\n\
|
|
6291
|
+
"description": "Mint a fresh 90-day token for an existing service.\n\nIssuing a new token does not invalidate previous ones -- they remain\nvalid until their own expiration. Use this when the previous token\nis leaked, or when you want a longer remaining window for an MCP\nclient config.\n",
|
|
6293
6292
|
"allow_extra": false,
|
|
6294
6293
|
"parent": "services",
|
|
6295
6294
|
"is_placeholder": false
|
|
@@ -6509,7 +6508,7 @@
|
|
|
6509
6508
|
"orig_type": "List[str]"
|
|
6510
6509
|
}
|
|
6511
6510
|
],
|
|
6512
|
-
"description": "\
|
|
6511
|
+
"description": "\nCreate a new task. The available task recipes are fetched from your\ncluster and are added as dynamic subcommands. You can see more details\nand available arguments by calling the subcommand with --help, e.g. create\n[name] --help\n",
|
|
6513
6512
|
"allow_extra": true,
|
|
6514
6513
|
"parent": "tasks",
|
|
6515
6514
|
"is_placeholder": false
|
|
@@ -6544,7 +6543,7 @@
|
|
|
6544
6543
|
"orig_type": "bool"
|
|
6545
6544
|
}
|
|
6546
6545
|
],
|
|
6547
|
-
"description": "\
|
|
6546
|
+
"description": "\nList the tasks on the cluster. By default, this includes their ID, name\nand current state, e.g. created or completed\n",
|
|
6548
6547
|
"allow_extra": false,
|
|
6549
6548
|
"parent": "tasks",
|
|
6550
6549
|
"is_placeholder": false
|
|
@@ -6975,7 +6974,7 @@
|
|
|
6975
6974
|
"orig_type": "bool"
|
|
6976
6975
|
}
|
|
6977
6976
|
],
|
|
6978
|
-
"description": "Fetch a batch of questions from a running annotation task.\n\
|
|
6977
|
+
"description": "Fetch a batch of questions from a running annotation task.\n\nMirrors the web app: asks the broker for a Prodigy login token, then talks\nto the task pod directly via its public task_url. Note that requesting a\nbatch reserves those questions for this CLI's session \u2014 they will not be\nhanded to other annotators until they are answered or another session\nruns out of work and steals them.\n",
|
|
6979
6978
|
"allow_extra": false,
|
|
6980
6979
|
"parent": "tasks",
|
|
6981
6980
|
"is_placeholder": false
|
|
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
|
{ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli/ellf_skills/skills/ellf-annotate.assistant/SKILL.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ellf_cli-7.0.0 → ellf_cli-10.0.0}/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-7.0.0 → ellf_cli-10.0.0}/ellf_cli/ellf_skills/skills/ellf-monitor.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
|
{ellf_cli-7.0.0 → ellf_cli-10.0.0}/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-7.0.0 → ellf_cli-10.0.0}/ellf_cli/ellf_skills/skills/ellf-project.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
|
{ellf_cli-7.0.0 → ellf_cli-10.0.0}/ellf_cli/ellf_skills/skills/ellf-support.assistant/SKILL.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{ellf_cli-7.0.0 → ellf_cli-10.0.0}/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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|