rlm-agent-runtime
Kernel-side Python runtime shim for Zero, the RLM coding agent CLI. This package is installed into the persistent IPython kernel that Zero's TypeScript host launches for each session — it is not meant to be installed or imported standalone.
It provides:
host_request/run— the kernel side of the generic host bridge. Python skills callawait host_request("<type>", {...})to make typed requests of the TypeScript host over anipykernelcomm channel, andawait run(prompt, ...)to spawn a recursive child agent.- Continual harness state (
rlm.harness) — persisted prompt notes, memory, skills, subagent specs, and refinement events, scoped per-session by default with an explicitglobal_=Trueopt-in for cross-session entries. - MCP skill helpers (
rlm.mcp_base) — shared error types and config-directory resolution for Python skills that call out to MCP-integrated tools.
Installation
Zero installs this automatically as part of its first-run kernel bootstrap. Manual installation
(pip install rlm-agent-runtime or uv add rlm-agent-runtime) is only needed if you're pointing
ZERO_KERNEL_PYTHON at a Python environment you manage yourself.
License
MIT
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 rlm_agent_runtime-0.1.0.tar.gz.
File metadata
- Download URL: rlm_agent_runtime-0.1.0.tar.gz
- Upload date:
- Size: 29.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
aec698255162f35ba3793a7a0ee18e7fa5756420edacc03472b79dd365e95b44
|
|
| MD5 |
c1cc3bd8bb6584965b782d3c9e1add5f
|
|
| BLAKE2b-256 |
6cde6bed18b83865f797a90c8e1b71eff665eae609ee90907cfba0902a04abec
|
File details
Details for the file rlm_agent_runtime-0.1.0-py3-none-any.whl.
File metadata
- Download URL: rlm_agent_runtime-0.1.0-py3-none-any.whl
- Upload date:
- Size: 19.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5ff772f3935ccca05561c0c7eec3729f914d16efa5a82247418d9b1ec7321787
|
|
| MD5 |
38cc98a34c8c592603d7aa0a2acda09e
|
|
| BLAKE2b-256 |
19242ec9393cc25a40964157a43f8a63ceed7b7891adab048e84303bc12770ad
|