@suluk/agents - v0.1.6
↑ Suluk
GitHub
Preparing search index...
deriveRequirements
Function deriveRequirements
deriveRequirements
(
input
:
{
minWindowRequired
?:
number
;
hasRoutes
?:
boolean
;
needsStructured
?:
boolean
;
inputModalities
?:
string
[]
;
policy
?:
{
modelAllowlist
?:
string
[]
;
allowedRegions
?:
string
[]
;
allowedLicenses
?:
string
[]
;
allowedRetention
?:
DataRetention
[]
;
}
;
}
,
)
:
HardFilters
Derive HardFilters from an agent/skill's declared needs + the analyzer's load (the C027 seam).
Parameters
input
:
{
minWindowRequired
?:
number
;
hasRoutes
?:
boolean
;
needsStructured
?:
boolean
;
inputModalities
?:
string
[]
;
policy
?:
{
modelAllowlist
?:
string
[]
;
allowedRegions
?:
string
[]
;
allowedLicenses
?:
string
[]
;
allowedRetention
?:
DataRetention
[]
;
}
;
}
Returns
HardFilters
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
↑ Suluk
GitHub
@suluk/agents - v0.1.6
Loading...
Derive HardFilters from an agent/skill's declared needs + the analyzer's load (the C027 seam).