Regen Network

Regen Network Data Standards

WARNING: This site is a work in progress.

Class: GovernanceConfig

Configuration governing an agent’s participation in governance processes.

URI: rfs:GovernanceConfig

erDiagram
GovernanceConfig {
    boolean canPropose  
    boolean canExecute  
    float escalationThreshold  
}



Slots

NameCardinality and RangeDescriptionInheritance
canPropose1
Boolean
Whether the agent can submit governance proposalsdirect
canExecute1
Boolean
Whether the agent can execute approved work ordersdirect
escalationThreshold0..1
Float
Confidence score below which the agent must escalate to a higher governance l…direct

Usages

used byused intypeused
AgentgovernanceConfigrangeGovernanceConfig

Identifier and Mapping Information

Schema Source

Mappings

Mapping TypeMapped Value
selfrfs:GovernanceConfig
nativerfs:GovernanceConfig

LinkML Source

Direct

```yaml name: GovernanceConfig description: Configuration governing an agent's participation in governance processes. from_schema: https://framework.regen.network/schema/ attributes: canPropose: name: canPropose description: Whether the agent can submit governance proposals. from_schema: https://framework.regen.network/schema/ rank: 1000 domain_of: - GovernanceConfig range: boolean required: true canExecute: name: canExecute description: Whether the agent can execute approved work orders. from_schema: https://framework.regen.network/schema/ rank: 1000 domain_of: - GovernanceConfig range: boolean required: true escalationThreshold: name: escalationThreshold description: 'Confidence score below which the agent must escalate to a higher governance layer. Value between 0.0 and 1.0.
  '
from_schema: https://framework.regen.network/schema/
rank: 1000
domain_of:
- GovernanceConfig
range: float
minimum_value: 0
maximum_value: 1
</details>

### Induced

<details>
```yaml
name: GovernanceConfig
description: Configuration governing an agent's participation in governance processes.
from_schema: https://framework.regen.network/schema/
attributes:
  canPropose:
    name: canPropose
    description: Whether the agent can submit governance proposals.
    from_schema: https://framework.regen.network/schema/
    rank: 1000
    alias: canPropose
    owner: GovernanceConfig
    domain_of:
    - GovernanceConfig
    range: boolean
    required: true
  canExecute:
    name: canExecute
    description: Whether the agent can execute approved work orders.
    from_schema: https://framework.regen.network/schema/
    rank: 1000
    alias: canExecute
    owner: GovernanceConfig
    domain_of:
    - GovernanceConfig
    range: boolean
    required: true
  escalationThreshold:
    name: escalationThreshold
    description: 'Confidence score below which the agent must escalate to a higher
      governance layer. Value between 0.0 and 1.0.

      '
    from_schema: https://framework.regen.network/schema/
    rank: 1000
    alias: escalationThreshold
    owner: GovernanceConfig
    domain_of:
    - GovernanceConfig
    range: float
    minimum_value: 0
    maximum_value: 1