UNPKG

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 365 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DebuggerAgent = void 0; // Export the main DebuggerAgent class var debugger_agent_1 = require("./debugger-agent"); Object.defineProperty(exports, "DebuggerAgent", { enumerable: true, get: function () { return debugger_agent_1.DebuggerAgent; } }); //# sourceMappingURL=index.js.map