Overview
Port the Vigil rules engine to Python for teams using LangChain, CrewAI, AutoGen, and other Python-based agent frameworks.
Proposed API
from vigil import check_action
result = check_action(tool='exec', params={'command': 'rm -rf /'})
# result.decision == 'BLOCK'
Scope
- Same 22 rules as the TypeScript version
- Same API surface (check_action, configure, load_policy)
- PyPI package:
vigil-agent-safety
- Zero dependencies
Community contributions welcome!
Overview
Port the Vigil rules engine to Python for teams using LangChain, CrewAI, AutoGen, and other Python-based agent frameworks.
Proposed API
Scope
vigil-agent-safetyCommunity contributions welcome!