(self, run_timeout_sec: int | None = None, *args, **kwargs)
| 97 | """ |
| 98 | Base class for agents that run via OpenCode CLI. |
| 99 | """ |
| 100 | |
| 101 | _default_model: str = "" |
| 102 | _log_prefix: str = "opencode" |
| 103 | _log_file: str = "opencode.txt" |
| 104 | _model_options: dict = {} # extra options merged into the model config |
nothing calls this directly
no outgoing calls
no test coverage detected