Skip to content

Conversation

@ishymko
Copy link
Member

@ishymko ishymko commented Jan 21, 2026

Description

Run TCK tests with mandatory and capabilities categories for JSON-RPC transport (GRPC and REST fail at the moment).

Re #639

@gemini-code-assist
Copy link
Contributor

Summary of Changes

Hello @ishymko, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request introduces a new Python-based System Under Test (SUT) agent, tck/sut_agent.py, specifically designed to facilitate the execution of mandatory and capabilities Technology Compatibility Kit (TCK) tests for the JSON-RPC transport. The agent simulates core functionalities like message processing and task cancellation, providing a robust environment for validating the JSON-RPC implementation against defined TCK standards.

Highlights

  • New SUT Agent for TCK Tests: Introduced tck/sut_agent.py to provide a System Under Test (SUT) agent for Technology Compatibility Kit (TCK) tests.
  • JSON-RPC Transport Implementation: The new agent is exposed via a FastAPI application using JSON-RPC transport, enabling testing of this specific communication protocol.
  • Simulated Agent Behavior: The SUTAgentExecutor within the agent simulates core functionalities such as processing messages, introducing delays, and handling task cancellations, providing a realistic test environment.
  • Agent Capabilities Definition: The agent's AgentCard explicitly defines its capabilities, including streaming, state transition history, and preferred JSON-RPC transport, which are crucial for capabilities TCK tests.
Ignored Files
  • Ignored by pattern: .github/workflows/** (1)
    • .github/workflows/run-tck.yaml
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link
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

The pull request introduces a new test agent (tck/sut_agent.py) for mandatory and capabilities TCK tests for JSON-RPC transport. The new agent simulates basic agent execution, including task cancellation and status updates. The setup correctly configures an AgentCard and integrates with a FastAPI application for JSON-RPC communication. There are a few minor issues related to duplicate and unused imports, and a small point of clarity regarding context ID handling in the test agent.

@ishymko ishymko marked this pull request as ready for review January 21, 2026 13:13
@ishymko ishymko requested a review from a team as a code owner January 21, 2026 13:13
@ishymko ishymko requested a review from lkawka January 21, 2026 13:13
@ishymko ishymko merged commit 6e26ae1 into main Jan 22, 2026
11 checks passed
@ishymko ishymko deleted the ishymko/tck branch January 22, 2026 13:12
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.

4 participants