Agent Maturity Compass API - v1.2.0
Guides
HTTP API
GitHub
Preparing search index...
index
verifyCrossAgentReceipts
Function verifyCrossAgentReceipts
verifyCrossAgentReceipts
(
workspace
:
string
,
edges
:
{
createdTs
:
number
;
fromAgentId
:
string
;
handoffId
:
string
;
id
:
string
;
inheritanceMode
:
"strict"
|
"weighted"
|
"no-inherit"
;
purpose
:
string
;
riskTier
:
"low"
|
"med"
|
"high"
|
"critical"
;
toAgentId
:
string
;
weight
:
number
;
}
[]
,
windowStartTs
:
number
,
windowEndTs
:
number
,
)
:
CrossAgentReceiptChain
[]
Parameters
workspace
:
string
edges
:
{
createdTs
:
number
;
fromAgentId
:
string
;
handoffId
:
string
;
id
:
string
;
inheritanceMode
:
"strict"
|
"weighted"
|
"no-inherit"
;
purpose
:
string
;
riskTier
:
"low"
|
"med"
|
"high"
|
"critical"
;
toAgentId
:
string
;
weight
:
number
;
}
[]
windowStartTs
:
number
windowEndTs
:
number
Returns
CrossAgentReceiptChain
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Guides
HTTP API
GitHub
Agent Maturity Compass API - v1.2.0
Loading...