ClaudeWrapper.Agents.Summary (ClaudeWrapper v0.8.0)

Copy Markdown View Source

Lightweight metadata for one agent definition, returned by ClaudeWrapper.Agents.list/1.

Strips the prompt body and extra frontmatter to keep listings cheap. See ClaudeWrapper.Agents for how these are produced.

Summary

Types

t()

@type t() :: %ClaudeWrapper.Agents.Summary{
  description: String.t() | nil,
  file_path: String.t(),
  file_stem: String.t(),
  model: String.t() | nil,
  name: String.t(),
  size_bytes: non_neg_integer(),
  tools: [String.t()]
}