Regen Network

Regen Network Data Standards

WARNING: This site is a work in progress.

Enum: GovernanceLayer

URI: GovernanceLayer

Permissible Values

ValueMeaningDescription
LAYER_1_AUTOMATEDrft:Layer1AutomatedFully automated decisions
LAYER_2_AGENTIC_OVERSIGHTrft:Layer2AgenticOversightAgent decides with human oversight window
LAYER_3_HUMAN_IN_LOOPrft:Layer3HumanInLoopHuman must approve agent recommendation
LAYER_4_CONSTITUTIONALrft:Layer4ConstitutionalRequires community vote or constitutional process

Slots

NameDescription
authorityLevelThe governance layer at which this agent is authorized to operate
governanceLayerThe governance layer under which this work order operates
automationLevelThe governance layer determining automation level for this stage

Identifier and Mapping Information

Schema Source

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>