Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: a2aproject/a2a-python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: aissg/a2a-python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 1 file changed
  • 2 contributors

Commits on Jul 11, 2025

  1. test: adding sample A2A eval colab using Vertex AI eval framework (#300)

    # 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:
    
    - [x] Follow the [`CONTRIBUTING`
    Guide](https://github.com/a2aproject/a2a-python/blob/main/CONTRIBUTING.md).
    - [x] Make your Pull Request title in the
    <https://www.conventionalcommits.org/> specification.
    - Important Prefixes for
    [release-please](https://github.com/googleapis/release-please):
    - `fix:` which represents bug fixes, and correlates to a
    [SemVer](https://semver.org/) 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.
    - [x] Ensure the tests and linter pass (Run `nox -s format` from the
    repository root to format)
    - [x] Appropriate docs were updated (if necessary)
    
    Fixes #<issue_number_goes_here> 🦕
    mindpower authored Jul 11, 2025
    Configuration menu
    Copy the full SHA
    9d12c58 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2026

  1. Add files via upload

    aissg authored Apr 13, 2026
    Configuration menu
    Copy the full SHA
    f6c4949 View commit details
    Browse the repository at this point in the history
  2. Delete skil.md

    aissg authored Apr 13, 2026
    Configuration menu
    Copy the full SHA
    01b3e67 View commit details
    Browse the repository at this point in the history
Loading