Open Agent Loops
API Reference

PermissionPolicy

@open-agent-loops/core


Defined in: permissions/permissions.types.ts:22

A configured policy for a tool: allow silently, deny silently, or ask.

Enumeration Members

Enumeration MemberValueDescriptionDefined in
Allow"allow"Run the tool silently, without prompting.permissions/permissions.types.ts:24
Ask"ask"Prompt the user before running (see ApprovalPrompter).permissions/permissions.types.ts:28
Deny"deny"Block the tool silently, without prompting.permissions/permissions.types.ts:26

On this page