cortexweaver
Version:
CortexWeaver is a command-line interface (CLI) tool that orchestrates a swarm of specialized AI agents, powered by Claude Code and Gemini CLI, to assist in software development. It transforms a high-level project plan (plan.md) into a series of coordinate
7 lines • 369 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Orchestrator = void 0;
// Re-export the modular orchestrator implementation
var index_1 = require("./orchestrator/index");
Object.defineProperty(exports, "Orchestrator", { enumerable: true, get: function () { return index_1.Orchestrator; } });
//# sourceMappingURL=orchestrator.js.map