Skip to content

agent-sdk / Exports / IBundleSkill

Interface: IBundleSkill

A skill loaded from a bundle plugin's skills/ directory.

Indexable

▪ [key: string]: unknown

Table of contents

Properties

Properties

name

name: string

Defined in

agent-sdk/src/plugins/bundle-plugin-types.ts:27


description

description: string

Defined in

agent-sdk/src/plugins/bundle-plugin-types.ts:28


skillContent

skillContent: string

Defined in

agent-sdk/src/plugins/bundle-plugin-types.ts:29

Released under the MIT License.