You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: clarify naming and eliminate docstring duplication
Rename _get_run → _require_run in RunManager to distinguish it from
the public get_run (returns None). The "require" name makes the
KeyError-raising behavior obvious at call sites.
Move the shared returncode/timed_out field documentation from
RunResult and AgentResult into the base ProcessResult class where
it belongs, eliminating identical docstrings in both subclasses.
Co-authored-by: Ralphify <noreply@ralphify.co>
0 commit comments