Agent Maturity Compass API - v1.2.0
Guides
HTTP API
GitHub
Preparing search index...
index
AgentLifecycleState
Interface AgentLifecycleState
interface
AgentLifecycleState
{
agentId
:
string
;
createdTs
:
number
;
currentStage
:
|
"deprecated"
|
"development"
|
"staging"
|
"production"
|
"testing"
;
stageEnteredTs
:
Record
<
AgentLifecycleStage
,
number
|
null
>
;
transitionTrail
:
LifecycleTransitionRecord
[]
;
updatedTs
:
number
;
}
Index
Properties
agent
Id
created
Ts
current
Stage
stage
Entered
Ts
transition
Trail
updated
Ts
Properties
agent
Id
agentId
:
string
created
Ts
createdTs
:
number
current
Stage
currentStage
:
|
"deprecated"
|
"development"
|
"staging"
|
"production"
|
"testing"
stage
Entered
Ts
stageEnteredTs
:
Record
<
AgentLifecycleStage
,
number
|
null
>
transition
Trail
transitionTrail
:
LifecycleTransitionRecord
[]
updated
Ts
updatedTs
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
agent
Id
created
Ts
current
Stage
stage
Entered
Ts
transition
Trail
updated
Ts
Guides
HTTP API
GitHub
Agent Maturity Compass API - v1.2.0
Loading...