Graphorin API reference v0.1.0
Graphorin API reference / @graphorin/agent / / SkillsRegistryLike
Interface: SkillsRegistryLike
Defined in: packages/agent/src/types.ts:115
Skill-registry shape consumed by the agent loop. Implementations live in @graphorin/skills. We accept any structurally-compatible value to avoid the heavyweight peer dependency on the typing surface.
Stable
Methods
list()?
ts
optional list(): readonly unknown[];Defined in: packages/agent/src/types.ts:116
Returns
readonly unknown[]