Agentrix CLI: run coding agents headless, from anywhere.
Project description
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.
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
Built Distribution
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 agentrix_cli-0.2.9.tar.gz.
File metadata
- Download URL: agentrix_cli-0.2.9.tar.gz
- Upload date:
- Size: 11.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0ff5cc7523a2064bf378ff8fb2e6252d092296cafe4fb25b84fd8b72dec0d976
|
|
| MD5 |
dc057c0fa1f1cb2d45af8bbe56de7ee4
|
|
| BLAKE2b-256 |
2d4a9e8becafe3495b2f8afc72c6d8ae99b5611feee4563ce73de5f879a6d430
|
File details
Details for the file agentrix_cli-0.2.9-py3-none-any.whl.
File metadata
- Download URL: agentrix_cli-0.2.9-py3-none-any.whl
- Upload date:
- Size: 13.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2cf8ddc087b89a1f6855b47860e9d2416d7635528716ad7dbfb8d679611f808b
|
|
| MD5 |
a03fc55522d4f12e505b00c74efc717d
|
|
| BLAKE2b-256 |
3ef2edf95aaff4b9cf731070a193b6236bacb98a5c695f9c6de620e92c720d98
|