WARNING: This site is a work in progress.
Enum: AgentCapabilityType
URI: AgentCapabilityType
Permissible Values
| Value | Meaning | Description |
|---|---|---|
| READ | rft:Read | |
| ANALYZE | rft:Analyze | |
| REPORT | rft:Report | |
| EXECUTE | rft:Execute |
Slots
| Name | Description |
|---|---|
| action | The type of action this capability permits |
Identifier and Mapping Information
Schema Source
- from schema: https://framework.regen.network/schema/
LinkML Source
```yaml
name: AgentCapabilityType
from_schema: https://framework.regen.network/schema/
rank: 1000
permissible_values:
READ:
text: READ
meaning: rft:Read
title: Read
ANALYZE:
text: ANALYZE
meaning: rft:Analyze
title: Analyze
REPORT:
text: REPORT
meaning: rft:Report
title: Report
EXECUTE:
text: EXECUTE
meaning: rft:Execute
title: Execute
</details>