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
Copy file name to clipboardExpand all lines: agent/README.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -38,6 +38,8 @@ Available options include:
38
38
`--max-lint-info-length: int`: Maximum length of the lint information to use. [Default: `10000`]
39
39
`--pre-commit-config-path: str`: Path to the pre-commit config file. This is needed for running `lint`. [Default: `.pre-commit-config.yaml`]
40
40
`--agent-config-file: str`: Path to write the agent config. [Default: `.agent.yaml`]
41
+
`--add-import-module-to-context: bool`: Add import module to context. [Default: `False`]
42
+
`--record-test-for-each-commit: bool`: Record test results for each commit. [Default: `False`], if set to `True`, the test results will be saved in `experiment_log_dir/eval_results.json`
41
43
42
44
## Running Agent
43
45
Use `agent run [OPTIONS] BRANCH` to execute an agent on a specific branch.
0 commit comments