aster-agent
v0.1.54
Published
Aster CLI — 通过 npm 全局安装的通用 AI Agent 命令行工具
Readme
Aster CLI
aster-agent provides the aster command for the local-first Aster Agent. The legacy stellar command remains as a compatibility alias.
Quick Start
npm install -g aster-agent@latest --registry=https://registry.npmjs.org/
aster model
aster
aster web startRun the same install command again to update an existing installation. Local configuration and sessions stay under ASTER_HOME; only the one-click uninstall scripts remove local data by default.
The Web UI binds to 127.0.0.1 by default and prints a one-time tokenized local URL.
Core Commands
aster chat
aster config get/set/show/path
aster model
aster skills list/view/create/edit/delete
aster memory list/search
aster sessions list/view/delete
aster plugins list/info/enable/disable/install/uninstall
aster gateway list/start/stop/status/sessions
aster schedule add/list/remove/run/daemon
aster web start/stop/statusUse ASTER_HOME to override the default data directory (~/.aster). STELLAR_HOME and VESPER_HOME are still read only when explicitly set for compatibility.
