Agent Maturity Compass API - v1.2.0
Guides
HTTP API
GitHub
Preparing search index...
index
alignmentCheck
Function alignmentCheck
alignmentCheck
(
text
:
string
,
graph
:
{
constraints
:
string
[]
;
entities
:
{
details
?:
string
;
id
:
string
;
label
:
string
;
type
:
|
"Goal"
|
"Stakeholder"
|
"RiskTier"
|
"Tool"
|
"Policy"
|
"Constraint"
|
"NonGoal"
|
"DataBoundary"
|
"Metric"
|
"EscalationRule"
|
"ApprovalRule"
;
}
[]
;
escalationRules
:
string
[]
;
forbiddenActions
:
string
[]
;
mission
:
string
;
riskTier
:
"low"
|
"med"
|
"high"
|
"critical"
;
successMetrics
:
string
[]
;
}
,
)
:
{
pass
:
boolean
;
reasons
:
string
[]
;
violatedConstraints
:
string
[]
}
Parameters
text
:
string
graph
:
{
constraints
:
string
[]
;
entities
:
{
details
?:
string
;
id
:
string
;
label
:
string
;
type
:
|
"Goal"
|
"Stakeholder"
|
"RiskTier"
|
"Tool"
|
"Policy"
|
"Constraint"
|
"NonGoal"
|
"DataBoundary"
|
"Metric"
|
"EscalationRule"
|
"ApprovalRule"
;
}
[]
;
escalationRules
:
string
[]
;
forbiddenActions
:
string
[]
;
mission
:
string
;
riskTier
:
"low"
|
"med"
|
"high"
|
"critical"
;
successMetrics
:
string
[]
;
}
Returns
{
pass
:
boolean
;
reasons
:
string
[]
;
violatedConstraints
:
string
[]
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Guides
HTTP API
GitHub
Agent Maturity Compass API - v1.2.0
Loading...