WARNING: This site is a work in progress.
Enum: AgentStatus
Operational status of an agent.
URI: AgentStatus
Permissible Values
| Value | Meaning | Description |
|---|---|---|
| ACTIVE | rfs:Active | Agent is operational and accepting work orders |
| IDLE | rfs:Idle | Agent is available but not currently processing |
| SUSPENDED | rfs:Suspended | Agent is temporarily disabled pending review |
| RETIRED | rfs:Retired | Agent is permanently decommissioned |
Slots
| Name | Description |
|---|---|
| status | Current operational status of the agent |
Identifier and Mapping Information
Schema Source
- from schema: https://framework.regen.network/schema/
LinkML Source
```yaml
name: AgentStatus
description: Operational status of an agent.
from_schema: https://framework.regen.network/schema/
rank: 1000
permissible_values:
ACTIVE:
text: ACTIVE
description: Agent is operational and accepting work orders.
meaning: rfs:Active
title: Active
IDLE:
text: IDLE
description: Agent is available but not currently processing.
meaning: rfs:Idle
title: Idle
SUSPENDED:
text: SUSPENDED
description: Agent is temporarily disabled pending review.
meaning: rfs:Suspended
title: Suspended
RETIRED:
text: RETIRED
description: Agent is permanently decommissioned.
meaning: rfs:Retired
title: Retired
</details>