hataraku
Version:
An autonomous coding agent for building AI-powered development tools. The name "Hataraku" (働く) means "to work" in Japanese.
6 lines • 314 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.createCLIAgent = void 0;
var cli_agent_1 = require("./cli-agent");
Object.defineProperty(exports, "createCLIAgent", { enumerable: true, get: function () { return cli_agent_1.createCLIAgent; } });
//# sourceMappingURL=index.js.map