ArchAstro. SDK. Types. AgentExport
(archastro v0.3.5)
Copy Markdown
A portable export bundle for an agent, containing everything needed to re-deploy it in another workspace or environment.
Summary
Types
@type t() :: %ArchAstro.SDK.Types.AgentExport{ configs: [ArchAstro.SDK.Types.Config.t()], template: %{optional(String.t()) => ArchAstro.SDK.JSON.t()} }
Functions
@spec from_map(ArchAstro.SDK.JSON.object()) :: t()
@spec matches?(ArchAstro.SDK.JSON.t()) :: boolean()
@spec to_map(t()) :: ArchAstro.SDK.JSON.object()