openotter
v0.0.1
Published
Dev-centric personal AI harness — fuzzy main package. Granular pieces live under @openotter/* scope.
Maintainers
Readme
openotter
Placeholder release reserving the openotter name on npm. The real package — the fuzzy main entrypoint that re-exports the most-used bits from the @openotter/* granular packages — is being built at https://github.com/zrosenbauer/openotter.
When the real release lands, this version will be deprecated in favor of [email protected]+.
How it'll work (eventually)
npm install openotterimport { Harness, defineAgent, createWorkspace } from 'openotter'For finer-grained dependencies you'll be able to install the scoped packages directly:
npm install @openotter/harness @openotter/config @openotter/sdk