Open Agent Loops
API Reference

SettablePolicy

@open-agent-loops/core


type SettablePolicy = 
  | Allow
  | Deny;

Defined in: permissions/in-memory-permission-store.ts:30

A policy that can be seeded into a store: a concrete decision, never PermissionPolicy.Ask.

Remarks

Seed rules express settled choices; "ask" is the absence of a rule (the fallback), so it is excluded here.

On this page