manifest
Version:
Self-hosted Manifest LLM router with embedded server, SQLite database, and dashboard
17 lines • 2.14 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.scoreConversationDepth = exports.scoreToolCount = exports.scoreRepetitionRequests = exports.scoreExpectedOutputLength = exports.scoreConstraintDensity = exports.scoreCodeToProse = exports.scoreConditionalLogic = exports.scoreNestedListDepth = exports.scoreTokenCount = exports.scoreKeywordDimension = void 0;
var keyword_dimensions_1 = require("./keyword-dimensions");
Object.defineProperty(exports, "scoreKeywordDimension", { enumerable: true, get: function () { return keyword_dimensions_1.scoreKeywordDimension; } });
var structural_dimensions_1 = require("./structural-dimensions");
Object.defineProperty(exports, "scoreTokenCount", { enumerable: true, get: function () { return structural_dimensions_1.scoreTokenCount; } });
Object.defineProperty(exports, "scoreNestedListDepth", { enumerable: true, get: function () { return structural_dimensions_1.scoreNestedListDepth; } });
Object.defineProperty(exports, "scoreConditionalLogic", { enumerable: true, get: function () { return structural_dimensions_1.scoreConditionalLogic; } });
Object.defineProperty(exports, "scoreCodeToProse", { enumerable: true, get: function () { return structural_dimensions_1.scoreCodeToProse; } });
Object.defineProperty(exports, "scoreConstraintDensity", { enumerable: true, get: function () { return structural_dimensions_1.scoreConstraintDensity; } });
var contextual_dimensions_1 = require("./contextual-dimensions");
Object.defineProperty(exports, "scoreExpectedOutputLength", { enumerable: true, get: function () { return contextual_dimensions_1.scoreExpectedOutputLength; } });
Object.defineProperty(exports, "scoreRepetitionRequests", { enumerable: true, get: function () { return contextual_dimensions_1.scoreRepetitionRequests; } });
Object.defineProperty(exports, "scoreToolCount", { enumerable: true, get: function () { return contextual_dimensions_1.scoreToolCount; } });
Object.defineProperty(exports, "scoreConversationDepth", { enumerable: true, get: function () { return contextual_dimensions_1.scoreConversationDepth; } });
//# sourceMappingURL=index.js.map