uitx
v0.0.6
Published
Use UIT programmatically
Readme
UITX
[!IMPORTANT] Work in Progress
UITX makes uit available as a library. Use it as CLI and for programmatic use.
Usage:
- As CLI:
npx uitx . - As script:
npm i --save-dev uitxand add{ "scripts": { "llms": "uitx ." } }to your package.json - Programmatically:
npm i uitxandimport { pipe } from "uitx";
Critics wanted the context exploration as package manager installable library so they can use it without API key in their own projects running the code on their own servers. They have a point!
TODO:
- Create
ingestfs.tsthat turnsfsinto a FormData stream (with appropriate filters on paths) - Make
uithub.outputmda package - create a single package
uitxthat combines both in a single end to end pipeline that turns a basePath into a context on a single machine. Needs to work by providingfsandbasePath. Needs to run anywhere.
