Skip to content

refactor(a2a.helpers): Expose routing helpers from a2a.helpers#1143

Open
msampathkumar wants to merge 5 commits into
a2aproject:mainfrom
msampathkumar:sampathm_a2a_helperfuns
Open

refactor(a2a.helpers): Expose routing helpers from a2a.helpers#1143
msampathkumar wants to merge 5 commits into
a2aproject:mainfrom
msampathkumar:sampathm_a2a_helperfuns

Conversation

@msampathkumar

Copy link
Copy Markdown
Member

This change exports several route creation functions from the top-level a2a.helpers package, making them directly importable.

This simplifies the process of adding A2A routes to a FastAPI application and improves the overall modularity of the routing setup.

Description

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> 🦕

This change exports several route creation functions from the top-level a2a.helpers package, making them directly importable.

This simplifies the process of adding A2A routes to a FastAPI application and improves the overall modularity of the routing setup.
@msampathkumar
msampathkumar requested a review from a team as a code owner July 22, 2026 14:21
@gemini-code-assist

Copy link
Copy Markdown
Contributor

Caution

The consumer version of Gemini Code Assist on GitHub has been sunset. All code review activity has officially ceased.

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