@agentage/cli-preview
v0.25.0
Published
agentage Memory CLI - connect, clone, and manage your memory from the terminal
Readme
@agentage/cli
The terminal client for agentage Memory - one memory, every AI, owned by you.
v0.25 is a reboot: the CLI is now the agentage Memory client. All agent-runtime commands from 0.24.x and earlier (daemon, run, agents, machines, ...) were removed.
Install
npm install -g @agentage/cliRequires Node.js >= 22.
Commands
agentage setup
Signs this machine in to your agentage memory. Opens a browser for OAuth 2.1
sign-in (PKCE) and stores the resulting tokens in ~/.agentage/auth.json
(mode 0600). No passwords ever touch the terminal.
agentage setup # browser sign-in, then prints status
agentage setup --no-browser # print the sign-in URL instead of opening a browser
agentage setup --reauth # force a fresh sign-in
agentage setup --disconnect # sign out and remove local credentialsagentage status
Shows this machine's connection, one line per fact: CLI version, target, sign-in state, and endpoint reachability.
agentage status
agentage status --jsonEnvironment
| Variable | Purpose | Default |
|---|---|---|
| AGENTAGE_SITE_FQDN | Target host | agentage.io |
| AGENTAGE_CONFIG_DIR | Credential/config directory | ~/.agentage |
Development
npm ci
npm run verify # type-check + lint + format + unit tests + build
npm run build && npm run test:e2e # live e2e (Playwright) against the dev stackLicense
MIT
