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
{{ message }}
This repository was archived by the owner on May 15, 2026. It is now read-only.
W&B SWE agent uses an interesting approach to achieve top score on SWE-bench Verified, inspired by collapse a specific range in a code editor:
open_module(path): view a file with all functions collapsed by defaultExample output
expand_function(path, fn_name): view that file again but with thefn_namefunction expandedExample output
We can implement this by adjusting the
str_replace_editortool:viewcommand on file path to print file content with functions collapsed by defaultexpand_function