Hermes Decider Plugin — risk evaluation, auto-continuation, working memory
Find a file
2026-07-01 14:02:07 +00:00
scripts feat: switch toc from diagnostic to agentic mode in tool-router 2026-06-23 11:14:31 +00:00
.gitignore chore: remove auth.env from git, add .gitignore 2026-06-16 15:11:40 +00:00
__init__.py Decider auto-sets Working Memory via Rust Sibyl API (3 slots: agenda/context/last_turn) 2026-07-01 14:02:07 +00:00
plugin.yaml fix: ask_user blocks instead of auto-allow — user never asked 2026-06-23 04:07:03 +00:00
process_manager.py decider: E9 continue-rubric, trivial-continue pre-check, async terminal dispatch, anti-poll registry 2026-06-26 14:03:44 +00:00
README.md init: decider Hermes plugin — decide + decide_risk tools, pre_tool_call hook 2026-06-16 15:11:00 +00:00
rust_sm_bridge.py Decider auto-sets Working Memory via Rust Sibyl API (3 slots: agenda/context/last_turn) 2026-07-01 14:02:07 +00:00
tool_router.py decider: E9 continue-rubric, trivial-continue pre-check, async terminal dispatch, anti-poll registry 2026-06-26 14:03:44 +00:00

Decider Plugin — Hermes integration for SOTA Decider

Hermes plugin that provides decide and decide_risk tools + pre_tool_call hook.

Install

ln -sf /opt/decider-plugin /root/.hermes/plugins/decider

Config: add - decider to plugins.enabled in ~/.hermes/config.yaml.