trust-systems-meta-model

Governed A2A-Class Discovery Walkthrough

This walkthrough demonstrates how TSMM v0.19.0 generalizes A2A implementation patterns without becoming an A2A protocol specification.

Scenario

An enterprise procurement agent needs to call a contract-review agent. The client discovers the provider through a curated enterprise registry, requests an authenticated extended descriptor, negotiates a traceability extension, and then starts a review task. The task pauses for secondary authorization before producing a bounded risk-summary artifact.

Step 1: Discover the descriptor

Use examples/agent-discovery-governance-instance.json to record:

Step 2: Negotiate capability use

Use examples/capability-negotiation-instance.json to record:

Step 3: Track task evidence

Use examples/task-evidence-lifecycle-instance.json to record:

Step 4: Validate

Run:

python scripts/validate_examples.py
python scripts/validate_test_vectors.py
python scripts/check_schema_coverage.py
python scripts/check_docs.py

Enterprise interpretation

This walkthrough turns a protocol interaction into an assurance trail. The important result is not that two agents exchanged messages. The important result is that discovery, capability negotiation, authorization, task progression, and output production are all captured as reviewable governance events.