Files
paperclip-plugins/plugin-agent-inbox-config/dist/manifest.d.ts
2026-03-20 22:53:01 -04:00

8 lines
357 B
TypeScript

import type { PaperclipPluginManifestV1 } from "@paperclipai/plugin-sdk";
/**
* Plugin that provides per-agent inbox-lite configuration via UI toggles.
* Allows configuring which issues appear in each agent's inbox without code changes.
*/
declare const manifest: PaperclipPluginManifestV1;
export default manifest;
//# sourceMappingURL=manifest.d.ts.map