Skip to content

agent-sdk / Exports / IBundlePluginFeatures

Interface: IBundlePluginFeatures

Feature flags indicating what a bundle plugin provides.

Table of contents

Properties

Properties

commands

Optional commands: boolean

Defined in

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


agents

Optional agents: boolean

Defined in

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


skills

Optional skills: boolean

Defined in

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


hooks

Optional hooks: boolean

Defined in

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


mcp

Optional mcp: boolean

Defined in

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

Released under the MIT License.