AuraOne / Docs / Agent Studio Open / Cookbook

A2A cookbook

Five worked examples. Agent cards, capability negotiation, and the failure paths.

At a glance

Agent Studio Open guide

Guide overview
Entry
A2A cookbook
Reading
8 min
Sections
1
Applies to
Applies to the current Agent Studio Open source release. Check the product page and repository for the latest version, supported platforms, and installation details.

01

Five contract recipes

A2A support starts with card inspection and offline contract tests. Paste a card JSON, load a card URL, or point the CLI at a fixture.

  • Validate required card fields and endpoint reachability.
  • Simulate capability negotiation for a coding task.
  • Check task lifecycle transitions from created to completed.
  • Validate structured payload schemas and error bodies.
  • Export a contract-test report to CI.
agentstudio a2a ./agent-card.json --transcript ./fixtures/task.json --format markdown --out ./reports/a2a.md