typesafe-ai-ruby
hnegishi
A stdlib-only Ruby client that sends Choice, Score, or Noul questions to TypeSafe System One.
- License
- MIT
- GitHub Stars
- 0
- Source reviewed
- 2026-09-19
Where Jev makes a decision
system_one POSTs to /v1/systemone, defaulting to https://api.typesafe.ai and jev-latest.
What this project offers
Gives Ruby programs a stdlib path to ask Jev without wrapping a generative SDK.
Review scope
Pinned public source was reviewed. This site did not execute the project or independently measure performance or safety.
Sources and implementation
- hnegishi/typesafe-ai-ruby/blob/4ab8c243fbd9e9d5526b59186595d0534785d963/lib/typesafe/client.rb
- hnegishi/typesafe-ai-ruby/blob/4ab8c243fbd9e9d5526b59186595d0534785d963/lib/typesafe/constants.rb
- hnegishi/typesafe-ai-ruby/blob/4ab8c243fbd9e9d5526b59186595d0534785d963/README.md
- hnegishi/typesafe-ai-ruby/blob/4ab8c243fbd9e9d5526b59186595d0534785d963/LICENSE.txt
Related projects
jev
dannote · SDK & Decision Frameworks
Integrates Jev as an asynchronous Elixir/OTP process whose replies are handled with GenServer pattern matching.
zod-jev
jomatsu · SDK & Decision Frameworks
Adds semantic rules to Zod validation, such as checking whether text matches a description or contains personal information.
daf-jev
docxology · SDK & Decision Frameworks
A Python toolkit for Jev requests, batch evaluation, calibration and MCP access.
jev-starter
hamakyo · SDK & Decision Frameworks
TypeScript patterns for thresholds, fallbacks, human review and evaluation on top of the TypeSafe SDK.