@faramesh/cli
v1.2.3
Published
AI agent execution control. Policy-driven governance for every tool call.
Maintainers
Readme
faramesh
AI agent execution control. Policy-driven governance for every tool call.
Install
npx faramesh@latest initOr install globally:
npm install -g farameshWhat it does
Faramesh sits between your AI agent and the tools it calls. Every tool call is checked against your policy before it runs.
- Permit — the rule said yes, the action runs
- Deny — blocked, nothing runs, the agent is told why
- Defer — held for a human to approve or deny
Quick start
faramesh run python agent.py