awesome jevDIRECTORYSponsorStar on GitHub

jevrag

ajanm007

Replaces hardcoded RAG thresholds with explicit calibrated decision points. Five primitives (retrieval stopping, chunk splitting, context selection, answer abstention, cache trust) behind one swappable state → Decision → confidence → action interface, each evaluated on real datasets with a calibration harness that reports honestly.

GitHub repository ↗Search and filter
License
MIT
GitHub Stars
0
Source reviewed

Where Jev makes a decision

jevrag/decision.py — the `ask(state, questions) -> DecisionResult` method calls `api.typesafe.ai/v1/systemone` via the Jev backend. All five primitives in `jevrag/primitives/` route through this method.

What this project offers

Adds structured choices or scores to the workflow; performance and cost benefits have not been independently verified.

Review scope

Author and repository text is preserved where clear; missing languages are enriched automatically. Checks establish source-level Jev integration, not runtime, safety, or performance validation.

Sources and implementation

Related projects