anything-doer
v1.1.0
Published
A tiny CLI that loops:
Readme
anything-doer
LLM-powered one-off scripts to fulfill arbitrary user requests
A tiny CLI that loops:
- Show last run output (if any)
- Build + show the exact next model input (request + optional notes + numbered past runs)
- Let the user edit/append/reset while seeing that next input update
- Generate a one-off Node.js module (string) that exports
main(args) - Write it to
.oneoff-runs/<timestamp>__step####.js - Dynamically import it, run
main(), normalize{attemptDescription, success, done, relevantOutput} - Append the result to history, repeat
Requirements
- Node.js 18+
Run
npm install
npm startScripts are written to ./.oneoff-runs/.
