-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Hide agentserver response internals from API surface #48370
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
Shivakishore14
wants to merge
46
commits into
main
Choose a base branch
from
sshiva/agentserver-api-review-public-surface
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
46 commits
Select commit
Hold shift + click to select a range
06da564
Decouple agentserver responses from generated model internals
Shivakishore14 c4e25b2
Regenerate agentserver response models from source emitter
Shivakishore14 2e9a3b1
Reduce redundant agentserver wire conversions
Shivakishore14 a7fe835
Use source-fixed AgentServer TypeDict generation
Shivakishore14 7595462
Update AgentServer TypedDict SDK from spec PR
Shivakishore14 17b1a55
Remove redundant AgentServer wire helpers
Shivakishore14 039fbd2
Merge remote-tracking branch 'origin/main' into sshiva/agentserver-ty…
Shivakishore14 23c9a46
Align AgentServer enum shim with main
Shivakishore14 e97042d
Sync AgentServer spec pointer
Shivakishore14 4263a53
Fix AgentServer Responses CI issues
Shivakishore14 01233dd
Fix AgentServer Responses sample typing
Shivakishore14 6fe830f
Merge branch 'main' into sshiva/agentserver-typeddict-local
Shivakishore14 8ab986f
Sync AgentServer contracts from correct spec branch
Shivakishore14 0e27517
Address AgentServer Responses review comments
Shivakishore14 439f4be
Fix AgentServer Responses docs CI
Shivakishore14 53b220a
Fix AgentServer Analyze mypy failures
Shivakishore14 c8a3d8c
Address AgentServer response model suggestions
Shivakishore14 04dda5e
Fix AgentServer enum fallback spellcheck
Shivakishore14 a6977ef
Fix AgentServer enum and timestamp contracts
Shivakishore14 92db0e3
Address AgentServer review and API consistency
Shivakishore14 1ec49f6
Fix AgentServer stream TTL contract tests
Shivakishore14 34b2061
Hide internal AgentServer message models
Shivakishore14 26383d8
Remove AgentServer generated enum shim
Shivakishore14 dc5612c
Align AgentServer validators with TypedDict literals
Shivakishore14 6715884
Align function-call input id contract with spec
Shivakishore14 76cec63
Advance AgentServer spec pin to PR tip
Shivakishore14 b9e6b59
Fix AgentServer validator literal handling
Shivakishore14 af85d78
Merge branch 'main' into sshiva/agentserver-typeddict-local
Shivakishore14 2762371
Merge branch 'main' into sshiva/agentserver-typeddict-local
Shivakishore14 adc5760
Fix agentserver generated docs warnings
Shivakishore14 5160464
Merge remote-tracking branch 'origin/main' into sshiva/agentserver-ty…
Copilot 0dadb89
Merge main into agentserver TypeDict PR
Shivakishore14 79b4d5e
Document agentserver TypedDict migration
Shivakishore14 cc43307
Fix agentserver CI validation
Shivakishore14 6bd3ab6
Hide agentserver response internals from API surface
Shivakishore14 1edb8ca
Trim weak-evidence response helper exports
Shivakishore14 34af68e
Keep public runtime signature types importable
Shivakishore14 fc0beea
Restore response helper exports for SDK parity
Shivakishore14 98b984f
Clean up agentserver responses API surface
Shivakishore14 dd08324
Bump agentserver responses version to 2.0.0b1
Shivakishore14 54fe469
Merge remote-tracking branch 'origin/main' into sshiva/agentserver-ap…
Shivakishore14 a38393c
Move runtime helpers out of public surface
Shivakishore14 10805eb
Keep runtime helpers private in runtime module
Shivakishore14 37dd7d9
Merge branch 'main' into sshiva/agentserver-api-review-public-surface
Shivakishore14 25d80d0
Fix runtime helper docstrings
Shivakishore14 742f535
Merge remote-tracking branch 'origin/sshiva/agentserver-api-review-pu…
Shivakishore14 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
4 changes: 2 additions & 2 deletions
4
sdk/agentserver/azure-ai-agentserver-responses/api.metadata.yml
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,3 @@ | ||
| apiMdSha256: 2c3ff121746e6028ece71257bcd47d7421233e6f92f2d3f6612a03a5ca34735a | ||
| apiMdSha256: bf36559af5d6dc108cd68fc723cdbc31635cfe70b6439382f8a3d5b3282dd1a4 | ||
| parserVersion: 0.3.30 | ||
| pythonVersion: 3.12.10 | ||
| pythonVersion: 3.11.15 |
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
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
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
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
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
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
2 changes: 1 addition & 1 deletion
2
...ai/agentserver/responses/models/errors.py → ...i/agentserver/responses/models/_errors.py
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.