Skip to content

ostinatocc/aionis-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aionis

Product CLI for installing a local Aionis Runtime.

npx aionis setup

aionis setup is the recommended first entry point. It installs the Runtime, collects an embedding provider key with hidden terminal input when needed, writes the generated Runtime .env through @aionis/create, and prints the next commands for starting the Runtime and connecting SDK, HTTP, MCP, AIFS, or native plugins.

Setup is for real Agent use. It installs the Runtime and integration surfaces without running optional verification flows by default.

The top-level CLI does not duplicate installer logic. It delegates the actual Runtime install to the published @aionis/create package internally, while keeping npx aionis setup as the public product entry point.

API keys are passed to the installer process through environment variables, not through command-line arguments, so they are not echoed into shell history or the printed install plan.

Useful non-interactive runs:

OPENAI_API_KEY="sk-..." npx aionis setup .aionis-runtime --provider openai --yes
DASHSCOPE_API_KEY="sk-..." npx aionis setup .aionis-runtime --provider dashscope --yes
MINIMAX_API_KEY="sk-..." npx aionis setup .aionis-runtime --provider minimax --yes
npx aionis setup --with-claude-code --yes
npx aionis setup --with-zvec-ann --yes

Dry-run without installing:

npx aionis setup --provider openai --dry-run

About

Product CLI for installing and operating Aionis Runtime.

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors