diff --git a/.github/workflows/itk.yaml b/.github/workflows/itk.yaml index 199683063..3a2c58143 100644 --- a/.github/workflows/itk.yaml +++ b/.github/workflows/itk.yaml @@ -28,4 +28,4 @@ jobs: run: bash run_itk.sh working-directory: itk env: - A2A_SAMPLES_REVISION: itk-v0.1-alpha + A2A_SAMPLES_REVISION: itk-v.0.11-alpha diff --git a/itk/main.py b/itk/main.py index fc5b7d876..97d5cb29e 100644 --- a/itk/main.py +++ b/itk/main.py @@ -263,6 +263,14 @@ async def main_async(http_port: int, grpc_port: int) -> None: AgentInterface( protocol_binding=TransportProtocol.JSONRPC, url=f'http://127.0.0.1:{http_port}/jsonrpc/', + protocol_version='1.0', + ) + ) + interfaces.append( + AgentInterface( + protocol_binding=TransportProtocol.JSONRPC, + url=f'http://127.0.0.1:{http_port}/jsonrpc/', + protocol_version='0.3', ) ) interfaces.append(