Documentation / @agentick/sandbox / Sandbox
Function: Sandbox() ​
Sandbox(
__namedParameters):ReactElement
Defined in: component.tsx:62
Creates a sandbox instance and provides it to children via context.
Parameters ​
__namedParameters ​
Returns ​
ReactElement
Example ​
tsx
<Sandbox provider={localProvider()}>
<Bash />
<ReadFile />
<WriteFile />
<EditFile />
<MyAgent />
</Sandbox>