@lar-1/a2a
v0.4.0
Published
LAR-1 integration profile for Google A2A — typed parts, extensions, agent card
Downloads
313
Readme
@lar-1/a2a
LAR-1 integration profile for Google A2A.
import {
createLar1Part,
extractLar1,
withLar1Extension,
agentCardLar1Capability,
} from "@lar-1/a2a";
const message = withLar1Extension({
parts: [
{ kind: "text", text: "..." },
createLar1Part({ C: "obs", L: 0.9, V: "verified_tool" }),
],
});See demos/a2a-lar1 and A2A issue #1974.
