A Bitte agent that provides secure Python code execution using Wasmer sandboxing technology. This agent allows running Python code snippets in an isolated environment with restricted access to system resources.
- Secure Python code execution in Wasmer sandbox
- Network access restrictions
- Limited file system access
- Memory usage bounds
- Standard Python library support
To install dependencies:
bun install
To run the agent:
bun run dev:make-agent
To run the server:
bun run dev:server