Skip to main content

Single-agent task runner for hardened Podman containers

Project description

terok-executor

terok-executor

PyPI License: Apache-2.0 REUSE status Quality Gate Status

One command to run an AI coding agent inside a hardened, rootless Podman container.

terok-executor builds the container, launches the agent against the directory you point it at, and keeps real credentials on the host. Use it on its own as a CLI, or import its AgentRunner from Python when you want library-grade control.

terok ecosystem — terok-executor sits between project orchestration and the hardened runtime

Quick start

pip install terok-executor
terok-executor run claude ~/my-workspace -p "Fix the bug"

The first run interactively offers any missing prerequisites — sandbox services, container images, agent credentials. Mandatory items (services, images) block the launch if declined; optional ones (SSH key, auth) print the consequence and proceed.

Individual steps would be:

terok-executor setup                               # install sandbox services + build base images
terok-executor auth claude                         # authenticate (OAuth or API key)
terok-executor run claude <dir> -p "Fix the bug"   # run the agent with an initial prompt

Use as a library

from terok_executor import AgentRunner

runner = AgentRunner()
runner.run_headless(
    agent="claude",
    repo=".",
    prompt="Fix the failing test in test_auth.py",
    max_turns=25,
)

AgentRunner exposes four launch methods — run_headless, run_interactive, run_web, run_tool — all with the same hardening guarantees.

Supported agents

Agent Auth Description
Claude Code OAuth*, API key Anthropic Claude Code
Codex OAuth*, API key OpenAI Codex CLI
Vibe API key Mistral Vibe
Copilot GitHub Copilot (no vault route yet)
OpenCode — (uses provider keys) Harness that drives any OpenAI-compatible provider — curated configs for Helmholtz Blablador, KISSKI AcademicCloud, and OpenRouter (each authenticated with its own API key)
Pi — (uses provider keys) Multi-provider harness; routes through the phantom tokens of co-installed providers
gh OAuth, API key GitHub CLI
glab API key GitLab CLI
SonarCloud API key SonarCloud scanner
CodeRabbit API key CodeRabbit (sidecar tool)

* Claude and Codex OAuth are experimental.

terok-executor agents list lists the live roster (add --all to include tools and harness-driven providers).

Where it sits in the stack

terok-executor is the per-task layer. Above it, terok composes many concurrent runs across many projects. Below it, terok-executor delegates the host-side security boundary (terok-sandbox): the credential vault, the git gate, the egress firewall hooks, the per-container supervisor lifecycle (OCI createRuntime/poststop hooks).

Commands

Command Description
run Launch an agent (headless, interactive, or web)
setup Bootstrap sandbox services + container images
uninstall Remove sandbox services + container images
auth Authenticate a provider
agents Inspect the agent roster (list) and set the build-time default selection (set)
build Build base + agent images explicitly
run-tool Run a sidecar tool (CodeRabbit)
list List containers
start Start a stopped container
stop Stop a container (kept for a later start)
rm Remove a container and its host-side state
show-config Print the effective SandboxConfig as YAML (diffable across orchestrators)
vault Vault management (status, unlock, lock, list, passphrase, routes, clean)
sandbox Full terok-sandbox command tree (shield, vault, ssh, doctor, …)

Config override

Two top-level flags (precede the subcommand, like docker --config):

  • --config PATH — read this config.yml instead of the layered system/user paths (sets TEROK_CONFIG_FILE for the invocation).
  • --raw — ignore any config.yml; use sandbox/executor dataclass defaults only.

Higher-layer orchestrators (such as terok) typically construct a SandboxConfig from their own resolution chain and pass it into the executor as a library; the public expectation is that, for the fields they own in config.yml, the resulting sub-environment matches what standalone terok-executor would produce against the same file. Use show-config on both sides to verify.

Development

See the Developer Guide.

License

Apache-2.0

Project details


Download files

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

Source Distribution

terok_executor-0.3.1.tar.gz (227.1 kB view details)

Uploaded Source

Built Distribution

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

terok_executor-0.3.1-py3-none-any.whl (294.6 kB view details)

Uploaded Python 3

File details

Details for the file terok_executor-0.3.1.tar.gz.

File metadata

  • Download URL: terok_executor-0.3.1.tar.gz
  • Upload date:
  • Size: 227.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for terok_executor-0.3.1.tar.gz
Algorithm Hash digest
SHA256 dd665350eef933342d22796ff2b14c20499755a3e261e9c9c3352d5462863bf0
MD5 0af589267682b8d3a6febb3c50deafb9
BLAKE2b-256 4c3d3fe56e5dd02a163028167d517004b523d1fcdd15113fde528ff44ae8e0db

See more details on using hashes here.

Provenance

The following attestation bundles were made for terok_executor-0.3.1.tar.gz:

Publisher: release.yml on terok-ai/terok-executor

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file terok_executor-0.3.1-py3-none-any.whl.

File metadata

  • Download URL: terok_executor-0.3.1-py3-none-any.whl
  • Upload date:
  • Size: 294.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for terok_executor-0.3.1-py3-none-any.whl
Algorithm Hash digest
SHA256 6dbebba3e3d8b497bfd4d37dac15a158b69617015244c4a81588e19a172cdc24
MD5 ab1a2764d0893eb579119fe87a2888bd
BLAKE2b-256 f661cc9365f069f643a0965f76a37aef8e323458e7ca98504427626d72c68124

See more details on using hashes here.

Provenance

The following attestation bundles were made for terok_executor-0.3.1-py3-none-any.whl:

Publisher: release.yml on terok-ai/terok-executor

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page