Editor
ApplyPatchOperation
dataclass
Represents a single apply_patch editor operation requested by the model.
ソースコード位置: src/agents/editor.py
ApplyPatchResult
dataclass
ApplyPatchEditor
Bases: Protocol
Host-defined editor that applies diffs on disk.