Tensorlake is a Python SDK for managing agent sandboxes and performing sandbox-native orchestration. It provides primitives for secure code execution, sandbox lifecycle management, and sandbox-based workflows. Current version 0.5.33, updated frequently (weekly).
pip install tensorlakeNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize a sandbox using an API key from environment variable. Ensure TENSORLAKE_API_KEY is set before running.
Change import to `from tensorlake import Sandbox`.
Always set the TENSORLAKE_API_KEY environment variable or pass api_key parameter explicitly.
Use unique names per sandbox, or check sandbox existence before creation with `Sandbox.get(name=...)`.