beforewave-forma
v0.1.1
Published
npm launcher for Forma, the Python-based agent workflow compiler.
Readme
beforewave-forma
This is the npm launcher for Forma.
Forma's canonical implementation is the Python CLI package
forma-cli. This npm package exists as
a lightweight npm discovery entrypoint.
It does not install Python dependencies automatically and is not a Node.js implementation.
Use Forma
Recommended install:
pipx install forma-cli
forma --helpTemporary run:
uvx forma-cli forma --helpFrom npm:
npx beforewave-formaThat command prints the Python CLI install and run instructions.
