Module attachment

Module attachment 

Source
Expand description

Attachment types for multimodal workflows.

This module provides the foundation for handling file-based outputs from agents that can be consumed by subsequent agents in a workflow.

Enums§

Attachment
Represents a resource that can be attached to a payload or produced by an agent.

Traits§

AttachmentSchema
Trait for types that can declare their attachment schema at compile-time.
ToAttachments
Trait for types that can produce named attachments.