Thin client for the Master Agents service. Talks to a hosted server; bundles no orchestration logic, prompts, or agent specs.
Project description
Master Agents — Client
Thin client for the Master Agents service.
This package gives you a CLI (agents) to chat with hosted agents, run one-shot
prompts, and let those agents execute file/git/bash tools on your machine
under explicit path allowlists.
The client ships no orchestration logic, no prompts, and no agent specs — those live on the service. You point this client at a service URL, log in, and start a conversation.
Install
pip install master-agents-client
Requires Python 3.11+.
First chat (60 seconds)
# 1. Save server URL + token (pasted at the prompt or via --token).
agents remote login --server https://agents-api.sim-os.ai
# 2. Start an interactive session.
agents remote chat
Inside the chat, type /help for the full command reference.
One-shot mode
agents remote run "summarise the README in ./my-project"
The chosen master agent decides which tools to call. File/edit/bash tools run
on your machine inside the paths you allowlisted at login (see
--writable-paths).
What runs where
| Where it runs | |
|---|---|
| Chat REPL, slash commands | Your machine (this client) |
| File reads / writes / edits, bash, git | Your machine (this client) |
| Agent reasoning, model calls, retrieval | The service |
The client never uploads your source files to the service — only the tool output text the agent asked for.
Configuration
Server URL + token live in ~/.master_agents/remote.yaml after login.
Override per-call with --config <path>. Env-var override:
MASTER_AGENTS_REMOTE_CONFIG=/path/to/remote.yaml.
More
See USER_GUIDE.md for slash commands, troubleshooting, and
environment variables.
License
MIT.
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 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 master_agents_client-1.0.0.tar.gz.
File metadata
- Download URL: master_agents_client-1.0.0.tar.gz
- Upload date:
- Size: 147.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b26e6c1ad0130028bd7007962f4d6424f3dd73e6fe11cd89a8ab3c78b720213e
|
|
| MD5 |
0285691f9f22957bc5e7de69880c2c3f
|
|
| BLAKE2b-256 |
a4ac7fe5f264f3db24c70ecbac2a7b648fa63dd7ade3c17ec27e3c6f31992e37
|
File details
Details for the file master_agents_client-1.0.0-py3-none-any.whl.
File metadata
- Download URL: master_agents_client-1.0.0-py3-none-any.whl
- Upload date:
- Size: 163.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bdc544d54cb71f66061bca6960c10e5432ed858cfbbdb62b649712b9a6b1b581
|
|
| MD5 |
8dbe76c2ac3523a173044f501be31bf7
|
|
| BLAKE2b-256 |
129fe5c276fc7c6dba00c234fd5f3feae7fa474e5cdd238b7bf12832cc199a97
|