@strangeworks-inc/strangeworks-aura-cli
v0.2.1
Published
The `aura` CLI — deploy optimization models to Strangeworks Aura and chat with them from the terminal.
Readme
@strangeworks-inc/strangeworks-aura-cli
The aura CLI — administer Strangeworks Aura from the terminal: deploy optimization models,
manage projects and conversations, and chat with a project to try it out. Built on @strangeworks-inc/strangeworks-aura-sdk, so anything the CLI can do is available as a library call there.
npm install -g @strangeworks-inc/strangeworks-aura-cli
export AURA_API_KEY="sk-aura-..."
aura deploy # upload the deployment in ./pyproject.toml
aura project create acme/vrp --name "vrp demo"
aura chat --project <project-id>📖 docs.aura.strangeworks.com/cli — every command, the deployment config, and the chat session's keys.
