@supernovae-st/nika
v0.71.0
Published
Semantic YAML workflow engine for AI tasks
Downloads
788
Maintainers
Readme
@supernovae-st/nika
Thin npm wrapper for the Nika CLI -- a semantic YAML workflow engine for AI tasks.
This package downloads the pre-built Nika binary for your platform during npm install.
Install
# Global install
npm install -g @supernovae-st/nika
# Or run directly
npx @supernovae-st/nika
# Or as a project dependency
npm install @supernovae-st/nikaUsage
nika run workflow.nika.yaml # Execute a workflow
nika check workflow.nika.yaml # Validate syntax + DAG
nika ui # Terminal UI
nika provider list # Check API key status
nika init # Interactive project setup
nika course next # Start the learning courseSupported Platforms
| OS | Architecture | |---------|-------------| | macOS | arm64 (Apple Silicon) | | macOS | x64 (Intel) | | Linux | x64 | | Linux | arm64 |
License
AGPL-3.0-or-later
