Expand description
Artifact types for the A2A protocol.
An Artifact represents a discrete output produced by an agent — for
example a generated file, a code snippet, or a structured result. Artifacts
are carried in crate::task::Task::artifacts and in
crate::events::TaskArtifactUpdateEvent.
Structs§
- Artifact
- An output artifact produced by an agent.
- Artifact
Id - Opaque unique identifier for an
Artifact.