Regen Network

Regen Network Data Standards

WARNING: This site is a work in progress.

Class: AgentCapability

A specific capability granted to an agent, with optional resource constraints.

URI: rfs:AgentCapability

erDiagram
AgentCapability {
    AgentCapabilityType action  
    stringList resourceTypes  
    stringList restrictions  
}



Slots

NameCardinality and RangeDescriptionInheritance
action1
AgentCapabilityType
The type of action this capability permitsdirect
resourceTypes*
String
Resource types this capability applies to (edirect
restrictions*
String
Any restrictions on this capability (edirect

Usages

used byused intypeused
AgentcapabilitiesrangeAgentCapability

Identifier and Mapping Information

Schema Source

Mappings

Mapping TypeMapped Value
selfrfs:AgentCapability
nativerfs:AgentCapability

LinkML Source

Direct

```yaml name: AgentCapability description: A specific capability granted to an agent, with optional resource constraints. from_schema: https://framework.regen.network/schema/ attributes: action: name: action description: The type of action this capability permits. from_schema: https://framework.regen.network/schema/ rank: 1000 domain_of: - AgentCapability range: AgentCapabilityType required: true resourceTypes: name: resourceTypes description: Resource types this capability applies to (e.g., credit_class, governance_proposal). from_schema: https://framework.regen.network/schema/ rank: 1000 domain_of: - AgentCapability multivalued: true restrictions: name: restrictions description: Any restrictions on this capability (e.g., read-only, requires-approval). from_schema: https://framework.regen.network/schema/ rank: 1000 domain_of: - AgentCapability multivalued: true
</details>

### Induced

<details>
```yaml
name: AgentCapability
description: A specific capability granted to an agent, with optional resource constraints.
from_schema: https://framework.regen.network/schema/
attributes:
  action:
    name: action
    description: The type of action this capability permits.
    from_schema: https://framework.regen.network/schema/
    rank: 1000
    alias: action
    owner: AgentCapability
    domain_of:
    - AgentCapability
    range: AgentCapabilityType
    required: true
  resourceTypes:
    name: resourceTypes
    description: Resource types this capability applies to (e.g., credit_class, governance_proposal).
    from_schema: https://framework.regen.network/schema/
    rank: 1000
    alias: resourceTypes
    owner: AgentCapability
    domain_of:
    - AgentCapability
    range: string
    multivalued: true
  restrictions:
    name: restrictions
    description: Any restrictions on this capability (e.g., read-only, requires-approval).
    from_schema: https://framework.regen.network/schema/
    rank: 1000
    alias: restrictions
    owner: AgentCapability
    domain_of:
    - AgentCapability
    range: string
    multivalued: true