Conversation
Signed-off-by: Eden Reich <eden.reich@gmail.com>
Signed-off-by: Eden Reich <eden.reich@gmail.com>
feat(docker): Add a2a-debugger service to docker-compose feat(server): Configure artifacts agent with updated properties fix(artifacts): Ensure default port is set for artifacts server URL Signed-off-by: Eden Reich <eden.reich@gmail.com>
…figurable options Signed-off-by: Eden Reich <eden.reich@gmail.com>
…oading and file organization Signed-off-by: Eden Reich <eden.reich@gmail.com>
Signed-off-by: Eden Reich <eden.reich@gmail.com>
ig-semantic-release-bot bot
added a commit
that referenced
this pull request
Oct 5, 2025
## [0.13.1](v0.13.0...v0.13.1) (2025-10-05) ### ♻️ Improvements * **artifact:** Improve artifact storage support usage for URI-based artifacts and provide utilities to a2a clients for consistent downloads ([#90](#90)) ([a72ce62](a72ce62)) ### 🔧 Miscellaneous * **deps:** Update claude-code version to ^2.0.1 in manifest files ([453cfd9](453cfd9))
Contributor
|
🎉 This PR is included in version 0.13.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
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
Adding automatic artifact storage within the artifact helper, so the skills are much simpler to implement.
Adding an artifact and retrieving a URL pointing to the artifact is as simple as calling a function.
Also added A2A clients helpers for consistent downloading options, and reduction of boilerplate code.