Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ This plugin integrates OpenClaw with [Agent Control](https://github.com/agentcon

- Enforce policy before tool execution, so unsafe or disallowed actions never run.
- Carry session and channel context into evaluations, so policies can reason about where a request came from and how the agent is being used.
- Example: Only allow specific tools in slack channels, but allow fully if DM from an approved user.
- Allow read tool, but only from an allowlist of paths.
- Policies can be updated and propagated to your OpenClaw without having to reboot the gateway.

## How it works

Expand Down
Loading