@agenteract/cli
v0.2.0
Published
The unified command-line interface for Agenteract
Downloads
178
Maintainers
Readme
@agenteract/cli
Unified command-line interface for Agenteract.
Agenteract is an experimental bridge that lets coding agents view and interact with running applications — React Native / Expo, React, Flutter, Kotlin Multiplatform, and SwiftUI.
Installation
npm install -g @agenteract/cliOr use without installing:
npx @agenteract/cli <command>Commands
dev
Starts the Agenteract development environment — launches the bridge server and all configured dev servers:
agenteract devconnect [scheme]
Pairs a physical device via deep link QR code:
agenteract connect myapp
agenteract connect myapp --device <deviceId>
agenteract connect myapp --all # show all devices
agenteract connect myapp --qr-only # print QR code onlyadd-config
Creates or updates agenteract.config.js with a new project entry:
agenteract add-config <path> <projectName> <command> [port] --scheme myapppath— path to the project directoryprojectName— project name as supplied toAgentDebugBridgein your appcommand— dev server command (e.g."npm run dev","flutter run")port— PTY bridge port (auto-assigned if omitted)--scheme— URL scheme used for QR code / deep link pairing--wait-log-timeout— timeout in ms to wait for the dev server to be ready
Full documentation
See the Agenteract README for full setup guides, configuration reference, and platform-specific instructions.
License
MIT
