Skip to main content

Interface: AutonomyConfig

Defined in: packages/agentos/src/core/provenance/types.ts:126

Properties

allowConfigEdits

allowConfigEdits: boolean

Defined in: packages/agentos/src/core/provenance/types.ts:130

Whether humans can edit agent configuration after genesis.


allowedHumanActions?

optional allowedHumanActions: string[]

Defined in: packages/agentos/src/core/provenance/types.ts:134

Whitelist of specific human actions allowed even in restricted mode.


allowHumanPrompting

allowHumanPrompting: boolean

Defined in: packages/agentos/src/core/provenance/types.ts:128

Whether human prompting is allowed after genesis.


allowToolChanges

allowToolChanges: boolean

Defined in: packages/agentos/src/core/provenance/types.ts:132

Whether humans can add/remove tools after genesis.


genesisEventId?

optional genesisEventId: string

Defined in: packages/agentos/src/core/provenance/types.ts:136

Genesis event ID (set automatically on first sealed activation).