jevQL: Semantic SQL for Postgres
jevql is a CLI/SDK that adds Jev semantic predicates, choices, and scores to ordinary Postgres SQL. It calls TypeSafe AI's System One model via the Jev API and supports Go, TypeScript, Python, MCP, and HTTP.
Uses the TypeSafe Jev model to decide whether notifications and SMS are noise, blocking only what it explicitly flags; OTPs are matched locally and never uploaded, uncertain content passes.
README 明确说明项目使用 TypeSafe Jev 模型进行通知和 SMS 噪声判断,并集成了 Koltin 移植的 TypeSafe SDK(通过 JitPack 依赖),包含实质技术设计(本地 OTP 门控、fail-open、决策管线)。