Jev

Projects and libraries using Jev for routing, verification and typed decisions.
Repository owner image for Jev for OTPRepository owner image

Jev for OTP

Deliver asynchronous Jev decisions to Elixir GenServer callbacks.
CategorySDKs & integrations
UseElixir OTP client
SourceGitHub
Ownerdannote

Research evidence

lib/jev/http.ex encodes state and questions, posts to /v1/systemone and decodes answers. lib/jev/server.ex dispatches HTTP work through Task.Supervisor.async_nolink and routes results or task failures to the caller's handle_answer callback using a retained tag.
An independent OTP-oriented client, not automatically equivalent to other Elixir packages such as typesafe_sdk.
Typed callbacks and telemetry do not establish calibration. No package installation, BEAM process or provider call was run; release compatibility was not tested.
documentation source 1 (retrieved 2026-09-18)code source 2 (retrieved 2026-09-18)code source 3 (retrieved 2026-09-18)