Regenerate SDK and release 0.1.36 - #69
Merged
Merged
Conversation
Regenerated with `kapigen --public-api-output-path` (per README) from kaggleazure ci at 76d7cb0e9ef. Changes surfaced by the regen: - Add new `agents` package: `AgentsApiClient` (harness create/get and harness-version create/get) wired into `KaggleClient`, plus `agents_api_service` types and `agent_enums`. - Add `create_benchmark_model_version_config`, `get_benchmark_model_version_config`, and `list_benchmark_model_version_configs` to `BenchmarksApiClient` with their request/response/config types. - Add `BenchmarkTaskKaggleDatasetsDefinition` and wire `harbor_kaggle_datasets` into `benchmark_tasks_api_service`. - Add `download_submission` and `ApiDownloadSubmissionRequest` to `competition_api_service`. - Add `deadline` to competition `host_service` settings. - Add hackathon write-up fields to `search_service`. - Add benchmark/harness resource types to `security_types`. Hand-maintained files (`kaggle_object.py`, `kaggle_http_client.py`, `kaggle_object_tests.py`, `search_api_service.py` doc typo fix) and repo-owned files (`README.md`, `pyproject.toml`) preserved from main.
dolaameng
approved these changes
Jul 31, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Regenerated with
kapigen --public-api-output-path(per README) from kaggleazure ci at 76d7cb0e9ef.Changes surfaced by the regen:
agentspackage:AgentsApiClient(harness create/get and harness-version create/get) wired intoKaggleClient, plusagents_api_servicetypes andagent_enums.create_benchmark_model_version_config,get_benchmark_model_version_config, andlist_benchmark_model_version_configstoBenchmarksApiClientwith their request/response/config types.BenchmarkTaskKaggleDatasetsDefinitionand wireharbor_kaggle_datasetsintobenchmark_tasks_api_service.download_submissionandApiDownloadSubmissionRequesttocompetition_api_service.deadlineto competitionhost_servicesettings.search_service.security_types.Hand-maintained files (
kaggle_object.py,kaggle_http_client.py,kaggle_object_tests.py,search_api_service.pydoc typo fix) and repo-owned files (README.md,pyproject.toml) preserved from main.