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.1.0b1-py3-none-win_arm64.whl (27.4 MB view details)

Uploaded Python 3Windows ARM64

yoke_agent-1.1.0b1-py3-none-win_amd64.whl (30.5 MB view details)

Uploaded Python 3Windows x86-64

yoke_agent-1.1.0b1-py3-none-manylinux2014_x86_64.whl (30.0 MB view details)

Uploaded Python 3

yoke_agent-1.1.0b1-py3-none-manylinux2014_aarch64.whl (27.3 MB view details)

Uploaded Python 3

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

Uploaded Python 3macOS 11.0+ ARM64

yoke_agent-1.1.0b1-py3-none-macosx_10_13_x86_64.whl (30.5 MB view details)

Uploaded Python 3macOS 10.13+ x86-64

File details

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

File metadata

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

File hashes

Hashes for yoke_agent-1.1.0b1-py3-none-win_arm64.whl
Algorithm Hash digest
SHA256 6725250c13479d9af692c8e7246e65044a95abfce3ba66b56ba0c853394b0e28
MD5 f2f78fd33b93c4a1e73ef79f3f955193
BLAKE2b-256 13802b8d08ff8244eed7669016aa9a94f28ec8d1748b559a022a6e537a278fa0

See more details on using hashes here.

File details

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

File metadata

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

File hashes

Hashes for yoke_agent-1.1.0b1-py3-none-win_amd64.whl
Algorithm Hash digest
SHA256 58ea7ec1ba64bfe9f6c6f0f39c66e8de8c3b33cf0ba1399a8979756de9462db0
MD5 2fafc86046c84f61c71d7979f60e9327
BLAKE2b-256 d31b084016c65e0937fbeb0ee8fdede4a35e5ec116e6382d2b9f458b2f8b4cfe

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for yoke_agent-1.1.0b1-py3-none-manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 208e370b9dd462d72ce6aaaba26e4c61616779302db3573d056875842de62dd6
MD5 4dfcdfcaf86843df18ff361b9d4392eb
BLAKE2b-256 cbd4bf7b513c3190878f70aea432b98609aba4e85dc1ae0620defc9c1c76a33d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for yoke_agent-1.1.0b1-py3-none-manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 c2491f16c0f64048128cdd0d2fa1d034abeb0c0b6bc472d28808560dfd569c90
MD5 a6d016fc7e58b9e66834f7d7ff2576bf
BLAKE2b-256 8582c475abbc422f07e45379ffd4509d1ca764717e277071c99804f6a79e6008

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for yoke_agent-1.1.0b1-py3-none-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0ff0e2149b2ad5f5855fdbc317f895e96a50271dfaa7569466011a3effe07e72
MD5 2c14b2e29f03b3fded00af1d6ff3aae2
BLAKE2b-256 fa17fc6aa50c803d3d16dd206090c7c56e8bec2ceeb58921cf0ca53810a52406

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for yoke_agent-1.1.0b1-py3-none-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 187056236332a0c08ab11b57f4e541704e454af4edf0a841fb13fc1e9c954cfd
MD5 a1b51d091b9de36fb337a94ff58a25f6
BLAKE2b-256 01f19e5cbae3f603d2969410adf803c9347205260acda5fcbfc3bd5d59463eec

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