Editor
ApplyPatchOperation
dataclass
Represents a single apply_patch editor operation requested by the model.
Source code in src/agents/editor.py
ApplyPatchResult
dataclass
ApplyPatchEditor
Bases: Protocol
Host-defined editor that applies diffs on disk.