MCPcopy
hub / github.com/aiming-lab/AutoResearchClaw / run

Method run

researchclaw/experiment/sandbox.py:294–294  ·  view source on GitHub ↗
(self, code: str, *, timeout_sec: int = 300)

Source from the content-addressed store, hash-verified

292 """Structural type for sandbox backends (ExperimentSandbox, DockerSandbox)."""
293
294 def run(self, code: str, *, timeout_sec: int = 300) -> SandboxResult: ...
295
296 def run_project(
297 self,

Calls

no outgoing calls