Skip to content

Graphorin API reference v0.1.0


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

Interface: RegisteredToolDeclaration

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

Tool-declaration record exposed by SkillRegistry.toolDeclarations. Adds the owning skill's name and trust level so downstream registrations into @graphorin/tools can stamp the source.

Stable

Extends

Properties

PropertyModifierTypeInherited fromDefined in
description?readonlystringSkillToolDeclaration.descriptionpackages/skills/src/types/index.ts:232
module?readonlystringSkillToolDeclaration.modulepackages/skills/src/types/index.ts:231
namereadonlystringSkillToolDeclaration.namepackages/skills/src/types/index.ts:230
skillNamereadonlystring-packages/skills/src/registry/index.ts:117
tags?readonlyreadonly string[]SkillToolDeclaration.tagspackages/skills/src/types/index.ts:233
trustLevelreadonlySkillsTrustLevel-packages/skills/src/registry/index.ts:118