Skip to content

Commit f595536

Browse files
declan-scaleclaude
andcommitted
docs(guides): pin docs SDK to >=0.15.0 and fix local-sandbox RunConfig
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 8a8d989 commit f595536

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

agentex/docs/docs/development_guides/local_sandbox.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def create_agent() -> SandboxAgent:
4343

4444
def create_run_config() -> RunConfig:
4545
return RunConfig(
46-
sandbox=Sandbox(
46+
sandbox=SandboxRunConfig(
4747
client=UnixLocalSandboxClient(),
4848
options=UnixLocalSandboxClientOptions(),
4949
),

agentex/docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#
66
# agentex-sdk floats by design (docs track the latest SDK release); the mkdocs
77
# toolchain is pinned for reproducible builds — Dependabot keeps the pins current.
8-
agentex-sdk>=0.12.0
8+
agentex-sdk>=0.15.0
99

1010
mkdocs==1.6.1
1111
mkdocs-material==9.7.6

0 commit comments

Comments
 (0)