Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 622 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 622 Bytes

Python Code Runner Bitte Agent

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.

Features

  • Secure Python code execution in Wasmer sandbox
  • Network access restrictions
  • Limited file system access
  • Memory usage bounds
  • Standard Python library support

Installation

To install dependencies:

bun install

Running the agent

To run the agent:

bun run dev:make-agent

To run the server:

bun run dev:server