Skip to content

Graphorin API reference v0.7.0


Graphorin API reference / @graphorin/skills / / SkillToolDeclaration

Interface: SkillToolDeclaration

Defined in: packages/skills/src/types/index.ts:240

Tool declaration found inside graphorin-tools:. The loader only captures the declarations; the actual Tool[] is produced by the skill author's tools/*.ts modules and bridged into the @graphorin/tools registry by the agent runtime in Phase 12.

Stable

Extended by

Properties

PropertyModifierTypeDefined in
description?readonlystringpackages/skills/src/types/index.ts:243
module?readonlystringpackages/skills/src/types/index.ts:242
namereadonlystringpackages/skills/src/types/index.ts:241
tags?readonlyreadonly string[]packages/skills/src/types/index.ts:244