Agent Maturity Compass API - v1.2.0
Guides
HTTP API
GitHub
Preparing search index...
index
promptSchedulerTick
Function promptSchedulerTick
promptSchedulerTick
(
params
:
{
workspace
:
string
;
workspaceReady
:
boolean
}
,
)
:
|
{
built
?:
undefined
;
ran
:
boolean
;
reason
:
"disabled"
}
|
{
built
?:
undefined
;
ran
:
boolean
;
reason
:
"workspace_not_ready"
}
|
{
built
?:
undefined
;
ran
:
boolean
;
reason
:
"policy_untrusted"
}
|
{
built
?:
undefined
;
ran
:
boolean
;
reason
:
"not_due"
}
|
{
built
:
{
agentId
:
string
;
lint
:
"PASS"
|
"FAIL"
;
packId
:
string
;
sha256
:
string
;
}
[]
;
ran
:
boolean
;
reason
?:
undefined
;
}
Parameters
params
:
{
workspace
:
string
;
workspaceReady
:
boolean
}
Returns
|
{
built
?:
undefined
;
ran
:
boolean
;
reason
:
"disabled"
}
|
{
built
?:
undefined
;
ran
:
boolean
;
reason
:
"workspace_not_ready"
}
|
{
built
?:
undefined
;
ran
:
boolean
;
reason
:
"policy_untrusted"
}
|
{
built
?:
undefined
;
ran
:
boolean
;
reason
:
"not_due"
}
|
{
built
:
{
agentId
:
string
;
lint
:
"PASS"
|
"FAIL"
;
packId
:
string
;
sha256
:
string
;
}
[]
;
ran
:
boolean
;
reason
?:
undefined
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Guides
HTTP API
GitHub
Agent Maturity Compass API - v1.2.0
Loading...