UNPKG

jcrewai

Version:

Multi-agent automation framework written in TypeScript. Patterned after CrewAI.

9 lines (8 loc) 275 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Process = void 0; var Process; (function (Process) { Process["Sequential"] = "sequential"; Process["Hierarchical"] = "hierarchical"; })(Process || (exports.Process = Process = {}));