MCPcopy Create free account
hub / github.com/MaxBittker/runebench / __init__

Method __init__

agents/opencode_adapter.py:99–101  ·  view source on GitHub ↗
(self, run_timeout_sec: int | None = None, *args, **kwargs)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected