Agent Maturity Compass API - v1.2.0
Guides
HTTP API
GitHub
Preparing search index...
index
runCasebook
Function runCasebook
runCasebook
(
params
:
{
agentId
?:
string
;
casebookId
:
string
;
mode
:
"sandbox"
|
"supervise"
;
window
?:
string
;
workspace
:
string
;
}
,
)
:
{
agentId
:
string
;
casebookId
:
string
;
endedTs
:
number
;
mode
:
"sandbox"
|
"supervise"
;
results
:
CaseRunResult
[]
;
startedTs
:
number
;
}
Parameters
params
:
{
agentId
?:
string
;
casebookId
:
string
;
mode
:
"sandbox"
|
"supervise"
;
window
?:
string
;
workspace
:
string
;
}
Returns
{
agentId
:
string
;
casebookId
:
string
;
endedTs
:
number
;
mode
:
"sandbox"
|
"supervise"
;
results
:
CaseRunResult
[]
;
startedTs
:
number
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Guides
HTTP API
GitHub
Agent Maturity Compass API - v1.2.0
Loading...