Graphorin API reference v0.1.0
Graphorin API reference / @graphorin/skills / loader / requireHandoffInputFilter
Function: requireHandoffInputFilter()
ts
function requireHandoffInputFilter(metadata): HandoffInputFilterDeclaration;Defined in: packages/skills/src/loader/index.ts:669
Required handoff-filter declaration helper. Returns the typed declaration the loader parsed from frontmatter; throws InputFilterRequiredError when the skill is untrusted and the field is missing. Used by the agent runtime in Phase 12 right before instantiating an untrusted skill's sub-agent.
Parameters
| Parameter | Type |
|---|---|
metadata | SkillMetadata |