@wavequery/conductor
Version:
Modular LLM orchestration framework
23 lines • 661 B
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.DEFAULT_CONFIG = void 0;
exports.DEFAULT_CONFIG = {
theme: "light",
autoLayout: true,
fitView: true,
interactive: true,
nodeTypes: {
agent: { strokeWidth: 3 },
tool: { strokeWidth: 2, strokeDasharray: "3,3" },
llm: { strokeWidth: 3 },
data: { strokeWidth: 2 },
system: { strokeWidth: 4 },
metric: { strokeWidth: 4 }
},
edgeTypes: {
flow: { strokeDasharray: "5,5" },
data: { strokeWidth: 3 },
control: { strokeDasharray: "3,3" },
},
};
//# sourceMappingURL=constants.js.map