agentrix CLI
A terminal frontend to agentrix-core. For local agent runs the CLI
embeds the runtime directly. For phone pairing it talks to a relay
(local or hosted).
pip install -e packages/core[all] -e apps/cli
agentrix login # store BYOK keys in the OS keyring
agentrix run "fix the failing tests in this repo"
agentrix chat # interactive TUI
agentrix index build # build the semantic index
agentrix mcp list # list configured MCP servers
Pairing with the hosted relay
Production installs default to https://relay.agentrix.space. Run:
pip install agentrix-cli
agentrix pair
Keep the terminal open after pairing — it bridges your local project files to the phone. Press Ctrl+C when you're done.
Optional overrides (local relay, custom host):
Option A — env (PowerShell, local dev):
$env:AGENTRIX_RELAY_URL = "http://localhost:8765"
agentrix pair
Option B — user config (~/.agentrix/config.toml):
[relay]
url = "https://relay.agentrix.space"
# auth_token = "..." # only if your relay requires AGENTRIX_RELAY_AUTH_TOKEN
Option C — flag:
agentrix pair --relay-url https://relay.agentrix.space
Resolution order: --relay-url → AGENTRIX_RELAY_URL → config.toml →
https://relay.agentrix.space.
Local mode still runs the agent on your laptop; the hosted relay only bridges your phone ↔ IDE. Use Cloud mode in the app if you want the agent to run on the server instead.
Release files for agentrix-cli 0.2.9
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| agentrix_cli-0.2.9.tar.gz | 11.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| agentrix_cli-0.2.9-py3-none-any.whl | Python 3 | none | any | Details |
Total release size:24.7 kB
Release files / agentrix_cli-0.2.9.tar.gz
| Download URL | agentrix_cli-0.2.9.tar.gz |
|---|---|
| Size | 11.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
0ff5cc7523a2064bf378ff8fb2e6252d092296cafe4fb25b84fd8b72dec0d976
|
|
BLAKE2b-256 checksum How to use checksums |
2d4a9e8becafe3495b2f8afc72c6d8ae99b5611feee4563ce73de5f879a6d430
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.5
|
Release files / agentrix_cli-0.2.9-py3-none-any.whl
| Download URL | agentrix_cli-0.2.9-py3-none-any.whl |
|---|---|
| Size | 13.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
2cf8ddc087b89a1f6855b47860e9d2416d7635528716ad7dbfb8d679611f808b
|
|
BLAKE2b-256 checksum How to use checksums |
3ef2edf95aaff4b9cf731070a193b6236bacb98a5c695f9c6de620e92c720d98
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.5
|