@lenso/agent
v1.18.1
Published
Run Lenso Agent in your terminal, editor, or browser.
Readme
Lenso Agent
Run a coding agent in your terminal, editor, or browser. Requires Node.js 22.12+, macOS 15+ on Apple silicon or Ubuntu 24.04+ x64 (glibc 2.39+).
npx @lenso/agent auth login
npx @lenso/agent profiles install coding
npx @lenso/agent --profile codeUse npx @lenso/agent web to open Agent and Console in your browser, or
npx @lenso/agent acp for an ACP editor. Native terminal options are available
with npx @lenso/agent tui --help; use auth, profiles, sessions, or
doctor for management and run for headless tasks.
The cli entrypoint remains compatible with existing scripts.
No source checkout, Rust toolchain, postinstall script, or runtime download is required. The current directory is your workspace. Upgrades preserve Agent and Console Homes. Optional coding tools such as Git and ripgrep must be installed on the host. For an existing SQLite-managed Home, use the browser's coding setup instead of the offline Profile installer.
The npm version identifies the Console distribution; tui --version reports
the bundled native Agent version. Platform packages are exact-version runtime
dependencies and should not be installed separately.
