Agent Maturity Compass API - v1.2.0
Guides
HTTP API
GitHub
Preparing search index...
index
AgentSimReport
Interface AgentSimReport
interface
AgentSimReport
{
agentId
?:
string
;
byCategory
:
Record
<
ScenarioCategory
,
{
passed
:
number
;
total
:
number
}
>
;
coverageScore
:
number
;
criticalFailures
:
AgentSimResult
[]
;
failed
:
number
;
passed
:
number
;
passRate
:
number
;
readyForProduction
:
boolean
;
recommendations
:
string
[]
;
results
:
AgentSimResult
[]
;
runAt
:
Date
;
runId
:
string
;
totalScenarios
:
number
;
}
Index
Properties
agent
Id?
by
Category
coverage
Score
critical
Failures
failed
passed
pass
Rate
ready
For
Production
recommendations
results
run
At
run
Id
total
Scenarios
Properties
Optional
agent
Id
agentId
?:
string
by
Category
byCategory
:
Record
<
ScenarioCategory
,
{
passed
:
number
;
total
:
number
}
>
coverage
Score
coverageScore
:
number
critical
Failures
criticalFailures
:
AgentSimResult
[]
failed
failed
:
number
passed
passed
:
number
pass
Rate
passRate
:
number
ready
For
Production
readyForProduction
:
boolean
recommendations
recommendations
:
string
[]
results
results
:
AgentSimResult
[]
run
At
runAt
:
Date
run
Id
runId
:
string
total
Scenarios
totalScenarios
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
agent
Id
by
Category
coverage
Score
critical
Failures
failed
passed
pass
Rate
ready
For
Production
recommendations
results
run
At
run
Id
total
Scenarios
Guides
HTTP API
GitHub
Agent Maturity Compass API - v1.2.0
Loading...