WARNING: This site is a work in progress.
Enum: GovernanceLayer
URI: GovernanceLayer
Permissible Values
| Value | Meaning | Description |
|---|---|---|
| LAYER_1_AUTOMATED | rft:Layer1Automated | Fully automated decisions |
| LAYER_2_AGENTIC_OVERSIGHT | rft:Layer2AgenticOversight | Agent decides with human oversight window |
| LAYER_3_HUMAN_IN_LOOP | rft:Layer3HumanInLoop | Human must approve agent recommendation |
| LAYER_4_CONSTITUTIONAL | rft:Layer4Constitutional | Requires community vote or constitutional process |
Slots
| Name | Description |
|---|---|
| authorityLevel | The governance layer at which this agent is authorized to operate |
| governanceLayer | The governance layer under which this work order operates |
| automationLevel | The governance layer determining automation level for this stage |
Identifier and Mapping Information
Schema Source
- from schema: https://framework.regen.network/schema/
LinkML Source
```yaml
name: GovernanceLayer
from_schema: https://framework.regen.network/schema/
rank: 1000
permissible_values:
LAYER_1_AUTOMATED:
text: LAYER_1_AUTOMATED
description: Fully automated decisions.
meaning: rft:Layer1Automated
title: Layer1Automated
LAYER_2_AGENTIC_OVERSIGHT:
text: LAYER_2_AGENTIC_OVERSIGHT
description: Agent decides with human oversight window.
meaning: rft:Layer2AgenticOversight
title: Layer2AgenticOversight
LAYER_3_HUMAN_IN_LOOP:
text: LAYER_3_HUMAN_IN_LOOP
description: Human must approve agent recommendation.
meaning: rft:Layer3HumanInLoop
title: Layer3HumanInLoop
LAYER_4_CONSTITUTIONAL:
text: LAYER_4_CONSTITUTIONAL
description: Requires community vote or constitutional process.
meaning: rft:Layer4Constitutional
title: Layer4Constitutional
</details>