@silogy/viv
v0.2.10
Published
Viv is the world's first AI verification engineer. By reading log files, code, waveforms, and other test output, Viv debugs failing test regressions in minutes.
Downloads
897
Readme
Viv CLI
Viv is the world's first AI verification engineer. By reading log files, code, waveforms, and other test output, Viv debugs failing test regressions in minutes.
Heads up: Viv is a command-line tool, not a library. The
npm i @silogy/vivsnippet shown in the sidebar on this page will install it into a localnode_modules/folder and won't putvivon yourPATH. Use one of the options below instead.
The easiest way to install Node, Viv, and a sandbox repo to test Viv in the cloud is by running:
curl -fsSL https://install.silogy.io | bashIf you already have Node installed, you can run Viv without installing it:
npx @silogy/viv <args>Or install it globally:
npm i -g @silogy/vivFor more information, see https://silogy.io/.
