OPEN-SOURCE PROJECT

zio-typesafe-ai

A Scala 3 / ZIO client that asks typed Noul, Choice, and Score questions in one round-trip and returns a NamedTuple of answers.

Stars
3
Forks
0
License
Apache-2.0
Last commit
2026-09-18

What Jev does here

Encodes state and typed questions as a System One request and decodes Probability, Choice distributions, and Score values.

Keeps Jev questions and answers as compile-time field names in ZIO, without raw JSON key lookups.

Source code verified against pinned commit. Complete effect wrapper and test specifications; no live load benchmark.