pip で Python SDK をインストールする
最新の beta バージョンをインストールするには、--pre フラグを使用します。
Node.js CLI をインストールする
オプション 1: npx で実行する(推奨)
npm を使用してプロジェクトディレクトリに beta CLI をローカルインストールし、npx で実行します。これにより、beta バージョンでグローバル環境を汚染せずに済みます。
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
--pre フラグを使用します。
pip install novita-sandbox==1.2.5b1
npm を使用してプロジェクトディレクトリに beta CLI をローカルインストールし、npx で実行します。これにより、beta バージョンでグローバル環境を汚染せずに済みます。
# Install the latest beta version CLI
npm install novita-sandbox-cli@beta
# First, complete authentication
npx novita-sandbox-cli auth login
# Run agent configure command to configure your Agent
npx novita-sandbox-cli agent configure
# Install the latest beta version
npm install -g novita-sandbox-cli@beta
novita-sandbox-cli agent configure