| jobs_dir: outputs/jobs | |
| job_name: tb1-model | |
| n_attempts: 1 | |
| timeout_multiplier: 3.0 | |
| agent_setup_timeout_multiplier: 2.0 | |
| agent_timeout_multiplier: 12.0 | |
| verifier_timeout_multiplier: 4.0 | |
| environment_build_timeout_multiplier: 3.0 | |
| n_concurrent_trials: 8 | |
| quiet: true | |
| retry: | |
| max_retries: 3 | |
| wait_multiplier: 2.0 | |
| min_wait_sec: 5.0 | |
| max_wait_sec: 60.0 | |
| agents: | |
| - name: terminus-2 | |
| model_name: openai/your-model | |
| max_timeout_sec: 1200 | |
| kwargs: | |
| api_base: https://your-openai-compatible-endpoint.example/v1 | |
| temperature: 1.0 | |
| store_all_messages: true | |
| interleaved_thinking: false | |
| model_info: | |
| max_tokens: 32768 | |
| max_input_tokens: 32768 | |
| max_output_tokens: 8192 | |
| input_cost_per_token: 0.0 | |
| output_cost_per_token: 0.0 | |
| trajectory_config: | |
| raw_content: true | |
| llm_kwargs: | |
| timeout: 300 | |
| record_terminal_session: false | |
| local_agent_tools_dir: runtime/agent-tools | |
| environment: | |
| type: docker | |
| allow_internet: true | |
| force_build: false | |
| delete: false | |
| datasets: | |
| - path: datasets/terminal-bench-1.0-offline | |