Skip to content

Graphorin API reference v0.1.0


Graphorin API reference / @graphorin/skills / registry / SkillRegistryOptions

Interface: SkillRegistryOptions

Defined in: packages/skills/src/registry/index.ts:38

Options accepted by createSkillRegistry.

Properties

PropertyModifierTypeDescriptionDefined in
activationStrategy?readonly"metadata-only" | "eager"Default activation behaviour. When 'metadata-only' (default), activate(...) returns the parsed activation request without invoking Skill.body(); callers (the agent runtime) then invoke the body resolver themselves so the runtime can attach a span. When 'eager', the registry resolves the body before returning, suitable for tests.packages/skills/src/registry/index.ts:47