AI agents call tools autonomously, but some calls (delete_db, reset_state) shouldn't run unchecked.
agentpriv is a tiny permission layer: wrap any callable with allow/deny/ask and it gates execution before the function runs.
Zero dependencies, ~100 lines, works with any framework or plain Python. Happy to hear what's missing.