You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replaces the 0.0.1 placeholder on PyPI. Mirrors the inspect_k8s_sandbox
manual release flow: uv build / uv publish, vX.Y.Z tag, dated changelog
heading, process documented in CONTRIBUTING.md.
- pyproject: license, project URLs, explicit sdist allowlist (keeps
infra/, tests/ and uv.lock out of the sdist), drop the now-unneeded
allow-direct-references
- README: install from PyPI; absolute links so the PyPI page renders
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This plugin depends on certain infrastructure existing already. See the [infra docs](infra/README.md) for a
24
+
This plugin depends on certain infrastructure existing already. See the [infra docs](https://github.com/UKGovernmentBEIS/inspect_ec2_sandbox/blob/main/infra/README.md) for a
25
25
reference CDK stack which you can use to create it. If you use the reference stack, you can skip reading
See [schema.py](src/ec2sandbox/schema.py) for details.
135
+
See [schema.py](https://github.com/UKGovernmentBEIS/inspect_ec2_sandbox/blob/main/src/ec2sandbox/schema.py) for details.
136
136
137
137
## Compatibility with existing Inspect evals
138
138
@@ -143,7 +143,7 @@ It is not a drop-in replacement; passing `--sandbox ec2` is unlikely to work for
143
143
144
144
## Sample evaluation
145
145
146
-
You can look at an existing [sample eval](src/ec2sandbox/examples/where_am_i.py) for how to get started.
146
+
You can look at an existing [sample eval](https://github.com/UKGovernmentBEIS/inspect_ec2_sandbox/blob/main/src/ec2sandbox/examples/where_am_i.py) for how to get started.
147
147
148
148
A more complex eval is [Sandbox Escape Bench](https://github.com/UKGovernmentBEIS/sandbox_escape_bench), where this EC2 sandbox is used as an outer sandbox and the agent is tasked with escaping an inner sandbox, generally Docker or Kubernetes.
149
149
@@ -163,4 +163,4 @@ For the EC2 sandbox specifically, beware that the IAM role used by the sandbox E
163
163
164
164
## Developing
165
165
166
-
See [CONTRIBUTING.md](CONTRIBUTING.md)
166
+
See [CONTRIBUTING.md](https://github.com/UKGovernmentBEIS/inspect_ec2_sandbox/blob/main/CONTRIBUTING.md)
0 commit comments