UNPKG

@workflow-manager/runner

Version:

CLI runner for in-memory and markdown workflow orchestration using ATEP-like envelopes

6 lines (5 loc) 150 B
export interface BundledSkillFile { name: string; content: string; } export declare const BUNDLED_SKILLS: Record<string, BundledSkillFile[]>;