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
| Name | Cardinality and Range | Description | Inheritance |
|---|---|---|---|
| canPropose | 1 Boolean | Whether the agent can submit governance proposals | direct |
| canExecute | 1 Boolean | Whether the agent can execute approved work orders | direct |
| escalationThreshold | 0..1 Float | Confidence score below which the agent must escalate to a higher governance l… | direct |
Usages
| used by | used in | type | used |
|---|---|---|---|
| Agent | governanceConfig | range | GovernanceConfig |
Identifier and Mapping Information
Schema Source
- from schema: https://framework.regen.network/schema/
Mappings
| Mapping Type | Mapped Value |
|---|---|
| self | rfs:GovernanceConfig |
| native | rfs: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