|
|
|
|
|
by corv
158 days ago
|
|
I’m building Shannot, a human-in-the-loop sandbox for AI agents on production systems. Instead of filtering commands with heuristics (which agents work around), it dry-runs entire scripts in a PyPy sandbox, captures every command and file operation, then shows you exactly what will happen before anything executes. I’ve just added checkpoint/rollback so you can undo changes if something goes wrong. Currently working on example scripts for common sysadmin tasks (nginx config, log cleanup, cert audits, etc.) https://github.com/corv89/shannot |
|