Bootstrap one metered owner cycle against a pinned standalone runtime
Some checks failed
Governed runtime contract / contract (push) Failing after 23s
Some checks failed
Governed runtime contract / contract (push) Failing after 23s
Assistant: codex Assistant-Model: gpt-6-astra Assistant-Session: 01a07ff8-19d0-7820-b4d0-1353833cb7fc
This commit is contained in:
parent
3e4c976090
commit
565b07716a
11 changed files with 664 additions and 2 deletions
|
|
@ -40,6 +40,8 @@ class MessagesOwner:
|
|||
provider_key: str = field(repr=False)
|
||||
upstream_url: str = "https://api.anthropic.com"
|
||||
allow_test_http: bool = False
|
||||
runtime_path: Path | None = None
|
||||
runtime_sha256: str | None = None
|
||||
|
||||
@contextmanager
|
||||
def activate(self, run, config, spend, profile, cancel: ExecutionCancel):
|
||||
|
|
@ -100,6 +102,7 @@ class MessagesOwner:
|
|||
socket_path, token, profile.sandbox_profile, "agt",
|
||||
config.execution_project, run.id,
|
||||
private_paths=(spend.path.parent,),
|
||||
runtime_path=self.runtime_path, runtime_sha256=self.runtime_sha256,
|
||||
)
|
||||
server.start()
|
||||
timer.start()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue