mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-04-28 23:11:37 +08:00
8 lines
319 B
YAML
8 lines
319 B
YAML
|
|
name: disk-guardian
|
||
|
|
version: 2.0.0
|
||
|
|
description: "Auto-track and clean up ephemeral files (test scripts, temp outputs, cron logs) created during Hermes sessions. Runs via plugin hooks — no agent action required."
|
||
|
|
author: "@LVT382009 (original), NousResearch (plugin port)"
|
||
|
|
hooks:
|
||
|
|
- post_tool_call
|
||
|
|
- on_session_end
|