harmonycode
Version:
The AI collaboration framework that prevents echo chambers - Real-time collaboration with diversity enforcement
20 lines • 869 B
JavaScript
;
/**
* HarmonyCode v3.0.0 - Diversity Type Definitions
* Core types for the anti-echo-chamber system
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.PerspectiveProfile = void 0;
var PerspectiveProfile;
(function (PerspectiveProfile) {
PerspectiveProfile["OPTIMIST"] = "OPTIMIST";
PerspectiveProfile["SKEPTIC"] = "SKEPTIC";
PerspectiveProfile["PRAGMATIST"] = "PRAGMATIST";
PerspectiveProfile["INNOVATOR"] = "INNOVATOR";
PerspectiveProfile["CONSERVATIVE"] = "CONSERVATIVE";
PerspectiveProfile["ANALYTICAL"] = "ANALYTICAL";
PerspectiveProfile["CREATIVE"] = "CREATIVE";
PerspectiveProfile["DETAIL_ORIENTED"] = "DETAIL_ORIENTED";
PerspectiveProfile["BIG_PICTURE"] = "BIG_PICTURE";
})(PerspectiveProfile || (exports.PerspectiveProfile = PerspectiveProfile = {}));
//# sourceMappingURL=types.js.map