Skip to content

Sysone 0.1.1

Choose a tag to compare

@6uimorais 6uimorais released this 19 Sep 06:43
· 28 commits to main since this release

Sysone 0.1.1 adds an experimental transport for compatible evaluation servers and a developer-focused playground at https://sysone.help.

  • systemOne(modelId, { baseURL }) connects to the System One HTTP protocol, including independent OpenJev servers. It supports optional authentication, custom headers, cancellation and evidence validation without silently rounding values.
  • The website opens directly into editable examples with TypeScript output, keyboard execution, light/dark themes, API reference and documented model alternatives.
  • Research distinguishes OpenJev's compatible server from open evaluation weights such as Bespoke Nimble and Kotoba. Confidence definitions and model limits are documented; quality equivalence with Jev is not claimed.
  • Project attribution replaces personal credits in package metadata, documentation and licenses.

Validation: 24 contract/endpoint tests, type checks, production build and an isolated consumer installation without optional AI SDK dependencies. OpenJev compatibility uses source-derived fixtures; its GPU backend has not been run by this project. The shared playground still uses Jev through Vercel.

The first npm publication remains pending authentication. Install the release package now:

npm install https://github.com/sysone-help/sysone/releases/download/v0.1.1/sysone-0.1.1.tgz

Node.js 22+ and ESM. Only the Vercel adapter needs the optional peers ai@7.0.105 and @ai-sdk/gateway@4.0.85.