Skip to content

Graphorin API reference v0.1.0


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

Function: createSkillRegistry()

ts
function createSkillRegistry(options?): SkillRegistry;

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

Build a fresh, empty registry. Multiple registries can co-exist within a single process; the framework defaults to a single shared instance per agent instance.

Parameters

ParameterType
optionsSkillRegistryOptions

Returns

SkillRegistry

Stable