Skip to content
JevDirectory.org
CommunityTools & Integrations12 starsVerified 2026-09-22

Hermes Jev Approvals

A Hermes Agent plugin that replaces the auxiliary approval reviewer with TypeSafe's Jev decision model: one request asks six typed questions and deterministic code returns APPROVE, DENY, or ESCALATE.

Category
Tools & Integrations
Published by
Community
Author
anpicasso
Added
2026-09-22
Tagscommunitypythonagentsguardrailssecurity

Highlights

  • One request asks six typed questions in parallel, including blast radius, secret reads, and outbound sends.
  • A fixed rule order turns the answers into APPROVE, DENY, or ESCALATE; malformed answers make Hermes escalate to the user.
  • Replaces only the auxiliary approval reviewer: it cannot chat, refuses every other task, and registers no hooks.
  • Works with TypeSafe, OpenRouter, or OpenCode Zen endpoints, including a free anonymous Jev model.
  • Measured on 153 real commands, a curated-list description reports 8.7x faster and 4.4x fewer prompts.

Quickstart

bash
hermes plugins install anpicasso/hermes-jev-approvals/plugin
hermes auth add typesafe-jev
hermes config set approvals.mode smart
hermes config set auxiliary.approval.provider typesafe-jev
hermes config set auxiliary.approval.model jev-latest
systemctl --user restart hermes-gateway

Watch out

MIT-licensed; requires Hermes Agent with plugin support, approvals.mode: smart, Python 3.10+, and a TypeSafe-compatible Jev credential, and the plugin serves approvals only.

More like this

132GitHub stars
Pi extension that supervises a coding agent with Jev judgments: it holds risky tool calls, checks writes against project Markdown rules, and feeds most issues back to the agent as a steer instead of interrupting you. The conscience is beta and off by default.
Tools & Integrations#community#typescript#guardrails
Communitypi-warden
34GitHub stars
A CLI that turns Jev into Unix pipeline primitives: is, choose, score, filter, and guard commands return typed verdicts, stable exit codes, and versioned JSON without prompt or parsing glue.
Tools & Integrations#community#python#cli
Communitysemdecide
22GitHub stars
A security hook for coding agents that asks Jev three typed questions before every tool call and scans tool results for prompt injection, with adapters for Claude Code, Codex, Copilot CLI, Gemini CLI, Cursor, pi, OpenCode and ACP.
Tools & Integrations#community#javascript#agents
Communityjev-guard
Back to all resources

From the community

Posts from builders shipping with Jev right now.

Follow @typesafeai

When a designer gets Jev

Full Jev video tutorial

The case against Jev-scored compaction

This is a terrible compaction strategy that fundamentally doesn't understand how compaction and context management work. Seems like a lot of people are confused so let's break this down. 1. Compaction isn't a filter The role of compaction is to clean up history to keep the Show more

tamara
tamara
@tamarajtran

found the perfect use case for @typesafeai Jev: instant compaction in 2026, why is compaction still a summarization prompt? Jev can make it instant by scoring every tool call and dropping what’s irrelevant

Reply

Classifying rows in DuckDB

A playable 16-judgment demo

AI multiple choice, not essay writing