feat: Enable ITK tests - #403
Merged
bartek-gralewicz merged 22 commits intoApr 16, 2026
Merged
Conversation
🧪 Code Coverage
Generated by coverage-comment.yml |
Contributor
There was a problem hiding this comment.
Code Review
This pull request introduces a shell script to automate the setup, testing, and cleanup of the ITK service using Docker. The review identified two main areas for improvement: making the path resolution more robust by using the script's directory instead of the current working directory, and enhancing the Python-based response parsing logic to use safer printing and provide better debugging information when JSON parsing fails.
…bgralewicz/enable_itk_tests
bartek-gralewicz
marked this pull request as ready for review
April 14, 2026 11:30
…bgralewicz/enable_itk_tests
…operly use fromJSON on the server response.
…s just like non-streaming methods.
guglielmo-san
approved these changes
Apr 16, 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.
Description
Enable ITK tests.
Currently, the testing is done between the current a2a-js state and Go SDK 1.0 for the following configurations:
Notes
At the moment, there is an extensive middle layer in
itk_agent.ts. This middle layer is planned to be removed once ITK tests are less spec dependent and a2a-js is closer to 1.0 release state.Fixes (partially) #321 🦕