AI.Agent.Code.Patcher (fnord v0.8.83)

View Source

Summary

Types

t()

@type t() :: %AI.Agent.Code.Patcher{
  agent: AI.Agent.t(),
  changes: [binary()],
  contents: binary(),
  file: binary(),
  retry_counts: map(),
  tools: map()
}