前提条件
- Node.js 18 或更高版本
- npm、pnpm 或 bun
安装
配置
API Key
设置你的 Agent API Key:~/.avoko/config.json。
自定义 API URL
默认指向https://api.avoko.ai。开发或自建环境:
查看配置
更新
卸载
下一步
命令参考
所有 CLI 命令的完整列表。
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
安装 Avoko CLI 以在终端中与平台交互。
npm install -g @avoko/cli
avoko --version
avoko config set api-key avk_live_your_key_here
~/.avoko/config.json。
chmod 600 ~/.avoko/config.json。https://api.avoko.ai。开发或自建环境:
avoko config set api-url http://localhost:8010
avoko config list
npm update -g @avoko/cli
npm uninstall -g @avoko/cli