@disappear00/ink-cli
v0.1.2
Published
One-shot and interactive terminal commands for Ink Studio Agents.
Maintainers
Readme
@disappear00/ink-cli
One-shot and interactive terminal commands for Ink Studio Agents.
Install
npm install -g @disappear00/ink-cliUsage
The CLI reads the same ink.config.json used by the API and TUI. Run a
one-shot prompt:
INK_API_KEY=... ink-studio "What is the capital of France?"Run interactively:
ink-studio --interactivePoint at a specific config file:
ink-studio --config ./ink.config.json "your prompt"