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|fulltrustedDids: List of DIDs allowed to bypass HITL for specific intent typesbudgetLimit: Optional.{ "unit": "meetings_per_week" | "hours_per_week", "max": number }. When exhausted, the agent drops todraft_onlymode.maxInboundRate: Optional. Maximum inbound intents per hour from a single DID. Default: 10.
Autonomy Levels
| Level | Behavior |
|---|---|
none | Agent receives but does not act. All actions require human approval. |
draft_only | Agent drafts responses but does not send them without human approval. |
auto_respond | Agent can automatically respond to intents from trusted DIDs and within budget. |
full | Agent acts autonomously within configured policy boundaries. |