116 Commits

Author SHA1 Message Date
Kilian Lieret 4fce28706f SWE-agent Multimodal (#1223)
* Add ImageParsingHistoryProcessor

* Add SWEBenchMultimodal problem statement parsing

* cache processed swe-bench multimodal inputs

* Add testing for multimodal problem statement

* Update environment variable for PROBLEM_STATEMENT

* Update timeout params to multimodal config

* Add problem statement with images to Inspector view

* Update configs and add default_mm_no_images

* Add templates.disable_image_processing option

* Add Observation Images to Inspector

* Update configs for gemini

* Update docs for multimodal updates

* Fix: Protocols aren't inherited

* Chore: pathlib instead of os.path and make pre-commit happy

* add web_browser bundle

---------

Co-authored-by: carlosejimenez <cjsaltlake@gmail.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2025-07-09 03:19:59 -04:00
Kilian Lieret 893e59defb Doc: Improve tool doc interlinking 2025-06-26 20:31:29 -04:00
Kilian Lieret d747e53604 Doc: Add tutorial on adding new tools (#1226)
* Doc: Add tutorial on adding new tools

Closes #919

* ignore link
2025-06-26 20:03:43 -04:00
Kilian Lieret 54f649e818 Doc: Fix typo; link to benchmark configs (#1210) 2025-06-24 17:31:21 -04:00
Joshua Shanks d1b14ba5e5 Doc: Update model names and fix syntax errors in usage documentation (#1217)
Signed-off-by: Joshua Shanks <jjshanks@gmail.com>
2025-06-24 17:18:58 -04:00
Joshua Shanks c330430802 Doc: Fix Claude model name typos (#1215)
Remove extra parenthesis from claude-sonnet-4-20250514 model name and update model description from "Claude 3.5 Sonnet" to "Claude Sonnet 4"

Signed-off-by: Joshua Shanks <jjshanks@gmail.com>
2025-06-24 17:17:34 -04:00
Kilian Lieret b46240b37f Doc: Fix sweagent invocation in cl tutorial (#1188)
Closes #892
2025-06-02 12:40:38 -04:00
Kilian Lieret fe2fd09d60 Doc: Recommend sonnet 4 as the default (#1181) 2025-05-31 18:47:57 -04:00
Kilian Lieret f6af95e7bb CHANGE: Rename configs (#1144)
* CHANGE: Rename configs

* Further renames
2025-05-21 17:09:36 -04:00
Kilian Lieret 2cfa96a575 BREAKING CHANGE: messages -> query field in traj (#1107)
* BREAKING CHANGE: messages -> query field in traj

The query attribute now corresponds to the exact input for the LM at the current step.
Preciously, the messages attribute for step i was essentially the input for step i+1 in all but rare cases (requeries, etc.). The query attribute now supersedes the messages attribute.

* Doc: Document new trajectory field

* Make web-inspector deal with new format
2025-05-14 07:23:31 -04:00
Kilian Lieret 463c3d158c Doc quick-stats 2025-05-14 13:05:30 +02:00
Kilian Lieret 40a1268962 Fix: Hierarchical merge of multiple configs (#1123) 2025-05-14 06:48:19 -04:00
Kilian Lieret 8d195debaf Doc: Update hello world output 2025-05-06 15:35:58 +02:00
Kilian Lieret 83fe102f1f Doc: Fix default config & model (#1105)
* Doc: Fix default config

* Doc: Fix default config & model
2025-05-06 09:33:14 -04:00
Ed Spencer aa4e8ea161 Fix spelling of 'agent' in hello world (#1077) 2025-04-19 22:23:27 -04:00
Kilian Lieret b8b8f744a3 Doc: Command line args for retry configs 2025-04-17 22:55:21 -04:00
Kilian Lieret b85a6201bf Doc: Competitive runs (#1067) 2025-04-08 14:10:53 -04:00
Kilian Lieret 5b816dd0d7 Doc: random-delay-multiplier (#1062) 2025-04-07 13:59:54 -04:00
Kilian Lieret 11ebe30687 Doc: Document json/jsonl format
Closes #1044
2025-03-20 20:17:13 -04:00
Kilian Lieret 9f53a6039f Change: batch instances: instance_id instead of id field (#1030)
* Change: batch instances: instance_id instead of id field

* Doc: Doc instance_id change
2025-03-16 18:34:17 -04:00
pre-commit-ci[bot] 1c445312ee chore: update pre-commit hooks (#1004)
* chore: update pre-commit hooks

updates:
- [github.com/crate-ci/typos: v1.29.9 → v1.30.0](https://github.com/crate-ci/typos/compare/v1.29.9...v1.30.0)
- [github.com/astral-sh/ruff-pre-commit: v0.9.7 → v0.9.9](https://github.com/astral-sh/ruff-pre-commit/compare/v0.9.7...v0.9.9)

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* chore: Typo fix

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Kilian Lieret <kilian.lieret@posteo.de>
2025-03-07 17:38:57 -05:00
Kilian Lieret ec75580fe9 Doc: Need to install swe-rex modal dependency first 2025-03-05 14:31:32 -05:00
Kilian Lieret cbad34788f Doc: Improve linking hello_world & other misc updates (#1010) 2025-03-05 14:18:57 -05:00
Dhruv Gautam bdb3ad39b2 Doc: Fix yaml tab in example (#963) 2025-02-19 10:46:26 -05:00
Kilian Lieret 51fc6cf550 Doc: Fix line endings for multi-line bash commands (#917)
Fixes #890
2025-02-12 23:31:38 -05:00
Kilian Lieret 6f60999ba9 Doc: Command line interface and more (#914)
* Doc: Command line interface and more

* Fix links
2025-02-12 22:11:44 -05:00
Kilian Lieret 4659dd9d24 Doc: Document new command line inspector (#913)
Closes #906
2025-02-12 21:36:52 -05:00
Kilian Lieret 95e22ebed4 Docs: Remove 'benchmarking' (part of batch tutorial now) (#903)
* Docs: Remove 'benchmarking' (part of batch tutorial now)

* Remove mentions
2025-02-12 16:28:12 -05:00
Kilian Lieret 6d7e5ae649 Doc: Fix issues with trailing spaces in CL examples (#900)
This was caused by adding annotations in mkdocs-style.
Now trimming trailing spaces with JS

Closes #890
2025-02-11 20:18:17 -05:00
Kilian Lieret 45c88da7a9 Doc: Fix ExpertInstancesFromFile example (#898)
Closes #882
2025-02-11 20:14:37 -05:00
Kilian Lieret 0772c99cb2 Doc: Mention new command line inspector 2024-12-11 17:19:13 -08:00
Kilian Lieret cbdff113dd Docs: Add env setup to tutorial 2024-12-09 09:45:53 -05:00
Kilian Lieret f4df3dba3c Doc: Explain how to configure environment 2024-12-08 17:52:30 -05:00
Kilian Lieret 42a1463d84 Doc: Fix migration links (#855) 2024-12-07 20:17:35 -05:00
Kilian Lieret 3a892a9d0a Doc: Add migration guide and banner 2024-12-07 19:46:20 -05:00
Kilian Lieret 0b2c6924a7 Enh: Improve help for union types and more (#849) 2024-12-07 19:22:39 -05:00
Kilian Lieret 73d42cf4cd Doc: Fix dead links (#846)
* Doc: Fix dead links

* Update more links

* More dead links

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* dead links

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-12-07 18:03:03 -05:00
Kilian Lieret 1dd7ce6f2f Doc: Fix hello world example 2024-12-07 17:18:03 -05:00
Kilian Lieret 53c0e1a51a Doc: Delete empty docs 2024-12-07 17:10:03 -05:00
Kilian Lieret f320ca5c79 Doc: Update github repo links 2024-12-07 17:06:54 -05:00
Kilian Lieret de91f53f89 Fix: Running on coding challenges 2024-12-07 16:40:48 -05:00
Kilian Lieret 2f8b242667 Breaking: Move problem_statement and repo configs 2024-12-07 11:57:20 -05:00
Kilian Lieret d675dd74b6 Change: Rename PreExistingRepoConfig for consistency 2024-12-06 23:57:13 -05:00
Kilian Lieret fb72afdc1a Doc: Tiles, config sections 2024-12-06 22:49:32 -05:00
Kilian Lieret d9ba08a3d6 Doc: Tying together reference and tutorials 2024-12-06 22:06:15 -05:00
Kilian Lieret 42fef0db34 Doc: Msot of the batch mode tutorial compelted 2024-12-06 21:38:30 -05:00
Kilian Lieret a357cbc44c Doc: Split out 'hello world' tutorial; lots of changes 2024-12-06 20:49:41 -05:00
Kilian Lieret c083c3ef34 Doc: Updates left and right 2024-12-06 19:59:42 -05:00
Kilian Lieret f3a5a2579f Always save replay config 2024-12-06 18:25:58 -05:00
Kilian Lieret 96ca95724b Doc: Fix inspectors docs; sort docs into menus 2024-12-05 19:25:37 -05:00