Skip to content

Releases: peterfriese/jev-foundation-models

v0.1.0 - Initial Preview Release

Choose a tag to compare

@peterfriese peterfriese released this 21 Sep 18:02

Initial Release (v0.1.0)

A lightweight, native Swift 6 bridge integrating TypeSafe AI's Jev System One decision model into Apple's Foundation Models framework.

Highlights

  • Native Apple Foundation Models conformance (LanguageModel, LanguageModelExecutor).
  • Automatic schema translation from @Generable structs/enums to Jev System One questions (noul, choice, score).
  • 40–150ms structured evaluations with zero hallucinations.
  • First-class calibrated probabilities and confidence metrics via response.metadata.
  • Offline mock transport (MockJevTransport) for deterministic testing.
  • Includes sample applications: ticket-triage-demo and duplicate-article-demo.
  • Hosted DocC documentation configuration via .spi.yml.