Skip to content

test: test push notifications in itk#1009

Open
kdziedzic70 wants to merge 1 commit intomainfrom
dziedzick/test-push-notifications-in-itk
Open

test: test push notifications in itk#1009
kdziedzic70 wants to merge 1 commit intomainfrom
dziedzick/test-push-notifications-in-itk

Conversation

@kdziedzic70
Copy link
Copy Markdown
Contributor

@kdziedzic70 kdziedzic70 commented Apr 22, 2026

Description

PR extends itk cases with push_notifications compatibility tests

Thank you for opening a Pull Request!
Before submitting your PR, there are a few things you can do to make sure it goes smoothly:

  • Follow the CONTRIBUTING Guide.
  • Make your Pull Request title in the https://www.conventionalcommits.org/ specification.
    • Important Prefixes for release-please:
      • fix: which represents bug fixes, and correlates to a SemVer patch.
      • feat: represents a new feature, and correlates to a SemVer minor.
      • feat!:, or fix!:, refactor!:, etc., which represent a breaking change (indicated by the !) and will result in a SemVer major.
  • Ensure the tests and linter pass (Run bash scripts/format.sh from the repository root to format)
  • Appropriate docs were updated (if necessary)

Fixes #<issue_number_goes_here> 🦕

@kdziedzic70 kdziedzic70 requested a review from a team as a code owner April 22, 2026 12:56
Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the A2A_SAMPLES_REVISION and implements push notification support in the ITK agent, including new configuration stores and sender logic. Key changes involve updating handle_call_agent to process push notification behaviors and adding corresponding test cases in run_itk.sh. Feedback identifies a regression where the uvicorn log level was hardcoded to 'info', suggests ensuring explicit error handling for unsupported transports by removing a default fallback value, and notes several unnecessary blank lines that should be removed for better code style.

Comment thread itk/main.py Outdated
Comment thread itk/main.py Outdated
Comment thread itk/main.py Outdated
Comment thread itk/main.py Outdated
@kdziedzic70 kdziedzic70 force-pushed the dziedzick/test-push-notifications-in-itk branch 6 times, most recently from f98d72e to e11148f Compare April 22, 2026 13:47
@kdziedzic70 kdziedzic70 force-pushed the dziedzick/test-push-notifications-in-itk branch from e11148f to e038cd1 Compare April 22, 2026 14:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant