agent-sdk / Exports / ILoadedBundlePlugin
Interface: ILoadedBundlePlugin
A fully loaded bundle plugin with all its assets.
Table of contents
Properties
Properties
manifest
• manifest: IBundlePluginManifest
Defined in
agent-sdk/src/plugins/bundle-plugin-types.ts:35
skills
• skills: IBundleSkill[]
Defined in
agent-sdk/src/plugins/bundle-plugin-types.ts:36
commands
• commands: IBundleSkill[]
Defined in
agent-sdk/src/plugins/bundle-plugin-types.ts:37
hooks
• hooks: Record<string, unknown>
Defined in
agent-sdk/src/plugins/bundle-plugin-types.ts:38
mcpConfig
• Optional mcpConfig: unknown
Defined in
agent-sdk/src/plugins/bundle-plugin-types.ts:39
agents
• agents: string[]
Defined in
agent-sdk/src/plugins/bundle-plugin-types.ts:40
pluginDir
• pluginDir: string