faramesh.devBETA
docsgithubcommunityget started →

docs

Getting Started

Core

FPL

Governance

Operations

Reference

github ↗slack ↗community ↗

05 , approvals

Handling deferred actions.

When a rule returns defer, Faramesh pauses the action and waits for a human decision. The agent waits. Nothing runs until you approve or deny.

Approve an action

Resume an action that was held by a defer rule.

bash
faramesh agent approve <defer-token>

Deny an action

Block an action that was held by a defer rule.

bash
faramesh agent deny <defer-token>

Kill switch

Immediately deny all future actions from a specific agent. Use when an agent is behaving unexpectedly.

bash
faramesh agent kill <agent-id>

After kill switch is active, all new actions from that agent are denied immediately.

Typical operator flow

How operators handle deferred actions in practice.

01Watch events with faramesh audit tail
02Find the defer_token in the output
03Approve or deny the action
04Use faramesh explain for investigation when needed

Need help? Use any of these support options.

open an issuejoin slackcommunity/forum
MIT License
docsgithubcommunityget started →