Agent Maturity Compass API - v1.2.0
Guides
HTTP API
GitHub
Preparing search index...
index
OrchestrationDag
Interface OrchestrationDag
interface
OrchestrationDag
{
createdTs
:
number
;
dagHash
:
string
;
dagId
:
string
;
dagSignature
:
string
;
fleetId
:
string
;
nodes
:
{
calleeAgentId
:
string
;
callerAgentId
:
string
;
contextHash
:
string
;
dagId
:
string
;
endTs
:
number
|
null
;
eventType
:
|
"agent_handoff_sent"
|
"agent_handoff_received"
|
"agent_delegation_started"
|
"agent_delegation_completed"
;
nodeHash
:
string
;
nodeId
:
string
;
outcome
:
string
|
null
;
parentNodeId
:
string
|
null
;
prevHash
:
string
;
signature
:
string
;
startTs
:
number
;
taskDescription
:
string
;
}
[]
;
}
Index
Properties
created
Ts
dag
Hash
dag
Id
dag
Signature
fleet
Id
nodes
Properties
created
Ts
createdTs
:
number
dag
Hash
dagHash
:
string
dag
Id
dagId
:
string
dag
Signature
dagSignature
:
string
fleet
Id
fleetId
:
string
nodes
nodes
:
{
calleeAgentId
:
string
;
callerAgentId
:
string
;
contextHash
:
string
;
dagId
:
string
;
endTs
:
number
|
null
;
eventType
:
|
"agent_handoff_sent"
|
"agent_handoff_received"
|
"agent_delegation_started"
|
"agent_delegation_completed"
;
nodeHash
:
string
;
nodeId
:
string
;
outcome
:
string
|
null
;
parentNodeId
:
string
|
null
;
prevHash
:
string
;
signature
:
string
;
startTs
:
number
;
taskDescription
:
string
;
}
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
created
Ts
dag
Hash
dag
Id
dag
Signature
fleet
Id
nodes
Guides
HTTP API
GitHub
Agent Maturity Compass API - v1.2.0
Loading...