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
| Property | Modifier | Type | Defined in |
|---|---|---|---|
description? | readonly | string | packages/skills/src/types/index.ts:232 |
module? | readonly | string | packages/skills/src/types/index.ts:231 |
name | readonly | string | packages/skills/src/types/index.ts:230 |
tags? | readonly | readonly string[] | packages/skills/src/types/index.ts:233 |