Overview of @rivet-dev/agentos-node-pty
mainThe @rivet-dev/agentos-node-pty package provides an implementation of the @lydell/node-pty JavaScript API specifically for AgentOS kernel PTYs.
Key characteristics:
- Environment: It is intended for use by packages running inside an AgentOS Virtual Machine (VM).
- No Native Addons: Unlike standard
node-pty, this implementation does not load a native Node.js addon, making it compatible with the AgentOS runtime environment.