Agent Maturity Compass API - v1.2.0
Guides
HTTP API
GitHub
Preparing search index...
index
listImportedBenchmarks
Function listImportedBenchmarks
listImportedBenchmarks
(
workspace
:
string
,
)
:
{
bench
:
{
agent
:
{
agentId
:
string
;
archetypeId
?:
string
|
null
;
riskTier
:
"low"
|
"med"
|
"high"
|
"critical"
;
role
?:
string
|
null
;
}
;
benchId
:
string
;
createdTs
:
number
;
hashes
:
{
bomSha256
?:
string
|
null
;
reportSha256
?:
string
|
null
}
;
notes
?:
string
|
null
;
publisher
:
{
contact
?:
string
|
null
;
orgName
:
string
}
;
run
:
{
assurance
:
Record
<
string
,
number
>
;
indices
:
{
ClarityPathRisk
:
number
;
DigitalDualityRisk
:
number
;
EconomicSignificanceRisk
:
number
;
EcosystemFocusRisk
:
number
;
RiskAssuranceRisk
:
number
;
}
;
integrityIndex
:
number
;
layers
:
Partial
<
Record
<
|
"Strategic Agent Operations"
|
"Leadership & Autonomy"
|
"Culture & Alignment"
|
"Resilience"
|
"Skills"
,
number
,
>
,
>
;
overall
:
number
;
questions
:
Partial
<
Record
<
string
,
number
>
>
;
runId
:
string
;
trustLabel
:
"HIGH TRUST"
|
"LOW TRUST"
|
"MEDIUM TRUST"
;
windowDays
:
number
;
}
;
v
:
1
;
}
;
benchId
:
string
;
path
:
string
;
}
[]
Parameters
workspace
:
string
Returns
{
bench
:
{
agent
:
{
agentId
:
string
;
archetypeId
?:
string
|
null
;
riskTier
:
"low"
|
"med"
|
"high"
|
"critical"
;
role
?:
string
|
null
;
}
;
benchId
:
string
;
createdTs
:
number
;
hashes
:
{
bomSha256
?:
string
|
null
;
reportSha256
?:
string
|
null
}
;
notes
?:
string
|
null
;
publisher
:
{
contact
?:
string
|
null
;
orgName
:
string
}
;
run
:
{
assurance
:
Record
<
string
,
number
>
;
indices
:
{
ClarityPathRisk
:
number
;
DigitalDualityRisk
:
number
;
EconomicSignificanceRisk
:
number
;
EcosystemFocusRisk
:
number
;
RiskAssuranceRisk
:
number
;
}
;
integrityIndex
:
number
;
layers
:
Partial
<
Record
<
|
"Strategic Agent Operations"
|
"Leadership & Autonomy"
|
"Culture & Alignment"
|
"Resilience"
|
"Skills"
,
number
,
>
,
>
;
overall
:
number
;
questions
:
Partial
<
Record
<
string
,
number
>
>
;
runId
:
string
;
trustLabel
:
"HIGH TRUST"
|
"LOW TRUST"
|
"MEDIUM TRUST"
;
windowDays
:
number
;
}
;
v
:
1
;
}
;
benchId
:
string
;
path
:
string
;
}
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Guides
HTTP API
GitHub
Agent Maturity Compass API - v1.2.0
Loading...