Skip to main content
Pre-release

This release is a pre-release and may not be stable for production use.

yoke-agent

Yoke is a multi-agent harness. The same binary becomes a code reviewer, a Kubernetes triage assistant, or a DBA helper purely by mounting different tools, skills, and MCP servers — no code changes required to retarget the agent.

This package ships two prebuilt Go binaries inside a platform-specific wheel:

Command What it is
yoke CLI / TUI / REPL
yoke-server HTTP API + Web UI server

Install

pip install yoke-agent          # into any Python 3.8+ environment
# or, isolated:
pipx install yoke-agent

Prebuilt wheels are published for Linux (x86_64, aarch64), macOS (Intel, Apple Silicon), and Windows (x64, arm64). The wheel contains the native binary plus the default config, agent/skill registry, and Web UI assets — no Go toolchain needed.

First run

On first launch, yoke copies the bundled default config and registry into your per-user config home so they are yours to edit:

~/.yoke/
├── agents.json  models.json  mcp_config.json  permissions.json
├── preferences.json  remote_registries.json  a2a_config.json  server.yaml
├── filters/                 # bash output filter patterns
└── registry/
    ├── agents/              # built-in agent definitions
    └── skills/              # bundled skill playbooks

Existing files are never overwritten, so your edits survive upgrades. To refresh the pristine defaults at any time:

yoke-seed --force            # re-copy bundled defaults into ~/.yoke
yoke-seed --home /path/to/x  # seed a different config home

The Web UI assets stay inside the installed wheel (read-only) and the launcher points the binaries at them automatically.

Quick start

export ANTHROPIC_API_KEY=sk-...     # or OPENAI_API_KEY / GOOGLE_API_KEY

yoke "explain this repo"            # one-shot CLI
yoke                                # REPL (interactive TTY)
yoke tui                            # full-screen TUI

YOKE_SERVER_TOKEN=secret yoke-server   # Web UI + API on http://localhost:8080

Configuration layering

yoke resolves configuration through a search chain, highest precedence first:

  1. ./.agents/ — project-local (per checkout)
  2. ~/.yoke/ — per-user (what this package seeds; override with $YOKE_HOME)
  3. the bundled defaults inside the wheel (system layer)

So a value you set in ~/.yoke/models.json overrides the shipped default, and a ./.agents/models.json in a project overrides both.

Useful environment variables:

Variable Purpose
YOKE_HOME Per-user state + config root (default ~/.yoke).
YOKE_WEB_DIR Static Web UI directory (default: the bundled assets).
YOKE_SYSTEM_CONFIG_DIR System config layer (default: the bundled defaults).
YOKE_SERVER_TOKEN Bearer token required by yoke-server's API.
ANTHROPIC_API_KEY / OPENAI_API_KEY / GOOGLE_API_KEY Provider keys.

Project home and full documentation: https://github.com/blouargant/yoke

Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

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

yoke_agent-1.2.0b1-py3-none-win_arm64.whl (27.5 MB view details)

Uploaded Python 3Windows ARM64

yoke_agent-1.2.0b1-py3-none-win_amd64.whl (30.6 MB view details)

Uploaded Python 3Windows x86-64

yoke_agent-1.2.0b1-py3-none-manylinux2014_x86_64.whl (30.1 MB view details)

Uploaded Python 3

yoke_agent-1.2.0b1-py3-none-manylinux2014_aarch64.whl (27.4 MB view details)

Uploaded Python 3

yoke_agent-1.2.0b1-py3-none-macosx_11_0_arm64.whl (28.4 MB view details)

Uploaded Python 3macOS 11.0+ ARM64

yoke_agent-1.2.0b1-py3-none-macosx_10_13_x86_64.whl (30.6 MB view details)

Uploaded Python 3macOS 10.13+ x86-64

File details

Details for the file yoke_agent-1.2.0b1-py3-none-win_arm64.whl.

File metadata

  • Download URL: yoke_agent-1.2.0b1-py3-none-win_arm64.whl
  • Upload date:
  • Size: 27.5 MB
  • Tags: Python 3, Windows ARM64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.6

File hashes

Hashes for yoke_agent-1.2.0b1-py3-none-win_arm64.whl
Algorithm Hash digest
SHA256 6891747baf915f582d340656f0ce67d9e78cb0a21e296aa5b90a275e48ccb0f1
MD5 09e4c34e137c4e2135466ae5f81f6fa1
BLAKE2b-256 55ce2da2515e771e0311d9c31cb2cce0c258b8c6b82405627cf089acf693623b

See more details on using hashes here.

File details

Details for the file yoke_agent-1.2.0b1-py3-none-win_amd64.whl.

File metadata

  • Download URL: yoke_agent-1.2.0b1-py3-none-win_amd64.whl
  • Upload date:
  • Size: 30.6 MB
  • Tags: Python 3, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.6

File hashes

Hashes for yoke_agent-1.2.0b1-py3-none-win_amd64.whl
Algorithm Hash digest
SHA256 d27cc6ab995d8e6c24998e7bbbadcb397d38d7d3fea1bcb510340e83364d9922
MD5 1a5ba287d1d765863fa0f0a147e92613
BLAKE2b-256 b0f03331638eee7f666c0d39296b97f26b9b2d98132c2c366c2c0ec6b14a43ba

See more details on using hashes here.

File details

Details for the file yoke_agent-1.2.0b1-py3-none-manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for yoke_agent-1.2.0b1-py3-none-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 61dedffd091213ca79f195a9cf914bf3f6203f65170055601769f31e425e38c6
MD5 2f2618a2e3f3c8af814143412cb2f5bd
BLAKE2b-256 366b8cf507925660d2c13b0e4c4e6ded1de88691e99a6cafcc1997b17edb66ca

See more details on using hashes here.

File details

Details for the file yoke_agent-1.2.0b1-py3-none-manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for yoke_agent-1.2.0b1-py3-none-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 496eefafbe2428af3689fcafd449584f6bd027663f5df2eda91f082d31348d6a
MD5 4666186a2b549a6664b53f393f9de742
BLAKE2b-256 16b7fe3bcec1cea71da5c96dc4dd1b15fb3691bdf3bc6715b0e27db2c10e8bda

See more details on using hashes here.

File details

Details for the file yoke_agent-1.2.0b1-py3-none-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for yoke_agent-1.2.0b1-py3-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 7aacaeb63a3b8ff130b3d62971d9f5c7b5a50459559ee05fd16f3ce98599daf5
MD5 7aae2ef81c6a05a15395dc3061f933a8
BLAKE2b-256 33de06bbea2b3abf1dbf3d6e62b6b58dbd66c4b88dc55c1893de09960bdb5027

See more details on using hashes here.

File details

Details for the file yoke_agent-1.2.0b1-py3-none-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for yoke_agent-1.2.0b1-py3-none-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 0cf7173e2f9bcf4b840628e4705288dceae849b1d8e454c5c6dc635007bdb24e
MD5 5236f24018b47d9a01fee642b407aec1
BLAKE2b-256 1f4d24e01e2f04494a4521548c15699234b5e162da16fc5ec314c849d052f872

See more details on using hashes here.

Supported by

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