Metadata-Version: 2.4
Name: agentrix-cli
Version: 0.2.2
Summary: Agentrix CLI: run coding agents headless, from anywhere.
License: MIT
Requires-Python: >=3.11
Requires-Dist: agentrix-core>=0.2.0
Requires-Dist: qrcode[pil]>=7.4
Requires-Dist: rich>=13.7
Requires-Dist: textual>=0.70
Requires-Dist: typer>=0.12
Provides-Extra: dev
Requires-Dist: pytest-asyncio>=0.23; extra == 'dev'
Requires-Dist: pytest>=8.0; extra == 'dev'
Description-Content-Type: text/markdown

# agentrix CLI

A terminal frontend to `agentrix-core`. No relay needed: the CLI embeds
the runtime directly.

```bash
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
```
