AnyDecisionModel
A Swift package for typed decisions from language models (probabilities, choices, and scores), with support for local MLX models and the TypeSafe Jev API.
How it uses Jev
AnyDecisionModel is a Swift package for typed decisions: yes-or-no probabilities, choices among options, and scores on ordinal scales. It has two backends. MLXDecisionModel runs a small language model on Apple silicon and reads each decision from next-token probabilities in one forward pass, with no text generation. JevDecisionModel calls TypeSafe's Jev through the System One API, or any server that implements the s…
Getting started
Add the package and enable the MLX trait if you want the local backend:
- Language
- Swift 100%
- License
- Apache-2.0
- Latest release
- 0.3.0
- Last activity
- Sep 2026
- Added
- 2026-09-22
- Stars at snapshot
- 9
- Status
- Community listing
Source: community catalog. Details and metrics reflect the published community snapshot and are not a performance endorsement. Documentation details extracted from GitHub · the README.