Uh oh!
There was an error while loading. Please reload this page.
feat: release Goal Runs SDK 0.6.0 - #18
Merged
Merged
Conversation
Uh oh!
There was an error while loading. Please reload this page.
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 freeto 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.
What changed
client.goalssupport for listing and reading published Goals, creating Goal Runs, polling terminal results, andrun_and_waitverify/unwrapAPI as deprecated compatibility behaviorWhy
This publishes the reusable Goal API in the Python SDK and incorporates the backend webhook fix that removed HMAC headers and delays terminal publication until complete outcome materialization. The previous public SDK only exposed Calls and documented a signed webhook contract that the current backend no longer emits.
Developer impact
calle-ai==0.6.0client.goalssurface and generated Goal/GoalRun modelsCALL-E-Event-Id, and treat the endpoint as an untrusted-input boundaryContract source
0135d229968f7eabc935d281f79a5811d536e4716c8200cb327d8c125eeed9eb55eeacfbe53cb5dc9044589bb07d07614189786bChecks
bash scripts/validate.shgit diff --checkThe production Goal E2E is intentionally run separately after the public package is published.