agent-sdk / Exports / IMarketplacePluginEntry
Interface: IMarketplacePluginEntry
A single plugin entry in a marketplace manifest.
Table of contents
Properties
Properties
name
• name: string
Defined in
agent-sdk/src/plugins/marketplace-client.ts:30
title
• title: string
Defined in
agent-sdk/src/plugins/marketplace-client.ts:31
description
• description: string
Defined in
agent-sdk/src/plugins/marketplace-client.ts:32
source
• source: string | { type: "github" ; repo: string } | { type: "url" ; url: string }
Defined in
agent-sdk/src/plugins/marketplace-client.ts:33
tags
• tags: string[]