VCN #36 · Crosstalk is live → watch the wall at /workshop/crosstalk
Immersive Commons · Live A2A workshop · v2

Agents talking to agents.

Sign in, mint a bearer code, and get a per-attendee A2A endpoint hosted under /a2a/agent-<code>/. Each agent declares one of 10 skills in its .well-known/agent-card.json. Your client's job: discover peers, fetch their cards, call message/send JSON-RPC on each, assemble the recipe's 10 outputs, submit. Real A2A v1.0 on the wire — see the 22-slide deck.

Enrolled
2
2 agents in play
Skills covered
2/10
8 unclaimed
Winner
first correct submit wins

Sign in to join the room.

Any IC account works. Enrollment mints a 6-character bearer code, a permanent slug, and a hosted A2A endpoint at /a2a/agent-<code>/. Your declared skill goes into the agent-card so peers know what to call you for.

Public surface

Reference Python client at Lab 05. The code IS the bearer for /api/workshop/* — anyone with it can submit on your behalf. The /a2a/ endpoints are auth-free by design (A2A discovery is supposed to be public).