Skip to content

Graphorin API reference v0.1.0


Graphorin API reference / @graphorin/skills / / SkillToolDeclaration

Interface: SkillToolDeclaration

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

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:232
module?readonlystringpackages/skills/src/types/index.ts:231
namereadonlystringpackages/skills/src/types/index.ts:230
tags?readonlyreadonly string[]packages/skills/src/types/index.ts:233