@muscular/robotmem
v0.1.2
Published
Thin npm wrapper for the robotmem Python CLI and MCP server.
Maintainers
Readme
@muscular/robotmem
Thin npm wrapper for the robotmem Python package and CLI.
It installs a robotmem command that:
- finds a local Python interpreter
- installs
robotmeminto that interpreter on first run when needed - forwards all CLI arguments to
python -m robotmem
Requirements
- Node.js 16+
- Python 3.10+
pipavailable for the detected Python interpreter
Install
npm install -g @muscular/robotmemUsage
robotmem
robotmem web --port 6889The first invocation may take longer because the wrapper installs the Python package before starting the MCP server or Web UI.
Python API
If you want direct library access instead of the wrapper, install the Python package:
pip install robotmemfrom robotmem import learn, recall
learn("grip_force=12.5N yields highest grasp success rate")
print(recall("grip force parameters"))Project
- GitHub: https://github.com/vcanchik/robotmem
- Upstream: https://github.com/robotmem/robotmem
- License: Apache-2.0
