Yoke — a multi-agent harness: CLI/TUI (yoke) + HTTP API & Web UI server (yoke-server).
Project description
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:
./.agents/— project-local (per checkout)~/.yoke/— per-user (what this package seeds; override with$YOKE_HOME)- 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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distributions
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file yoke_agent-0.0.0.dev0-py3-none-win_arm64.whl.
File metadata
- Download URL: yoke_agent-0.0.0.dev0-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.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
304d0f1fa881dbb53ed2b1e551b2981ead8151a9a5836743a5093e6acccc7d54
|
|
| MD5 |
47947a8b0d5366fbffb916e4f27743e2
|
|
| BLAKE2b-256 |
94299eb4e79e24a9fb55d1d3c24744da98af4578fe7538e4114d516a2c3e4e8f
|
File details
Details for the file yoke_agent-0.0.0.dev0-py3-none-win_amd64.whl.
File metadata
- Download URL: yoke_agent-0.0.0.dev0-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.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f17d6d5a06334935bea5ea81b4f7df99a7181dc83378c0ed10ff0859894d8679
|
|
| MD5 |
cb3df40d2898e03dcb11bfa652a3b8fd
|
|
| BLAKE2b-256 |
02b7db7e219cfc9017a4f813411fa140064c7629d666565bb3f410553726508f
|
File details
Details for the file yoke_agent-0.0.0.dev0-py3-none-manylinux2014_x86_64.whl.
File metadata
- Download URL: yoke_agent-0.0.0.dev0-py3-none-manylinux2014_x86_64.whl
- Upload date:
- Size: 30.0 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ccad069822e6c70b29fd7f2dca3be5d5683fcd243ed2a82ffe06ebb99c53e10a
|
|
| MD5 |
4d97c6ff358a6c611875d20682cc15a7
|
|
| BLAKE2b-256 |
ea6c608d944d0336bbae6652f089b961a394e11149bb769f669ebdf9204c57f1
|
File details
Details for the file yoke_agent-0.0.0.dev0-py3-none-manylinux2014_aarch64.whl.
File metadata
- Download URL: yoke_agent-0.0.0.dev0-py3-none-manylinux2014_aarch64.whl
- Upload date:
- Size: 27.2 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ddea4342821418247a67e3d2fd1ceac1699b2163e5e74a14b2ad8ac64875b05d
|
|
| MD5 |
f53355d047214b914f9250a18df679e6
|
|
| BLAKE2b-256 |
8219545469d258f9ad354f9004808591dfee1e5398ea7b79fb8756b0789b719e
|
File details
Details for the file yoke_agent-0.0.0.dev0-py3-none-macosx_11_0_arm64.whl.
File metadata
- Download URL: yoke_agent-0.0.0.dev0-py3-none-macosx_11_0_arm64.whl
- Upload date:
- Size: 28.3 MB
- Tags: Python 3, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e5993ad734f5cc25b1b116c7af0e4248fb0e857ad6cee4442dcde8481b3afb0b
|
|
| MD5 |
f21a71077edd80aaebb1a70e8d805adf
|
|
| BLAKE2b-256 |
8985e658569a068c279181c2da13d97b4272f7383305816aa57fb1c3aff00771
|
File details
Details for the file yoke_agent-0.0.0.dev0-py3-none-macosx_10_13_x86_64.whl.
File metadata
- Download URL: yoke_agent-0.0.0.dev0-py3-none-macosx_10_13_x86_64.whl
- Upload date:
- Size: 30.6 MB
- Tags: Python 3, macOS 10.13+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
513b704eb326d5f5be5e5e1e8b3935dfeeb7b5c4a3d6479b998f940f274764d7
|
|
| MD5 |
66f8c167c3c7d06675d801091ca74141
|
|
| BLAKE2b-256 |
c9719593ef088bdbac770da285cd194ed2b0a02b2abf820404ac3beed0a47ad4
|