feat(harness): add optional Sidecar integration release artifacts - #165
Merged
sjy3 merged 2 commits intoAug 11, 2026
Merged
Conversation
sjy3
approved these changes
Aug 11, 2026
sjy3
approved these changes
Aug 11, 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.
Summary
Adds the public
agentkit-harness-sidecar-integration==0.1.0distribution to this repository.Exposes it through the explicit
agentkit-sdk-python[harness-sidecar]extra while keeping the base SDK installation unchanged.Extends the PyPI release workflow to test, build, smoke-install, and publish SDK 0.8.2 and integration 0.1.0 together.
Backward compatibility
Installing
agentkit-sdk-pythonwithout the extra does not install or ship the Sidecar integration and does not enable Sidecar CLI, environment, process, network, port, or runtime behavior. Sidecar remains an explicit opt-in through theharness-sidecarextra.Verification
Harness Sidecar integration, packaging, and plugin-hook tests passed: 85/85.
The release regression suite passed: 156/156.
Both wheel/sdist pairs built successfully and all four artifacts passed
twine check.Clean base-only and explicit-extra installations verified Sidecar isolation and the public Sidecar APIs.
Release note
Before publishing, the new integration project still needs its PyPI publisher/token configured. This PR does not create a tag or publish either distribution.
Related: volcengine/veadk-python#871