Agent Maturity Compass API - v1.2.0
Guides
HTTP API
GitHub
Preparing search index...
index
verifyEvidenceBundle
Function verifyEvidenceBundle
verifyEvidenceBundle
(
bundleFile
:
string
,
)
:
Promise
<
{
agentId
:
string
|
null
;
errors
:
string
[]
;
ok
:
boolean
;
retainedSpills
:
{
gaps
:
string
[]
;
objectsComplete
:
boolean
;
plaintextVerified
:
false
;
}
;
runId
:
string
|
null
;
}
,
>
Parameters
bundleFile
:
string
Returns
Promise
<
{
agentId
:
string
|
null
;
errors
:
string
[]
;
ok
:
boolean
;
retainedSpills
:
{
gaps
:
string
[]
;
objectsComplete
:
boolean
;
plaintextVerified
:
false
;
}
;
runId
:
string
|
null
;
}
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Guides
HTTP API
GitHub
Agent Maturity Compass API - v1.2.0
Loading...