Skip to content

Autonomy & Policy

Policy is governed by an Autonomy Policy record stored in the PDS.

Autonomy Policy (network.tulpa.autonomyPolicy)

  • Collection: network.tulpa.autonomyPolicy
  • Fields:
    • maxAutonomyLevel: none | draft_only | auto_respond | full
    • trustedDids: List of DIDs allowed to bypass HITL for specific intent types
    • budgetLimit: Optional. { "unit": "meetings_per_week" | "hours_per_week", "max": number }. When exhausted, the agent drops to draft_only mode.
    • maxInboundRate: Optional. Maximum inbound intents per hour from a single DID. Default: 10.

Autonomy Levels

LevelBehavior
noneAgent receives but does not act. All actions require human approval.
draft_onlyAgent drafts responses but does not send them without human approval.
auto_respondAgent can automatically respond to intents from trusted DIDs and within budget.
fullAgent acts autonomously within configured policy boundaries.