jev-pilot
Fast System-1 Decision, Arbitration & Safety Engine for Autonomous AI Agents (Powered by TypeSafe Jev)
How it uses Jev
💡 What is jev-pilot? (The Problem it Solves)
Highlights
- on error="fail closed" (Default): If the API call times out or encounters network errors, the action is blocked ( allowed=False ) for maximum security.
- on error="fail open" : If the API encounters network errors, the action is allowed ( allowed=True ) to prevent halting agent workflows during temporary network blips.
Use cases
- on error="fail closed" (Default): If the API call times out or encounters network errors, the action is blocked ( allowed=False ) for maximum security.
- on error="fail open" : If the API encounters network errors, the action is allowed ( allowed=True ) to prevent halting agent workflows during temporary network blips.
- Languages
- Python 98% · Shell 2%
- License
- MIT
- Last activity
- Sep 2026
- Added
- 2026-09-24
- Stars at snapshot
- 3
- Status
- Community listing
Source: community catalog. Details and metrics reflect the published community snapshot and are not a performance endorsement. Documentation details extracted from GitHub · the README.