Skip to main content

tai42-sandbox-local

License: Apache 2.0

A direct/host sandbox provider for the TAI ecosystem. It implements the tai42_contract.sandbox.Sandbox surface over plain host subprocesses and the host filesystem: it runs a session's code directly on the host, with no container and no isolation. Exactly one sandbox provider is active per deployment, and the operator picks direct/host execution by installing this provider instead of a container provider — the consumers are provider-agnostic and acquire whichever is installed.

The TAI ecosystem

TAI is an open-source runtime for MCP tools, agents, and workflows. A Sandbox is "where a session's code runs" — a pluggable provider the runtime acquires through one seam. This package is one such provider (direct/host execution); any package can back the same contract, so this repo is this provider's own full doc home, and the documentation site covers the platform-level story:

Its only tai-* dependencies are tai42-contract (the Sandbox ABC, the session / stream models, SandboxPolicy, the error family, PluginItemKind.SANDBOX, and the tai42_app.sandboxes facet) and tai42-kit (ManagedSandbox / ManagedSandboxSession — the shared ledger, TTL/reap, orphan recovery, and the session-create policy chokepoint — plus SandboxDispatchSettings and the conformance suite). It pulls in no third-party runtime dependency: it drives the host with the standard library only.

Security model

This provider gives no isolation: isolation="none" means arbitrary session code runs on the host with the host's filesystem, network, and secrets in reach. It is for a trusted, single-tenant box, not untrusted flows. It accepts only what it can honestly enforce and rejects the rest loudly:

  • isolation="none" accepted; container / vm rejected. The operator isolation floor defaults to container, so a deployment installing this provider must set TAI_MCP_SANDBOX_ISOLATION=none or every session create rejects.
  • network="egress" accepted; none / internal rejected.
  • a cpu / memory_mb cap rejected.
  • image is inert — the host is the execution environment; the operator installs the runtime on the host.

For enforced isolation or network lockdown, install a container provider instead.

Configuration

The SANDBOX_LOCAL_ env group: SANDBOX_LOCAL_ROOT (the host workspace root) and SANDBOX_LOCAL_BASE_PATH (the clean-env PATH), plus the shared dispatch knobs (SANDBOX_LOCAL_DEFAULT_TTL_SECONDS, SANDBOX_LOCAL_REAP_INTERVAL_SECONDS, SANDBOX_LOCAL_EXEC_DEFAULT_TIMEOUT_SECONDS). See docs/index.mdx for the full table and the durability model.

The current release line tracks the 7.x contract (tai42-contract>=7,<8).

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tai42_sandbox_local-1.1.0.tar.gz (29.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

tai42_sandbox_local-1.1.0-py3-none-any.whl (20.9 kB view details)

Uploaded Python 3

File details

Details for the file tai42_sandbox_local-1.1.0.tar.gz.

File metadata

  • Download URL: tai42_sandbox_local-1.1.0.tar.gz
  • Upload date:
  • Size: 29.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for tai42_sandbox_local-1.1.0.tar.gz
Algorithm Hash digest
SHA256 77ac34dd53d46a72c968c2663988caf879fab3ca5c5d9b624aca8b3693fb28e7
MD5 6cd7ee79d475733cc7e49d9d90d02f4a
BLAKE2b-256 6eefc25f960fe0dbb8e97515e20d7b3593cdde95f0080c432d132967733daeeb

See more details on using hashes here.

File details

Details for the file tai42_sandbox_local-1.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for tai42_sandbox_local-1.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 00ea5da7ac9a08c4b0bba59bfa90afb4f09a4f66ff25882148391c404cc63983
MD5 809a15194e7cc5da59f7a299cdce42c6
BLAKE2b-256 88e5a9de433edc591fc813c3b676bcfbbd705d31d01f932309a061b2c35bc6be

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

1.1.0 This release

2 files

1.0.3

2 files

1.0.2

2 files

1.0.1

2 files

1.0.0

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page