runtime enforcement
VERONICA
Execution Shield for LLM agents.
VERONICA sits between your application and the LLM provider, evaluating every tool dispatch, retry, egress call, and budget charge against registered hook protocols. Each hook returns a Decision — ALLOW, RETRY, HALT, DEGRADE, QUARANTINE, or QUEUE — or defers to the next hook. The default is complete pass-through; existing code is unaffected until you opt in.
pip install veronica-core