Agent Maturity Compass API - v1.2.0
Guides
HTTP API
GitHub
Preparing search index...
index
appendDagNode
Function appendDagNode
appendDagNode
(
workspace
:
string
,
dagId
:
string
,
params
:
{
calleeAgentId
:
string
;
callerAgentId
:
string
;
contextHash
:
string
;
endTs
?:
number
|
null
;
eventType
:
OrchestrationEventType
;
outcome
?:
string
|
null
;
parentNodeId
?:
string
|
null
;
startTs
:
number
;
taskDescription
:
string
;
}
,
)
:
{
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
;
}
Parameters
workspace
:
string
dagId
:
string
params
:
{
calleeAgentId
:
string
;
callerAgentId
:
string
;
contextHash
:
string
;
endTs
?:
number
|
null
;
eventType
:
OrchestrationEventType
;
outcome
?:
string
|
null
;
parentNodeId
?:
string
|
null
;
startTs
:
number
;
taskDescription
:
string
;
}
Returns
{
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
Guides
HTTP API
GitHub
Agent Maturity Compass API - v1.2.0
Loading...