WARNING: This site is a work in progress.
Enum: AgentType
Specialization categories for agents.
URI: AgentType
Permissible Values
| Value | Meaning | Description |
|---|---|---|
| DOMAIN_SPECIALIST | rfs:DomainSpecialist | Specialist in a specific ecological or credit domain |
| ANALYTICAL_SPECIALIST | rfs:AnalyticalSpecialist | Specialist in data analysis and pattern recognition |
| MARKET_SPECIALIST | rfs:MarketSpecialist | Specialist in market dynamics and credit trading |
| INFRASTRUCTURE_SPECIALIST | rfs:InfrastructureSpecialist | Specialist in technical infrastructure and system operations |
Slots
| Name | Description |
|---|---|
| agentType | The specialization category of this agent |
Identifier and Mapping Information
Schema Source
- from schema: https://framework.regen.network/schema/
LinkML Source
```yaml
name: AgentType
description: Specialization categories for agents.
from_schema: https://framework.regen.network/schema/
rank: 1000
permissible_values:
DOMAIN_SPECIALIST:
text: DOMAIN_SPECIALIST
description: Specialist in a specific ecological or credit domain.
meaning: rfs:DomainSpecialist
title: DomainSpecialist
ANALYTICAL_SPECIALIST:
text: ANALYTICAL_SPECIALIST
description: Specialist in data analysis and pattern recognition.
meaning: rfs:AnalyticalSpecialist
title: AnalyticalSpecialist
MARKET_SPECIALIST:
text: MARKET_SPECIALIST
description: Specialist in market dynamics and credit trading.
meaning: rfs:MarketSpecialist
title: MarketSpecialist
INFRASTRUCTURE_SPECIALIST:
text: INFRASTRUCTURE_SPECIALIST
description: Specialist in technical infrastructure and system operations.
meaning: rfs:InfrastructureSpecialist
title: InfrastructureSpecialist
</details>