-
Notifications
You must be signed in to change notification settings - Fork 2
[v2.5] Implement NativeProvider using srt CLI #33
Copy link
Copy link
Open
Labels
component-e2bE2B sandbox integrationE2B sandbox integrationenhancementNew feature or requestNew feature or requestphase-2-multi-providerPhase 2: Multi-provider sandbox architecture (v2.5)Phase 2: Multi-provider sandbox architecture (v2.5)priority-mediumMedium priority - next milestoneMedium priority - next milestonetype-featureNew feature implementationNew feature implementation
Metadata
Metadata
Assignees
Labels
component-e2bE2B sandbox integrationE2B sandbox integrationenhancementNew feature or requestNew feature or requestphase-2-multi-providerPhase 2: Multi-provider sandbox architecture (v2.5)Phase 2: Multi-provider sandbox architecture (v2.5)priority-mediumMedium priority - next milestoneMedium priority - next milestonetype-featureNew feature implementationNew feature implementation
Overview
Implement a native sandbox provider using Anthropic's srt (sandbox runtime) CLI tool. This enables free, local sandboxing without cloud costs.
What is srt?
The srt CLI is Anthropic's sandboxing tool that uses:
It provides secure, isolated execution environments on the local machine.
Implementation
Key Differences from E2B
Use Cases
Files to Create
src/e2b/providers/native-provider.tstests/e2b/native-provider.test.tsAcceptance Criteria
Dependencies