Skip to content

Releases: a2aproject/a2a-samples

itk-v.023-alpha

itk-v.023-alpha Pre-release
Pre-release

Choose a tag to compare

@kdziedzic70 kdziedzic70 released this 12 May 12:54
4f903c4
  • Adds capability for hierarchical testing
  • Removes traversal argument from test case definition

itk-v.022-alpha

itk-v.022-alpha Pre-release
Pre-release

Choose a tag to compare

@kdziedzic70 kdziedzic70 released this 07 May 12:36
9f3842c

Enables mounting java as current agent in itk tests

itk-v.021-alpha

itk-v.021-alpha Pre-release
Pre-release

Choose a tag to compare

@kdziedzic70 kdziedzic70 released this 04 May 12:06
2fc429e

Adds capability for resubscribe and cancel testing

itk-v.02-alpha

itk-v.02-alpha Pre-release
Pre-release

Choose a tag to compare

@kdziedzic70 kdziedzic70 released this 22 Apr 12:44
ea9ccca
  • Added support for testing different behaviors in ITK tests
  • Implemented handling of send_message and push_notification behaviors
  • Updated python-v10 stable agent to use released 1.0.0 version

itk-v.016-alpha

itk-v.016-alpha Pre-release
Pre-release

Choose a tag to compare

@kdziedzic70 kdziedzic70 released this 17 Apr 09:18

fixes updating task status before task creation

itk-v.015-alpha

itk-v.015-alpha Pre-release
Pre-release

Choose a tag to compare

@kdziedzic70 kdziedzic70 released this 16 Apr 10:55
5e3a4ab

Improves test logging readability: each tested agent writes to its own log file if the debug mode is set

itk-v.014-alpha

itk-v.014-alpha Pre-release
Pre-release

Choose a tag to compare

@kdziedzic70 kdziedzic70 released this 15 Apr 10:04
f87e23f

Makes itk test orchestrator SDK agnostic.

itk-v.012-alpha

itk-v.012-alpha Pre-release
Pre-release

Choose a tag to compare

@kdziedzic70 kdziedzic70 released this 10 Apr 12:07

Fixes stable released version for python-v10 itk agent

itk-v.0.11-alpha

itk-v.0.11-alpha Pre-release
Pre-release

Choose a tag to compare

@kdziedzic70 kdziedzic70 released this 07 Apr 09:55

Fixes bug in itk testing agent that did not specify protocol version 1.0 for jsonrpc agent interface in python v10 testing agent

itk-v.0.1-alpha

itk-v.0.1-alpha Pre-release
Pre-release

Choose a tag to compare

@kdziedzic70 kdziedzic70 released this 25 Mar 18:51

Alpha version of ITK (Integration Test Kit) of a2a protocol.

The release features:

  1. Isolated pre-defined implementations of testing multi transport agents in:
  • go-v0.3
  • python-v0.3
  • python-v1.0
  • go-v1.0
  • placeholder for any "current" agent to test against pre-defined ones
  1. Graph traversal based test orchestrator implementation in python
  2. Local CLI test runner
  3. Implementation of test orchestration rest service for CI / CD setup across different SDKs