Expand description
Artifacts (RFC 0028 §3 artifact.*, RFC 0025 §3.3 artifact): named
pieces of content produced by turns and steps, store-backed, delivered on
A2A tasks (P5) and referenced by large step outputs ({"$artifact": id},
P4). Content is stored inline (JSON or text) up to a cap; the record
carries {name, mime, size, sha256, content, created_by, sensitive}.
Structs§
- Artifact
- Artifacts
- The artifact registry (in-memory index of the durable records).
- NewArtifact
- The inputs of
artifact.create.
Constants§
- MAX_
INLINE_ BYTES - The inline content cap (bytes of the serialized content).