obsidian/01 Projects/ac-tool/graph.html
2026-05-18 11:00:36 +01:00

305 lines
No EOL
702 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>graphify - /Users/ai_leed/Documents/Projects/Oliver/ac-tool/graphify-out/graph.html</title>
<script src="https://unpkg.com/vis-network/standalone/umd/vis-network.min.js"></script>
<style>
* { box-sizing: border-box; margin: 0; padding: 0; }
body { background: #0f0f1a; color: #e0e0e0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; display: flex; height: 100vh; overflow: hidden; }
#graph { flex: 1; }
#sidebar { width: 280px; background: #1a1a2e; border-left: 1px solid #2a2a4e; display: flex; flex-direction: column; overflow: hidden; }
#search-wrap { padding: 12px; border-bottom: 1px solid #2a2a4e; }
#search { width: 100%; background: #0f0f1a; border: 1px solid #3a3a5e; color: #e0e0e0; padding: 7px 10px; border-radius: 6px; font-size: 13px; outline: none; }
#search:focus { border-color: #4E79A7; }
#search-results { max-height: 140px; overflow-y: auto; padding: 4px 12px; border-bottom: 1px solid #2a2a4e; display: none; }
.search-item { padding: 4px 6px; cursor: pointer; border-radius: 4px; font-size: 12px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.search-item:hover { background: #2a2a4e; }
#info-panel { padding: 14px; border-bottom: 1px solid #2a2a4e; min-height: 140px; }
#info-panel h3 { font-size: 13px; color: #aaa; margin-bottom: 8px; text-transform: uppercase; letter-spacing: 0.05em; }
#info-content { font-size: 13px; color: #ccc; line-height: 1.6; }
#info-content .field { margin-bottom: 5px; }
#info-content .field b { color: #e0e0e0; }
#info-content .empty { color: #555; font-style: italic; }
.neighbor-link { display: block; padding: 2px 6px; margin: 2px 0; border-radius: 3px; cursor: pointer; font-size: 12px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; border-left: 3px solid #333; }
.neighbor-link:hover { background: #2a2a4e; }
#neighbors-list { max-height: 160px; overflow-y: auto; margin-top: 4px; }
#legend-wrap { flex: 1; overflow-y: auto; padding: 12px; }
#legend-wrap h3 { font-size: 13px; color: #aaa; margin-bottom: 10px; text-transform: uppercase; letter-spacing: 0.05em; }
.legend-item { display: flex; align-items: center; gap: 8px; padding: 4px 0; cursor: pointer; border-radius: 4px; font-size: 12px; }
.legend-item:hover { background: #2a2a4e; padding-left: 4px; }
.legend-item.dimmed { opacity: 0.35; }
.legend-dot { width: 12px; height: 12px; border-radius: 50%; flex-shrink: 0; }
.legend-label { flex: 1; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.legend-count { color: #666; font-size: 11px; }
#stats { padding: 10px 14px; border-top: 1px solid #2a2a4e; font-size: 11px; color: #555; }
#legend-controls { display: flex; align-items: center; gap: 8px; margin-bottom: 8px; padding: 4px 0; }
#legend-controls label { display: flex; align-items: center; gap: 6px; cursor: pointer; font-size: 12px; color: #aaa; user-select: none; }
#legend-controls label:hover { color: #e0e0e0; }
.legend-cb, #select-all-cb { appearance: none; -webkit-appearance: none; width: 14px; height: 14px; border: 1.5px solid #3a3a5e; border-radius: 3px; background: #0f0f1a; cursor: pointer; position: relative; flex-shrink: 0; }
.legend-cb:checked, #select-all-cb:checked { background: #4E79A7; border-color: #4E79A7; }
.legend-cb:checked::after, #select-all-cb:checked::after { content: ''; position: absolute; left: 3.5px; top: 1px; width: 4px; height: 7px; border: solid #fff; border-width: 0 2px 2px 0; transform: rotate(45deg); }
#select-all-cb:indeterminate { background: #4E79A7; border-color: #4E79A7; }
#select-all-cb:indeterminate::after { content: ''; position: absolute; left: 2px; top: 5px; width: 8px; height: 2px; background: #fff; border: none; transform: none; }
</style>
</head>
<body>
<div id="graph"></div>
<div id="sidebar">
<div id="search-wrap">
<input id="search" type="text" placeholder="Search nodes..." autocomplete="off">
<div id="search-results"></div>
</div>
<div id="info-panel">
<h3>Node Info</h3>
<div id="info-content"><span class="empty">Click a node to inspect it</span></div>
</div>
<div id="legend-wrap">
<h3>Communities</h3>
<div id="legend-controls">
<label><input type="checkbox" id="select-all-cb" checked onchange="toggleAllCommunities(!this.checked)">Select All</label>
</div>
<div id="legend"></div>
</div>
<div id="stats">868 nodes &middot; 1394 edges &middot; 71 communities</div>
</div>
<script>
const RAW_NODES = [{"id": "deploy_sh", "label": "deploy.sh", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 15.0, "font": {"size": 12, "color": "#ffffff"}, "title": "deploy.sh", "community": 44, "community_name": "Community 44", "source_file": "deploy.sh", "file_type": "code", "degree": 5}, {"id": "ac_tool_deploy_log", "label": "log()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "log()", "community": 44, "community_name": "Community 44", "source_file": "deploy.sh", "file_type": "code", "degree": 1}, {"id": "ac_tool_deploy_ok", "label": "ok()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "ok()", "community": 44, "community_name": "Community 44", "source_file": "deploy.sh", "file_type": "code", "degree": 1}, {"id": "ac_tool_deploy_warn", "label": "warn()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "warn()", "community": 44, "community_name": "Community 44", "source_file": "deploy.sh", "file_type": "code", "degree": 1}, {"id": "ac_tool_deploy_die", "label": "die()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "die()", "community": 44, "community_name": "Community 44", "source_file": "deploy.sh", "file_type": "code", "degree": 1}, {"id": "ac_tool_deploy_hr", "label": "hr()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "hr()", "community": 44, "community_name": "Community 44", "source_file": "deploy.sh", "file_type": "code", "degree": 1}, {"id": "run_dev_sh", "label": "run_dev.sh", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 16.0, "font": {"size": 12, "color": "#ffffff"}, "title": "run_dev.sh", "community": 40, "community_name": "Community 40", "source_file": "run_dev.sh", "file_type": "code", "degree": 6}, {"id": "ac_tool_run_dev_data_dir", "label": "DATA_DIR", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "DATA_DIR", "community": 40, "community_name": "Community 40", "source_file": "run_dev.sh", "file_type": "code", "degree": 1}, {"id": "ac_tool_run_dev_uploads_dir", "label": "UPLOADS_DIR", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "UPLOADS_DIR", "community": 40, "community_name": "Community 40", "source_file": "run_dev.sh", "file_type": "code", "degree": 1}, {"id": "ac_tool_run_dev_outputs_dir", "label": "OUTPUTS_DIR", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "OUTPUTS_DIR", "community": 40, "community_name": "Community 40", "source_file": "run_dev.sh", "file_type": "code", "degree": 1}, {"id": "ac_tool_run_dev_sheets_dir", "label": "SHEETS_DIR", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "SHEETS_DIR", "community": 40, "community_name": "Community 40", "source_file": "run_dev.sh", "file_type": "code", "degree": 1}, {"id": "ac_tool_run_dev_users_file", "label": "USERS_FILE", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "USERS_FILE", "community": 40, "community_name": "Community 40", "source_file": "run_dev.sh", "file_type": "code", "degree": 1}, {"id": "ac_tool_run_dev_dropdowns_file", "label": "DROPDOWNS_FILE", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "DROPDOWNS_FILE", "community": 40, "community_name": "Community 40", "source_file": "run_dev.sh", "file_type": "code", "degree": 1}, {"id": "frontend_tsconfig_node_json", "label": "tsconfig.node.json", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": "tsconfig.node.json", "community": 15, "community_name": "Community 15", "source_file": "frontend/tsconfig.node.json", "file_type": "code", "degree": 2}, {"id": "frontend_tsconfig_node_compileroptions", "label": "compilerOptions", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 28.0, "font": {"size": 12, "color": "#ffffff"}, "title": "compilerOptions", "community": 15, "community_name": "Community 15", "source_file": "frontend/tsconfig.node.json", "file_type": "code", "degree": 18}, {"id": "frontend_tsconfig_node_compileroptions_tsbuildinfofile", "label": "tsBuildInfoFile", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "tsBuildInfoFile", "community": 15, "community_name": "Community 15", "source_file": "frontend/tsconfig.node.json", "file_type": "code", "degree": 1}, {"id": "frontend_tsconfig_node_compileroptions_target", "label": "target", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "target", "community": 15, "community_name": "Community 15", "source_file": "frontend/tsconfig.node.json", "file_type": "code", "degree": 1}, {"id": "frontend_tsconfig_node_compileroptions_lib", "label": "lib", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "lib", "community": 15, "community_name": "Community 15", "source_file": "frontend/tsconfig.node.json", "file_type": "code", "degree": 1}, {"id": "frontend_tsconfig_node_compileroptions_module", "label": "module", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "module", "community": 15, "community_name": "Community 15", "source_file": "frontend/tsconfig.node.json", "file_type": "code", "degree": 1}, {"id": "frontend_tsconfig_node_compileroptions_types", "label": "types", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "types", "community": 15, "community_name": "Community 15", "source_file": "frontend/tsconfig.node.json", "file_type": "code", "degree": 1}, {"id": "frontend_tsconfig_node_compileroptions_skiplibcheck", "label": "skipLibCheck", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "skipLibCheck", "community": 15, "community_name": "Community 15", "source_file": "frontend/tsconfig.node.json", "file_type": "code", "degree": 1}, {"id": "frontend_tsconfig_node_compileroptions_moduleresolution", "label": "moduleResolution", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "moduleResolution", "community": 15, "community_name": "Community 15", "source_file": "frontend/tsconfig.node.json", "file_type": "code", "degree": 1}, {"id": "frontend_tsconfig_node_compileroptions_allowimportingtsextensions", "label": "allowImportingTsExtensions", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "allowImportingTsExtensions", "community": 15, "community_name": "Community 15", "source_file": "frontend/tsconfig.node.json", "file_type": "code", "degree": 1}, {"id": "frontend_tsconfig_node_compileroptions_verbatimmodulesyntax", "label": "verbatimModuleSyntax", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "verbatimModuleSyntax", "community": 15, "community_name": "Community 15", "source_file": "frontend/tsconfig.node.json", "file_type": "code", "degree": 1}, {"id": "frontend_tsconfig_node_compileroptions_moduledetection", "label": "moduleDetection", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "moduleDetection", "community": 15, "community_name": "Community 15", "source_file": "frontend/tsconfig.node.json", "file_type": "code", "degree": 1}, {"id": "frontend_tsconfig_node_compileroptions_noemit", "label": "noEmit", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "noEmit", "community": 15, "community_name": "Community 15", "source_file": "frontend/tsconfig.node.json", "file_type": "code", "degree": 1}, {"id": "frontend_tsconfig_node_compileroptions_strict", "label": "strict", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "strict", "community": 15, "community_name": "Community 15", "source_file": "frontend/tsconfig.node.json", "file_type": "code", "degree": 1}, {"id": "frontend_tsconfig_node_compileroptions_nounusedlocals", "label": "noUnusedLocals", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "noUnusedLocals", "community": 15, "community_name": "Community 15", "source_file": "frontend/tsconfig.node.json", "file_type": "code", "degree": 1}, {"id": "frontend_tsconfig_node_compileroptions_nounusedparameters", "label": "noUnusedParameters", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "noUnusedParameters", "community": 15, "community_name": "Community 15", "source_file": "frontend/tsconfig.node.json", "file_type": "code", "degree": 1}, {"id": "frontend_tsconfig_node_compileroptions_erasablesyntaxonly", "label": "erasableSyntaxOnly", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "erasableSyntaxOnly", "community": 15, "community_name": "Community 15", "source_file": "frontend/tsconfig.node.json", "file_type": "code", "degree": 1}, {"id": "frontend_tsconfig_node_compileroptions_nofallthroughcasesinswitch", "label": "noFallthroughCasesInSwitch", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "noFallthroughCasesInSwitch", "community": 15, "community_name": "Community 15", "source_file": "frontend/tsconfig.node.json", "file_type": "code", "degree": 1}, {"id": "frontend_tsconfig_node_compileroptions_nouncheckedsideeffectimports", "label": "noUncheckedSideEffectImports", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "noUncheckedSideEffectImports", "community": 15, "community_name": "Community 15", "source_file": "frontend/tsconfig.node.json", "file_type": "code", "degree": 1}, {"id": "frontend_tsconfig_node_include", "label": "include", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "include", "community": 15, "community_name": "Community 15", "source_file": "frontend/tsconfig.node.json", "file_type": "code", "degree": 1}, {"id": "frontend_tsconfig_app_json", "label": "tsconfig.app.json", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": "tsconfig.app.json", "community": 11, "community_name": "Community 11", "source_file": "frontend/tsconfig.app.json", "file_type": "code", "degree": 2}, {"id": "frontend_tsconfig_app_compileroptions", "label": "compilerOptions", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 30.0, "font": {"size": 12, "color": "#ffffff"}, "title": "compilerOptions", "community": 11, "community_name": "Community 11", "source_file": "frontend/tsconfig.app.json", "file_type": "code", "degree": 20}, {"id": "frontend_tsconfig_app_compileroptions_tsbuildinfofile", "label": "tsBuildInfoFile", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "tsBuildInfoFile", "community": 11, "community_name": "Community 11", "source_file": "frontend/tsconfig.app.json", "file_type": "code", "degree": 1}, {"id": "frontend_tsconfig_app_compileroptions_target", "label": "target", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "target", "community": 11, "community_name": "Community 11", "source_file": "frontend/tsconfig.app.json", "file_type": "code", "degree": 1}, {"id": "frontend_tsconfig_app_compileroptions_usedefineforclassfields", "label": "useDefineForClassFields", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "useDefineForClassFields", "community": 11, "community_name": "Community 11", "source_file": "frontend/tsconfig.app.json", "file_type": "code", "degree": 1}, {"id": "frontend_tsconfig_app_compileroptions_lib", "label": "lib", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "lib", "community": 11, "community_name": "Community 11", "source_file": "frontend/tsconfig.app.json", "file_type": "code", "degree": 1}, {"id": "frontend_tsconfig_app_compileroptions_module", "label": "module", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "module", "community": 11, "community_name": "Community 11", "source_file": "frontend/tsconfig.app.json", "file_type": "code", "degree": 1}, {"id": "frontend_tsconfig_app_compileroptions_types", "label": "types", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "types", "community": 11, "community_name": "Community 11", "source_file": "frontend/tsconfig.app.json", "file_type": "code", "degree": 1}, {"id": "frontend_tsconfig_app_compileroptions_skiplibcheck", "label": "skipLibCheck", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "skipLibCheck", "community": 11, "community_name": "Community 11", "source_file": "frontend/tsconfig.app.json", "file_type": "code", "degree": 1}, {"id": "frontend_tsconfig_app_compileroptions_moduleresolution", "label": "moduleResolution", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "moduleResolution", "community": 11, "community_name": "Community 11", "source_file": "frontend/tsconfig.app.json", "file_type": "code", "degree": 1}, {"id": "frontend_tsconfig_app_compileroptions_allowimportingtsextensions", "label": "allowImportingTsExtensions", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "allowImportingTsExtensions", "community": 11, "community_name": "Community 11", "source_file": "frontend/tsconfig.app.json", "file_type": "code", "degree": 1}, {"id": "frontend_tsconfig_app_compileroptions_verbatimmodulesyntax", "label": "verbatimModuleSyntax", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "verbatimModuleSyntax", "community": 11, "community_name": "Community 11", "source_file": "frontend/tsconfig.app.json", "file_type": "code", "degree": 1}, {"id": "frontend_tsconfig_app_compileroptions_moduledetection", "label": "moduleDetection", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "moduleDetection", "community": 11, "community_name": "Community 11", "source_file": "frontend/tsconfig.app.json", "file_type": "code", "degree": 1}, {"id": "frontend_tsconfig_app_compileroptions_noemit", "label": "noEmit", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "noEmit", "community": 11, "community_name": "Community 11", "source_file": "frontend/tsconfig.app.json", "file_type": "code", "degree": 1}, {"id": "frontend_tsconfig_app_compileroptions_jsx", "label": "jsx", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "jsx", "community": 11, "community_name": "Community 11", "source_file": "frontend/tsconfig.app.json", "file_type": "code", "degree": 1}, {"id": "frontend_tsconfig_app_compileroptions_strict", "label": "strict", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "strict", "community": 11, "community_name": "Community 11", "source_file": "frontend/tsconfig.app.json", "file_type": "code", "degree": 1}, {"id": "frontend_tsconfig_app_compileroptions_nounusedlocals", "label": "noUnusedLocals", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "noUnusedLocals", "community": 11, "community_name": "Community 11", "source_file": "frontend/tsconfig.app.json", "file_type": "code", "degree": 1}, {"id": "frontend_tsconfig_app_compileroptions_nounusedparameters", "label": "noUnusedParameters", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "noUnusedParameters", "community": 11, "community_name": "Community 11", "source_file": "frontend/tsconfig.app.json", "file_type": "code", "degree": 1}, {"id": "frontend_tsconfig_app_compileroptions_erasablesyntaxonly", "label": "erasableSyntaxOnly", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "erasableSyntaxOnly", "community": 11, "community_name": "Community 11", "source_file": "frontend/tsconfig.app.json", "file_type": "code", "degree": 1}, {"id": "frontend_tsconfig_app_compileroptions_nofallthroughcasesinswitch", "label": "noFallthroughCasesInSwitch", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "noFallthroughCasesInSwitch", "community": 11, "community_name": "Community 11", "source_file": "frontend/tsconfig.app.json", "file_type": "code", "degree": 1}, {"id": "frontend_tsconfig_app_compileroptions_nouncheckedsideeffectimports", "label": "noUncheckedSideEffectImports", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "noUncheckedSideEffectImports", "community": 11, "community_name": "Community 11", "source_file": "frontend/tsconfig.app.json", "file_type": "code", "degree": 1}, {"id": "frontend_tsconfig_app_include", "label": "include", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "include", "community": 11, "community_name": "Community 11", "source_file": "frontend/tsconfig.app.json", "file_type": "code", "degree": 1}, {"id": "frontend_package_json", "label": "package.json", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 17.0, "font": {"size": 12, "color": "#ffffff"}, "title": "package.json", "community": 2, "community_name": "Community 2", "source_file": "frontend/package.json", "file_type": "code", "degree": 7}, {"id": "frontend_package_name", "label": "name", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "name", "community": 2, "community_name": "Community 2", "source_file": "frontend/package.json", "file_type": "code", "degree": 1}, {"id": "frontend_package_private", "label": "private", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "private", "community": 2, "community_name": "Community 2", "source_file": "frontend/package.json", "file_type": "code", "degree": 1}, {"id": "frontend_package_version", "label": "version", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "version", "community": 2, "community_name": "Community 2", "source_file": "frontend/package.json", "file_type": "code", "degree": 1}, {"id": "frontend_package_type", "label": "type", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "type", "community": 2, "community_name": "Community 2", "source_file": "frontend/package.json", "file_type": "code", "degree": 1}, {"id": "frontend_package_scripts", "label": "scripts", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 15.0, "font": {"size": 12, "color": "#ffffff"}, "title": "scripts", "community": 2, "community_name": "Community 2", "source_file": "frontend/package.json", "file_type": "code", "degree": 5}, {"id": "frontend_package_scripts_dev", "label": "dev", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "dev", "community": 2, "community_name": "Community 2", "source_file": "frontend/package.json", "file_type": "code", "degree": 1}, {"id": "frontend_package_scripts_build", "label": "build", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "build", "community": 2, "community_name": "Community 2", "source_file": "frontend/package.json", "file_type": "code", "degree": 1}, {"id": "frontend_package_scripts_lint", "label": "lint", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "lint", "community": 2, "community_name": "Community 2", "source_file": "frontend/package.json", "file_type": "code", "degree": 1}, {"id": "frontend_package_scripts_preview", "label": "preview", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "preview", "community": 2, "community_name": "Community 2", "source_file": "frontend/package.json", "file_type": "code", "degree": 1}, {"id": "frontend_package_dependencies", "label": "dependencies", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 27.0, "font": {"size": 12, "color": "#ffffff"}, "title": "dependencies", "community": 2, "community_name": "Community 2", "source_file": "frontend/package.json", "file_type": "code", "degree": 17}, {"id": "frontend_package_dependencies_azure_msal_browser", "label": "@azure/msal-browser", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "@azure/msal-browser", "community": 2, "community_name": "Community 2", "source_file": "frontend/package.json", "file_type": "code", "degree": 1}, {"id": "frontend_package_dependencies_azure_msal_react", "label": "@azure/msal-react", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "@azure/msal-react", "community": 2, "community_name": "Community 2", "source_file": "frontend/package.json", "file_type": "code", "degree": 1}, {"id": "frontend_package_dependencies_handsontable_react", "label": "@handsontable/react", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "@handsontable/react", "community": 2, "community_name": "Community 2", "source_file": "frontend/package.json", "file_type": "code", "degree": 1}, {"id": "frontend_package_dependencies_tailwindcss_vite", "label": "@tailwindcss/vite", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "@tailwindcss/vite", "community": 2, "community_name": "Community 2", "source_file": "frontend/package.json", "file_type": "code", "degree": 1}, {"id": "frontend_package_dependencies_types_react_router_dom", "label": "@types/react-router-dom", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "@types/react-router-dom", "community": 2, "community_name": "Community 2", "source_file": "frontend/package.json", "file_type": "code", "degree": 1}, {"id": "frontend_package_dependencies_autoprefixer", "label": "autoprefixer", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "autoprefixer", "community": 2, "community_name": "Community 2", "source_file": "frontend/package.json", "file_type": "code", "degree": 1}, {"id": "frontend_package_dependencies_axios", "label": "axios", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "axios", "community": 2, "community_name": "Community 2", "source_file": "frontend/package.json", "file_type": "code", "degree": 1}, {"id": "frontend_package_dependencies_handsontable", "label": "handsontable", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "handsontable", "community": 2, "community_name": "Community 2", "source_file": "frontend/package.json", "file_type": "code", "degree": 1}, {"id": "frontend_package_dependencies_postcss", "label": "postcss", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "postcss", "community": 2, "community_name": "Community 2", "source_file": "frontend/package.json", "file_type": "code", "degree": 1}, {"id": "frontend_package_dependencies_react", "label": "react", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "react", "community": 2, "community_name": "Community 2", "source_file": "frontend/package.json", "file_type": "code", "degree": 1}, {"id": "frontend_package_dependencies_react_dom", "label": "react-dom", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "react-dom", "community": 2, "community_name": "Community 2", "source_file": "frontend/package.json", "file_type": "code", "degree": 1}, {"id": "frontend_package_dependencies_react_dropzone", "label": "react-dropzone", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "react-dropzone", "community": 2, "community_name": "Community 2", "source_file": "frontend/package.json", "file_type": "code", "degree": 1}, {"id": "frontend_package_dependencies_react_hot_toast", "label": "react-hot-toast", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "react-hot-toast", "community": 2, "community_name": "Community 2", "source_file": "frontend/package.json", "file_type": "code", "degree": 1}, {"id": "frontend_package_dependencies_react_router_dom", "label": "react-router-dom", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "react-router-dom", "community": 2, "community_name": "Community 2", "source_file": "frontend/package.json", "file_type": "code", "degree": 1}, {"id": "frontend_package_dependencies_tailwindcss", "label": "tailwindcss", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "tailwindcss", "community": 2, "community_name": "Community 2", "source_file": "frontend/package.json", "file_type": "code", "degree": 1}, {"id": "frontend_package_dependencies_zustand", "label": "zustand", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "zustand", "community": 2, "community_name": "Community 2", "source_file": "frontend/package.json", "file_type": "code", "degree": 1}, {"id": "frontend_package_devdependencies", "label": "devDependencies", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 22.0, "font": {"size": 12, "color": "#ffffff"}, "title": "devDependencies", "community": 2, "community_name": "Community 2", "source_file": "frontend/package.json", "file_type": "code", "degree": 12}, {"id": "frontend_package_devdependencies_eslint_js", "label": "@eslint/js", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "@eslint/js", "community": 2, "community_name": "Community 2", "source_file": "frontend/package.json", "file_type": "code", "degree": 1}, {"id": "frontend_package_devdependencies_types_node", "label": "@types/node", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "@types/node", "community": 2, "community_name": "Community 2", "source_file": "frontend/package.json", "file_type": "code", "degree": 1}, {"id": "frontend_package_devdependencies_types_react", "label": "@types/react", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "@types/react", "community": 2, "community_name": "Community 2", "source_file": "frontend/package.json", "file_type": "code", "degree": 1}, {"id": "frontend_package_devdependencies_vitejs_plugin_react", "label": "@vitejs/plugin-react", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "@vitejs/plugin-react", "community": 2, "community_name": "Community 2", "source_file": "frontend/package.json", "file_type": "code", "degree": 1}, {"id": "frontend_package_devdependencies_eslint", "label": "eslint", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "eslint", "community": 2, "community_name": "Community 2", "source_file": "frontend/package.json", "file_type": "code", "degree": 1}, {"id": "frontend_package_devdependencies_eslint_plugin_react_hooks", "label": "eslint-plugin-react-hooks", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "eslint-plugin-react-hooks", "community": 2, "community_name": "Community 2", "source_file": "frontend/package.json", "file_type": "code", "degree": 1}, {"id": "frontend_package_devdependencies_eslint_plugin_react_refresh", "label": "eslint-plugin-react-refresh", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "eslint-plugin-react-refresh", "community": 2, "community_name": "Community 2", "source_file": "frontend/package.json", "file_type": "code", "degree": 1}, {"id": "frontend_package_devdependencies_globals", "label": "globals", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "globals", "community": 2, "community_name": "Community 2", "source_file": "frontend/package.json", "file_type": "code", "degree": 1}, {"id": "frontend_package_devdependencies_typescript", "label": "typescript", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "typescript", "community": 2, "community_name": "Community 2", "source_file": "frontend/package.json", "file_type": "code", "degree": 1}, {"id": "frontend_package_devdependencies_typescript_eslint", "label": "typescript-eslint", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "typescript-eslint", "community": 2, "community_name": "Community 2", "source_file": "frontend/package.json", "file_type": "code", "degree": 1}, {"id": "frontend_package_devdependencies_vite", "label": "vite", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "vite", "community": 2, "community_name": "Community 2", "source_file": "frontend/package.json", "file_type": "code", "degree": 1}, {"id": "frontend_tsconfig_json", "label": "tsconfig.json", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": "tsconfig.json", "community": 48, "community_name": "Community 48", "source_file": "frontend/tsconfig.json", "file_type": "code", "degree": 2}, {"id": "frontend_tsconfig_files", "label": "files", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "files", "community": 48, "community_name": "Community 48", "source_file": "frontend/tsconfig.json", "file_type": "code", "degree": 1}, {"id": "frontend_tsconfig_references", "label": "references", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "references", "community": 48, "community_name": "Community 48", "source_file": "frontend/tsconfig.json", "file_type": "code", "degree": 1}, {"id": "frontend_eslint_config_js", "label": "eslint.config.js", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "eslint.config.js", "community": 50, "community_name": "Community 50", "source_file": "frontend/eslint.config.js", "file_type": "code", "degree": 0}, {"id": "frontend_vite_config_ts", "label": "vite.config.ts", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "vite.config.ts", "community": 51, "community_name": "Community 51", "source_file": "frontend/vite.config.ts", "file_type": "code", "degree": 0}, {"id": "frontend_src_app_tsx", "label": "App.tsx", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 28.0, "font": {"size": 12, "color": "#ffffff"}, "title": "App.tsx", "community": 19, "community_name": "Community 19", "source_file": "frontend/src/App.tsx", "file_type": "code", "degree": 18}, {"id": "src_app_authgate", "label": "AuthGate()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": "AuthGate()", "community": 19, "community_name": "Community 19", "source_file": "frontend/src/App.tsx", "file_type": "code", "degree": 2}, {"id": "src_app_adminroute", "label": "AdminRoute()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": "AdminRoute()", "community": 19, "community_name": "Community 19", "source_file": "frontend/src/App.tsx", "file_type": "code", "degree": 2}, {"id": "src_app_app", "label": "App()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "App()", "community": 19, "community_name": "Community 19", "source_file": "frontend/src/App.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_src_main_tsx", "label": "main.tsx", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": "main.tsx", "community": 19, "community_name": "Community 19", "source_file": "frontend/src/main.tsx", "file_type": "code", "degree": 2}, {"id": "src_main_msalinstance", "label": "msalInstance", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "msalInstance", "community": 19, "community_name": "Community 19", "source_file": "frontend/src/main.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_src_types_index_ts", "label": "index.ts", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 38.0, "font": {"size": 12, "color": "#ffffff"}, "title": "index.ts", "community": 14, "community_name": "Community 14", "source_file": "frontend/src/types/index.ts", "file_type": "code", "degree": 28}, {"id": "types_index_deliverable", "label": "Deliverable", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 17.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Deliverable", "community": 8, "community_name": "Community 8", "source_file": "frontend/src/types/index.ts", "file_type": "code", "degree": 7}, {"id": "types_index_sheetmeta", "label": "SheetMeta", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 13.0, "font": {"size": 0, "color": "#ffffff"}, "title": "SheetMeta", "community": 14, "community_name": "Community 14", "source_file": "frontend/src/types/index.ts", "file_type": "code", "degree": 3}, {"id": "types_index_client", "label": "Client", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 14.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Client", "community": 31, "community_name": "Community 31", "source_file": "frontend/src/types/index.ts", "file_type": "code", "degree": 4}, {"id": "types_index_categorydata", "label": "CategoryData", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 16.0, "font": {"size": 12, "color": "#ffffff"}, "title": "CategoryData", "community": 0, "community_name": "Community 0", "source_file": "frontend/src/types/index.ts", "file_type": "code", "degree": 6}, {"id": "types_index_user", "label": "User", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 14.0, "font": {"size": 0, "color": "#ffffff"}, "title": "User", "community": 0, "community_name": "Community 0", "source_file": "frontend/src/types/index.ts", "file_type": "code", "degree": 4}, {"id": "types_index_jobphase", "label": "JobPhase", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "JobPhase", "community": 14, "community_name": "Community 14", "source_file": "frontend/src/types/index.ts", "file_type": "code", "degree": 1}, {"id": "types_index_providerupdate", "label": "ProviderUpdate", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "ProviderUpdate", "community": 14, "community_name": "Community 14", "source_file": "frontend/src/types/index.ts", "file_type": "code", "degree": 1}, {"id": "types_index_jobsummary", "label": "JobSummary", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "JobSummary", "community": 14, "community_name": "Community 14", "source_file": "frontend/src/types/index.ts", "file_type": "code", "degree": 1}, {"id": "types_index_job", "label": "Job", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 15.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Job", "community": 14, "community_name": "Community 14", "source_file": "frontend/src/types/index.ts", "file_type": "code", "degree": 5}, {"id": "types_index_modelconfiguration", "label": "ModelConfiguration", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 13.0, "font": {"size": 0, "color": "#ffffff"}, "title": "ModelConfiguration", "community": 14, "community_name": "Community 14", "source_file": "frontend/src/types/index.ts", "file_type": "code", "degree": 3}, {"id": "stores_useclientstore_clientstore", "label": "ClientStore", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "ClientStore", "community": 31, "community_name": "Community 31", "source_file": "frontend/src/stores/useClientStore.ts", "file_type": "code", "degree": 1}, {"id": "stores_useclientstore_useclientstore", "label": "useClientStore", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 22.0, "font": {"size": 12, "color": "#ffffff"}, "title": "useClientStore", "community": 31, "community_name": "Community 31", "source_file": "frontend/src/stores/useClientStore.ts", "file_type": "code", "degree": 12}, {"id": "stores_usejobstore_jobstore", "label": "JobStore", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "JobStore", "community": 14, "community_name": "Community 14", "source_file": "frontend/src/stores/useJobStore.ts", "file_type": "code", "degree": 1}, {"id": "stores_usejobstore_usejobstore", "label": "useJobStore", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 18.0, "font": {"size": 12, "color": "#ffffff"}, "title": "useJobStore", "community": 14, "community_name": "Community 14", "source_file": "frontend/src/stores/useJobStore.ts", "file_type": "code", "degree": 8}, {"id": "frontend_src_stores_usedropdownstore_ts", "label": "useDropdownStore.ts", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 18.0, "font": {"size": 12, "color": "#ffffff"}, "title": "useDropdownStore.ts", "community": 0, "community_name": "Community 0", "source_file": "frontend/src/stores/useDropdownStore.ts", "file_type": "code", "degree": 8}, {"id": "stores_usedropdownstore_dropdownstore", "label": "DropdownStore", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "DropdownStore", "community": 0, "community_name": "Community 0", "source_file": "frontend/src/stores/useDropdownStore.ts", "file_type": "code", "degree": 1}, {"id": "stores_useauthstore_authstore", "label": "AuthStore", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "AuthStore", "community": 19, "community_name": "Community 19", "source_file": "frontend/src/stores/useAuthStore.ts", "file_type": "code", "degree": 1}, {"id": "stores_useauthstore_useauthstore", "label": "useAuthStore", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 24.0, "font": {"size": 12, "color": "#ffffff"}, "title": "useAuthStore", "community": 19, "community_name": "Community 19", "source_file": "frontend/src/stores/useAuthStore.ts", "file_type": "code", "degree": 14}, {"id": "stores_usesheetstore_sheetstore", "label": "SheetStore", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "SheetStore", "community": 22, "community_name": "Community 22", "source_file": "frontend/src/stores/useSheetStore.ts", "file_type": "code", "degree": 1}, {"id": "stores_usesheetstore_usesheetstore", "label": "useSheetStore", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 23.0, "font": {"size": 12, "color": "#ffffff"}, "title": "useSheetStore", "community": 22, "community_name": "Community 22", "source_file": "frontend/src/stores/useSheetStore.ts", "file_type": "code", "degree": 13}, {"id": "frontend_src_components_errorboundary_tsx", "label": "ErrorBoundary.tsx", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 14.0, "font": {"size": 0, "color": "#ffffff"}, "title": "ErrorBoundary.tsx", "community": 45, "community_name": "Community 45", "source_file": "frontend/src/components/ErrorBoundary.tsx", "file_type": "code", "degree": 4}, {"id": "components_errorboundary_props", "label": "Props", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Props", "community": 45, "community_name": "Community 45", "source_file": "frontend/src/components/ErrorBoundary.tsx", "file_type": "code", "degree": 1}, {"id": "components_errorboundary_state", "label": "State", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "State", "community": 45, "community_name": "Community 45", "source_file": "frontend/src/components/ErrorBoundary.tsx", "file_type": "code", "degree": 1}, {"id": "components_errorboundary_errorboundary", "label": "ErrorBoundary", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 13.0, "font": {"size": 0, "color": "#ffffff"}, "title": "ErrorBoundary", "community": 45, "community_name": "Community 45", "source_file": "frontend/src/components/ErrorBoundary.tsx", "file_type": "code", "degree": 3}, {"id": "components_errorboundary_errorboundary_getderivedstatefromerror", "label": ".getDerivedStateFromError()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".getDerivedStateFromError()", "community": 45, "community_name": "Community 45", "source_file": "frontend/src/components/ErrorBoundary.tsx", "file_type": "code", "degree": 1}, {"id": "components_errorboundary_errorboundary_render", "label": ".render()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".render()", "community": 45, "community_name": "Community 45", "source_file": "frontend/src/components/ErrorBoundary.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_src_components_layout_topbar_tsx", "label": "TopBar.tsx", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 14.0, "font": {"size": 0, "color": "#ffffff"}, "title": "TopBar.tsx", "community": 19, "community_name": "Community 19", "source_file": "frontend/src/components/layout/TopBar.tsx", "file_type": "code", "degree": 4}, {"id": "layout_topbar_iconchevronleft", "label": "IconChevronLeft()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "IconChevronLeft()", "community": 19, "community_name": "Community 19", "source_file": "frontend/src/components/layout/TopBar.tsx", "file_type": "code", "degree": 1}, {"id": "layout_topbar_topbar", "label": "TopBar()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": "TopBar()", "community": 19, "community_name": "Community 19", "source_file": "frontend/src/components/layout/TopBar.tsx", "file_type": "code", "degree": 2}, {"id": "frontend_src_components_layout_appshell_tsx", "label": "AppShell.tsx", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 17.0, "font": {"size": 12, "color": "#ffffff"}, "title": "AppShell.tsx", "community": 22, "community_name": "Community 22", "source_file": "frontend/src/components/layout/AppShell.tsx", "file_type": "code", "degree": 7}, {"id": "layout_appshell_props", "label": "Props", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Props", "community": 22, "community_name": "Community 22", "source_file": "frontend/src/components/layout/AppShell.tsx", "file_type": "code", "degree": 1}, {"id": "layout_appshell_appshell", "label": "AppShell()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 13.0, "font": {"size": 0, "color": "#ffffff"}, "title": "AppShell()", "community": 22, "community_name": "Community 22", "source_file": "frontend/src/components/layout/AppShell.tsx", "file_type": "code", "degree": 3}, {"id": "frontend_src_components_layout_sidebar_tsx", "label": "Sidebar.tsx", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 20.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Sidebar.tsx", "community": 22, "community_name": "Community 22", "source_file": "frontend/src/components/layout/Sidebar.tsx", "file_type": "code", "degree": 10}, {"id": "layout_sidebar_iconfile", "label": "IconFile()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "IconFile()", "community": 22, "community_name": "Community 22", "source_file": "frontend/src/components/layout/Sidebar.tsx", "file_type": "code", "degree": 1}, {"id": "layout_sidebar_icongrid", "label": "IconGrid()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "IconGrid()", "community": 22, "community_name": "Community 22", "source_file": "frontend/src/components/layout/Sidebar.tsx", "file_type": "code", "degree": 1}, {"id": "layout_sidebar_iconsettings", "label": "IconSettings()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "IconSettings()", "community": 22, "community_name": "Community 22", "source_file": "frontend/src/components/layout/Sidebar.tsx", "file_type": "code", "degree": 1}, {"id": "layout_sidebar_iconupload", "label": "IconUpload()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "IconUpload()", "community": 22, "community_name": "Community 22", "source_file": "frontend/src/components/layout/Sidebar.tsx", "file_type": "code", "degree": 1}, {"id": "layout_sidebar_iconplus", "label": "IconPlus()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "IconPlus()", "community": 22, "community_name": "Community 22", "source_file": "frontend/src/components/layout/Sidebar.tsx", "file_type": "code", "degree": 1}, {"id": "layout_sidebar_iconhelp", "label": "IconHelp()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "IconHelp()", "community": 22, "community_name": "Community 22", "source_file": "frontend/src/components/layout/Sidebar.tsx", "file_type": "code", "degree": 1}, {"id": "layout_sidebar_sidebar", "label": "Sidebar()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 13.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Sidebar()", "community": 22, "community_name": "Community 22", "source_file": "frontend/src/components/layout/Sidebar.tsx", "file_type": "code", "degree": 3}, {"id": "admin_columnmappingstep_props", "label": "Props", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Props", "community": 0, "community_name": "Community 0", "source_file": "frontend/src/components/admin/ColumnMappingStep.tsx", "file_type": "code", "degree": 1}, {"id": "admin_columnmappingstep_field_labels", "label": "FIELD_LABELS", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "FIELD_LABELS", "community": 0, "community_name": "Community 0", "source_file": "frontend/src/components/admin/ColumnMappingStep.tsx", "file_type": "code", "degree": 1}, {"id": "admin_exporttemplateeditor_props", "label": "Props", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Props", "community": 6, "community_name": "Community 6", "source_file": "frontend/src/components/admin/ExportTemplateEditor.tsx", "file_type": "code", "degree": 1}, {"id": "admin_exporttemplateeditor_exporttemplateeditor", "label": "ExportTemplateEditor()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 16.0, "font": {"size": 12, "color": "#ffffff"}, "title": "ExportTemplateEditor()", "community": 6, "community_name": "Community 6", "source_file": "frontend/src/components/admin/ExportTemplateEditor.tsx", "file_type": "code", "degree": 6}, {"id": "brief_jobprogresscard_phase_labels", "label": "PHASE_LABELS", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "PHASE_LABELS", "community": 14, "community_name": "Community 14", "source_file": "frontend/src/components/brief/JobProgressCard.tsx", "file_type": "code", "degree": 1}, {"id": "brief_jobprogresscard_props", "label": "Props", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Props", "community": 14, "community_name": "Community 14", "source_file": "frontend/src/components/brief/JobProgressCard.tsx", "file_type": "code", "degree": 1}, {"id": "brief_jobprogresscard_jobprogresscard", "label": "JobProgressCard()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 16.0, "font": {"size": 12, "color": "#ffffff"}, "title": "JobProgressCard()", "community": 14, "community_name": "Community 14", "source_file": "frontend/src/components/brief/JobProgressCard.tsx", "file_type": "code", "degree": 6}, {"id": "brief_filedropzone_props", "label": "Props", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Props", "community": 14, "community_name": "Community 14", "source_file": "frontend/src/components/brief/FileDropzone.tsx", "file_type": "code", "degree": 1}, {"id": "brief_filedropzone_accepted", "label": "ACCEPTED", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "ACCEPTED", "community": 14, "community_name": "Community 14", "source_file": "frontend/src/components/brief/FileDropzone.tsx", "file_type": "code", "degree": 1}, {"id": "brief_filedropzone_filedropzone", "label": "FileDropzone()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 13.0, "font": {"size": 0, "color": "#ffffff"}, "title": "FileDropzone()", "community": 14, "community_name": "Community 14", "source_file": "frontend/src/components/brief/FileDropzone.tsx", "file_type": "code", "degree": 3}, {"id": "sheet_aiquestionmodal_props", "label": "Props", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Props", "community": 6, "community_name": "Community 6", "source_file": "frontend/src/components/sheet/AIQuestionModal.tsx", "file_type": "code", "degree": 1}, {"id": "sheet_aiquestionmodal_aiquestionmodal", "label": "AIQuestionModal()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": "AIQuestionModal()", "community": 6, "community_name": "Community 6", "source_file": "frontend/src/components/sheet/AIQuestionModal.tsx", "file_type": "code", "degree": 2}, {"id": "sheet_aiactivitylog_logentry", "label": "LogEntry", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": "LogEntry", "community": 6, "community_name": "Community 6", "source_file": "frontend/src/components/sheet/AIActivityLog.tsx", "file_type": "code", "degree": 2}, {"id": "sheet_aiactivitylog_props", "label": "Props", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Props", "community": 6, "community_name": "Community 6", "source_file": "frontend/src/components/sheet/AIActivityLog.tsx", "file_type": "code", "degree": 1}, {"id": "sheet_aiactivitylog_aiactivitylog", "label": "AIActivityLog()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 13.0, "font": {"size": 0, "color": "#ffffff"}, "title": "AIActivityLog()", "community": 6, "community_name": "Community 6", "source_file": "frontend/src/components/sheet/AIActivityLog.tsx", "file_type": "code", "degree": 3}, {"id": "frontend_src_components_sheet_commandbar_tsx", "label": "CommandBar.tsx", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 16.0, "font": {"size": 12, "color": "#ffffff"}, "title": "CommandBar.tsx", "community": 6, "community_name": "Community 6", "source_file": "frontend/src/components/sheet/CommandBar.tsx", "file_type": "code", "degree": 6}, {"id": "sheet_commandbar_iconmic", "label": "IconMic()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "IconMic()", "community": 6, "community_name": "Community 6", "source_file": "frontend/src/components/sheet/CommandBar.tsx", "file_type": "code", "degree": 1}, {"id": "sheet_commandbar_iconsend", "label": "IconSend()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "IconSend()", "community": 6, "community_name": "Community 6", "source_file": "frontend/src/components/sheet/CommandBar.tsx", "file_type": "code", "degree": 1}, {"id": "sheet_commandbar_props", "label": "Props", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Props", "community": 6, "community_name": "Community 6", "source_file": "frontend/src/components/sheet/CommandBar.tsx", "file_type": "code", "degree": 1}, {"id": "sheet_commandbar_commandbar", "label": "CommandBar()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": "CommandBar()", "community": 6, "community_name": "Community 6", "source_file": "frontend/src/components/sheet/CommandBar.tsx", "file_type": "code", "degree": 2}, {"id": "frontend_src_hooks_usespeechrecognition_ts", "label": "useSpeechRecognition.ts", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 13.0, "font": {"size": 0, "color": "#ffffff"}, "title": "useSpeechRecognition.ts", "community": 6, "community_name": "Community 6", "source_file": "frontend/src/hooks/useSpeechRecognition.ts", "file_type": "code", "degree": 3}, {"id": "hooks_usespeechrecognition_speechrecognitionhook", "label": "SpeechRecognitionHook", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "SpeechRecognitionHook", "community": 6, "community_name": "Community 6", "source_file": "frontend/src/hooks/useSpeechRecognition.ts", "file_type": "code", "degree": 1}, {"id": "hooks_usewebsocket_usewebsocket", "label": "useWebSocket()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 15.0, "font": {"size": 12, "color": "#ffffff"}, "title": "useWebSocket()", "community": 22, "community_name": "Community 22", "source_file": "frontend/src/hooks/useWebSocket.ts", "file_type": "code", "degree": 5}, {"id": "frontend_src_api_dropdowns_ts", "label": "dropdowns.ts", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 15.0, "font": {"size": 12, "color": "#ffffff"}, "title": "dropdowns.ts", "community": 0, "community_name": "Community 0", "source_file": "frontend/src/api/dropdowns.ts", "file_type": "code", "degree": 5}, {"id": "api_dropdowns_getcategories", "label": "getCategories()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 14.0, "font": {"size": 0, "color": "#ffffff"}, "title": "getCategories()", "community": 0, "community_name": "Community 0", "source_file": "frontend/src/api/dropdowns.ts", "file_type": "code", "degree": 4}, {"id": "frontend_src_api_clients_ts", "label": "clients.ts", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 18.0, "font": {"size": 12, "color": "#ffffff"}, "title": "clients.ts", "community": 31, "community_name": "Community 31", "source_file": "frontend/src/api/clients.ts", "file_type": "code", "degree": 8}, {"id": "api_clients_listclients", "label": "listClients()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 14.0, "font": {"size": 0, "color": "#ffffff"}, "title": "listClients()", "community": 31, "community_name": "Community 31", "source_file": "frontend/src/api/clients.ts", "file_type": "code", "degree": 4}, {"id": "api_clients_createclient", "label": "createClient()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 15.0, "font": {"size": 12, "color": "#ffffff"}, "title": "createClient()", "community": 31, "community_name": "Community 31", "source_file": "frontend/src/api/clients.ts", "file_type": "code", "degree": 5}, {"id": "api_clients_deleteclient", "label": "deleteClient()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 14.0, "font": {"size": 0, "color": "#ffffff"}, "title": "deleteClient()", "community": 31, "community_name": "Community 31", "source_file": "frontend/src/api/clients.ts", "file_type": "code", "degree": 4}, {"id": "api_clients_updateclient", "label": "updateClient()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 15.0, "font": {"size": 12, "color": "#ffffff"}, "title": "updateClient()", "community": 31, "community_name": "Community 31", "source_file": "frontend/src/api/clients.ts", "file_type": "code", "degree": 5}, {"id": "frontend_src_api_admin_ts", "label": "admin.ts", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 40.0, "font": {"size": 12, "color": "#ffffff"}, "title": "admin.ts", "community": 0, "community_name": "Community 0", "source_file": "frontend/src/api/admin.ts", "file_type": "code", "degree": 30}, {"id": "api_admin_columnmapping", "label": "ColumnMapping", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 16.0, "font": {"size": 12, "color": "#ffffff"}, "title": "ColumnMapping", "community": 0, "community_name": "Community 0", "source_file": "frontend/src/api/admin.ts", "file_type": "code", "degree": 6}, {"id": "api_admin_listusers", "label": "listUsers()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": "listUsers()", "community": 0, "community_name": "Community 0", "source_file": "frontend/src/api/admin.ts", "file_type": "code", "degree": 2}, {"id": "api_admin_updateuser", "label": "updateUser()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": "updateUser()", "community": 0, "community_name": "Community 0", "source_file": "frontend/src/api/admin.ts", "file_type": "code", "degree": 2}, {"id": "api_admin_detectdropdownmapping", "label": "detectDropdownMapping()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": "detectDropdownMapping()", "community": 0, "community_name": "Community 0", "source_file": "frontend/src/api/admin.ts", "file_type": "code", "degree": 2}, {"id": "api_admin_uploaddropdowns", "label": "uploadDropdowns()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 22.0, "font": {"size": 12, "color": "#ffffff"}, "title": "uploadDropdowns()", "community": 0, "community_name": "Community 0", "source_file": "frontend/src/api/admin.ts", "file_type": "code", "degree": 12}, {"id": "api_admin_previewdropdowns", "label": "previewDropdowns()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 14.0, "font": {"size": 0, "color": "#ffffff"}, "title": "previewDropdowns()", "community": 0, "community_name": "Community 0", "source_file": "frontend/src/api/admin.ts", "file_type": "code", "degree": 4}, {"id": "api_admin_detectclientdropdownmapping", "label": "detectClientDropdownMapping()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": "detectClientDropdownMapping()", "community": 0, "community_name": "Community 0", "source_file": "frontend/src/api/admin.ts", "file_type": "code", "degree": 2}, {"id": "api_admin_uploadclientdropdowns", "label": "uploadClientDropdowns()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 17.0, "font": {"size": 12, "color": "#ffffff"}, "title": "uploadClientDropdowns()", "community": 0, "community_name": "Community 0", "source_file": "frontend/src/api/admin.ts", "file_type": "code", "degree": 7}, {"id": "api_admin_previewclientdropdowns", "label": "previewClientDropdowns()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 14.0, "font": {"size": 0, "color": "#ffffff"}, "title": "previewClientDropdowns()", "community": 0, "community_name": "Community 0", "source_file": "frontend/src/api/admin.ts", "file_type": "code", "degree": 4}, {"id": "api_admin_deleteclientdropdowns", "label": "deleteClientDropdowns()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 15.0, "font": {"size": 12, "color": "#ffffff"}, "title": "deleteClientDropdowns()", "community": 0, "community_name": "Community 0", "source_file": "frontend/src/api/admin.ts", "file_type": "code", "degree": 5}, {"id": "api_admin_exporttemplatecolumn", "label": "ExportTemplateColumn", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 15.0, "font": {"size": 12, "color": "#ffffff"}, "title": "ExportTemplateColumn", "community": 6, "community_name": "Community 6", "source_file": "frontend/src/api/admin.ts", "file_type": "code", "degree": 5}, {"id": "api_admin_detecttemplateresult", "label": "DetectTemplateResult", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 13.0, "font": {"size": 0, "color": "#ffffff"}, "title": "DetectTemplateResult", "community": 6, "community_name": "Community 6", "source_file": "frontend/src/api/admin.ts", "file_type": "code", "degree": 3}, {"id": "api_admin_getglobalexporttemplate", "label": "getGlobalExportTemplate()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 13.0, "font": {"size": 0, "color": "#ffffff"}, "title": "getGlobalExportTemplate()", "community": 0, "community_name": "Community 0", "source_file": "frontend/src/api/admin.ts", "file_type": "code", "degree": 3}, {"id": "api_admin_detectglobalexporttemplate", "label": "detectGlobalExportTemplate()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 13.0, "font": {"size": 0, "color": "#ffffff"}, "title": "detectGlobalExportTemplate()", "community": 0, "community_name": "Community 0", "source_file": "frontend/src/api/admin.ts", "file_type": "code", "degree": 3}, {"id": "api_admin_saveglobalexporttemplate", "label": "saveGlobalExportTemplate()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 13.0, "font": {"size": 0, "color": "#ffffff"}, "title": "saveGlobalExportTemplate()", "community": 0, "community_name": "Community 0", "source_file": "frontend/src/api/admin.ts", "file_type": "code", "degree": 3}, {"id": "api_admin_deleteglobalexporttemplate", "label": "deleteGlobalExportTemplate()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 13.0, "font": {"size": 0, "color": "#ffffff"}, "title": "deleteGlobalExportTemplate()", "community": 0, "community_name": "Community 0", "source_file": "frontend/src/api/admin.ts", "file_type": "code", "degree": 3}, {"id": "api_admin_getclientexporttemplate", "label": "getClientExportTemplate()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 16.0, "font": {"size": 12, "color": "#ffffff"}, "title": "getClientExportTemplate()", "community": 0, "community_name": "Community 0", "source_file": "frontend/src/api/admin.ts", "file_type": "code", "degree": 6}, {"id": "api_admin_detectclientexporttemplate", "label": "detectClientExportTemplate()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 15.0, "font": {"size": 12, "color": "#ffffff"}, "title": "detectClientExportTemplate()", "community": 0, "community_name": "Community 0", "source_file": "frontend/src/api/admin.ts", "file_type": "code", "degree": 5}, {"id": "api_admin_saveclientexporttemplate", "label": "saveClientExportTemplate()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 15.0, "font": {"size": 12, "color": "#ffffff"}, "title": "saveClientExportTemplate()", "community": 0, "community_name": "Community 0", "source_file": "frontend/src/api/admin.ts", "file_type": "code", "degree": 5}, {"id": "frontend_src_api_jobs_ts", "label": "jobs.ts", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 23.0, "font": {"size": 12, "color": "#ffffff"}, "title": "jobs.ts", "community": 14, "community_name": "Community 14", "source_file": "frontend/src/api/jobs.ts", "file_type": "code", "degree": 13}, {"id": "api_jobs_listjobs", "label": "listJobs()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "listJobs()", "community": 14, "community_name": "Community 14", "source_file": "frontend/src/api/jobs.ts", "file_type": "code", "degree": 1}, {"id": "api_jobs_getjob", "label": "getJob()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "getJob()", "community": 14, "community_name": "Community 14", "source_file": "frontend/src/api/jobs.ts", "file_type": "code", "degree": 1}, {"id": "api_jobs_createjob", "label": "createJob()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "createJob()", "community": 14, "community_name": "Community 14", "source_file": "frontend/src/api/jobs.ts", "file_type": "code", "degree": 1}, {"id": "api_jobs_deletejob", "label": "deleteJob()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "deleteJob()", "community": 14, "community_name": "Community 14", "source_file": "frontend/src/api/jobs.ts", "file_type": "code", "degree": 1}, {"id": "api_jobs_getjobdeliverables", "label": "getJobDeliverables()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 16.0, "font": {"size": 12, "color": "#ffffff"}, "title": "getJobDeliverables()", "community": 10, "community_name": "Community 10", "source_file": "frontend/src/api/jobs.ts", "file_type": "code", "degree": 6}, {"id": "api_jobs_getjobstats", "label": "getJobStats()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 14.0, "font": {"size": 0, "color": "#ffffff"}, "title": "getJobStats()", "community": 10, "community_name": "Community 10", "source_file": "frontend/src/api/jobs.ts", "file_type": "code", "degree": 4}, {"id": "frontend_src_api_client_ts", "label": "client.ts", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 24.0, "font": {"size": 12, "color": "#ffffff"}, "title": "client.ts", "community": 19, "community_name": "Community 19", "source_file": "frontend/src/api/client.ts", "file_type": "code", "degree": 14}, {"id": "api_client_api", "label": "api", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "api", "community": 19, "community_name": "Community 19", "source_file": "frontend/src/api/client.ts", "file_type": "code", "degree": 1}, {"id": "api_client_tokenrefresher", "label": "TokenRefresher", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "TokenRefresher", "community": 19, "community_name": "Community 19", "source_file": "frontend/src/api/client.ts", "file_type": "code", "degree": 1}, {"id": "api_client_registertokenrefresher", "label": "registerTokenRefresher()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": "registerTokenRefresher()", "community": 19, "community_name": "Community 19", "source_file": "frontend/src/api/client.ts", "file_type": "code", "degree": 2}, {"id": "api_client_istokenexpired", "label": "isTokenExpired()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "isTokenExpired()", "community": 19, "community_name": "Community 19", "source_file": "frontend/src/api/client.ts", "file_type": "code", "degree": 1}, {"id": "api_client_token", "label": "token", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "token", "community": 19, "community_name": "Community 19", "source_file": "frontend/src/api/client.ts", "file_type": "code", "degree": 1}, {"id": "frontend_src_api_ai_ts", "label": "ai.ts", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 17.0, "font": {"size": 12, "color": "#ffffff"}, "title": "ai.ts", "community": 6, "community_name": "Community 6", "source_file": "frontend/src/api/ai.ts", "file_type": "code", "degree": 7}, {"id": "api_ai_commandresult", "label": "CommandResult", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "CommandResult", "community": 6, "community_name": "Community 6", "source_file": "frontend/src/api/ai.ts", "file_type": "code", "degree": 1}, {"id": "api_ai_sendcommand", "label": "sendCommand()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": "sendCommand()", "community": 6, "community_name": "Community 6", "source_file": "frontend/src/api/ai.ts", "file_type": "code", "degree": 2}, {"id": "api_ai_updatesheetclient", "label": "updateSheetClient()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 15.0, "font": {"size": 12, "color": "#ffffff"}, "title": "updateSheetClient()", "community": 34, "community_name": "Community 34", "source_file": "frontend/src/api/ai.ts", "file_type": "code", "degree": 5}, {"id": "frontend_src_api_sheets_ts", "label": "sheets.ts", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 26.0, "font": {"size": 12, "color": "#ffffff"}, "title": "sheets.ts", "community": 8, "community_name": "Community 8", "source_file": "frontend/src/api/sheets.ts", "file_type": "code", "degree": 16}, {"id": "api_sheets_listsheets", "label": "listSheets()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "listSheets()", "community": 8, "community_name": "Community 8", "source_file": "frontend/src/api/sheets.ts", "file_type": "code", "degree": 1}, {"id": "api_sheets_createsheet", "label": "createSheet()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 16.0, "font": {"size": 12, "color": "#ffffff"}, "title": "createSheet()", "community": 8, "community_name": "Community 8", "source_file": "frontend/src/api/sheets.ts", "file_type": "code", "degree": 6}, {"id": "api_sheets_loadsheet", "label": "loadSheet()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "loadSheet()", "community": 8, "community_name": "Community 8", "source_file": "frontend/src/api/sheets.ts", "file_type": "code", "degree": 1}, {"id": "api_sheets_updatesheet", "label": "updateSheet()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 17.0, "font": {"size": 12, "color": "#ffffff"}, "title": "updateSheet()", "community": 8, "community_name": "Community 8", "source_file": "frontend/src/api/sheets.ts", "file_type": "code", "degree": 7}, {"id": "api_sheets_deletesheet", "label": "deleteSheet()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "deleteSheet()", "community": 8, "community_name": "Community 8", "source_file": "frontend/src/api/sheets.ts", "file_type": "code", "degree": 1}, {"id": "api_sheets_renamesheet", "label": "renameSheet()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 15.0, "font": {"size": 12, "color": "#ffffff"}, "title": "renameSheet()", "community": 8, "community_name": "Community 8", "source_file": "frontend/src/api/sheets.ts", "file_type": "code", "degree": 5}, {"id": "api_sheets_duplicatesheet", "label": "duplicateSheet()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 15.0, "font": {"size": 12, "color": "#ffffff"}, "title": "duplicateSheet()", "community": 8, "community_name": "Community 8", "source_file": "frontend/src/api/sheets.ts", "file_type": "code", "degree": 5}, {"id": "api_sheets_importdeliverables", "label": "importDeliverables()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 17.0, "font": {"size": 12, "color": "#ffffff"}, "title": "importDeliverables()", "community": 8, "community_name": "Community 8", "source_file": "frontend/src/api/sheets.ts", "file_type": "code", "degree": 7}, {"id": "api_sheets_exportsheet", "label": "exportSheet()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": "exportSheet()", "community": 6, "community_name": "Community 6", "source_file": "frontend/src/api/sheets.ts", "file_type": "code", "degree": 2}, {"id": "frontend_src_api_exporttemplate_ts", "label": "exportTemplate.ts", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 19.0, "font": {"size": 12, "color": "#ffffff"}, "title": "exportTemplate.ts", "community": 6, "community_name": "Community 6", "source_file": "frontend/src/api/exportTemplate.ts", "file_type": "code", "degree": 9}, {"id": "api_exporttemplate_getuserexporttemplate", "label": "getUserExportTemplate()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": "getUserExportTemplate()", "community": 6, "community_name": "Community 6", "source_file": "frontend/src/api/exportTemplate.ts", "file_type": "code", "degree": 2}, {"id": "api_exporttemplate_detectuserexporttemplate", "label": "detectUserExportTemplate()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": "detectUserExportTemplate()", "community": 6, "community_name": "Community 6", "source_file": "frontend/src/api/exportTemplate.ts", "file_type": "code", "degree": 2}, {"id": "api_exporttemplate_saveuserexporttemplate", "label": "saveUserExportTemplate()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": "saveUserExportTemplate()", "community": 6, "community_name": "Community 6", "source_file": "frontend/src/api/exportTemplate.ts", "file_type": "code", "degree": 2}, {"id": "api_exporttemplate_deleteuserexporttemplate", "label": "deleteUserExportTemplate()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": "deleteUserExportTemplate()", "community": 6, "community_name": "Community 6", "source_file": "frontend/src/api/exportTemplate.ts", "file_type": "code", "degree": 2}, {"id": "pages_loginpage_loginpage", "label": "LoginPage()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": "LoginPage()", "community": 19, "community_name": "Community 19", "source_file": "frontend/src/pages/LoginPage.tsx", "file_type": "code", "degree": 2}, {"id": "pages_briefreviewpage_editable_fields", "label": "EDITABLE_FIELDS", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "EDITABLE_FIELDS", "community": 8, "community_name": "Community 8", "source_file": "frontend/src/pages/BriefReviewPage.tsx", "file_type": "code", "degree": 1}, {"id": "pages_briefreviewpage_briefreviewpage", "label": "BriefReviewPage()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 19.0, "font": {"size": 12, "color": "#ffffff"}, "title": "BriefReviewPage()", "community": 8, "community_name": "Community 8", "source_file": "frontend/src/pages/BriefReviewPage.tsx", "file_type": "code", "degree": 9}, {"id": "frontend_src_pages_sheetpage_tsx", "label": "SheetPage.tsx", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 35.0, "font": {"size": 12, "color": "#ffffff"}, "title": "SheetPage.tsx", "community": 6, "community_name": "Community 6", "source_file": "frontend/src/pages/SheetPage.tsx", "file_type": "code", "degree": 25}, {"id": "pages_sheetpage_status_options", "label": "STATUS_OPTIONS", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "STATUS_OPTIONS", "community": 6, "community_name": "Community 6", "source_file": "frontend/src/pages/SheetPage.tsx", "file_type": "code", "degree": 1}, {"id": "pages_sheetpage_sheetpage", "label": "SheetPage()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 14.0, "font": {"size": 0, "color": "#ffffff"}, "title": "SheetPage()", "community": 22, "community_name": "Community 22", "source_file": "frontend/src/pages/SheetPage.tsx", "file_type": "code", "degree": 4}, {"id": "frontend_src_pages_helppage_tsx", "label": "HelpPage.tsx", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 22.0, "font": {"size": 12, "color": "#ffffff"}, "title": "HelpPage.tsx", "community": 35, "community_name": "Community 35", "source_file": "frontend/src/pages/HelpPage.tsx", "file_type": "code", "degree": 12}, {"id": "pages_helppage_section", "label": "Section", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Section", "community": 35, "community_name": "Community 35", "source_file": "frontend/src/pages/HelpPage.tsx", "file_type": "code", "degree": 1}, {"id": "pages_helppage_h2", "label": "H2()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "H2()", "community": 35, "community_name": "Community 35", "source_file": "frontend/src/pages/HelpPage.tsx", "file_type": "code", "degree": 1}, {"id": "pages_helppage_h3", "label": "H3()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "H3()", "community": 35, "community_name": "Community 35", "source_file": "frontend/src/pages/HelpPage.tsx", "file_type": "code", "degree": 1}, {"id": "pages_helppage_p", "label": "P()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "P()", "community": 35, "community_name": "Community 35", "source_file": "frontend/src/pages/HelpPage.tsx", "file_type": "code", "degree": 1}, {"id": "pages_helppage_li", "label": "Li()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Li()", "community": 35, "community_name": "Community 35", "source_file": "frontend/src/pages/HelpPage.tsx", "file_type": "code", "degree": 1}, {"id": "pages_helppage_code", "label": "Code()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Code()", "community": 35, "community_name": "Community 35", "source_file": "frontend/src/pages/HelpPage.tsx", "file_type": "code", "degree": 1}, {"id": "pages_helppage_tip", "label": "Tip()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Tip()", "community": 35, "community_name": "Community 35", "source_file": "frontend/src/pages/HelpPage.tsx", "file_type": "code", "degree": 1}, {"id": "pages_helppage_steps", "label": "Steps()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Steps()", "community": 35, "community_name": "Community 35", "source_file": "frontend/src/pages/HelpPage.tsx", "file_type": "code", "degree": 1}, {"id": "pages_helppage_sections", "label": "SECTIONS", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "SECTIONS", "community": 35, "community_name": "Community 35", "source_file": "frontend/src/pages/HelpPage.tsx", "file_type": "code", "degree": 1}, {"id": "pages_helppage_helppage", "label": "HelpPage()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": "HelpPage()", "community": 19, "community_name": "Community 19", "source_file": "frontend/src/pages/HelpPage.tsx", "file_type": "code", "degree": 2}, {"id": "pages_briefuploadpage_briefuploadpage", "label": "BriefUploadPage()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 15.0, "font": {"size": 12, "color": "#ffffff"}, "title": "BriefUploadPage()", "community": 14, "community_name": "Community 14", "source_file": "frontend/src/pages/BriefUploadPage.tsx", "file_type": "code", "degree": 5}, {"id": "pages_dashboardpage_iconarrow", "label": "IconArrow()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "IconArrow()", "community": 47, "community_name": "Community 47", "source_file": "frontend/src/pages/DashboardPage.tsx", "file_type": "code", "degree": 1}, {"id": "pages_dashboardpage_icondoc", "label": "IconDoc()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "IconDoc()", "community": 47, "community_name": "Community 47", "source_file": "frontend/src/pages/DashboardPage.tsx", "file_type": "code", "degree": 1}, {"id": "pages_dashboardpage_icongrid", "label": "IconGrid()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "IconGrid()", "community": 47, "community_name": "Community 47", "source_file": "frontend/src/pages/DashboardPage.tsx", "file_type": "code", "degree": 1}, {"id": "pages_dashboardpage_dashboardpage", "label": "DashboardPage()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 17.0, "font": {"size": 12, "color": "#ffffff"}, "title": "DashboardPage()", "community": 47, "community_name": "Community 47", "source_file": "frontend/src/pages/DashboardPage.tsx", "file_type": "code", "degree": 7}, {"id": "admin_adminuserspage_adminuserspage", "label": "AdminUsersPage()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 16.0, "font": {"size": 12, "color": "#ffffff"}, "title": "AdminUsersPage()", "community": 0, "community_name": "Community 0", "source_file": "frontend/src/pages/admin/AdminUsersPage.tsx", "file_type": "code", "degree": 6}, {"id": "admin_admindropdownspage_admindropdownspage", "label": "AdminDropdownsPage()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 20.0, "font": {"size": 12, "color": "#ffffff"}, "title": "AdminDropdownsPage()", "community": 0, "community_name": "Community 0", "source_file": "frontend/src/pages/admin/AdminDropdownsPage.tsx", "file_type": "code", "degree": 10}, {"id": "admin_adminclientspage_uploadstate", "label": "UploadState", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "UploadState", "community": 0, "community_name": "Community 0", "source_file": "frontend/src/pages/admin/AdminClientsPage.tsx", "file_type": "code", "degree": 1}, {"id": "admin_adminclientspage_adminclientspage", "label": "AdminClientsPage()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 31.0, "font": {"size": 12, "color": "#ffffff"}, "title": "AdminClientsPage()", "community": 0, "community_name": "Community 0", "source_file": "frontend/src/pages/admin/AdminClientsPage.tsx", "file_type": "code", "degree": 21}, {"id": "admin_adminclientspage_clientexporttemplate", "label": "ClientExportTemplate()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "ClientExportTemplate()", "community": 0, "community_name": "Community 0", "source_file": "frontend/src/pages/admin/AdminClientsPage.tsx", "file_type": "code", "degree": 1}, {"id": "admin_adminclientspage_clientcardprops", "label": "ClientCardProps", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "ClientCardProps", "community": 0, "community_name": "Community 0", "source_file": "frontend/src/pages/admin/AdminClientsPage.tsx", "file_type": "code", "degree": 1}, {"id": "admin_adminclientspage_clientcard", "label": "ClientCard()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "ClientCard()", "community": 0, "community_name": "Community 0", "source_file": "frontend/src/pages/admin/AdminClientsPage.tsx", "file_type": "code", "degree": 1}, {"id": "backend_run_server_py", "label": "run_server.py", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": "run_server.py", "community": 7, "community_name": "Community 7", "source_file": "backend/run_server.py", "file_type": "code", "degree": 2}, {"id": "backend_run_server_async_main", "label": "async_main()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 14.0, "font": {"size": 0, "color": "#ffffff"}, "title": "async_main()", "community": 7, "community_name": "Community 7", "source_file": "backend/run_server.py", "file_type": "code", "degree": 4}, {"id": "backend_run_server_main", "label": "main()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": "main()", "community": 7, "community_name": "Community 7", "source_file": "backend/run_server.py", "file_type": "code", "degree": 2}, {"id": "backend_run_server_rationale_25", "label": "Async main function with proper signal handling", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Async main function with proper signal handling", "community": 7, "community_name": "Community 7", "source_file": "backend/run_server.py", "file_type": "rationale", "degree": 1}, {"id": "backend_core_config_py", "label": "config.py", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 23.0, "font": {"size": 12, "color": "#ffffff"}, "title": "config.py", "community": 38, "community_name": "Community 38", "source_file": "backend/core/config.py", "file_type": "code", "degree": 13}, {"id": "core_config_config", "label": "Config", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Config", "community": 38, "community_name": "Community 38", "source_file": "backend/core/config.py", "file_type": "code", "degree": 2}, {"id": "core_config_validate_api_keys", "label": "validate_api_keys()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "validate_api_keys()", "community": 38, "community_name": "Community 38", "source_file": "backend/core/config.py", "file_type": "code", "degree": 1}, {"id": "core_config_get_provider_config", "label": "get_provider_config()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "get_provider_config()", "community": 38, "community_name": "Community 38", "source_file": "backend/core/config.py", "file_type": "code", "degree": 1}, {"id": "core_config_get_default_primary_models", "label": "get_default_primary_models()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "get_default_primary_models()", "community": 38, "community_name": "Community 38", "source_file": "backend/core/config.py", "file_type": "code", "degree": 1}, {"id": "core_config_get_model_info", "label": "get_model_info()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "get_model_info()", "community": 38, "community_name": "Community 38", "source_file": "backend/core/config.py", "file_type": "code", "degree": 1}, {"id": "core_config_estimate_cost", "label": "estimate_cost()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "estimate_cost()", "community": 38, "community_name": "Community 38", "source_file": "backend/core/config.py", "file_type": "code", "degree": 1}, {"id": "core_config_rationale_1", "label": "Configuration management for Enhanced Brief Processing System Loads environment", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Configuration management for Enhanced Brief Processing System Loads environment", "community": 38, "community_name": "Community 38", "source_file": "backend/core/config.py", "file_type": "rationale", "degree": 1}, {"id": "core_config_rationale_14", "label": "Centralized configuration management", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Centralized configuration management", "community": 38, "community_name": "Community 38", "source_file": "backend/core/config.py", "file_type": "rationale", "degree": 1}, {"id": "core_config_rationale_83", "label": "Validate that required API keys are set", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Validate that required API keys are set", "community": 52, "community_name": "Community 52", "source_file": "backend/core/config.py", "file_type": "rationale", "degree": 0}, {"id": "core_config_rationale_93", "label": "Get configuration for a specific provider", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Get configuration for a specific provider", "community": 53, "community_name": "Community 53", "source_file": "backend/core/config.py", "file_type": "rationale", "degree": 0}, {"id": "core_config_rationale_126", "label": "Get default list of primary analysis models", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Get default list of primary analysis models", "community": 54, "community_name": "Community 54", "source_file": "backend/core/config.py", "file_type": "rationale", "degree": 0}, {"id": "core_config_rationale_131", "label": "Get provider and model name for a model key", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Get provider and model name for a model key", "community": 55, "community_name": "Community 55", "source_file": "backend/core/config.py", "file_type": "rationale", "degree": 0}, {"id": "core_config_rationale_138", "label": "Estimate processing cost for a model", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Estimate processing cost for a model", "community": 56, "community_name": "Community 56", "source_file": "backend/core/config.py", "file_type": "rationale", "degree": 0}, {"id": "backend_core_process_brief_enhanced_py", "label": "process_brief_enhanced.py", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 30.0, "font": {"size": 12, "color": "#ffffff"}, "title": "process_brief_enhanced.py", "community": 18, "community_name": "Community 18", "source_file": "backend/core/process_brief_enhanced.py", "file_type": "code", "degree": 20}, {"id": "core_process_brief_enhanced_basedeliverable", "label": "BaseDeliverable", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 16.0, "font": {"size": 12, "color": "#ffffff"}, "title": "BaseDeliverable", "community": 13, "community_name": "Community 13", "source_file": "backend/core/process_brief_enhanced.py", "file_type": "code", "degree": 6}, {"id": "basemodel", "label": "BaseModel", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 17.0, "font": {"size": 12, "color": "#ffffff"}, "title": "BaseModel", "community": 33, "community_name": "Community 33", "source_file": "", "file_type": "code", "degree": 7}, {"id": "core_process_brief_enhanced_marketingasset", "label": "MarketingAsset", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 15.0, "font": {"size": 12, "color": "#ffffff"}, "title": "MarketingAsset", "community": 18, "community_name": "Community 18", "source_file": "backend/core/process_brief_enhanced.py", "file_type": "code", "degree": 5}, {"id": "core_process_brief_enhanced_baseextractionresult", "label": "BaseExtractionResult", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 15.0, "font": {"size": 12, "color": "#ffffff"}, "title": "BaseExtractionResult", "community": 33, "community_name": "Community 33", "source_file": "backend/core/process_brief_enhanced.py", "file_type": "code", "degree": 5}, {"id": "core_process_brief_enhanced_assetextractionresult", "label": "AssetExtractionResult", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 14.0, "font": {"size": 0, "color": "#ffffff"}, "title": "AssetExtractionResult", "community": 33, "community_name": "Community 33", "source_file": "backend/core/process_brief_enhanced.py", "file_type": "code", "degree": 4}, {"id": "core_process_brief_enhanced_load_universal_schema", "label": "_load_universal_schema()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_load_universal_schema()", "community": 18, "community_name": "Community 18", "source_file": "backend/core/process_brief_enhanced.py", "file_type": "code", "degree": 2}, {"id": "core_process_brief_enhanced_documenttype", "label": "DocumentType", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 14.0, "font": {"size": 0, "color": "#ffffff"}, "title": "DocumentType", "community": 32, "community_name": "Community 32", "source_file": "backend/core/process_brief_enhanced.py", "file_type": "code", "degree": 4}, {"id": "enum", "label": "Enum", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 16.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Enum", "community": 32, "community_name": "Community 32", "source_file": "", "file_type": "code", "degree": 6}, {"id": "core_process_brief_enhanced_tokenusage", "label": "TokenUsage", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 18.0, "font": {"size": 12, "color": "#ffffff"}, "title": "TokenUsage", "community": 41, "community_name": "Community 41", "source_file": "backend/core/process_brief_enhanced.py", "file_type": "code", "degree": 8}, {"id": "core_process_brief_enhanced_tokenusage_add_usage", "label": ".add_usage()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 13.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".add_usage()", "community": 41, "community_name": "Community 41", "source_file": "backend/core/process_brief_enhanced.py", "file_type": "code", "degree": 3}, {"id": "core_process_brief_enhanced_tokenusage_calculate_cost", "label": ".calculate_cost()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 13.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".calculate_cost()", "community": 41, "community_name": "Community 41", "source_file": "backend/core/process_brief_enhanced.py", "file_type": "code", "degree": 3}, {"id": "core_process_brief_enhanced_tokenusage_get_summary", "label": ".get_summary()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 13.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".get_summary()", "community": 41, "community_name": "Community 41", "source_file": "backend/core/process_brief_enhanced.py", "file_type": "code", "degree": 3}, {"id": "core_process_brief_enhanced_processingresult", "label": "ProcessingResult", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 16.0, "font": {"size": 12, "color": "#ffffff"}, "title": "ProcessingResult", "community": 23, "community_name": "Community 23", "source_file": "backend/core/process_brief_enhanced.py", "file_type": "code", "degree": 6}, {"id": "core_process_brief_enhanced_create_unique_title", "label": "create_unique_title()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 13.0, "font": {"size": 0, "color": "#ffffff"}, "title": "create_unique_title()", "community": 18, "community_name": "Community 18", "source_file": "backend/core/process_brief_enhanced.py", "file_type": "code", "degree": 3}, {"id": "core_process_brief_enhanced_expand_deliverables", "label": "expand_deliverables()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 15.0, "font": {"size": 12, "color": "#ffffff"}, "title": "expand_deliverables()", "community": 18, "community_name": "Community 18", "source_file": "backend/core/process_brief_enhanced.py", "file_type": "code", "degree": 5}, {"id": "core_process_brief_enhanced_documentanalyzer", "label": "DocumentAnalyzer", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 30.0, "font": {"size": 12, "color": "#ffffff"}, "title": "DocumentAnalyzer", "community": 5, "community_name": "Community 5", "source_file": "backend/core/process_brief_enhanced.py", "file_type": "code", "degree": 20}, {"id": "core_process_brief_enhanced_documentanalyzer_init", "label": ".__init__()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 15.0, "font": {"size": 12, "color": "#ffffff"}, "title": ".__init__()", "community": 5, "community_name": "Community 5", "source_file": "backend/core/process_brief_enhanced.py", "file_type": "code", "degree": 5}, {"id": "core_process_brief_enhanced_documentanalyzer_validate_models", "label": "._validate_models()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 13.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._validate_models()", "community": 5, "community_name": "Community 5", "source_file": "backend/core/process_brief_enhanced.py", "file_type": "code", "degree": 3}, {"id": "core_process_brief_enhanced_documentanalyzer_load_prompt", "label": "._load_prompt()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 14.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._load_prompt()", "community": 5, "community_name": "Community 5", "source_file": "backend/core/process_brief_enhanced.py", "file_type": "code", "degree": 4}, {"id": "core_process_brief_enhanced_documentanalyzer_save_base_deliverables_json", "label": "._save_base_deliverables_json()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._save_base_deliverables_json()", "community": 5, "community_name": "Community 5", "source_file": "backend/core/process_brief_enhanced.py", "file_type": "code", "degree": 2}, {"id": "core_process_brief_enhanced_documentanalyzer_classify_document", "label": ".classify_document()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 13.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".classify_document()", "community": 5, "community_name": "Community 5", "source_file": "backend/core/process_brief_enhanced.py", "file_type": "code", "degree": 3}, {"id": "core_process_brief_enhanced_documentanalyzer_encode_file_for_openai", "label": "._encode_file_for_openai()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._encode_file_for_openai()", "community": 5, "community_name": "Community 5", "source_file": "backend/core/process_brief_enhanced.py", "file_type": "code", "degree": 2}, {"id": "core_process_brief_enhanced_documentanalyzer_extract_document_content", "label": "._extract_document_content()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 14.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._extract_document_content()", "community": 5, "community_name": "Community 5", "source_file": "backend/core/process_brief_enhanced.py", "file_type": "code", "degree": 4}, {"id": "core_process_brief_enhanced_documentanalyzer_process_document_multi_model", "label": ".process_document_multi_model()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 19.0, "font": {"size": 12, "color": "#ffffff"}, "title": ".process_document_multi_model()", "community": 5, "community_name": "Community 5", "source_file": "backend/core/process_brief_enhanced.py", "file_type": "code", "degree": 9}, {"id": "core_process_brief_enhanced_documentanalyzer_perform_parallel_analysis", "label": "._perform_parallel_analysis()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 15.0, "font": {"size": 12, "color": "#ffffff"}, "title": "._perform_parallel_analysis()", "community": 5, "community_name": "Community 5", "source_file": "backend/core/process_brief_enhanced.py", "file_type": "code", "degree": 5}, {"id": "core_process_brief_enhanced_documentanalyzer_create_provider_progress_callback", "label": "._create_provider_progress_callback()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 13.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._create_provider_progress_callback()", "community": 5, "community_name": "Community 5", "source_file": "backend/core/process_brief_enhanced.py", "file_type": "code", "degree": 3}, {"id": "core_process_brief_enhanced_documentanalyzer_get_provider_name", "label": "._get_provider_name()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_provider_name()", "community": 5, "community_name": "Community 5", "source_file": "backend/core/process_brief_enhanced.py", "file_type": "code", "degree": 2}, {"id": "core_process_brief_enhanced_documentanalyzer_get_model_display_name", "label": "._get_model_display_name()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_model_display_name()", "community": 5, "community_name": "Community 5", "source_file": "backend/core/process_brief_enhanced.py", "file_type": "code", "degree": 2}, {"id": "core_process_brief_enhanced_documentanalyzer_enhance_and_validate_results", "label": "._enhance_and_validate_results()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 14.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._enhance_and_validate_results()", "community": 5, "community_name": "Community 5", "source_file": "backend/core/process_brief_enhanced.py", "file_type": "code", "degree": 4}, {"id": "core_process_brief_enhanced_documentanalyzer_extract_structured_json", "label": "._extract_structured_json()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 13.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._extract_structured_json()", "community": 5, "community_name": "Community 5", "source_file": "backend/core/process_brief_enhanced.py", "file_type": "code", "degree": 3}, {"id": "core_process_brief_enhanced_documentanalyzer_extract_json", "label": "._extract_json()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 13.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._extract_json()", "community": 5, "community_name": "Community 5", "source_file": "backend/core/process_brief_enhanced.py", "file_type": "code", "degree": 3}, {"id": "core_process_brief_enhanced_discover_supported_files", "label": "discover_supported_files()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 13.0, "font": {"size": 0, "color": "#ffffff"}, "title": "discover_supported_files()", "community": 18, "community_name": "Community 18", "source_file": "backend/core/process_brief_enhanced.py", "file_type": "code", "degree": 3}, {"id": "core_process_brief_enhanced_parse_arguments", "label": "parse_arguments()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 13.0, "font": {"size": 0, "color": "#ffffff"}, "title": "parse_arguments()", "community": 18, "community_name": "Community 18", "source_file": "backend/core/process_brief_enhanced.py", "file_type": "code", "degree": 3}, {"id": "core_process_brief_enhanced_main", "label": "main()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 15.0, "font": {"size": 12, "color": "#ffffff"}, "title": "main()", "community": 18, "community_name": "Community 18", "source_file": "backend/core/process_brief_enhanced.py", "file_type": "code", "degree": 5}, {"id": "core_process_brief_enhanced_process_batch_documents", "label": "process_batch_documents()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 16.0, "font": {"size": 12, "color": "#ffffff"}, "title": "process_batch_documents()", "community": 18, "community_name": "Community 18", "source_file": "backend/core/process_brief_enhanced.py", "file_type": "code", "degree": 6}, {"id": "core_process_brief_enhanced_generate_output_file", "label": "generate_output_file()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 14.0, "font": {"size": 0, "color": "#ffffff"}, "title": "generate_output_file()", "community": 18, "community_name": "Community 18", "source_file": "backend/core/process_brief_enhanced.py", "file_type": "code", "degree": 4}, {"id": "core_process_brief_enhanced_process_single_document", "label": "process_single_document()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 15.0, "font": {"size": 12, "color": "#ffffff"}, "title": "process_single_document()", "community": 18, "community_name": "Community 18", "source_file": "backend/core/process_brief_enhanced.py", "file_type": "code", "degree": 5}, {"id": "core_process_brief_enhanced_rationale_97", "label": "Load universal schema from JSON file", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Load universal schema from JSON file", "community": 18, "community_name": "Community 18", "source_file": "backend/core/process_brief_enhanced.py", "file_type": "rationale", "degree": 1}, {"id": "core_process_brief_enhanced_rationale_199", "label": "Add token usage from OpenAI Responses API", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Add token usage from OpenAI Responses API", "community": 41, "community_name": "Community 41", "source_file": "backend/core/process_brief_enhanced.py", "file_type": "rationale", "degree": 1}, {"id": "core_process_brief_enhanced_rationale_206", "label": "Calculate total cost based on GPT-5 pricing", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Calculate total cost based on GPT-5 pricing", "community": 41, "community_name": "Community 41", "source_file": "backend/core/process_brief_enhanced.py", "file_type": "rationale", "degree": 1}, {"id": "core_process_brief_enhanced_rationale_221", "label": "Get detailed cost breakdown", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Get detailed cost breakdown", "community": 41, "community_name": "Community 41", "source_file": "backend/core/process_brief_enhanced.py", "file_type": "rationale", "degree": 1}, {"id": "core_process_brief_enhanced_rationale_246", "label": "Create unique title by appending abbreviated multiplier values", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Create unique title by appending abbreviated multiplier values", "community": 18, "community_name": "Community 18", "source_file": "backend/core/process_brief_enhanced.py", "file_type": "rationale", "degree": 1}, {"id": "core_process_brief_enhanced_rationale_319", "label": "Expand base deliverables with multiplier arrays into individual MarketingAsset o", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Expand base deliverables with multiplier arrays into individual MarketingAsset o", "community": 18, "community_name": "Community 18", "source_file": "backend/core/process_brief_enhanced.py", "file_type": "rationale", "degree": 1}, {"id": "core_process_brief_enhanced_rationale_436", "label": "Validate that specified models are available and configured", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Validate that specified models are available and configured", "community": 5, "community_name": "Community 5", "source_file": "backend/core/process_brief_enhanced.py", "file_type": "rationale", "degree": 1}, {"id": "core_process_brief_enhanced_rationale_459", "label": "Load prompt from external file asynchronously.", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Load prompt from external file asynchronously.", "community": 5, "community_name": "Community 5", "source_file": "backend/core/process_brief_enhanced.py", "file_type": "rationale", "degree": 1}, {"id": "core_process_brief_enhanced_rationale_481", "label": "Save intermediate base deliverables with multiplier arrays as JSON.", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Save intermediate base deliverables with multiplier arrays as JSON.", "community": 5, "community_name": "Community 5", "source_file": "backend/core/process_brief_enhanced.py", "file_type": "rationale", "degree": 1}, {"id": "core_process_brief_enhanced_rationale_518", "label": "Classify document type based on extension and content.", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Classify document type based on extension and content.", "community": 5, "community_name": "Community 5", "source_file": "backend/core/process_brief_enhanced.py", "file_type": "rationale", "degree": 1}, {"id": "core_process_brief_enhanced_rationale_533", "label": "Encode file content for OpenAI API.", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Encode file content for OpenAI API.", "community": 5, "community_name": "Community 5", "source_file": "backend/core/process_brief_enhanced.py", "file_type": "rationale", "degree": 1}, {"id": "core_process_brief_enhanced_rationale_542", "label": "Local fallback extraction using PyMuPDF / python-pptx / python-docx / openpyxl.", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Local fallback extraction using PyMuPDF / python-pptx / python-docx / openpyxl.", "community": 5, "community_name": "Community 5", "source_file": "backend/core/process_brief_enhanced.py", "file_type": "rationale", "degree": 1}, {"id": "core_process_brief_enhanced_rationale_597", "label": "Extract content from document \u2014 LlamaParser if key is configured, else local fal", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Extract content from document \u2014 LlamaParser if key is configured, else local fal", "community": 5, "community_name": "Community 5", "source_file": "backend/core/process_brief_enhanced.py", "file_type": "rationale", "degree": 1}, {"id": "core_process_brief_enhanced_rationale_632", "label": "Process document using parallel multi-model analysis with consolidation.", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Process document using parallel multi-model analysis with consolidation.", "community": 5, "community_name": "Community 5", "source_file": "backend/core/process_brief_enhanced.py", "file_type": "rationale", "degree": 1}, {"id": "core_process_brief_enhanced_rationale_732", "label": "Perform parallel analysis across multiple models", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Perform parallel analysis across multiple models", "community": 5, "community_name": "Community 5", "source_file": "backend/core/process_brief_enhanced.py", "file_type": "rationale", "degree": 1}, {"id": "core_process_brief_enhanced_rationale_824", "label": "Get provider name from model key", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Get provider name from model key", "community": 5, "community_name": "Community 5", "source_file": "backend/core/process_brief_enhanced.py", "file_type": "rationale", "degree": 1}, {"id": "core_process_brief_enhanced_rationale_832", "label": "Get display name for model", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Get display name for model", "community": 5, "community_name": "Community 5", "source_file": "backend/core/process_brief_enhanced.py", "file_type": "rationale", "degree": 1}, {"id": "core_process_brief_enhanced_rationale_842", "label": "Enhance results with cross-validation and gap analysis.", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Enhance results with cross-validation and gap analysis.", "community": 5, "community_name": "Community 5", "source_file": "backend/core/process_brief_enhanced.py", "file_type": "rationale", "degree": 1}, {"id": "core_process_brief_enhanced_rationale_914", "label": "Extract structured JSON from AI response with schema validation.", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Extract structured JSON from AI response with schema validation.", "community": 5, "community_name": "Community 5", "source_file": "backend/core/process_brief_enhanced.py", "file_type": "rationale", "degree": 1}, {"id": "core_process_brief_enhanced_rationale_943", "label": "Extract JSON from AI response using robust parsing.", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Extract JSON from AI response using robust parsing.", "community": 5, "community_name": "Community 5", "source_file": "backend/core/process_brief_enhanced.py", "file_type": "rationale", "degree": 1}, {"id": "core_process_brief_enhanced_rationale_978", "label": "Discover all supported document files in a folder (top-level only)", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Discover all supported document files in a folder (top-level only)", "community": 18, "community_name": "Community 18", "source_file": "backend/core/process_brief_enhanced.py", "file_type": "rationale", "degree": 1}, {"id": "core_process_brief_enhanced_rationale_1006", "label": "Parse command line arguments", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Parse command line arguments", "community": 18, "community_name": "Community 18", "source_file": "backend/core/process_brief_enhanced.py", "file_type": "rationale", "degree": 1}, {"id": "core_process_brief_enhanced_rationale_1113", "label": "Process all supported documents in a folder", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Process all supported documents in a folder", "community": 18, "community_name": "Community 18", "source_file": "backend/core/process_brief_enhanced.py", "file_type": "rationale", "degree": 1}, {"id": "core_process_brief_enhanced_rationale_1191", "label": "Generate CSV output file for processed document", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Generate CSV output file for processed document", "community": 18, "community_name": "Community 18", "source_file": "backend/core/process_brief_enhanced.py", "file_type": "rationale", "degree": 1}, {"id": "core_process_brief_enhanced_rationale_1213", "label": "Process a single document (existing logic)", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Process a single document (existing logic)", "community": 18, "community_name": "Community 18", "source_file": "backend/core/process_brief_enhanced.py", "file_type": "rationale", "degree": 1}, {"id": "backend_core_init_py", "label": "__init__.py", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "__init__.py", "community": 57, "community_name": "Community 57", "source_file": "backend/core/__init__.py", "file_type": "code", "degree": 0}, {"id": "backend_core_consolidation_processor_py", "label": "consolidation_processor.py", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 32.0, "font": {"size": 12, "color": "#ffffff"}, "title": "consolidation_processor.py", "community": 13, "community_name": "Community 13", "source_file": "backend/core/consolidation_processor.py", "file_type": "code", "degree": 22}, {"id": "core_consolidation_processor_consolidationresult", "label": "ConsolidationResult", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 14.0, "font": {"size": 0, "color": "#ffffff"}, "title": "ConsolidationResult", "community": 13, "community_name": "Community 13", "source_file": "backend/core/consolidation_processor.py", "file_type": "code", "degree": 4}, {"id": "core_consolidation_processor_consolidationprocessor_init", "label": ".__init__()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".__init__()", "community": 13, "community_name": "Community 13", "source_file": "backend/core/consolidation_processor.py", "file_type": "code", "degree": 2}, {"id": "core_consolidation_processor_consolidationprocessor_consolidate_results", "label": ".consolidate_results()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 21.0, "font": {"size": 12, "color": "#ffffff"}, "title": ".consolidate_results()", "community": 13, "community_name": "Community 13", "source_file": "backend/core/consolidation_processor.py", "file_type": "code", "degree": 11}, {"id": "core_consolidation_processor_consolidationprocessor_count_deliverables_in_response", "label": "._count_deliverables_in_response()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 14.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._count_deliverables_in_response()", "community": 13, "community_name": "Community 13", "source_file": "backend/core/consolidation_processor.py", "file_type": "code", "degree": 4}, {"id": "core_consolidation_processor_consolidationprocessor_format_model_results", "label": "._format_model_results()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 13.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._format_model_results()", "community": 13, "community_name": "Community 13", "source_file": "backend/core/consolidation_processor.py", "file_type": "code", "degree": 3}, {"id": "core_consolidation_processor_consolidationprocessor_prepare_consolidation_prompt", "label": "._prepare_consolidation_prompt()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 13.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._prepare_consolidation_prompt()", "community": 13, "community_name": "Community 13", "source_file": "backend/core/consolidation_processor.py", "file_type": "code", "degree": 3}, {"id": "core_consolidation_processor_consolidationprocessor_load_consolidation_system_prompt", "label": "._load_consolidation_system_prompt()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 13.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._load_consolidation_system_prompt()", "community": 13, "community_name": "Community 13", "source_file": "backend/core/consolidation_processor.py", "file_type": "code", "degree": 3}, {"id": "core_consolidation_processor_consolidationprocessor_save_consolidation_debug", "label": "._save_consolidation_debug()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 14.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._save_consolidation_debug()", "community": 13, "community_name": "Community 13", "source_file": "backend/core/consolidation_processor.py", "file_type": "code", "degree": 4}, {"id": "core_consolidation_processor_consolidationprocessor_create_consolidation_metadata", "label": "._create_consolidation_metadata()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 13.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._create_consolidation_metadata()", "community": 13, "community_name": "Community 13", "source_file": "backend/core/consolidation_processor.py", "file_type": "code", "degree": 3}, {"id": "core_consolidation_processor_rationale_1", "label": "Consolidation processor for merging multiple LLM analysis results", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Consolidation processor for merging multiple LLM analysis results", "community": 13, "community_name": "Community 13", "source_file": "backend/core/consolidation_processor.py", "file_type": "rationale", "degree": 1}, {"id": "core_consolidation_processor_rationale_16", "label": "Result of consolidation process", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Result of consolidation process", "community": 13, "community_name": "Community 13", "source_file": "backend/core/consolidation_processor.py", "file_type": "rationale", "degree": 1}, {"id": "core_consolidation_processor_rationale_23", "label": "Processes multiple LLM analysis results into a single consolidated output", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Processes multiple LLM analysis results into a single consolidated output", "community": 13, "community_name": "Community 13", "source_file": "backend/core/consolidation_processor.py", "file_type": "rationale", "degree": 1}, {"id": "core_consolidation_processor_rationale_35", "label": "Consolidate multiple analysis results using the specified consolidation model", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Consolidate multiple analysis results using the specified consolidation model", "community": 13, "community_name": "Community 13", "source_file": "backend/core/consolidation_processor.py", "file_type": "rationale", "degree": 1}, {"id": "core_consolidation_processor_rationale_153", "label": "Count the number of deliverables in a model's JSON response", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Count the number of deliverables in a model&#x27;s JSON response", "community": 13, "community_name": "Community 13", "source_file": "backend/core/consolidation_processor.py", "file_type": "rationale", "degree": 1}, {"id": "core_consolidation_processor_rationale_163", "label": "Format analysis results from multiple models for consolidation prompt", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Format analysis results from multiple models for consolidation prompt", "community": 13, "community_name": "Community 13", "source_file": "backend/core/consolidation_processor.py", "file_type": "rationale", "degree": 1}, {"id": "core_consolidation_processor_rationale_186", "label": "Prepare the consolidation prompt with model results", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Prepare the consolidation prompt with model results", "community": 13, "community_name": "Community 13", "source_file": "backend/core/consolidation_processor.py", "file_type": "rationale", "degree": 1}, {"id": "core_consolidation_processor_rationale_209", "label": "Load system prompt for consolidation", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Load system prompt for consolidation", "community": 13, "community_name": "Community 13", "source_file": "backend/core/consolidation_processor.py", "file_type": "rationale", "degree": 1}, {"id": "core_consolidation_processor_rationale_213", "label": "Save debug information about failed consolidation", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Save debug information about failed consolidation", "community": 13, "community_name": "Community 13", "source_file": "backend/core/consolidation_processor.py", "file_type": "rationale", "degree": 1}, {"id": "core_consolidation_processor_rationale_260", "label": "Create metadata about the consolidation process", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Create metadata about the consolidation process", "community": 13, "community_name": "Community 13", "source_file": "backend/core/consolidation_processor.py", "file_type": "rationale", "degree": 1}, {"id": "backend_core_llm_service_provider_manager_py", "label": "provider_manager.py", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 32.0, "font": {"size": 12, "color": "#ffffff"}, "title": "provider_manager.py", "community": 17, "community_name": "Community 17", "source_file": "backend/core/llm_service/provider_manager.py", "file_type": "code", "degree": 22}, {"id": "llm_service_provider_manager_providermanager_init", "label": ".__init__()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".__init__()", "community": 17, "community_name": "Community 17", "source_file": "backend/core/llm_service/provider_manager.py", "file_type": "code", "degree": 1}, {"id": "llm_service_provider_manager_providermanager_create_provider", "label": ".create_provider()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 16.0, "font": {"size": 12, "color": "#ffffff"}, "title": ".create_provider()", "community": 17, "community_name": "Community 17", "source_file": "backend/core/llm_service/provider_manager.py", "file_type": "code", "degree": 6}, {"id": "llm_service_provider_manager_providermanager_get_provider", "label": ".get_provider()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 15.0, "font": {"size": 12, "color": "#ffffff"}, "title": ".get_provider()", "community": 17, "community_name": "Community 17", "source_file": "backend/core/llm_service/provider_manager.py", "file_type": "code", "degree": 5}, {"id": "llm_service_provider_manager_providermanager_execute_parallel_analysis", "label": ".execute_parallel_analysis()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 15.0, "font": {"size": 12, "color": "#ffffff"}, "title": ".execute_parallel_analysis()", "community": 17, "community_name": "Community 17", "source_file": "backend/core/llm_service/provider_manager.py", "file_type": "code", "degree": 5}, {"id": "llm_service_provider_manager_providermanager_count_deliverables_in_response", "label": "._count_deliverables_in_response()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 13.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._count_deliverables_in_response()", "community": 17, "community_name": "Community 17", "source_file": "backend/core/llm_service/provider_manager.py", "file_type": "code", "degree": 3}, {"id": "llm_service_provider_manager_providermanager_execute_with_provider", "label": "._execute_with_provider()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 14.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._execute_with_provider()", "community": 17, "community_name": "Community 17", "source_file": "backend/core/llm_service/provider_manager.py", "file_type": "code", "degree": 4}, {"id": "llm_service_provider_manager_providermanager_estimate_total_cost", "label": ".estimate_total_cost()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 13.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".estimate_total_cost()", "community": 17, "community_name": "Community 17", "source_file": "backend/core/llm_service/provider_manager.py", "file_type": "code", "degree": 3}, {"id": "llm_service_provider_manager_providermanager_get_aggregated_token_usage", "label": ".get_aggregated_token_usage()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".get_aggregated_token_usage()", "community": 17, "community_name": "Community 17", "source_file": "backend/core/llm_service/provider_manager.py", "file_type": "code", "degree": 2}, {"id": "llm_service_provider_manager_providermanager_get_actual_cost_breakdown", "label": ".get_actual_cost_breakdown()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".get_actual_cost_breakdown()", "community": 17, "community_name": "Community 17", "source_file": "backend/core/llm_service/provider_manager.py", "file_type": "code", "degree": 2}, {"id": "llm_service_provider_manager_rationale_1", "label": "Provider manager for coordinating parallel execution across multiple LLM provide", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Provider manager for coordinating parallel execution across multiple LLM provide", "community": 17, "community_name": "Community 17", "source_file": "backend/core/llm_service/provider_manager.py", "file_type": "rationale", "degree": 1}, {"id": "llm_service_provider_manager_rationale_17", "label": "Manages multiple LLM providers and coordinates parallel execution", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Manages multiple LLM providers and coordinates parallel execution", "community": 17, "community_name": "Community 17", "source_file": "backend/core/llm_service/provider_manager.py", "file_type": "rationale", "degree": 1}, {"id": "llm_service_provider_manager_rationale_24", "label": "Create provider instance for given model key", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Create provider instance for given model key", "community": 17, "community_name": "Community 17", "source_file": "backend/core/llm_service/provider_manager.py", "file_type": "rationale", "degree": 1}, {"id": "llm_service_provider_manager_rationale_44", "label": "Get or create provider for model key", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Get or create provider for model key", "community": 17, "community_name": "Community 17", "source_file": "backend/core/llm_service/provider_manager.py", "file_type": "rationale", "degree": 1}, {"id": "llm_service_provider_manager_rationale_57", "label": "Execute analysis across multiple models in parallel Args: m", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Execute analysis across multiple models in parallel Args: m", "community": 17, "community_name": "Community 17", "source_file": "backend/core/llm_service/provider_manager.py", "file_type": "rationale", "degree": 1}, {"id": "llm_service_provider_manager_rationale_167", "label": "Count the number of deliverables in a model's JSON response", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Count the number of deliverables in a model&#x27;s JSON response", "community": 17, "community_name": "Community 17", "source_file": "backend/core/llm_service/provider_manager.py", "file_type": "rationale", "degree": 1}, {"id": "llm_service_provider_manager_rationale_185", "label": "Execute analysis with a single provider", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Execute analysis with a single provider", "community": 17, "community_name": "Community 17", "source_file": "backend/core/llm_service/provider_manager.py", "file_type": "rationale", "degree": 1}, {"id": "llm_service_provider_manager_rationale_245", "label": "Estimate total cost for all models", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Estimate total cost for all models", "community": 17, "community_name": "Community 17", "source_file": "backend/core/llm_service/provider_manager.py", "file_type": "rationale", "degree": 1}, {"id": "llm_service_provider_manager_rationale_263", "label": "Aggregate token usage from multiple responses", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Aggregate token usage from multiple responses", "community": 17, "community_name": "Community 17", "source_file": "backend/core/llm_service/provider_manager.py", "file_type": "rationale", "degree": 1}, {"id": "llm_service_provider_manager_rationale_274", "label": "Calculate actual costs from responses", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Calculate actual costs from responses", "community": 17, "community_name": "Community 17", "source_file": "backend/core/llm_service/provider_manager.py", "file_type": "rationale", "degree": 1}, {"id": "backend_core_llm_service_base_provider_py", "label": "base_provider.py", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 26.0, "font": {"size": 12, "color": "#ffffff"}, "title": "base_provider.py", "community": 32, "community_name": "Community 32", "source_file": "backend/core/llm_service/base_provider.py", "file_type": "code", "degree": 16}, {"id": "llm_service_base_provider_modeltype", "label": "ModelType", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": "ModelType", "community": 32, "community_name": "Community 32", "source_file": "backend/core/llm_service/base_provider.py", "file_type": "code", "degree": 2}, {"id": "llm_service_base_provider_tokenusage", "label": "TokenUsage", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 18.0, "font": {"size": 12, "color": "#ffffff"}, "title": "TokenUsage", "community": 46, "community_name": "Community 46", "source_file": "backend/core/llm_service/base_provider.py", "file_type": "code", "degree": 8}, {"id": "llm_service_base_provider_tokenusage_add_usage", "label": ".add_usage()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".add_usage()", "community": 46, "community_name": "Community 46", "source_file": "backend/core/llm_service/base_provider.py", "file_type": "code", "degree": 2}, {"id": "llm_service_base_provider_tokenusage_get_total", "label": ".get_total()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".get_total()", "community": 46, "community_name": "Community 46", "source_file": "backend/core/llm_service/base_provider.py", "file_type": "code", "degree": 2}, {"id": "llm_service_base_provider_llmresponse", "label": "LLMResponse", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 21.0, "font": {"size": 12, "color": "#ffffff"}, "title": "LLMResponse", "community": 12, "community_name": "Community 12", "source_file": "backend/core/llm_service/base_provider.py", "file_type": "code", "degree": 11}, {"id": "llm_service_base_provider_basellmprovider", "label": "BaseLLMProvider", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 21.0, "font": {"size": 12, "color": "#ffffff"}, "title": "BaseLLMProvider", "community": 39, "community_name": "Community 39", "source_file": "backend/core/llm_service/base_provider.py", "file_type": "code", "degree": 11}, {"id": "abc", "label": "ABC", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": "ABC", "community": 39, "community_name": "Community 39", "source_file": "", "file_type": "code", "degree": 2}, {"id": "llm_service_base_provider_basellmprovider_init", "label": ".__init__()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".__init__()", "community": 39, "community_name": "Community 39", "source_file": "backend/core/llm_service/base_provider.py", "file_type": "code", "degree": 1}, {"id": "llm_service_base_provider_generate_response", "label": "generate_response()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "generate_response()", "community": 32, "community_name": "Community 32", "source_file": "backend/core/llm_service/base_provider.py", "file_type": "code", "degree": 1}, {"id": "llm_service_base_provider_validate_config", "label": "validate_config()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "validate_config()", "community": 32, "community_name": "Community 32", "source_file": "backend/core/llm_service/base_provider.py", "file_type": "code", "degree": 1}, {"id": "llm_service_base_provider_estimate_cost", "label": "estimate_cost()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "estimate_cost()", "community": 32, "community_name": "Community 32", "source_file": "backend/core/llm_service/base_provider.py", "file_type": "code", "degree": 1}, {"id": "llm_service_base_provider_get_max_tokens", "label": "get_max_tokens()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "get_max_tokens()", "community": 32, "community_name": "Community 32", "source_file": "backend/core/llm_service/base_provider.py", "file_type": "code", "degree": 1}, {"id": "llm_service_base_provider_basellmprovider_get_provider_name", "label": ".get_provider_name()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".get_provider_name()", "community": 39, "community_name": "Community 39", "source_file": "backend/core/llm_service/base_provider.py", "file_type": "code", "degree": 2}, {"id": "llm_service_base_provider_basellmprovider_prepare_messages", "label": ".prepare_messages()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".prepare_messages()", "community": 39, "community_name": "Community 39", "source_file": "backend/core/llm_service/base_provider.py", "file_type": "code", "degree": 2}, {"id": "llm_service_base_provider_basellmprovider_log_response", "label": ".log_response()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".log_response()", "community": 39, "community_name": "Community 39", "source_file": "backend/core/llm_service/base_provider.py", "file_type": "code", "degree": 2}, {"id": "llm_service_base_provider_rationale_1", "label": "Base provider class for LLM service abstraction Defines common interface that al", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Base provider class for LLM service abstraction Defines common interface that al", "community": 32, "community_name": "Community 32", "source_file": "backend/core/llm_service/base_provider.py", "file_type": "rationale", "degree": 1}, {"id": "llm_service_base_provider_rationale_20", "label": "Token usage tracking across different providers", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Token usage tracking across different providers", "community": 46, "community_name": "Community 46", "source_file": "backend/core/llm_service/base_provider.py", "file_type": "rationale", "degree": 1}, {"id": "llm_service_base_provider_rationale_26", "label": "Add token usage from provider response", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Add token usage from provider response", "community": 46, "community_name": "Community 46", "source_file": "backend/core/llm_service/base_provider.py", "file_type": "rationale", "degree": 1}, {"id": "llm_service_base_provider_rationale_37", "label": "Get total token count", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Get total token count", "community": 46, "community_name": "Community 46", "source_file": "backend/core/llm_service/base_provider.py", "file_type": "rationale", "degree": 1}, {"id": "llm_service_base_provider_rationale_42", "label": "Standardized response format across all providers", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Standardized response format across all providers", "community": 12, "community_name": "Community 12", "source_file": "backend/core/llm_service/base_provider.py", "file_type": "rationale", "degree": 1}, {"id": "llm_service_base_provider_rationale_53", "label": "Abstract base class for all LLM providers", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Abstract base class for all LLM providers", "community": 39, "community_name": "Community 39", "source_file": "backend/core/llm_service/base_provider.py", "file_type": "rationale", "degree": 1}, {"id": "llm_service_base_provider_rationale_68", "label": "Generate response from the LLM provider Args: messa", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Generate response from the LLM provider Args: messa", "community": 58, "community_name": "Community 58", "source_file": "backend/core/llm_service/base_provider.py", "file_type": "rationale", "degree": 0}, {"id": "llm_service_base_provider_rationale_83", "label": "Validate provider configuration", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Validate provider configuration", "community": 59, "community_name": "Community 59", "source_file": "backend/core/llm_service/base_provider.py", "file_type": "rationale", "degree": 0}, {"id": "llm_service_base_provider_rationale_88", "label": "Estimate cost for token usage", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Estimate cost for token usage", "community": 60, "community_name": "Community 60", "source_file": "backend/core/llm_service/base_provider.py", "file_type": "rationale", "degree": 0}, {"id": "llm_service_base_provider_rationale_93", "label": "Get maximum token limit for this provider/model", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Get maximum token limit for this provider/model", "community": 61, "community_name": "Community 61", "source_file": "backend/core/llm_service/base_provider.py", "file_type": "rationale", "degree": 0}, {"id": "llm_service_base_provider_rationale_101", "label": "Prepare messages in standard format", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Prepare messages in standard format", "community": 39, "community_name": "Community 39", "source_file": "backend/core/llm_service/base_provider.py", "file_type": "rationale", "degree": 1}, {"id": "backend_core_llm_service_init_py", "label": "__init__.py", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 16.0, "font": {"size": 12, "color": "#ffffff"}, "title": "__init__.py", "community": 16, "community_name": "Community 16", "source_file": "backend/core/llm_service/__init__.py", "file_type": "code", "degree": 6}, {"id": "llm_service_init_rationale_1", "label": "LLM Service module for Enhanced Brief Processing System Provides abstracted acce", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "LLM Service module for Enhanced Brief Processing System Provides abstracted acce", "community": 16, "community_name": "Community 16", "source_file": "backend/core/llm_service/__init__.py", "file_type": "rationale", "degree": 1}, {"id": "llm_service_openai_provider_openaiprovider", "label": "OpenAIProvider", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 31.0, "font": {"size": 12, "color": "#ffffff"}, "title": "OpenAIProvider", "community": 16, "community_name": "Community 16", "source_file": "backend/core/llm_service/openai_provider.py", "file_type": "code", "degree": 21}, {"id": "basellmprovider", "label": "BaseLLMProvider", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 13.0, "font": {"size": 0, "color": "#ffffff"}, "title": "BaseLLMProvider", "community": 12, "community_name": "Community 12", "source_file": "", "file_type": "code", "degree": 3}, {"id": "llm_service_openai_provider_openaiprovider_init", "label": ".__init__()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".__init__()", "community": 16, "community_name": "Community 16", "source_file": "backend/core/llm_service/openai_provider.py", "file_type": "code", "degree": 2}, {"id": "llm_service_openai_provider_openaiprovider_setup_client", "label": "._setup_client()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 13.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._setup_client()", "community": 16, "community_name": "Community 16", "source_file": "backend/core/llm_service/openai_provider.py", "file_type": "code", "degree": 3}, {"id": "llm_service_openai_provider_openaiprovider_generate_response", "label": ".generate_response()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 15.0, "font": {"size": 12, "color": "#ffffff"}, "title": ".generate_response()", "community": 16, "community_name": "Community 16", "source_file": "backend/core/llm_service/openai_provider.py", "file_type": "code", "degree": 5}, {"id": "llm_service_openai_provider_openaiprovider_create_pydantic_model", "label": "._create_pydantic_model()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 13.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._create_pydantic_model()", "community": 16, "community_name": "Community 16", "source_file": "backend/core/llm_service/openai_provider.py", "file_type": "code", "degree": 3}, {"id": "llm_service_openai_provider_openaiprovider_validate_config", "label": ".validate_config()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".validate_config()", "community": 16, "community_name": "Community 16", "source_file": "backend/core/llm_service/openai_provider.py", "file_type": "code", "degree": 2}, {"id": "llm_service_openai_provider_openaiprovider_estimate_cost", "label": ".estimate_cost()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".estimate_cost()", "community": 16, "community_name": "Community 16", "source_file": "backend/core/llm_service/openai_provider.py", "file_type": "code", "degree": 2}, {"id": "llm_service_openai_provider_openaiprovider_get_max_tokens", "label": ".get_max_tokens()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".get_max_tokens()", "community": 12, "community_name": "Community 12", "source_file": "backend/core/llm_service/openai_provider.py", "file_type": "code", "degree": 2}, {"id": "llm_service_openai_provider_openaiprovider_set_reasoning_effort", "label": ".set_reasoning_effort()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".set_reasoning_effort()", "community": 16, "community_name": "Community 16", "source_file": "backend/core/llm_service/openai_provider.py", "file_type": "code", "degree": 2}, {"id": "llm_service_openai_provider_openaiprovider_save_debug_response", "label": "._save_debug_response()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 13.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._save_debug_response()", "community": 16, "community_name": "Community 16", "source_file": "backend/core/llm_service/openai_provider.py", "file_type": "code", "degree": 3}, {"id": "llm_service_openai_provider_rationale_1", "label": "OpenAI provider implementation for GPT-5 with reasoning effort support", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "OpenAI provider implementation for GPT-5 with reasoning effort support", "community": 16, "community_name": "Community 16", "source_file": "backend/core/llm_service/openai_provider.py", "file_type": "rationale", "degree": 1}, {"id": "llm_service_openai_provider_rationale_16", "label": "OpenAI GPT-5 provider with reasoning effort support", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "OpenAI GPT-5 provider with reasoning effort support", "community": 16, "community_name": "Community 16", "source_file": "backend/core/llm_service/openai_provider.py", "file_type": "rationale", "degree": 1}, {"id": "llm_service_openai_provider_rationale_35", "label": "Initialize AsyncOpenAI client with configuration", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Initialize AsyncOpenAI client with configuration", "community": 16, "community_name": "Community 16", "source_file": "backend/core/llm_service/openai_provider.py", "file_type": "rationale", "degree": 1}, {"id": "llm_service_openai_provider_rationale_53", "label": "Generate response using OpenAI GPT-5 with reasoning effort", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Generate response using OpenAI GPT-5 with reasoning effort", "community": 16, "community_name": "Community 16", "source_file": "backend/core/llm_service/openai_provider.py", "file_type": "rationale", "degree": 1}, {"id": "llm_service_openai_provider_rationale_200", "label": "Create Pydantic model from JSON schema for structured output", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Create Pydantic model from JSON schema for structured output", "community": 16, "community_name": "Community 16", "source_file": "backend/core/llm_service/openai_provider.py", "file_type": "rationale", "degree": 1}, {"id": "llm_service_openai_provider_rationale_246", "label": "Validate OpenAI configuration", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Validate OpenAI configuration", "community": 16, "community_name": "Community 16", "source_file": "backend/core/llm_service/openai_provider.py", "file_type": "rationale", "degree": 1}, {"id": "llm_service_openai_provider_rationale_258", "label": "Estimate cost using OpenAI GPT-5.1 pricing", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Estimate cost using OpenAI GPT-5.1 pricing", "community": 16, "community_name": "Community 16", "source_file": "backend/core/llm_service/openai_provider.py", "file_type": "rationale", "degree": 1}, {"id": "llm_service_openai_provider_rationale_262", "label": "Get maximum token limit for GPT-5.1", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Get maximum token limit for GPT-5.1", "community": 12, "community_name": "Community 12", "source_file": "backend/core/llm_service/openai_provider.py", "file_type": "rationale", "degree": 2}, {"id": "llm_service_openai_provider_rationale_266", "label": "Update reasoning effort setting", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Update reasoning effort setting", "community": 16, "community_name": "Community 16", "source_file": "backend/core/llm_service/openai_provider.py", "file_type": "rationale", "degree": 1}, {"id": "llm_service_openai_provider_rationale_274", "label": "Save debug information about problematic responses", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Save debug information about problematic responses", "community": 16, "community_name": "Community 16", "source_file": "backend/core/llm_service/openai_provider.py", "file_type": "rationale", "degree": 1}, {"id": "backend_core_llm_service_anthropic_provider_py", "label": "anthropic_provider.py", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 36.0, "font": {"size": 12, "color": "#ffffff"}, "title": "anthropic_provider.py", "community": 4, "community_name": "Community 4", "source_file": "backend/core/llm_service/anthropic_provider.py", "file_type": "code", "degree": 26}, {"id": "llm_service_anthropic_provider_anthropicprovider_init", "label": ".__init__()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 13.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".__init__()", "community": 4, "community_name": "Community 4", "source_file": "backend/core/llm_service/anthropic_provider.py", "file_type": "code", "degree": 3}, {"id": "llm_service_anthropic_provider_anthropicprovider_select_model", "label": "._select_model()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 13.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._select_model()", "community": 4, "community_name": "Community 4", "source_file": "backend/core/llm_service/anthropic_provider.py", "file_type": "code", "degree": 3}, {"id": "llm_service_anthropic_provider_anthropicprovider_setup_client", "label": "._setup_client()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 13.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._setup_client()", "community": 4, "community_name": "Community 4", "source_file": "backend/core/llm_service/anthropic_provider.py", "file_type": "code", "degree": 3}, {"id": "llm_service_anthropic_provider_anthropicprovider_generate_response", "label": ".generate_response()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 14.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".generate_response()", "community": 4, "community_name": "Community 4", "source_file": "backend/core/llm_service/anthropic_provider.py", "file_type": "code", "degree": 4}, {"id": "llm_service_anthropic_provider_anthropicprovider_two_call_with_thinking", "label": "._two_call_with_thinking()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 19.0, "font": {"size": 12, "color": "#ffffff"}, "title": "._two_call_with_thinking()", "community": 4, "community_name": "Community 4", "source_file": "backend/core/llm_service/anthropic_provider.py", "file_type": "code", "degree": 9}, {"id": "llm_service_anthropic_provider_anthropicprovider_single_call", "label": "._single_call()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 17.0, "font": {"size": 12, "color": "#ffffff"}, "title": "._single_call()", "community": 4, "community_name": "Community 4", "source_file": "backend/core/llm_service/anthropic_provider.py", "file_type": "code", "degree": 7}, {"id": "llm_service_anthropic_provider_anthropicprovider_add_schema_guidance_to_messages", "label": "._add_schema_guidance_to_messages()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 13.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._add_schema_guidance_to_messages()", "community": 4, "community_name": "Community 4", "source_file": "backend/core/llm_service/anthropic_provider.py", "file_type": "code", "degree": 3}, {"id": "llm_service_anthropic_provider_anthropicprovider_extract_text_content", "label": "._extract_text_content()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 13.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._extract_text_content()", "community": 4, "community_name": "Community 4", "source_file": "backend/core/llm_service/anthropic_provider.py", "file_type": "code", "degree": 3}, {"id": "llm_service_anthropic_provider_anthropicprovider_prepare_messages", "label": "._prepare_messages()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 14.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._prepare_messages()", "community": 4, "community_name": "Community 4", "source_file": "backend/core/llm_service/anthropic_provider.py", "file_type": "code", "degree": 4}, {"id": "llm_service_anthropic_provider_anthropicprovider_create_tool_from_schema", "label": "._create_tool_from_schema()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 14.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._create_tool_from_schema()", "community": 4, "community_name": "Community 4", "source_file": "backend/core/llm_service/anthropic_provider.py", "file_type": "code", "degree": 4}, {"id": "llm_service_anthropic_provider_anthropicprovider_extract_tool_response", "label": "._extract_tool_response()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 14.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._extract_tool_response()", "community": 4, "community_name": "Community 4", "source_file": "backend/core/llm_service/anthropic_provider.py", "file_type": "code", "degree": 4}, {"id": "llm_service_anthropic_provider_anthropicprovider_validate_config", "label": ".validate_config()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".validate_config()", "community": 4, "community_name": "Community 4", "source_file": "backend/core/llm_service/anthropic_provider.py", "file_type": "code", "degree": 2}, {"id": "llm_service_anthropic_provider_anthropicprovider_estimate_cost", "label": ".estimate_cost()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".estimate_cost()", "community": 4, "community_name": "Community 4", "source_file": "backend/core/llm_service/anthropic_provider.py", "file_type": "code", "degree": 2}, {"id": "llm_service_anthropic_provider_anthropicprovider_get_max_tokens", "label": ".get_max_tokens()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".get_max_tokens()", "community": 4, "community_name": "Community 4", "source_file": "backend/core/llm_service/anthropic_provider.py", "file_type": "code", "degree": 2}, {"id": "llm_service_anthropic_provider_anthropicprovider_get_model_variant", "label": ".get_model_variant()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".get_model_variant()", "community": 4, "community_name": "Community 4", "source_file": "backend/core/llm_service/anthropic_provider.py", "file_type": "code", "degree": 2}, {"id": "llm_service_anthropic_provider_rationale_1", "label": "Anthropic provider implementation for Claude Opus 4.5 and Sonnet 4.5", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Anthropic provider implementation for Claude Opus 4.5 and Sonnet 4.5", "community": 4, "community_name": "Community 4", "source_file": "backend/core/llm_service/anthropic_provider.py", "file_type": "rationale", "degree": 1}, {"id": "llm_service_anthropic_provider_rationale_21", "label": "Anthropic Claude provider supporting Opus and Sonnet models", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Anthropic Claude provider supporting Opus and Sonnet models", "community": 4, "community_name": "Community 4", "source_file": "backend/core/llm_service/anthropic_provider.py", "file_type": "rationale", "degree": 1}, {"id": "llm_service_anthropic_provider_rationale_44", "label": "Select appropriate Claude model based on variant", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Select appropriate Claude model based on variant", "community": 4, "community_name": "Community 4", "source_file": "backend/core/llm_service/anthropic_provider.py", "file_type": "rationale", "degree": 1}, {"id": "llm_service_anthropic_provider_rationale_54", "label": "Initialize AsyncAnthropic client", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Initialize AsyncAnthropic client", "community": 4, "community_name": "Community 4", "source_file": "backend/core/llm_service/anthropic_provider.py", "file_type": "rationale", "degree": 1}, {"id": "llm_service_anthropic_provider_rationale_71", "label": "Generate response using Anthropic Claude", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Generate response using Anthropic Claude", "community": 4, "community_name": "Community 4", "source_file": "backend/core/llm_service/anthropic_provider.py", "file_type": "rationale", "degree": 1}, {"id": "llm_service_anthropic_provider_rationale_89", "label": "Execute two-call pattern: thinking analysis + schema formatting", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Execute two-call pattern: thinking analysis + schema formatting", "community": 4, "community_name": "Community 4", "source_file": "backend/core/llm_service/anthropic_provider.py", "file_type": "rationale", "degree": 1}, {"id": "llm_service_anthropic_provider_rationale_200", "label": "Execute single-call pattern: existing behavior for when thinking=0 or no schema", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Execute single-call pattern: existing behavior for when thinking=0 or no schema", "community": 4, "community_name": "Community 4", "source_file": "backend/core/llm_service/anthropic_provider.py", "file_type": "rationale", "degree": 1}, {"id": "llm_service_anthropic_provider_rationale_278", "label": "Add schema guidance to the last user message for Call A", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Add schema guidance to the last user message for Call A", "community": 4, "community_name": "Community 4", "source_file": "backend/core/llm_service/anthropic_provider.py", "file_type": "rationale", "degree": 1}, {"id": "llm_service_anthropic_provider_rationale_299", "label": "Extract text content from Anthropic response, ignoring thinking blocks", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Extract text content from Anthropic response, ignoring thinking blocks", "community": 4, "community_name": "Community 4", "source_file": "backend/core/llm_service/anthropic_provider.py", "file_type": "rationale", "degree": 1}, {"id": "llm_service_anthropic_provider_rationale_307", "label": "Separate system messages from user/assistant messages for Anthropic format", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Separate system messages from user/assistant messages for Anthropic format", "community": 4, "community_name": "Community 4", "source_file": "backend/core/llm_service/anthropic_provider.py", "file_type": "rationale", "degree": 1}, {"id": "llm_service_anthropic_provider_rationale_323", "label": "Convert JSON schema to Anthropic tool format for structured output", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Convert JSON schema to Anthropic tool format for structured output", "community": 4, "community_name": "Community 4", "source_file": "backend/core/llm_service/anthropic_provider.py", "file_type": "rationale", "degree": 1}, {"id": "llm_service_anthropic_provider_rationale_334", "label": "Extract structured data from tool use response", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Extract structured data from tool use response", "community": 4, "community_name": "Community 4", "source_file": "backend/core/llm_service/anthropic_provider.py", "file_type": "rationale", "degree": 1}, {"id": "llm_service_anthropic_provider_rationale_348", "label": "Validate Anthropic configuration", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Validate Anthropic configuration", "community": 4, "community_name": "Community 4", "source_file": "backend/core/llm_service/anthropic_provider.py", "file_type": "rationale", "degree": 1}, {"id": "llm_service_anthropic_provider_rationale_360", "label": "Estimate cost using Anthropic pricing", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Estimate cost using Anthropic pricing", "community": 4, "community_name": "Community 4", "source_file": "backend/core/llm_service/anthropic_provider.py", "file_type": "rationale", "degree": 1}, {"id": "llm_service_anthropic_provider_rationale_367", "label": "Get maximum token limit for Claude models", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Get maximum token limit for Claude models", "community": 4, "community_name": "Community 4", "source_file": "backend/core/llm_service/anthropic_provider.py", "file_type": "rationale", "degree": 1}, {"id": "llm_service_anthropic_provider_rationale_371", "label": "Get the model variant (opus or sonnet)", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Get the model variant (opus or sonnet)", "community": 4, "community_name": "Community 4", "source_file": "backend/core/llm_service/anthropic_provider.py", "file_type": "rationale", "degree": 1}, {"id": "llm_service_google_provider_googleprovider", "label": "GoogleProvider", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 29.0, "font": {"size": 12, "color": "#ffffff"}, "title": "GoogleProvider", "community": 12, "community_name": "Community 12", "source_file": "backend/core/llm_service/google_provider.py", "file_type": "code", "degree": 19}, {"id": "llm_service_google_provider_googleprovider_init", "label": ".__init__()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".__init__()", "community": 12, "community_name": "Community 12", "source_file": "backend/core/llm_service/google_provider.py", "file_type": "code", "degree": 2}, {"id": "llm_service_google_provider_googleprovider_setup_client", "label": "._setup_client()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 13.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._setup_client()", "community": 12, "community_name": "Community 12", "source_file": "backend/core/llm_service/google_provider.py", "file_type": "code", "degree": 3}, {"id": "llm_service_google_provider_googleprovider_generate_response", "label": ".generate_response()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 15.0, "font": {"size": 12, "color": "#ffffff"}, "title": ".generate_response()", "community": 12, "community_name": "Community 12", "source_file": "backend/core/llm_service/google_provider.py", "file_type": "code", "degree": 5}, {"id": "llm_service_google_provider_googleprovider_prepare_content", "label": "._prepare_content()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 13.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._prepare_content()", "community": 12, "community_name": "Community 12", "source_file": "backend/core/llm_service/google_provider.py", "file_type": "code", "degree": 3}, {"id": "llm_service_google_provider_googleprovider_convert_schema_to_google_format", "label": "._convert_schema_to_google_format()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 13.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._convert_schema_to_google_format()", "community": 12, "community_name": "Community 12", "source_file": "backend/core/llm_service/google_provider.py", "file_type": "code", "degree": 3}, {"id": "llm_service_google_provider_googleprovider_validate_config", "label": ".validate_config()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".validate_config()", "community": 12, "community_name": "Community 12", "source_file": "backend/core/llm_service/google_provider.py", "file_type": "code", "degree": 2}, {"id": "llm_service_google_provider_googleprovider_estimate_cost", "label": ".estimate_cost()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".estimate_cost()", "community": 12, "community_name": "Community 12", "source_file": "backend/core/llm_service/google_provider.py", "file_type": "code", "degree": 2}, {"id": "llm_service_google_provider_googleprovider_get_max_tokens", "label": ".get_max_tokens()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".get_max_tokens()", "community": 12, "community_name": "Community 12", "source_file": "backend/core/llm_service/google_provider.py", "file_type": "code", "degree": 2}, {"id": "llm_service_google_provider_rationale_1", "label": "Google provider implementation for Gemini 2.5 Pro using the new google-genai SDK", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Google provider implementation for Gemini 2.5 Pro using the new google-genai SDK", "community": 12, "community_name": "Community 12", "source_file": "backend/core/llm_service/google_provider.py", "file_type": "rationale", "degree": 1}, {"id": "llm_service_google_provider_rationale_22", "label": "Google Gemini 2.5 Pro provider using new google-genai SDK", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Google Gemini 2.5 Pro provider using new google-genai SDK", "community": 12, "community_name": "Community 12", "source_file": "backend/core/llm_service/google_provider.py", "file_type": "rationale", "degree": 1}, {"id": "llm_service_google_provider_rationale_45", "label": "Initialize Google GenAI client", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Initialize Google GenAI client", "community": 12, "community_name": "Community 12", "source_file": "backend/core/llm_service/google_provider.py", "file_type": "rationale", "degree": 1}, {"id": "llm_service_google_provider_rationale_59", "label": "Generate response using Google Gemini 2.5 Pro", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Generate response using Google Gemini 2.5 Pro", "community": 12, "community_name": "Community 12", "source_file": "backend/core/llm_service/google_provider.py", "file_type": "rationale", "degree": 1}, {"id": "llm_service_google_provider_rationale_151", "label": "Convert standard messages to Google GenAI format", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Convert standard messages to Google GenAI format", "community": 12, "community_name": "Community 12", "source_file": "backend/core/llm_service/google_provider.py", "file_type": "rationale", "degree": 1}, {"id": "llm_service_google_provider_rationale_179", "label": "Convert OpenAI JSON schema to Google GenAI format", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Convert OpenAI JSON schema to Google GenAI format", "community": 12, "community_name": "Community 12", "source_file": "backend/core/llm_service/google_provider.py", "file_type": "rationale", "degree": 1}, {"id": "llm_service_google_provider_rationale_239", "label": "Validate Google configuration", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Validate Google configuration", "community": 12, "community_name": "Community 12", "source_file": "backend/core/llm_service/google_provider.py", "file_type": "rationale", "degree": 1}, {"id": "llm_service_google_provider_rationale_251", "label": "Estimate cost using Google Gemini pricing", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Estimate cost using Google Gemini pricing", "community": 12, "community_name": "Community 12", "source_file": "backend/core/llm_service/google_provider.py", "file_type": "rationale", "degree": 1}, {"id": "backend_server_init_py", "label": "__init__.py", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "__init__.py", "community": 62, "community_name": "Community 62", "source_file": "backend/server/__init__.py", "file_type": "code", "degree": 0}, {"id": "backend_server_app_py", "label": "app.py", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 27.0, "font": {"size": 12, "color": "#ffffff"}, "title": "app.py", "community": 7, "community_name": "Community 7", "source_file": "backend/server/app.py", "file_type": "code", "degree": 17}, {"id": "server_app_create_app", "label": "create_app()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 13.0, "font": {"size": 0, "color": "#ffffff"}, "title": "create_app()", "community": 7, "community_name": "Community 7", "source_file": "backend/server/app.py", "file_type": "code", "degree": 3}, {"id": "server_app_apply_schema", "label": "_apply_schema()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 13.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_apply_schema()", "community": 7, "community_name": "Community 7", "source_file": "backend/server/app.py", "file_type": "code", "degree": 3}, {"id": "server_app_seed_dropdowns_if_needed", "label": "_seed_dropdowns_if_needed()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 14.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_seed_dropdowns_if_needed()", "community": 7, "community_name": "Community 7", "source_file": "backend/server/app.py", "file_type": "code", "degree": 4}, {"id": "server_app_register_spa", "label": "_register_spa()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 13.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_register_spa()", "community": 7, "community_name": "Community 7", "source_file": "backend/server/app.py", "file_type": "code", "degree": 3}, {"id": "server_app_periodic_cleanup", "label": "periodic_cleanup()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "periodic_cleanup()", "community": 7, "community_name": "Community 7", "source_file": "backend/server/app.py", "file_type": "code", "degree": 1}, {"id": "server_app_rationale_1", "label": "Main Quart application \u2014 AC Tool (AC Helper + Brief Extractor unified)", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Main Quart application \u2014 AC Tool (AC Helper + Brief Extractor unified)", "community": 7, "community_name": "Community 7", "source_file": "backend/server/app.py", "file_type": "rationale", "degree": 1}, {"id": "server_app_rationale_177", "label": "Create tables if they don't exist (idempotent).", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Create tables if they don&#x27;t exist (idempotent).", "community": 7, "community_name": "Community 7", "source_file": "backend/server/app.py", "file_type": "rationale", "degree": 1}, {"id": "server_app_rationale_189", "label": "Seed global dropdown categories if the DB table is empty.", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Seed global dropdown categories if the DB table is empty.", "community": 7, "community_name": "Community 7", "source_file": "backend/server/app.py", "file_type": "rationale", "degree": 1}, {"id": "server_app_rationale_203", "label": "Serve the Vite-built React frontend for all non-API routes.", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Serve the Vite-built React frontend for all non-API routes.", "community": 7, "community_name": "Community 7", "source_file": "backend/server/app.py", "file_type": "rationale", "degree": 1}, {"id": "backend_server_config_runtime_py", "label": "config_runtime.py", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 23.0, "font": {"size": 12, "color": "#ffffff"}, "title": "config_runtime.py", "community": 25, "community_name": "Community 25", "source_file": "backend/server/config_runtime.py", "file_type": "code", "degree": 13}, {"id": "server_config_runtime_serverconfig", "label": "ServerConfig", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "ServerConfig", "community": 25, "community_name": "Community 25", "source_file": "backend/server/config_runtime.py", "file_type": "code", "degree": 1}, {"id": "server_config_runtime_ensure_directories", "label": "ensure_directories()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "ensure_directories()", "community": 25, "community_name": "Community 25", "source_file": "backend/server/config_runtime.py", "file_type": "code", "degree": 1}, {"id": "server_config_runtime_validate_auth_config", "label": "validate_auth_config()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "validate_auth_config()", "community": 25, "community_name": "Community 25", "source_file": "backend/server/config_runtime.py", "file_type": "code", "degree": 1}, {"id": "server_config_runtime_get_cors_config", "label": "get_cors_config()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "get_cors_config()", "community": 25, "community_name": "Community 25", "source_file": "backend/server/config_runtime.py", "file_type": "code", "degree": 1}, {"id": "server_config_runtime_rationale_1", "label": "Runtime configuration for AC Tool server", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Runtime configuration for AC Tool server", "community": 25, "community_name": "Community 25", "source_file": "backend/server/config_runtime.py", "file_type": "rationale", "degree": 1}, {"id": "backend_server_sheets_models_py", "label": "models.py", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 16.0, "font": {"size": 12, "color": "#ffffff"}, "title": "models.py", "community": 33, "community_name": "Community 33", "source_file": "backend/server/sheets/models.py", "file_type": "code", "degree": 6}, {"id": "sheets_models_deliverable", "label": "Deliverable", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 13.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Deliverable", "community": 33, "community_name": "Community 33", "source_file": "backend/server/sheets/models.py", "file_type": "code", "degree": 3}, {"id": "sheets_models_config", "label": "Config", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Config", "community": 33, "community_name": "Community 33", "source_file": "backend/server/sheets/models.py", "file_type": "code", "degree": 1}, {"id": "sheets_models_deliverable_to_dict", "label": ".to_dict()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".to_dict()", "community": 33, "community_name": "Community 33", "source_file": "backend/server/sheets/models.py", "file_type": "code", "degree": 1}, {"id": "sheets_models_from_dict", "label": "from_dict()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "from_dict()", "community": 33, "community_name": "Community 33", "source_file": "backend/server/sheets/models.py", "file_type": "code", "degree": 1}, {"id": "sheets_models_sheetmeta", "label": "SheetMeta", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": "SheetMeta", "community": 33, "community_name": "Community 33", "source_file": "backend/server/sheets/models.py", "file_type": "code", "degree": 2}, {"id": "sheets_models_sheet", "label": "Sheet", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Sheet", "community": 33, "community_name": "Community 33", "source_file": "backend/server/sheets/models.py", "file_type": "code", "degree": 2}, {"id": "sheets_models_rationale_1", "label": "Pydantic models for sheets and deliverables.", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Pydantic models for sheets and deliverables.", "community": 33, "community_name": "Community 33", "source_file": "backend/server/sheets/models.py", "file_type": "rationale", "degree": 1}, {"id": "backend_server_sheets_init_py", "label": "__init__.py", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "__init__.py", "community": 63, "community_name": "Community 63", "source_file": "backend/server/sheets/__init__.py", "file_type": "code", "degree": 0}, {"id": "backend_server_sheets_manager_py", "label": "manager.py", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 25.0, "font": {"size": 12, "color": "#ffffff"}, "title": "manager.py", "community": 8, "community_name": "Community 8", "source_file": "backend/server/sheets/manager.py", "file_type": "code", "degree": 15}, {"id": "sheets_manager_load_sheet_data", "label": "load_sheet_data()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 16.0, "font": {"size": 12, "color": "#ffffff"}, "title": "load_sheet_data()", "community": 8, "community_name": "Community 8", "source_file": "backend/server/sheets/manager.py", "file_type": "code", "degree": 6}, {"id": "sheets_manager_delete_sheet", "label": "delete_sheet()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 13.0, "font": {"size": 0, "color": "#ffffff"}, "title": "delete_sheet()", "community": 8, "community_name": "Community 8", "source_file": "backend/server/sheets/manager.py", "file_type": "code", "degree": 3}, {"id": "sheets_manager_get_sheet_client_id", "label": "get_sheet_client_id()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 15.0, "font": {"size": 12, "color": "#ffffff"}, "title": "get_sheet_client_id()", "community": 34, "community_name": "Community 34", "source_file": "backend/server/sheets/manager.py", "file_type": "code", "degree": 5}, {"id": "sheets_manager_generate_next_id", "label": "generate_next_id()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 14.0, "font": {"size": 0, "color": "#ffffff"}, "title": "generate_next_id()", "community": 8, "community_name": "Community 8", "source_file": "backend/server/sheets/manager.py", "file_type": "code", "degree": 4}, {"id": "sheets_manager_row_to_meta", "label": "_row_to_meta()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 13.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_row_to_meta()", "community": 8, "community_name": "Community 8", "source_file": "backend/server/sheets/manager.py", "file_type": "code", "degree": 3}, {"id": "sheets_manager_rationale_1", "label": "Sheet management \u2014 PostgreSQL-backed. All functions are async.", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Sheet management \u2014 PostgreSQL-backed. All functions are async.", "community": 8, "community_name": "Community 8", "source_file": "backend/server/sheets/manager.py", "file_type": "rationale", "degree": 1}, {"id": "sheets_manager_rationale_121", "label": "Generate the next DEL-NNN id. Remains sync \u2014 operates on in-memory data.", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Generate the next DEL-NNN id. Remains sync \u2014 operates on in-memory data.", "community": 8, "community_name": "Community 8", "source_file": "backend/server/sheets/manager.py", "file_type": "rationale", "degree": 1}, {"id": "backend_server_auth_msal_auth_py", "label": "msal_auth.py", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 16.0, "font": {"size": 12, "color": "#ffffff"}, "title": "msal_auth.py", "community": 37, "community_name": "Community 37", "source_file": "backend/server/auth/msal_auth.py", "file_type": "code", "degree": 6}, {"id": "auth_msal_auth_get_jwks_client", "label": "_get_jwks_client()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_get_jwks_client()", "community": 37, "community_name": "Community 37", "source_file": "backend/server/auth/msal_auth.py", "file_type": "code", "degree": 2}, {"id": "auth_msal_auth_msalauthenticator", "label": "MSALAuthenticator", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 16.0, "font": {"size": 12, "color": "#ffffff"}, "title": "MSALAuthenticator", "community": 37, "community_name": "Community 37", "source_file": "backend/server/auth/msal_auth.py", "file_type": "code", "degree": 6}, {"id": "auth_msal_auth_msalauthenticator_init", "label": ".__init__()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".__init__()", "community": 37, "community_name": "Community 37", "source_file": "backend/server/auth/msal_auth.py", "file_type": "code", "degree": 1}, {"id": "auth_msal_auth_msalauthenticator_validate_token", "label": ".validate_token()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".validate_token()", "community": 37, "community_name": "Community 37", "source_file": "backend/server/auth/msal_auth.py", "file_type": "code", "degree": 2}, {"id": "auth_msal_auth_msalauthenticator_get_logout_url", "label": ".get_logout_url()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".get_logout_url()", "community": 37, "community_name": "Community 37", "source_file": "backend/server/auth/msal_auth.py", "file_type": "code", "degree": 1}, {"id": "auth_msal_auth_msalauthenticator_get_client_config", "label": ".get_client_config()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".get_client_config()", "community": 37, "community_name": "Community 37", "source_file": "backend/server/auth/msal_auth.py", "file_type": "code", "degree": 1}, {"id": "auth_msal_auth_msalauthenticator_is_dev_mode", "label": ".is_dev_mode()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".is_dev_mode()", "community": 37, "community_name": "Community 37", "source_file": "backend/server/auth/msal_auth.py", "file_type": "code", "degree": 1}, {"id": "auth_msal_auth_rationale_1", "label": "MSAL / Azure AD token validator (SPA PKCE flow). Backend only validates incoming", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "MSAL / Azure AD token validator (SPA PKCE flow). Backend only validates incoming", "community": 37, "community_name": "Community 37", "source_file": "backend/server/auth/msal_auth.py", "file_type": "rationale", "degree": 1}, {"id": "backend_server_auth_init_py", "label": "__init__.py", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "__init__.py", "community": 64, "community_name": "Community 64", "source_file": "backend/server/auth/__init__.py", "file_type": "code", "degree": 0}, {"id": "backend_server_auth_user_store_py", "label": "user_store.py", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 22.0, "font": {"size": 12, "color": "#ffffff"}, "title": "user_store.py", "community": 20, "community_name": "Community 20", "source_file": "backend/server/auth/user_store.py", "file_type": "code", "degree": 12}, {"id": "auth_user_store_row_to_dict", "label": "_row_to_dict()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 16.0, "font": {"size": 12, "color": "#ffffff"}, "title": "_row_to_dict()", "community": 20, "community_name": "Community 20", "source_file": "backend/server/auth/user_store.py", "file_type": "code", "degree": 6}, {"id": "auth_user_store_get_user", "label": "get_user()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 14.0, "font": {"size": 0, "color": "#ffffff"}, "title": "get_user()", "community": 20, "community_name": "Community 20", "source_file": "backend/server/auth/user_store.py", "file_type": "code", "degree": 4}, {"id": "auth_user_store_upsert_user", "label": "upsert_user()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 16.0, "font": {"size": 12, "color": "#ffffff"}, "title": "upsert_user()", "community": 20, "community_name": "Community 20", "source_file": "backend/server/auth/user_store.py", "file_type": "code", "degree": 6}, {"id": "auth_user_store_list_users", "label": "list_users()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 14.0, "font": {"size": 0, "color": "#ffffff"}, "title": "list_users()", "community": 20, "community_name": "Community 20", "source_file": "backend/server/auth/user_store.py", "file_type": "code", "degree": 4}, {"id": "auth_user_store_set_role", "label": "set_role()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 14.0, "font": {"size": 0, "color": "#ffffff"}, "title": "set_role()", "community": 20, "community_name": "Community 20", "source_file": "backend/server/auth/user_store.py", "file_type": "code", "degree": 4}, {"id": "auth_user_store_set_active", "label": "set_active()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 14.0, "font": {"size": 0, "color": "#ffffff"}, "title": "set_active()", "community": 20, "community_name": "Community 20", "source_file": "backend/server/auth/user_store.py", "file_type": "code", "degree": 4}, {"id": "auth_user_store_rationale_1", "label": "User store \u2014 PostgreSQL-backed. Keyed by Azure AD oid (object ID).", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "User store \u2014 PostgreSQL-backed. Keyed by Azure AD oid (object ID).", "community": 20, "community_name": "Community 20", "source_file": "backend/server/auth/user_store.py", "file_type": "rationale", "degree": 1}, {"id": "auth_user_store_rationale_36", "label": "Create or update user. On first creation, grants admin if email is in ADMIN_EMAI", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Create or update user. On first creation, grants admin if email is in ADMIN_EMAI", "community": 20, "community_name": "Community 20", "source_file": "backend/server/auth/user_store.py", "file_type": "rationale", "degree": 1}, {"id": "backend_server_auth_middleware_py", "label": "middleware.py", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 29.0, "font": {"size": 12, "color": "#ffffff"}, "title": "middleware.py", "community": 29, "community_name": "Community 29", "source_file": "backend/server/auth/middleware.py", "file_type": "code", "degree": 19}, {"id": "auth_middleware_check_emergency_token", "label": "_check_emergency_token()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 13.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_check_emergency_token()", "community": 29, "community_name": "Community 29", "source_file": "backend/server/auth/middleware.py", "file_type": "code", "degree": 3}, {"id": "auth_middleware_extract_token_user", "label": "_extract_token_user()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 13.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_extract_token_user()", "community": 29, "community_name": "Community 29", "source_file": "backend/server/auth/middleware.py", "file_type": "code", "degree": 3}, {"id": "auth_middleware_resolve_user", "label": "_resolve_user()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 13.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_resolve_user()", "community": 29, "community_name": "Community 29", "source_file": "backend/server/auth/middleware.py", "file_type": "code", "degree": 3}, {"id": "auth_middleware_auth_required", "label": "auth_required()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": "auth_required()", "community": 29, "community_name": "Community 29", "source_file": "backend/server/auth/middleware.py", "file_type": "code", "degree": 2}, {"id": "auth_middleware_admin_required", "label": "admin_required()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": "admin_required()", "community": 29, "community_name": "Community 29", "source_file": "backend/server/auth/middleware.py", "file_type": "code", "degree": 2}, {"id": "auth_middleware_get_user_id", "label": "get_user_id()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 34.0, "font": {"size": 12, "color": "#ffffff"}, "title": "get_user_id()", "community": 10, "community_name": "Community 10", "source_file": "backend/server/auth/middleware.py", "file_type": "code", "degree": 24}, {"id": "auth_middleware_rationale_1", "label": "Authentication middleware \u2014 decorators for Quart routes. Includes @auth_required", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Authentication middleware \u2014 decorators for Quart routes. Includes @auth_required", "community": 29, "community_name": "Community 29", "source_file": "backend/server/auth/middleware.py", "file_type": "rationale", "degree": 1}, {"id": "auth_middleware_rationale_20", "label": "If EMERGENCY_TOKEN is configured and matches, return a synthetic admin user.", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "If EMERGENCY_TOKEN is configured and matches, return a synthetic admin user.", "community": 29, "community_name": "Community 29", "source_file": "backend/server/auth/middleware.py", "file_type": "rationale", "degree": 1}, {"id": "auth_middleware_rationale_36", "label": "Extract and validate Bearer token from Authorization header or ?_token= query pa", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Extract and validate Bearer token from Authorization header or ?_token= query pa", "community": 29, "community_name": "Community 29", "source_file": "backend/server/auth/middleware.py", "file_type": "rationale", "degree": 1}, {"id": "auth_middleware_rationale_51", "label": "Merge token claims with DB user store. Creates the user record on first logi", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Merge token claims with DB user store. Creates the user record on first logi", "community": 29, "community_name": "Community 29", "source_file": "backend/server/auth/middleware.py", "file_type": "rationale", "degree": 1}, {"id": "auth_middleware_rationale_64", "label": "Require a valid Bearer token. Sets g.current_user.", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Require a valid Bearer token. Sets g.current_user.", "community": 29, "community_name": "Community 29", "source_file": "backend/server/auth/middleware.py", "file_type": "rationale", "degree": 1}, {"id": "auth_middleware_rationale_100", "label": "Require admin role. Must be used after @auth_required.", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Require admin role. Must be used after @auth_required.", "community": 29, "community_name": "Community 29", "source_file": "backend/server/auth/middleware.py", "file_type": "rationale", "degree": 1}, {"id": "backend_server_db_init_py", "label": "__init__.py", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "__init__.py", "community": 42, "community_name": "Community 42", "source_file": "backend/server/db/__init__.py", "file_type": "code", "degree": 1}, {"id": "backend_server_db_migrate_json_py", "label": "migrate_json.py", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 13.0, "font": {"size": 0, "color": "#ffffff"}, "title": "migrate_json.py", "community": 43, "community_name": "Community 43", "source_file": "backend/server/db/migrate_json.py", "file_type": "code", "degree": 3}, {"id": "db_migrate_json_parse_dt", "label": "_parse_dt()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 13.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_parse_dt()", "community": 43, "community_name": "Community 43", "source_file": "backend/server/db/migrate_json.py", "file_type": "code", "degree": 3}, {"id": "db_migrate_json_migrate", "label": "migrate()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 14.0, "font": {"size": 0, "color": "#ffffff"}, "title": "migrate()", "community": 43, "community_name": "Community 43", "source_file": "backend/server/db/migrate_json.py", "file_type": "code", "degree": 4}, {"id": "db_migrate_json_rationale_1", "label": "One-time migration: import existing JSON file data into PostgreSQL. Run inside", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "One-time migration: import existing JSON file data into PostgreSQL. Run inside", "community": 43, "community_name": "Community 43", "source_file": "backend/server/db/migrate_json.py", "file_type": "rationale", "degree": 1}, {"id": "db_migrate_json_rationale_23", "label": "Parse an ISO timestamp string (or None) into a timezone-aware datetime.", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Parse an ISO timestamp string (or None) into a timezone-aware datetime.", "community": 43, "community_name": "Community 43", "source_file": "backend/server/db/migrate_json.py", "file_type": "rationale", "degree": 1}, {"id": "backend_server_db_pool_py", "label": "pool.py", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 21.0, "font": {"size": 12, "color": "#ffffff"}, "title": "pool.py", "community": 42, "community_name": "Community 42", "source_file": "backend/server/db/pool.py", "file_type": "code", "degree": 11}, {"id": "db_pool_init_conn", "label": "_init_conn()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_init_conn()", "community": 42, "community_name": "Community 42", "source_file": "backend/server/db/pool.py", "file_type": "code", "degree": 2}, {"id": "db_pool_init_pool", "label": "init_pool()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": "init_pool()", "community": 43, "community_name": "Community 43", "source_file": "backend/server/db/pool.py", "file_type": "code", "degree": 2}, {"id": "db_pool_close_pool", "label": "close_pool()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "close_pool()", "community": 42, "community_name": "Community 42", "source_file": "backend/server/db/pool.py", "file_type": "code", "degree": 1}, {"id": "db_pool_get_pool", "label": "get_pool()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 39.0, "font": {"size": 12, "color": "#ffffff"}, "title": "get_pool()", "community": 20, "community_name": "Community 20", "source_file": "backend/server/db/pool.py", "file_type": "code", "degree": 29}, {"id": "db_pool_rationale_1", "label": "asyncpg connection pool with JSONB codec registration. Call init_pool() once at", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "asyncpg connection pool with JSONB codec registration. Call init_pool() once at", "community": 42, "community_name": "Community 42", "source_file": "backend/server/db/pool.py", "file_type": "rationale", "degree": 1}, {"id": "db_pool_rationale_16", "label": "Register JSONB/JSON codecs so Python dicts/lists are passed transparently.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Register JSONB/JSON codecs so Python dicts/lists are passed transparently.", "community": 42, "community_name": "Community 42", "source_file": "backend/server/db/pool.py", "file_type": "rationale", "degree": 1}, {"id": "backend_server_api_auth_py", "label": "auth.py", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 19.0, "font": {"size": 12, "color": "#ffffff"}, "title": "auth.py", "community": 20, "community_name": "Community 20", "source_file": "backend/server/api/auth.py", "file_type": "code", "degree": 9}, {"id": "api_auth_get_auth_config", "label": "get_auth_config()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "get_auth_config()", "community": 20, "community_name": "Community 20", "source_file": "backend/server/api/auth.py", "file_type": "code", "degree": 1}, {"id": "api_auth_validate_token", "label": "validate_token()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": "validate_token()", "community": 20, "community_name": "Community 20", "source_file": "backend/server/api/auth.py", "file_type": "code", "degree": 2}, {"id": "api_auth_me", "label": "me()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 14.0, "font": {"size": 0, "color": "#ffffff"}, "title": "me()", "community": 20, "community_name": "Community 20", "source_file": "backend/server/api/auth.py", "file_type": "code", "degree": 4}, {"id": "api_auth_get_current_user_info", "label": "get_current_user_info()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 13.0, "font": {"size": 0, "color": "#ffffff"}, "title": "get_current_user_info()", "community": 20, "community_name": "Community 20", "source_file": "backend/server/api/auth.py", "file_type": "code", "degree": 3}, {"id": "api_auth_logout", "label": "logout()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "logout()", "community": 20, "community_name": "Community 20", "source_file": "backend/server/api/auth.py", "file_type": "code", "degree": 1}, {"id": "api_auth_rationale_52", "label": "Return current user profile including role.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Return current user profile including role.", "community": 20, "community_name": "Community 20", "source_file": "backend/server/api/auth.py", "file_type": "rationale", "degree": 1}, {"id": "backend_server_api_config_py", "label": "config.py", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 20.0, "font": {"size": 12, "color": "#ffffff"}, "title": "config.py", "community": 7, "community_name": "Community 7", "source_file": "backend/server/api/config.py", "file_type": "code", "degree": 10}, {"id": "api_config_get_available_models", "label": "get_available_models()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 13.0, "font": {"size": 0, "color": "#ffffff"}, "title": "get_available_models()", "community": 7, "community_name": "Community 7", "source_file": "backend/server/api/config.py", "file_type": "code", "degree": 3}, {"id": "api_config_get_default_config", "label": "get_default_config()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": "get_default_config()", "community": 7, "community_name": "Community 7", "source_file": "backend/server/api/config.py", "file_type": "code", "degree": 2}, {"id": "api_config_estimate_processing_cost", "label": "estimate_processing_cost()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": "estimate_processing_cost()", "community": 7, "community_name": "Community 7", "source_file": "backend/server/api/config.py", "file_type": "code", "degree": 2}, {"id": "api_config_validate_model_config", "label": "validate_model_config()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 13.0, "font": {"size": 0, "color": "#ffffff"}, "title": "validate_model_config()", "community": 7, "community_name": "Community 7", "source_file": "backend/server/api/config.py", "file_type": "code", "degree": 3}, {"id": "api_config_get_system_info", "label": "get_system_info()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": "get_system_info()", "community": 7, "community_name": "Community 7", "source_file": "backend/server/api/config.py", "file_type": "code", "degree": 2}, {"id": "api_config_rationale_1", "label": "Configuration API endpoints for model selection and system settings", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Configuration API endpoints for model selection and system settings", "community": 7, "community_name": "Community 7", "source_file": "backend/server/api/config.py", "file_type": "rationale", "degree": 1}, {"id": "api_config_rationale_19", "label": "Get list of available models with pricing and capabilities Returns:", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Get list of available models with pricing and capabilities Returns:", "community": 7, "community_name": "Community 7", "source_file": "backend/server/api/config.py", "file_type": "rationale", "degree": 1}, {"id": "api_config_rationale_42", "label": "Get default model configuration Returns: Default model configuratio", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Get default model configuration Returns: Default model configuratio", "community": 7, "community_name": "Community 7", "source_file": "backend/server/api/config.py", "file_type": "rationale", "degree": 1}, {"id": "api_config_rationale_65", "label": "Estimate processing cost for given models and file size Expects: {", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Estimate processing cost for given models and file size Expects: {", "community": 7, "community_name": "Community 7", "source_file": "backend/server/api/config.py", "file_type": "rationale", "degree": 1}, {"id": "api_config_rationale_153", "label": "Validate a model configuration Expects: { \"modelConfig\"", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Validate a model configuration Expects: { &quot;modelConfig&quot;", "community": 7, "community_name": "Community 7", "source_file": "backend/server/api/config.py", "file_type": "rationale", "degree": 1}, {"id": "api_config_rationale_237", "label": "Get system configuration and status information Returns: System inf", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Get system configuration and status information Returns: System inf", "community": 7, "community_name": "Community 7", "source_file": "backend/server/api/config.py", "file_type": "rationale", "degree": 1}, {"id": "backend_server_api_sheets_py", "label": "sheets.py", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 23.0, "font": {"size": 12, "color": "#ffffff"}, "title": "sheets.py", "community": 8, "community_name": "Community 8", "source_file": "backend/server/api/sheets.py", "file_type": "code", "degree": 13}, {"id": "api_sheets_list_sheets", "label": "list_sheets()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 13.0, "font": {"size": 0, "color": "#ffffff"}, "title": "list_sheets()", "community": 10, "community_name": "Community 10", "source_file": "backend/server/api/sheets.py", "file_type": "code", "degree": 3}, {"id": "api_sheets_create_new_sheet", "label": "create_new_sheet()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 13.0, "font": {"size": 0, "color": "#ffffff"}, "title": "create_new_sheet()", "community": 10, "community_name": "Community 10", "source_file": "backend/server/api/sheets.py", "file_type": "code", "degree": 3}, {"id": "api_sheets_get_sheet", "label": "get_sheet()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 13.0, "font": {"size": 0, "color": "#ffffff"}, "title": "get_sheet()", "community": 8, "community_name": "Community 8", "source_file": "backend/server/api/sheets.py", "file_type": "code", "degree": 3}, {"id": "api_sheets_delete_sheet_route", "label": "delete_sheet_route()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 13.0, "font": {"size": 0, "color": "#ffffff"}, "title": "delete_sheet_route()", "community": 8, "community_name": "Community 8", "source_file": "backend/server/api/sheets.py", "file_type": "code", "degree": 3}, {"id": "api_sheets_duplicate_sheet_route", "label": "duplicate_sheet_route()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 13.0, "font": {"size": 0, "color": "#ffffff"}, "title": "duplicate_sheet_route()", "community": 8, "community_name": "Community 8", "source_file": "backend/server/api/sheets.py", "file_type": "code", "degree": 3}, {"id": "api_sheets_rationale_1", "label": "Sheet CRUD API \u2014 PostgreSQL-backed. All routes scoped to the authenticated user.", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Sheet CRUD API \u2014 PostgreSQL-backed. All routes scoped to the authenticated user.", "community": 8, "community_name": "Community 8", "source_file": "backend/server/api/sheets.py", "file_type": "rationale", "degree": 1}, {"id": "backend_server_api_ai_command_py", "label": "ai_command.py", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 22.0, "font": {"size": 12, "color": "#ffffff"}, "title": "ai_command.py", "community": 34, "community_name": "Community 34", "source_file": "backend/server/api/ai_command.py", "file_type": "code", "degree": 12}, {"id": "api_ai_command_load_prompt_template", "label": "_load_prompt_template()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_load_prompt_template()", "community": 34, "community_name": "Community 34", "source_file": "backend/server/api/ai_command.py", "file_type": "code", "degree": 2}, {"id": "api_ai_command_preprocess", "label": "_preprocess()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_preprocess()", "community": 34, "community_name": "Community 34", "source_file": "backend/server/api/ai_command.py", "file_type": "code", "degree": 2}, {"id": "api_ai_command_build_hierarchy_rules", "label": "_build_hierarchy_rules()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 13.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_build_hierarchy_rules()", "community": 34, "community_name": "Community 34", "source_file": "backend/server/api/ai_command.py", "file_type": "code", "degree": 3}, {"id": "api_ai_command_call_gemini", "label": "_call_gemini()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_call_gemini()", "community": 34, "community_name": "Community 34", "source_file": "backend/server/api/ai_command.py", "file_type": "code", "degree": 2}, {"id": "api_ai_command_extract_json", "label": "_extract_json()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_extract_json()", "community": 34, "community_name": "Community 34", "source_file": "backend/server/api/ai_command.py", "file_type": "code", "degree": 2}, {"id": "api_ai_command_run_command", "label": "run_command()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 21.0, "font": {"size": 12, "color": "#ffffff"}, "title": "run_command()", "community": 34, "community_name": "Community 34", "source_file": "backend/server/api/ai_command.py", "file_type": "code", "degree": 11}, {"id": "api_ai_command_rationale_1", "label": "AI command API \u2014 processes natural language commands against a sheet.", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "AI command API \u2014 processes natural language commands against a sheet.", "community": 34, "community_name": "Community 34", "source_file": "backend/server/api/ai_command.py", "file_type": "rationale", "degree": 1}, {"id": "backend_server_api_init_py", "label": "__init__.py", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "__init__.py", "community": 65, "community_name": "Community 65", "source_file": "backend/server/api/__init__.py", "file_type": "code", "degree": 0}, {"id": "backend_server_api_export_py", "label": "export.py", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 27.0, "font": {"size": 12, "color": "#ffffff"}, "title": "export.py", "community": 28, "community_name": "Community 28", "source_file": "backend/server/api/export.py", "file_type": "code", "degree": 17}, {"id": "api_export_load_export_template", "label": "load_export_template()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 17.0, "font": {"size": 12, "color": "#ffffff"}, "title": "load_export_template()", "community": 28, "community_name": "Community 28", "source_file": "backend/server/api/export.py", "file_type": "code", "degree": 7}, {"id": "api_export_save_export_template", "label": "save_export_template()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 15.0, "font": {"size": 12, "color": "#ffffff"}, "title": "save_export_template()", "community": 28, "community_name": "Community 28", "source_file": "backend/server/api/export.py", "file_type": "code", "degree": 5}, {"id": "api_export_delete_export_template", "label": "delete_export_template()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 15.0, "font": {"size": 12, "color": "#ffffff"}, "title": "delete_export_template()", "community": 28, "community_name": "Community 28", "source_file": "backend/server/api/export.py", "file_type": "code", "degree": 5}, {"id": "api_export_has_export_template", "label": "has_export_template()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 14.0, "font": {"size": 0, "color": "#ffffff"}, "title": "has_export_template()", "community": 28, "community_name": "Community 28", "source_file": "backend/server/api/export.py", "file_type": "code", "degree": 4}, {"id": "api_export_detect_csv_template", "label": "detect_csv_template()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 15.0, "font": {"size": 12, "color": "#ffffff"}, "title": "detect_csv_template()", "community": 0, "community_name": "Community 0", "source_file": "backend/server/api/export.py", "file_type": "code", "degree": 5}, {"id": "api_export_build_csv", "label": "_build_csv()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_build_csv()", "community": 28, "community_name": "Community 28", "source_file": "backend/server/api/export.py", "file_type": "code", "degree": 2}, {"id": "api_export_export_csv", "label": "export_csv()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 16.0, "font": {"size": 12, "color": "#ffffff"}, "title": "export_csv()", "community": 28, "community_name": "Community 28", "source_file": "backend/server/api/export.py", "file_type": "code", "degree": 6}, {"id": "api_export_get_user_template", "label": "get_user_template()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 14.0, "font": {"size": 0, "color": "#ffffff"}, "title": "get_user_template()", "community": 28, "community_name": "Community 28", "source_file": "backend/server/api/export.py", "file_type": "code", "degree": 4}, {"id": "api_export_detect_user_template", "label": "detect_user_template()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": "detect_user_template()", "community": 0, "community_name": "Community 0", "source_file": "backend/server/api/export.py", "file_type": "code", "degree": 2}, {"id": "api_export_save_user_template", "label": "save_user_template()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 13.0, "font": {"size": 0, "color": "#ffffff"}, "title": "save_user_template()", "community": 28, "community_name": "Community 28", "source_file": "backend/server/api/export.py", "file_type": "code", "degree": 3}, {"id": "api_export_delete_user_template", "label": "delete_user_template()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 13.0, "font": {"size": 0, "color": "#ffffff"}, "title": "delete_user_template()", "community": 28, "community_name": "Community 28", "source_file": "backend/server/api/export.py", "file_type": "code", "degree": 3}, {"id": "api_export_rationale_1", "label": "CSV export \u2014 Activation Calendar format. Supports custom export templates: clien", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "CSV export \u2014 Activation Calendar format. Supports custom export templates: clien", "community": 28, "community_name": "Community 28", "source_file": "backend/server/api/export.py", "file_type": "rationale", "degree": 1}, {"id": "api_export_rationale_51", "label": "Priority: client template \u2192 user template \u2192 global template \u2192 built-in default.", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Priority: client template \u2192 user template \u2192 global template \u2192 built-in default.", "community": 28, "community_name": "Community 28", "source_file": "backend/server/api/export.py", "file_type": "rationale", "degree": 1}, {"id": "api_export_rationale_124", "label": "Read CSV headers and auto-detect mapping to internal fields.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Read CSV headers and auto-detect mapping to internal fields.", "community": 0, "community_name": "Community 0", "source_file": "backend/server/api/export.py", "file_type": "rationale", "degree": 1}, {"id": "backend_server_api_jobs_py", "label": "jobs.py", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 26.0, "font": {"size": 12, "color": "#ffffff"}, "title": "jobs.py", "community": 10, "community_name": "Community 10", "source_file": "backend/server/api/jobs.py", "file_type": "code", "degree": 16}, {"id": "api_jobs_create_jobs", "label": "create_jobs()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 14.0, "font": {"size": 0, "color": "#ffffff"}, "title": "create_jobs()", "community": 10, "community_name": "Community 10", "source_file": "backend/server/api/jobs.py", "file_type": "code", "degree": 4}, {"id": "api_jobs_list_jobs", "label": "list_jobs()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 13.0, "font": {"size": 0, "color": "#ffffff"}, "title": "list_jobs()", "community": 10, "community_name": "Community 10", "source_file": "backend/server/api/jobs.py", "file_type": "code", "degree": 3}, {"id": "api_jobs_get_job", "label": "get_job()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 18.0, "font": {"size": 12, "color": "#ffffff"}, "title": "get_job()", "community": 10, "community_name": "Community 10", "source_file": "backend/server/api/jobs.py", "file_type": "code", "degree": 8}, {"id": "api_jobs_download_job_result", "label": "download_job_result()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 14.0, "font": {"size": 0, "color": "#ffffff"}, "title": "download_job_result()", "community": 10, "community_name": "Community 10", "source_file": "backend/server/api/jobs.py", "file_type": "code", "degree": 4}, {"id": "api_jobs_get_job_logs", "label": "get_job_logs()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 14.0, "font": {"size": 0, "color": "#ffffff"}, "title": "get_job_logs()", "community": 10, "community_name": "Community 10", "source_file": "backend/server/api/jobs.py", "file_type": "code", "degree": 4}, {"id": "api_jobs_delete_job", "label": "delete_job()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 15.0, "font": {"size": 12, "color": "#ffffff"}, "title": "delete_job()", "community": 10, "community_name": "Community 10", "source_file": "backend/server/api/jobs.py", "file_type": "code", "degree": 5}, {"id": "api_jobs_batch_download", "label": "batch_download()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 14.0, "font": {"size": 0, "color": "#ffffff"}, "title": "batch_download()", "community": 10, "community_name": "Community 10", "source_file": "backend/server/api/jobs.py", "file_type": "code", "degree": 4}, {"id": "api_jobs_cleanup_expired", "label": "cleanup_expired()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 18.0, "font": {"size": 12, "color": "#ffffff"}, "title": "cleanup_expired()", "community": 1, "community_name": "Community 1", "source_file": "backend/server/api/jobs.py", "file_type": "code", "degree": 8}, {"id": "api_jobs_rationale_1", "label": "Jobs API endpoints for file upload and processing management", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Jobs API endpoints for file upload and processing management", "community": 10, "community_name": "Community 10", "source_file": "backend/server/api/jobs.py", "file_type": "rationale", "degree": 1}, {"id": "api_jobs_rationale_25", "label": "Create new processing jobs from uploaded files Accepts multipart/form-data", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Create new processing jobs from uploaded files Accepts multipart/form-data", "community": 10, "community_name": "Community 10", "source_file": "backend/server/api/jobs.py", "file_type": "rationale", "degree": 1}, {"id": "api_jobs_rationale_136", "label": "List jobs for the current user Query parameters: - limit: Maximum numbe", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "List jobs for the current user Query parameters: - limit: Maximum numbe", "community": 10, "community_name": "Community 10", "source_file": "backend/server/api/jobs.py", "file_type": "rationale", "degree": 1}, {"id": "api_jobs_rationale_182", "label": "Get details for a specific job Returns: Job details including progr", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Get details for a specific job Returns: Job details including progr", "community": 10, "community_name": "Community 10", "source_file": "backend/server/api/jobs.py", "file_type": "rationale", "degree": 1}, {"id": "api_jobs_rationale_222", "label": "Download the CSV result file for a completed job Returns: CSV file", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Download the CSV result file for a completed job Returns: CSV file", "community": 10, "community_name": "Community 10", "source_file": "backend/server/api/jobs.py", "file_type": "rationale", "degree": 1}, {"id": "api_jobs_rationale_276", "label": "Get logs for a specific job Query parameters: - limit: Maximum number o", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Get logs for a specific job Query parameters: - limit: Maximum number o", "community": 10, "community_name": "Community 10", "source_file": "backend/server/api/jobs.py", "file_type": "rationale", "degree": 1}, {"id": "api_jobs_rationale_335", "label": "Delete a job and clean up its files Returns: Success confirmation", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Delete a job and clean up its files Returns: Success confirmation", "community": 10, "community_name": "Community 10", "source_file": "backend/server/api/jobs.py", "file_type": "rationale", "degree": 1}, {"id": "api_jobs_rationale_393", "label": "Download multiple job results as a ZIP file Expects: {", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Download multiple job results as a ZIP file Expects: {", "community": 10, "community_name": "Community 10", "source_file": "backend/server/api/jobs.py", "file_type": "rationale", "degree": 1}, {"id": "api_jobs_rationale_485", "label": "Manually trigger cleanup of expired jobs and files (Admin/maintenance endpoi", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Manually trigger cleanup of expired jobs and files (Admin/maintenance endpoi", "community": 1, "community_name": "Community 1", "source_file": "backend/server/api/jobs.py", "file_type": "rationale", "degree": 1}, {"id": "api_jobs_rationale_515", "label": "Get job processing statistics for the current user Returns: Statist", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Get job processing statistics for the current user Returns: Statist", "community": 10, "community_name": "Community 10", "source_file": "backend/server/api/jobs.py", "file_type": "rationale", "degree": 1}, {"id": "api_jobs_rationale_560", "label": "Return extracted deliverables from a completed job as JSON rows ready for th", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Return extracted deliverables from a completed job as JSON rows ready for th", "community": 10, "community_name": "Community 10", "source_file": "backend/server/api/jobs.py", "file_type": "rationale", "degree": 1}, {"id": "backend_server_api_admin_py", "label": "admin.py", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 36.0, "font": {"size": 12, "color": "#ffffff"}, "title": "admin.py", "community": 0, "community_name": "Community 0", "source_file": "backend/server/api/admin.py", "file_type": "code", "degree": 26}, {"id": "api_admin_get_users", "label": "get_users()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 16.0, "font": {"size": 12, "color": "#ffffff"}, "title": "get_users()", "community": 8, "community_name": "Community 8", "source_file": "backend/server/api/admin.py", "file_type": "code", "degree": 6}, {"id": "api_admin_update_user", "label": "update_user()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 13.0, "font": {"size": 0, "color": "#ffffff"}, "title": "update_user()", "community": 20, "community_name": "Community 20", "source_file": "backend/server/api/admin.py", "file_type": "code", "degree": 3}, {"id": "api_admin_read_xlsx_file", "label": "_read_xlsx_file()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 14.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_read_xlsx_file()", "community": 0, "community_name": "Community 0", "source_file": "backend/server/api/admin.py", "file_type": "code", "degree": 4}, {"id": "api_admin_extract_mapping", "label": "_extract_mapping()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_extract_mapping()", "community": 0, "community_name": "Community 0", "source_file": "backend/server/api/admin.py", "file_type": "code", "degree": 2}, {"id": "api_admin_parse_uploaded_xlsx", "label": "_parse_uploaded_xlsx()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 18.0, "font": {"size": 12, "color": "#ffffff"}, "title": "_parse_uploaded_xlsx()", "community": 0, "community_name": "Community 0", "source_file": "backend/server/api/admin.py", "file_type": "code", "degree": 8}, {"id": "api_admin_detect_mapping", "label": "detect_mapping()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 17.0, "font": {"size": 12, "color": "#ffffff"}, "title": "detect_mapping()", "community": 0, "community_name": "Community 0", "source_file": "backend/server/api/admin.py", "file_type": "code", "degree": 7}, {"id": "api_admin_detect_client_mapping", "label": "detect_client_mapping()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 13.0, "font": {"size": 0, "color": "#ffffff"}, "title": "detect_client_mapping()", "community": 0, "community_name": "Community 0", "source_file": "backend/server/api/admin.py", "file_type": "code", "degree": 3}, {"id": "api_admin_rationale_1", "label": "Admin API \u2014 user management, dropdown Excel upload, export templates. All routes", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Admin API \u2014 user management, dropdown Excel upload, export templates. All routes", "community": 0, "community_name": "Community 0", "source_file": "backend/server/api/admin.py", "file_type": "rationale", "degree": 1}, {"id": "backend_server_api_clients_py", "label": "clients.py", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 23.0, "font": {"size": 12, "color": "#ffffff"}, "title": "clients.py", "community": 31, "community_name": "Community 31", "source_file": "backend/server/api/clients.py", "file_type": "code", "degree": 13}, {"id": "api_clients_load_clients", "label": "load_clients()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 14.0, "font": {"size": 0, "color": "#ffffff"}, "title": "load_clients()", "community": 31, "community_name": "Community 31", "source_file": "backend/server/api/clients.py", "file_type": "code", "degree": 4}, {"id": "api_clients_get_client_by_id", "label": "get_client_by_id()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 16.0, "font": {"size": 12, "color": "#ffffff"}, "title": "get_client_by_id()", "community": 0, "community_name": "Community 0", "source_file": "backend/server/api/clients.py", "file_type": "code", "degree": 6}, {"id": "api_clients_set_client_custom_dropdowns", "label": "set_client_custom_dropdowns()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 14.0, "font": {"size": 0, "color": "#ffffff"}, "title": "set_client_custom_dropdowns()", "community": 0, "community_name": "Community 0", "source_file": "backend/server/api/clients.py", "file_type": "code", "degree": 4}, {"id": "api_clients_row_to_dict", "label": "_row_to_dict()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 15.0, "font": {"size": 12, "color": "#ffffff"}, "title": "_row_to_dict()", "community": 31, "community_name": "Community 31", "source_file": "backend/server/api/clients.py", "file_type": "code", "degree": 5}, {"id": "api_clients_rationale_1", "label": "Client management API \u2014 PostgreSQL-backed.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Client management API \u2014 PostgreSQL-backed.", "community": 31, "community_name": "Community 31", "source_file": "backend/server/api/clients.py", "file_type": "rationale", "degree": 1}, {"id": "backend_server_api_dropdowns_py", "label": "dropdowns.py", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 22.0, "font": {"size": 12, "color": "#ffffff"}, "title": "dropdowns.py", "community": 0, "community_name": "Community 0", "source_file": "backend/server/api/dropdowns.py", "file_type": "code", "degree": 12}, {"id": "api_dropdowns_save_dropdowns", "label": "save_dropdowns()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 17.0, "font": {"size": 12, "color": "#ffffff"}, "title": "save_dropdowns()", "community": 0, "community_name": "Community 0", "source_file": "backend/server/api/dropdowns.py", "file_type": "code", "degree": 7}, {"id": "api_dropdowns_row_to_cat", "label": "_row_to_cat()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_row_to_cat()", "community": 0, "community_name": "Community 0", "source_file": "backend/server/api/dropdowns.py", "file_type": "code", "degree": 2}, {"id": "api_dropdowns_detect_excel_mapping", "label": "detect_excel_mapping()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 14.0, "font": {"size": 0, "color": "#ffffff"}, "title": "detect_excel_mapping()", "community": 0, "community_name": "Community 0", "source_file": "backend/server/api/dropdowns.py", "file_type": "code", "degree": 4}, {"id": "api_dropdowns_parse_excel_dropdowns", "label": "parse_excel_dropdowns()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 13.0, "font": {"size": 0, "color": "#ffffff"}, "title": "parse_excel_dropdowns()", "community": 0, "community_name": "Community 0", "source_file": "backend/server/api/dropdowns.py", "file_type": "code", "degree": 3}, {"id": "api_dropdowns_get_all", "label": "get_all()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 13.0, "font": {"size": 0, "color": "#ffffff"}, "title": "get_all()", "community": 0, "community_name": "Community 0", "source_file": "backend/server/api/dropdowns.py", "file_type": "code", "degree": 3}, {"id": "api_dropdowns_rationale_1", "label": "Dropdown data API \u2014 category / media type hierarchy. Data stored in PostgreSQL.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Dropdown data API \u2014 category / media type hierarchy. Data stored in PostgreSQL.", "community": 0, "community_name": "Community 0", "source_file": "backend/server/api/dropdowns.py", "file_type": "rationale", "degree": 1}, {"id": "api_dropdowns_rationale_145", "label": "Load categories from DB. If client_id is given, tries per-client rows first,", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Load categories from DB. If client_id is given, tries per-client rows first,", "community": 0, "community_name": "Community 0", "source_file": "backend/server/api/dropdowns.py", "file_type": "rationale", "degree": 1}, {"id": "api_dropdowns_rationale_167", "label": "Replace all categories for the given scope (global if client_id is None).", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Replace all categories for the given scope (global if client_id is None).", "community": 0, "community_name": "Community 0", "source_file": "backend/server/api/dropdowns.py", "file_type": "rationale", "degree": 1}, {"id": "api_dropdowns_rationale_197", "label": "Read the first row of an .xlsx and auto-detect column mapping. Returns: {hea", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Read the first row of an .xlsx and auto-detect column mapping. Returns: {hea", "community": 0, "community_name": "Community 0", "source_file": "backend/server/api/dropdowns.py", "file_type": "rationale", "degree": 1}, {"id": "api_dropdowns_rationale_234", "label": "Parse an .xlsx into [{name, status, mediaTypes}].", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Parse an .xlsx into [{name, status, mediaTypes}].", "community": 0, "community_name": "Community 0", "source_file": "backend/server/api/dropdowns.py", "file_type": "rationale", "degree": 1}, {"id": "api_dropdowns_rationale_269", "label": "Full dropdown data including archived, for admin preview.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Full dropdown data including archived, for admin preview.", "community": 0, "community_name": "Community 0", "source_file": "backend/server/api/dropdowns.py", "file_type": "rationale", "degree": 1}, {"id": "backend_server_runners_init_py", "label": "__init__.py", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 13.0, "font": {"size": 0, "color": "#ffffff"}, "title": "__init__.py", "community": 24, "community_name": "Community 24", "source_file": "backend/server/runners/__init__.py", "file_type": "code", "degree": 3}, {"id": "runners_init_rationale_1", "label": "Job runners module for processing document analysis jobs", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Job runners module for processing document analysis jobs", "community": 24, "community_name": "Community 24", "source_file": "backend/server/runners/__init__.py", "file_type": "rationale", "degree": 1}, {"id": "backend_server_runners_enhanced_analyzer_py", "label": "enhanced_analyzer.py", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 14.0, "font": {"size": 0, "color": "#ffffff"}, "title": "enhanced_analyzer.py", "community": 24, "community_name": "Community 24", "source_file": "backend/server/runners/enhanced_analyzer.py", "file_type": "code", "degree": 4}, {"id": "runners_enhanced_analyzer_enhanceddocumentanalyzer", "label": "EnhancedDocumentAnalyzer", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 26.0, "font": {"size": 12, "color": "#ffffff"}, "title": "EnhancedDocumentAnalyzer", "community": 23, "community_name": "Community 23", "source_file": "backend/server/runners/enhanced_analyzer.py", "file_type": "code", "degree": 16}, {"id": "documentanalyzer", "label": "DocumentAnalyzer", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "DocumentAnalyzer", "community": 23, "community_name": "Community 23", "source_file": "", "file_type": "code", "degree": 1}, {"id": "runners_enhanced_analyzer_enhanceddocumentanalyzer_init", "label": ".__init__()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".__init__()", "community": 23, "community_name": "Community 23", "source_file": "backend/server/runners/enhanced_analyzer.py", "file_type": "code", "degree": 1}, {"id": "runners_enhanced_analyzer_enhanceddocumentanalyzer_process_document_with_progress", "label": ".process_document_with_progress()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 14.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".process_document_with_progress()", "community": 23, "community_name": "Community 23", "source_file": "backend/server/runners/enhanced_analyzer.py", "file_type": "code", "degree": 4}, {"id": "runners_enhanced_analyzer_enhanceddocumentanalyzer_perform_parallel_analysis_with_progress", "label": "._perform_parallel_analysis_with_progress()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 14.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._perform_parallel_analysis_with_progress()", "community": 23, "community_name": "Community 23", "source_file": "backend/server/runners/enhanced_analyzer.py", "file_type": "code", "degree": 4}, {"id": "runners_enhanced_analyzer_enhanceddocumentanalyzer_create_provider_progress_callback", "label": "._create_provider_progress_callback()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 13.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._create_provider_progress_callback()", "community": 23, "community_name": "Community 23", "source_file": "backend/server/runners/enhanced_analyzer.py", "file_type": "code", "degree": 3}, {"id": "runners_enhanced_analyzer_enhanceddocumentanalyzer_get_provider_name", "label": "._get_provider_name()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_provider_name()", "community": 23, "community_name": "Community 23", "source_file": "backend/server/runners/enhanced_analyzer.py", "file_type": "code", "degree": 2}, {"id": "runners_enhanced_analyzer_enhanceddocumentanalyzer_get_model_display_name", "label": "._get_model_display_name()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._get_model_display_name()", "community": 23, "community_name": "Community 23", "source_file": "backend/server/runners/enhanced_analyzer.py", "file_type": "code", "degree": 2}, {"id": "runners_enhanced_analyzer_enhanceddocumentanalyzer_create_job_summary", "label": ".create_job_summary()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".create_job_summary()", "community": 27, "community_name": "Community 27", "source_file": "backend/server/runners/enhanced_analyzer.py", "file_type": "code", "degree": 2}, {"id": "runners_enhanced_analyzer_rationale_1", "label": "Enhanced DocumentAnalyzer with progress reporting for GUI integration Extends th", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Enhanced DocumentAnalyzer with progress reporting for GUI integration Extends th", "community": 24, "community_name": "Community 24", "source_file": "backend/server/runners/enhanced_analyzer.py", "file_type": "rationale", "degree": 1}, {"id": "runners_enhanced_analyzer_rationale_20", "label": "Enhanced DocumentAnalyzer with progress reporting capabilities Extends the b", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Enhanced DocumentAnalyzer with progress reporting capabilities Extends the b", "community": 23, "community_name": "Community 23", "source_file": "backend/server/runners/enhanced_analyzer.py", "file_type": "rationale", "degree": 1}, {"id": "runners_enhanced_analyzer_rationale_40", "label": "Process document with progress reporting integration Args:", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Process document with progress reporting integration Args:", "community": 23, "community_name": "Community 23", "source_file": "backend/server/runners/enhanced_analyzer.py", "file_type": "rationale", "degree": 1}, {"id": "runners_enhanced_analyzer_rationale_199", "label": "Perform parallel analysis with progress reporting Args: doc", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Perform parallel analysis with progress reporting Args: doc", "community": 23, "community_name": "Community 23", "source_file": "backend/server/runners/enhanced_analyzer.py", "file_type": "rationale", "degree": 1}, {"id": "runners_enhanced_analyzer_rationale_245", "label": "Create callback function for provider progress updates Returns:", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Create callback function for provider progress updates Returns:", "community": 5, "community_name": "Community 5", "source_file": "backend/server/runners/enhanced_analyzer.py", "file_type": "rationale", "degree": 2}, {"id": "runners_enhanced_analyzer_rationale_325", "label": "Get provider name from model key", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Get provider name from model key", "community": 23, "community_name": "Community 23", "source_file": "backend/server/runners/enhanced_analyzer.py", "file_type": "rationale", "degree": 1}, {"id": "runners_enhanced_analyzer_rationale_334", "label": "Get display name for model", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Get display name for model", "community": 23, "community_name": "Community 23", "source_file": "backend/server/runners/enhanced_analyzer.py", "file_type": "rationale", "degree": 1}, {"id": "backend_server_runners_progress_py", "label": "progress.py", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 19.0, "font": {"size": 12, "color": "#ffffff"}, "title": "progress.py", "community": 24, "community_name": "Community 24", "source_file": "backend/server/runners/progress.py", "file_type": "code", "degree": 9}, {"id": "runners_progress_progressreporter", "label": "ProgressReporter", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 25.0, "font": {"size": 12, "color": "#ffffff"}, "title": "ProgressReporter", "community": 30, "community_name": "Community 30", "source_file": "backend/server/runners/progress.py", "file_type": "code", "degree": 15}, {"id": "runners_progress_progressreporter_emit_provider_update", "label": ".emit_provider_update()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".emit_provider_update()", "community": 30, "community_name": "Community 30", "source_file": "backend/server/runners/progress.py", "file_type": "code", "degree": 2}, {"id": "runners_progress_progressreporter_emit_log", "label": ".emit_log()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".emit_log()", "community": 30, "community_name": "Community 30", "source_file": "backend/server/runners/progress.py", "file_type": "code", "degree": 2}, {"id": "runners_progress_progressreporter_calculate_analysis_progress", "label": ".calculate_analysis_progress()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".calculate_analysis_progress()", "community": 30, "community_name": "Community 30", "source_file": "backend/server/runners/progress.py", "file_type": "code", "degree": 2}, {"id": "runners_progress_progressreporter_emit_completion", "label": ".emit_completion()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".emit_completion()", "community": 30, "community_name": "Community 30", "source_file": "backend/server/runners/progress.py", "file_type": "code", "degree": 2}, {"id": "runners_progress_progressreporter_emit_failure", "label": ".emit_failure()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".emit_failure()", "community": 30, "community_name": "Community 30", "source_file": "backend/server/runners/progress.py", "file_type": "code", "degree": 2}, {"id": "runners_progress_jobloghandler", "label": "JobLogHandler", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 19.0, "font": {"size": 12, "color": "#ffffff"}, "title": "JobLogHandler", "community": 24, "community_name": "Community 24", "source_file": "backend/server/runners/progress.py", "file_type": "code", "degree": 9}, {"id": "runners_progress_jobloghandler_init", "label": ".__init__()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".__init__()", "community": 24, "community_name": "Community 24", "source_file": "backend/server/runners/progress.py", "file_type": "code", "degree": 2}, {"id": "runners_progress_jobloghandler_emit", "label": ".emit()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 14.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".emit()", "community": 24, "community_name": "Community 24", "source_file": "backend/server/runners/progress.py", "file_type": "code", "degree": 4}, {"id": "runners_progress_create_job_logger", "label": "create_job_logger()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 14.0, "font": {"size": 0, "color": "#ffffff"}, "title": "create_job_logger()", "community": 24, "community_name": "Community 24", "source_file": "backend/server/runners/progress.py", "file_type": "code", "degree": 4}, {"id": "runners_progress_rationale_1", "label": "Progress reporting for job processing with WebSocket integration", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Progress reporting for job processing with WebSocket integration", "community": 24, "community_name": "Community 24", "source_file": "backend/server/runners/progress.py", "file_type": "rationale", "degree": 1}, {"id": "runners_progress_rationale_15", "label": "Reports progress updates for job processing with WebSocket broadcasting", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Reports progress updates for job processing with WebSocket broadcasting", "community": 30, "community_name": "Community 30", "source_file": "backend/server/runners/progress.py", "file_type": "rationale", "degree": 1}, {"id": "runners_progress_rationale_31", "label": "Emit progress update for job Args: phase: Current processin", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Emit progress update for job Args: phase: Current processin", "community": 24, "community_name": "Community 24", "source_file": "backend/server/runners/progress.py", "file_type": "rationale", "degree": 1}, {"id": "runners_progress_rationale_72", "label": "Emit provider-specific update Args: model_key: Model identi", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Emit provider-specific update Args: model_key: Model identi", "community": 30, "community_name": "Community 30", "source_file": "backend/server/runners/progress.py", "file_type": "rationale", "degree": 1}, {"id": "runners_progress_rationale_122", "label": "Emit log message with WebSocket streaming Args: level: Log", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Emit log message with WebSocket streaming Args: level: Log", "community": 30, "community_name": "Community 30", "source_file": "backend/server/runners/progress.py", "file_type": "rationale", "degree": 1}, {"id": "runners_progress_rationale_157", "label": "Calculate progress percentage for LLM analysis phase Args:", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Calculate progress percentage for LLM analysis phase Args:", "community": 30, "community_name": "Community 30", "source_file": "backend/server/runners/progress.py", "file_type": "rationale", "degree": 1}, {"id": "runners_progress_rationale_180", "label": "Emit job completion event Args: result_csv_url: URL to down", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Emit job completion event Args: result_csv_url: URL to down", "community": 30, "community_name": "Community 30", "source_file": "backend/server/runners/progress.py", "file_type": "rationale", "degree": 1}, {"id": "runners_progress_rationale_205", "label": "Emit job failure event Args: error: Error message", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Emit job failure event Args: error: Error message", "community": 30, "community_name": "Community 30", "source_file": "backend/server/runners/progress.py", "file_type": "rationale", "degree": 1}, {"id": "runners_progress_rationale_230", "label": "Custom logging handler that routes job-specific logs to WebSocket clients", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Custom logging handler that routes job-specific logs to WebSocket clients", "community": 24, "community_name": "Community 24", "source_file": "backend/server/runners/progress.py", "file_type": "rationale", "degree": 1}, {"id": "runners_progress_rationale_245", "label": "Process a log record and send it via WebSocket Args: record", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Process a log record and send it via WebSocket Args: record", "community": 24, "community_name": "Community 24", "source_file": "backend/server/runners/progress.py", "file_type": "rationale", "degree": 1}, {"id": "runners_progress_rationale_281", "label": "Create a job-specific logger with WebSocket streaming Args: job_id:", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Create a job-specific logger with WebSocket streaming Args: job_id:", "community": 24, "community_name": "Community 24", "source_file": "backend/server/runners/progress.py", "file_type": "rationale", "degree": 1}, {"id": "backend_server_runners_job_runner_py", "label": "job_runner.py", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 22.0, "font": {"size": 12, "color": "#ffffff"}, "title": "job_runner.py", "community": 27, "community_name": "Community 27", "source_file": "backend/server/runners/job_runner.py", "file_type": "code", "degree": 12}, {"id": "runners_job_runner_run_job", "label": "run_job()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 17.0, "font": {"size": 12, "color": "#ffffff"}, "title": "run_job()", "community": 27, "community_name": "Community 27", "source_file": "backend/server/runners/job_runner.py", "file_type": "code", "degree": 7}, {"id": "runners_job_runner_process_job_queue", "label": "process_job_queue()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 14.0, "font": {"size": 0, "color": "#ffffff"}, "title": "process_job_queue()", "community": 27, "community_name": "Community 27", "source_file": "backend/server/runners/job_runner.py", "file_type": "code", "degree": 4}, {"id": "runners_job_runner_start_background_workers", "label": "start_background_workers()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 13.0, "font": {"size": 0, "color": "#ffffff"}, "title": "start_background_workers()", "community": 27, "community_name": "Community 27", "source_file": "backend/server/runners/job_runner.py", "file_type": "code", "degree": 3}, {"id": "runners_job_runner_stop_background_workers", "label": "stop_background_workers()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": "stop_background_workers()", "community": 27, "community_name": "Community 27", "source_file": "backend/server/runners/job_runner.py", "file_type": "code", "degree": 2}, {"id": "runners_job_runner_create_job_summary", "label": "create_job_summary()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 13.0, "font": {"size": 0, "color": "#ffffff"}, "title": "create_job_summary()", "community": 27, "community_name": "Community 27", "source_file": "backend/server/runners/job_runner.py", "file_type": "code", "degree": 3}, {"id": "runners_job_runner_rationale_1", "label": "Job runner that orchestrates document processing with progress reporting", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Job runner that orchestrates document processing with progress reporting", "community": 27, "community_name": "Community 27", "source_file": "backend/server/runners/job_runner.py", "file_type": "rationale", "degree": 1}, {"id": "runners_job_runner_rationale_21", "label": "Execute a document processing job with progress reporting Args: job", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Execute a document processing job with progress reporting Args: job", "community": 27, "community_name": "Community 27", "source_file": "backend/server/runners/job_runner.py", "file_type": "rationale", "degree": 1}, {"id": "runners_job_runner_rationale_133", "label": "Background worker that processes jobs from the queue Args: job_mana", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Background worker that processes jobs from the queue Args: job_mana", "community": 27, "community_name": "Community 27", "source_file": "backend/server/runners/job_runner.py", "file_type": "rationale", "degree": 1}, {"id": "runners_job_runner_rationale_189", "label": "Start background worker tasks for job processing Args: job_manager:", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Start background worker tasks for job processing Args: job_manager:", "community": 27, "community_name": "Community 27", "source_file": "backend/server/runners/job_runner.py", "file_type": "rationale", "degree": 1}, {"id": "runners_job_runner_rationale_213", "label": "Stop background worker tasks Args: workers: List of worker tasks to", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Stop background worker tasks Args: workers: List of worker tasks to", "community": 27, "community_name": "Community 27", "source_file": "backend/server/runners/job_runner.py", "file_type": "rationale", "degree": 1}, {"id": "runners_job_runner_rationale_233", "label": "Create job summary from processing result Args: result: ProcessingR", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Create job summary from processing result Args: result: ProcessingR", "community": 27, "community_name": "Community 27", "source_file": "backend/server/runners/job_runner.py", "file_type": "rationale", "degree": 2}, {"id": "backend_server_jobs_models_py", "label": "models.py", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 30.0, "font": {"size": 12, "color": "#ffffff"}, "title": "models.py", "community": 21, "community_name": "Community 21", "source_file": "backend/server/jobs/models.py", "file_type": "code", "degree": 20}, {"id": "jobs_models_default_primary_models", "label": "_default_primary_models()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_default_primary_models()", "community": 21, "community_name": "Community 21", "source_file": "backend/server/jobs/models.py", "file_type": "code", "degree": 1}, {"id": "jobs_models_default_consolidation_model", "label": "_default_consolidation_model()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "_default_consolidation_model()", "community": 21, "community_name": "Community 21", "source_file": "backend/server/jobs/models.py", "file_type": "code", "degree": 1}, {"id": "jobs_models_jobphase", "label": "JobPhase", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 25.0, "font": {"size": 12, "color": "#ffffff"}, "title": "JobPhase", "community": 32, "community_name": "Community 32", "source_file": "backend/server/jobs/models.py", "file_type": "code", "degree": 15}, {"id": "jobs_models_providerupdate", "label": "ProviderUpdate", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 15.0, "font": {"size": 12, "color": "#ffffff"}, "title": "ProviderUpdate", "community": 21, "community_name": "Community 21", "source_file": "backend/server/jobs/models.py", "file_type": "code", "degree": 5}, {"id": "jobs_models_logentry", "label": "LogEntry", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 14.0, "font": {"size": 0, "color": "#ffffff"}, "title": "LogEntry", "community": 26, "community_name": "Community 26", "source_file": "backend/server/jobs/models.py", "file_type": "code", "degree": 4}, {"id": "jobs_models_jobsummary", "label": "JobSummary", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 14.0, "font": {"size": 0, "color": "#ffffff"}, "title": "JobSummary", "community": 21, "community_name": "Community 21", "source_file": "backend/server/jobs/models.py", "file_type": "code", "degree": 4}, {"id": "jobs_models_modelinfo", "label": "ModelInfo", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 15.0, "font": {"size": 12, "color": "#ffffff"}, "title": "ModelInfo", "community": 21, "community_name": "Community 21", "source_file": "backend/server/jobs/models.py", "file_type": "code", "degree": 5}, {"id": "jobs_models_modelconfiguration", "label": "ModelConfiguration", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 16.0, "font": {"size": 12, "color": "#ffffff"}, "title": "ModelConfiguration", "community": 21, "community_name": "Community 21", "source_file": "backend/server/jobs/models.py", "file_type": "code", "degree": 6}, {"id": "jobs_models_from_dict", "label": "from_dict()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "from_dict()", "community": 21, "community_name": "Community 21", "source_file": "backend/server/jobs/models.py", "file_type": "code", "degree": 1}, {"id": "jobs_models_job", "label": "Job", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 21.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Job", "community": 26, "community_name": "Community 26", "source_file": "backend/server/jobs/models.py", "file_type": "code", "degree": 11}, {"id": "jobs_models_create", "label": "create()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": "create()", "community": 21, "community_name": "Community 21", "source_file": "backend/server/jobs/models.py", "file_type": "code", "degree": 2}, {"id": "jobs_models_job_update_progress", "label": ".update_progress()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".update_progress()", "community": 26, "community_name": "Community 26", "source_file": "backend/server/jobs/models.py", "file_type": "code", "degree": 1}, {"id": "jobs_models_job_add_log", "label": ".add_log()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 13.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".add_log()", "community": 26, "community_name": "Community 26", "source_file": "backend/server/jobs/models.py", "file_type": "code", "degree": 3}, {"id": "jobs_models_job_update_provider", "label": ".update_provider()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".update_provider()", "community": 26, "community_name": "Community 26", "source_file": "backend/server/jobs/models.py", "file_type": "code", "degree": 2}, {"id": "jobs_models_job_mark_completed", "label": ".mark_completed()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".mark_completed()", "community": 26, "community_name": "Community 26", "source_file": "backend/server/jobs/models.py", "file_type": "code", "degree": 2}, {"id": "jobs_models_job_mark_failed", "label": ".mark_failed()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".mark_failed()", "community": 26, "community_name": "Community 26", "source_file": "backend/server/jobs/models.py", "file_type": "code", "degree": 2}, {"id": "jobs_models_job_to_dict", "label": ".to_dict()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 18.0, "font": {"size": 12, "color": "#ffffff"}, "title": ".to_dict()", "community": 21, "community_name": "Community 21", "source_file": "backend/server/jobs/models.py", "file_type": "code", "degree": 8}, {"id": "jobs_models_rationale_1", "label": "Data models for job management and processing", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Data models for job management and processing", "community": 21, "community_name": "Community 21", "source_file": "backend/server/jobs/models.py", "file_type": "rationale", "degree": 1}, {"id": "jobs_models_rationale_26", "label": "Processing phases for a job", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Processing phases for a job", "community": 32, "community_name": "Community 32", "source_file": "backend/server/jobs/models.py", "file_type": "rationale", "degree": 1}, {"id": "jobs_models_rationale_37", "label": "Update information for a specific LLM provider during processing", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Update information for a specific LLM provider during processing", "community": 21, "community_name": "Community 21", "source_file": "backend/server/jobs/models.py", "file_type": "rationale", "degree": 1}, {"id": "jobs_models_rationale_51", "label": "Convert to dictionary for JSON serialization", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Convert to dictionary for JSON serialization", "community": 21, "community_name": "Community 21", "source_file": "backend/server/jobs/models.py", "file_type": "rationale", "degree": 1}, {"id": "jobs_models_rationale_68", "label": "Individual log entry for job processing", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Individual log entry for job processing", "community": 26, "community_name": "Community 26", "source_file": "backend/server/jobs/models.py", "file_type": "rationale", "degree": 1}, {"id": "jobs_models_rationale_82", "label": "Summary information for a completed job", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Summary information for a completed job", "community": 21, "community_name": "Community 21", "source_file": "backend/server/jobs/models.py", "file_type": "rationale", "degree": 1}, {"id": "jobs_models_rationale_108", "label": "Information about an available LLM model", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Information about an available LLM model", "community": 21, "community_name": "Community 21", "source_file": "backend/server/jobs/models.py", "file_type": "rationale", "degree": 1}, {"id": "jobs_models_rationale_132", "label": "Model selection configuration for a job", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Model selection configuration for a job", "community": 21, "community_name": "Community 21", "source_file": "backend/server/jobs/models.py", "file_type": "rationale", "degree": 1}, {"id": "jobs_models_rationale_154", "label": "Main job model representing a document processing job", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Main job model representing a document processing job", "community": 26, "community_name": "Community 26", "source_file": "backend/server/jobs/models.py", "file_type": "rationale", "degree": 1}, {"id": "jobs_models_rationale_182", "label": "Create a new job with default values", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Create a new job with default values", "community": 66, "community_name": "Community 66", "source_file": "backend/server/jobs/models.py", "file_type": "rationale", "degree": 0}, {"id": "jobs_models_rationale_225", "label": "Add a log entry to this job", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Add a log entry to this job", "community": 26, "community_name": "Community 26", "source_file": "backend/server/jobs/models.py", "file_type": "rationale", "degree": 1}, {"id": "jobs_models_rationale_235", "label": "Update status for a specific provider", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Update status for a specific provider", "community": 26, "community_name": "Community 26", "source_file": "backend/server/jobs/models.py", "file_type": "rationale", "degree": 1}, {"id": "jobs_models_rationale_245", "label": "Mark job as completed with results", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Mark job as completed with results", "community": 26, "community_name": "Community 26", "source_file": "backend/server/jobs/models.py", "file_type": "rationale", "degree": 1}, {"id": "jobs_models_rationale_255", "label": "Mark job as failed with error message", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Mark job as failed with error message", "community": 26, "community_name": "Community 26", "source_file": "backend/server/jobs/models.py", "file_type": "rationale", "degree": 1}, {"id": "jobs_models_rationale_262", "label": "Convert job to dictionary for JSON serialization", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Convert job to dictionary for JSON serialization", "community": 21, "community_name": "Community 21", "source_file": "backend/server/jobs/models.py", "file_type": "rationale", "degree": 1}, {"id": "backend_server_jobs_init_py", "label": "__init__.py", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 14.0, "font": {"size": 0, "color": "#ffffff"}, "title": "__init__.py", "community": 25, "community_name": "Community 25", "source_file": "backend/server/jobs/__init__.py", "file_type": "code", "degree": 4}, {"id": "jobs_init_rationale_1", "label": "Job management module for Brief Extractor GUI", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Job management module for Brief Extractor GUI", "community": 25, "community_name": "Community 25", "source_file": "backend/server/jobs/__init__.py", "file_type": "rationale", "degree": 1}, {"id": "backend_server_jobs_storage_py", "label": "storage.py", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 16.0, "font": {"size": 12, "color": "#ffffff"}, "title": "storage.py", "community": 25, "community_name": "Community 25", "source_file": "backend/server/jobs/storage.py", "file_type": "code", "degree": 6}, {"id": "jobs_storage_storagemanager", "label": "StorageManager", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 26.0, "font": {"size": 12, "color": "#ffffff"}, "title": "StorageManager", "community": 1, "community_name": "Community 1", "source_file": "backend/server/jobs/storage.py", "file_type": "code", "degree": 16}, {"id": "jobs_storage_storagemanager_init", "label": ".__init__()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".__init__()", "community": 1, "community_name": "Community 1", "source_file": "backend/server/jobs/storage.py", "file_type": "code", "degree": 1}, {"id": "jobs_storage_storagemanager_generate_safe_filename", "label": ".generate_safe_filename()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 13.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".generate_safe_filename()", "community": 1, "community_name": "Community 1", "source_file": "backend/server/jobs/storage.py", "file_type": "code", "degree": 3}, {"id": "jobs_storage_storagemanager_get_upload_path", "label": ".get_upload_path()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 13.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".get_upload_path()", "community": 1, "community_name": "Community 1", "source_file": "backend/server/jobs/storage.py", "file_type": "code", "degree": 3}, {"id": "jobs_storage_storagemanager_get_output_path", "label": ".get_output_path()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".get_output_path()", "community": 1, "community_name": "Community 1", "source_file": "backend/server/jobs/storage.py", "file_type": "code", "degree": 2}, {"id": "jobs_storage_storagemanager_save_uploaded_file", "label": ".save_uploaded_file()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 14.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".save_uploaded_file()", "community": 1, "community_name": "Community 1", "source_file": "backend/server/jobs/storage.py", "file_type": "code", "degree": 4}, {"id": "jobs_storage_storagemanager_validate_file", "label": ".validate_file()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".validate_file()", "community": 1, "community_name": "Community 1", "source_file": "backend/server/jobs/storage.py", "file_type": "code", "degree": 2}, {"id": "jobs_storage_storagemanager_cleanup_job_files", "label": ".cleanup_job_files()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".cleanup_job_files()", "community": 1, "community_name": "Community 1", "source_file": "backend/server/jobs/storage.py", "file_type": "code", "degree": 2}, {"id": "jobs_storage_storagemanager_cleanup_directory", "label": "._cleanup_directory()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 13.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._cleanup_directory()", "community": 1, "community_name": "Community 1", "source_file": "backend/server/jobs/storage.py", "file_type": "code", "degree": 3}, {"id": "jobs_storage_storagemanager_get_file_info", "label": ".get_file_info()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".get_file_info()", "community": 1, "community_name": "Community 1", "source_file": "backend/server/jobs/storage.py", "file_type": "code", "degree": 2}, {"id": "jobs_storage_storagemanager_ensure_directories", "label": ".ensure_directories()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".ensure_directories()", "community": 1, "community_name": "Community 1", "source_file": "backend/server/jobs/storage.py", "file_type": "code", "degree": 2}, {"id": "jobs_storage_rationale_1", "label": "File storage management for uploads and outputs", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "File storage management for uploads and outputs", "community": 25, "community_name": "Community 25", "source_file": "backend/server/jobs/storage.py", "file_type": "rationale", "degree": 1}, {"id": "jobs_storage_rationale_19", "label": "Manages file storage, cleanup, and safe file operations", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Manages file storage, cleanup, and safe file operations", "community": 1, "community_name": "Community 1", "source_file": "backend/server/jobs/storage.py", "file_type": "rationale", "degree": 1}, {"id": "jobs_storage_rationale_30", "label": "Generate a safe filename for uploaded files Args: original_", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Generate a safe filename for uploaded files Args: original_", "community": 1, "community_name": "Community 1", "source_file": "backend/server/jobs/storage.py", "file_type": "rationale", "degree": 1}, {"id": "jobs_storage_rationale_51", "label": "Get full path for uploaded file", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Get full path for uploaded file", "community": 1, "community_name": "Community 1", "source_file": "backend/server/jobs/storage.py", "file_type": "rationale", "degree": 1}, {"id": "jobs_storage_rationale_55", "label": "Generate output CSV path for a job Args: job_id: Job identi", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Generate output CSV path for a job Args: job_id: Job identi", "community": 1, "community_name": "Community 1", "source_file": "backend/server/jobs/storage.py", "file_type": "rationale", "degree": 1}, {"id": "jobs_storage_rationale_78", "label": "Save uploaded file data to disk Args: file_data: Binary fil", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Save uploaded file data to disk Args: file_data: Binary fil", "community": 1, "community_name": "Community 1", "source_file": "backend/server/jobs/storage.py", "file_type": "rationale", "degree": 1}, {"id": "jobs_storage_rationale_110", "label": "Validate uploaded file Args: filename: Original filename", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Validate uploaded file Args: filename: Original filename", "community": 1, "community_name": "Community 1", "source_file": "backend/server/jobs/storage.py", "file_type": "rationale", "degree": 1}, {"id": "jobs_storage_rationale_140", "label": "Clean up files associated with a job Args: upload_path: Pat", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Clean up files associated with a job Args: upload_path: Pat", "community": 1, "community_name": "Community 1", "source_file": "backend/server/jobs/storage.py", "file_type": "rationale", "degree": 1}, {"id": "jobs_storage_rationale_156", "label": "Clean up files older than the retention period Returns: Num", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Clean up files older than the retention period Returns: Num", "community": 1, "community_name": "Community 1", "source_file": "backend/server/jobs/storage.py", "file_type": "rationale", "degree": 1}, {"id": "jobs_storage_rationale_177", "label": "Clean up files in a specific directory older than cutoff time", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Clean up files in a specific directory older than cutoff time", "community": 1, "community_name": "Community 1", "source_file": "backend/server/jobs/storage.py", "file_type": "rationale", "degree": 1}, {"id": "jobs_storage_rationale_200", "label": "Get information about a file Args: file_path: Path to file", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Get information about a file Args: file_path: Path to file", "community": 1, "community_name": "Community 1", "source_file": "backend/server/jobs/storage.py", "file_type": "rationale", "degree": 1}, {"id": "jobs_storage_rationale_225", "label": "Ensure all required directories exist", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Ensure all required directories exist", "community": 1, "community_name": "Community 1", "source_file": "backend/server/jobs/storage.py", "file_type": "rationale", "degree": 1}, {"id": "backend_server_jobs_manager_py", "label": "manager.py", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 20.0, "font": {"size": 12, "color": "#ffffff"}, "title": "manager.py", "community": 25, "community_name": "Community 25", "source_file": "backend/server/jobs/manager.py", "file_type": "code", "degree": 10}, {"id": "jobs_manager_jobmanager", "label": "JobManager", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 30.0, "font": {"size": 12, "color": "#ffffff"}, "title": "JobManager", "community": 1, "community_name": "Community 1", "source_file": "backend/server/jobs/manager.py", "file_type": "code", "degree": 20}, {"id": "jobs_manager_jobmanager_new", "label": ".__new__()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".__new__()", "community": 1, "community_name": "Community 1", "source_file": "backend/server/jobs/manager.py", "file_type": "code", "degree": 1}, {"id": "jobs_manager_jobmanager_init", "label": ".__init__()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".__init__()", "community": 1, "community_name": "Community 1", "source_file": "backend/server/jobs/manager.py", "file_type": "code", "degree": 2}, {"id": "jobs_manager_get_instance", "label": "get_instance()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "get_instance()", "community": 25, "community_name": "Community 25", "source_file": "backend/server/jobs/manager.py", "file_type": "code", "degree": 1}, {"id": "jobs_manager_jobmanager_create_job", "label": ".create_job()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".create_job()", "community": 1, "community_name": "Community 1", "source_file": "backend/server/jobs/manager.py", "file_type": "code", "degree": 2}, {"id": "jobs_manager_jobmanager_get_job", "label": ".get_job()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".get_job()", "community": 1, "community_name": "Community 1", "source_file": "backend/server/jobs/manager.py", "file_type": "code", "degree": 1}, {"id": "jobs_manager_jobmanager_update_job", "label": ".update_job()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".update_job()", "community": 1, "community_name": "Community 1", "source_file": "backend/server/jobs/manager.py", "file_type": "code", "degree": 2}, {"id": "jobs_manager_jobmanager_get_user_jobs", "label": ".get_user_jobs()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".get_user_jobs()", "community": 1, "community_name": "Community 1", "source_file": "backend/server/jobs/manager.py", "file_type": "code", "degree": 2}, {"id": "jobs_manager_jobmanager_get_all_jobs", "label": ".get_all_jobs()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".get_all_jobs()", "community": 1, "community_name": "Community 1", "source_file": "backend/server/jobs/manager.py", "file_type": "code", "degree": 2}, {"id": "jobs_manager_jobmanager_delete_job", "label": ".delete_job()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 13.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".delete_job()", "community": 1, "community_name": "Community 1", "source_file": "backend/server/jobs/manager.py", "file_type": "code", "degree": 3}, {"id": "jobs_manager_jobmanager_get_queue_size", "label": ".get_queue_size()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".get_queue_size()", "community": 1, "community_name": "Community 1", "source_file": "backend/server/jobs/manager.py", "file_type": "code", "degree": 2}, {"id": "jobs_manager_jobmanager_get_active_jobs_count", "label": ".get_active_jobs_count()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".get_active_jobs_count()", "community": 1, "community_name": "Community 1", "source_file": "backend/server/jobs/manager.py", "file_type": "code", "degree": 2}, {"id": "jobs_manager_jobmanager_serialize_all", "label": ".serialize_all()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".serialize_all()", "community": 1, "community_name": "Community 1", "source_file": "backend/server/jobs/manager.py", "file_type": "code", "degree": 2}, {"id": "jobs_manager_get_available_models", "label": "get_available_models()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": "get_available_models()", "community": 21, "community_name": "Community 21", "source_file": "backend/server/jobs/manager.py", "file_type": "code", "degree": 2}, {"id": "jobs_manager_jobmanager_get_default_model_config", "label": ".get_default_model_config()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".get_default_model_config()", "community": 1, "community_name": "Community 1", "source_file": "backend/server/jobs/manager.py", "file_type": "code", "degree": 2}, {"id": "jobs_manager_rationale_1", "label": "Job manager for handling job queue, registry, and lifecycle", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Job manager for handling job queue, registry, and lifecycle", "community": 25, "community_name": "Community 25", "source_file": "backend/server/jobs/manager.py", "file_type": "rationale", "degree": 1}, {"id": "jobs_manager_rationale_18", "label": "Manages job lifecycle, queue, and in-memory registry Thread-safe singleton f", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Manages job lifecycle, queue, and in-memory registry Thread-safe singleton f", "community": 1, "community_name": "Community 1", "source_file": "backend/server/jobs/manager.py", "file_type": "rationale", "degree": 1}, {"id": "jobs_manager_rationale_48", "label": "Get the singleton instance", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Get the singleton instance", "community": 67, "community_name": "Community 67", "source_file": "backend/server/jobs/manager.py", "file_type": "rationale", "degree": 0}, {"id": "jobs_manager_rationale_59", "label": "Create a new job from uploaded file Args: file_name: Origin", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Create a new job from uploaded file Args: file_name: Origin", "community": 1, "community_name": "Community 1", "source_file": "backend/server/jobs/manager.py", "file_type": "rationale", "degree": 1}, {"id": "jobs_manager_rationale_118", "label": "Update job attributes Args: job_id: Job identifier", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Update job attributes Args: job_id: Job identifier", "community": 1, "community_name": "Community 1", "source_file": "backend/server/jobs/manager.py", "file_type": "rationale", "degree": 1}, {"id": "jobs_manager_rationale_146", "label": "Get jobs for a specific user Args: user_id: User identifier", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Get jobs for a specific user Args: user_id: User identifier", "community": 1, "community_name": "Community 1", "source_file": "backend/server/jobs/manager.py", "file_type": "rationale", "degree": 1}, {"id": "jobs_manager_rationale_170", "label": "Get all jobs (admin function) Args: limit: Maximum number o", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Get all jobs (admin function) Args: limit: Maximum number o", "community": 1, "community_name": "Community 1", "source_file": "backend/server/jobs/manager.py", "file_type": "rationale", "degree": 1}, {"id": "jobs_manager_rationale_190", "label": "Delete a job and clean up its files Args: job_id: Job ident", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Delete a job and clean up its files Args: job_id: Job ident", "community": 1, "community_name": "Community 1", "source_file": "backend/server/jobs/manager.py", "file_type": "rationale", "degree": 1}, {"id": "jobs_manager_rationale_214", "label": "Get current queue size", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Get current queue size", "community": 1, "community_name": "Community 1", "source_file": "backend/server/jobs/manager.py", "file_type": "rationale", "degree": 1}, {"id": "jobs_manager_rationale_218", "label": "Get number of jobs currently being processed", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Get number of jobs currently being processed", "community": 1, "community_name": "Community 1", "source_file": "backend/server/jobs/manager.py", "file_type": "rationale", "degree": 1}, {"id": "jobs_manager_rationale_227", "label": "Serialize all jobs for WebSocket broadcast", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Serialize all jobs for WebSocket broadcast", "community": 1, "community_name": "Community 1", "source_file": "backend/server/jobs/manager.py", "file_type": "rationale", "degree": 1}, {"id": "jobs_manager_rationale_231", "label": "Clean up expired jobs and their files Returns: Number of jo", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Clean up expired jobs and their files Returns: Number of jo", "community": 1, "community_name": "Community 1", "source_file": "backend/server/jobs/manager.py", "file_type": "rationale", "degree": 1}, {"id": "jobs_manager_rationale_265", "label": "Get list of available models with their information Returns:", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Get list of available models with their information Returns:", "community": 68, "community_name": "Community 68", "source_file": "backend/server/jobs/manager.py", "file_type": "rationale", "degree": 0}, {"id": "jobs_manager_rationale_328", "label": "Get default model configuration", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Get default model configuration", "community": 1, "community_name": "Community 1", "source_file": "backend/server/jobs/manager.py", "file_type": "rationale", "degree": 1}, {"id": "backend_server_ws_init_py", "label": "__init__.py", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": "__init__.py", "community": 3, "community_name": "Community 3", "source_file": "backend/server/ws/__init__.py", "file_type": "code", "degree": 2}, {"id": "ws_init_rationale_1", "label": "WebSocket module for real-time communication", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "WebSocket module for real-time communication", "community": 3, "community_name": "Community 3", "source_file": "backend/server/ws/__init__.py", "file_type": "rationale", "degree": 1}, {"id": "backend_server_ws_manager_py", "label": "manager.py", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 18.0, "font": {"size": 12, "color": "#ffffff"}, "title": "manager.py", "community": 3, "community_name": "Community 3", "source_file": "backend/server/ws/manager.py", "file_type": "code", "degree": 8}, {"id": "ws_manager_websocketclient", "label": "WebSocketClient", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 16.0, "font": {"size": 12, "color": "#ffffff"}, "title": "WebSocketClient", "community": 3, "community_name": "Community 3", "source_file": "backend/server/ws/manager.py", "file_type": "code", "degree": 6}, {"id": "ws_manager_websocketclient_init", "label": ".__init__()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".__init__()", "community": 3, "community_name": "Community 3", "source_file": "backend/server/ws/manager.py", "file_type": "code", "degree": 2}, {"id": "ws_manager_websocketclient_send", "label": ".send()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 17.0, "font": {"size": 12, "color": "#ffffff"}, "title": ".send()", "community": 3, "community_name": "Community 3", "source_file": "backend/server/ws/manager.py", "file_type": "code", "degree": 7}, {"id": "ws_manager_websocketclient_ping", "label": ".ping()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 13.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".ping()", "community": 3, "community_name": "Community 3", "source_file": "backend/server/ws/manager.py", "file_type": "code", "degree": 3}, {"id": "ws_manager_websocketmanager", "label": "WebSocketManager", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 28.0, "font": {"size": 12, "color": "#ffffff"}, "title": "WebSocketManager", "community": 3, "community_name": "Community 3", "source_file": "backend/server/ws/manager.py", "file_type": "code", "degree": 18}, {"id": "ws_manager_websocketmanager_new", "label": ".__new__()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".__new__()", "community": 3, "community_name": "Community 3", "source_file": "backend/server/ws/manager.py", "file_type": "code", "degree": 1}, {"id": "ws_manager_websocketmanager_start_background_tasks", "label": ".start_background_tasks()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 14.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".start_background_tasks()", "community": 3, "community_name": "Community 3", "source_file": "backend/server/ws/manager.py", "file_type": "code", "degree": 4}, {"id": "ws_manager_websocketmanager_stop_background_tasks", "label": ".stop_background_tasks()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".stop_background_tasks()", "community": 3, "community_name": "Community 3", "source_file": "backend/server/ws/manager.py", "file_type": "code", "degree": 2}, {"id": "ws_manager_websocketmanager_register_client", "label": ".register_client()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 15.0, "font": {"size": 12, "color": "#ffffff"}, "title": ".register_client()", "community": 3, "community_name": "Community 3", "source_file": "backend/server/ws/manager.py", "file_type": "code", "degree": 5}, {"id": "ws_manager_websocketmanager_broadcast_to_all", "label": ".broadcast_to_all()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 14.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".broadcast_to_all()", "community": 3, "community_name": "Community 3", "source_file": "backend/server/ws/manager.py", "file_type": "code", "degree": 4}, {"id": "ws_manager_websocketmanager_broadcast_to_user", "label": ".broadcast_to_user()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 13.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".broadcast_to_user()", "community": 3, "community_name": "Community 3", "source_file": "backend/server/ws/manager.py", "file_type": "code", "degree": 3}, {"id": "ws_manager_websocketmanager_broadcast_job_update", "label": ".broadcast_job_update()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 13.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".broadcast_job_update()", "community": 3, "community_name": "Community 3", "source_file": "backend/server/ws/manager.py", "file_type": "code", "degree": 3}, {"id": "ws_manager_websocketmanager_send_queue_snapshot", "label": ".send_queue_snapshot()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 13.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".send_queue_snapshot()", "community": 3, "community_name": "Community 3", "source_file": "backend/server/ws/manager.py", "file_type": "code", "degree": 3}, {"id": "ws_manager_websocketmanager_get_connection_stats", "label": ".get_connection_stats()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".get_connection_stats()", "community": 3, "community_name": "Community 3", "source_file": "backend/server/ws/manager.py", "file_type": "code", "degree": 2}, {"id": "ws_manager_websocketmanager_ping_clients_loop", "label": "._ping_clients_loop()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 14.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._ping_clients_loop()", "community": 3, "community_name": "Community 3", "source_file": "backend/server/ws/manager.py", "file_type": "code", "degree": 4}, {"id": "ws_manager_websocketmanager_cleanup_disconnected_loop", "label": "._cleanup_disconnected_loop()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 13.0, "font": {"size": 0, "color": "#ffffff"}, "title": "._cleanup_disconnected_loop()", "community": 3, "community_name": "Community 3", "source_file": "backend/server/ws/manager.py", "file_type": "code", "degree": 3}, {"id": "ws_manager_rationale_1", "label": "WebSocket connection and message management", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "WebSocket connection and message management", "community": 3, "community_name": "Community 3", "source_file": "backend/server/ws/manager.py", "file_type": "rationale", "degree": 1}, {"id": "ws_manager_rationale_20", "label": "Represents a connected WebSocket client", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Represents a connected WebSocket client", "community": 3, "community_name": "Community 3", "source_file": "backend/server/ws/manager.py", "file_type": "rationale", "degree": 1}, {"id": "ws_manager_rationale_30", "label": "Send a message to this client", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Send a message to this client", "community": 3, "community_name": "Community 3", "source_file": "backend/server/ws/manager.py", "file_type": "rationale", "degree": 1}, {"id": "ws_manager_rationale_47", "label": "Manages WebSocket connections and broadcasts Singleton for coordinating real", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Manages WebSocket connections and broadcasts Singleton for coordinating real", "community": 3, "community_name": "Community 3", "source_file": "backend/server/ws/manager.py", "file_type": "rationale", "degree": 1}, {"id": "ws_manager_rationale_74", "label": "Start background maintenance tasks", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Start background maintenance tasks", "community": 3, "community_name": "Community 3", "source_file": "backend/server/ws/manager.py", "file_type": "rationale", "degree": 1}, {"id": "ws_manager_rationale_82", "label": "Stop background maintenance tasks", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Stop background maintenance tasks", "community": 3, "community_name": "Community 3", "source_file": "backend/server/ws/manager.py", "file_type": "rationale", "degree": 1}, {"id": "ws_manager_rationale_98", "label": "Register a new WebSocket client Args: user_id: User identif", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Register a new WebSocket client Args: user_id: User identif", "community": 3, "community_name": "Community 3", "source_file": "backend/server/ws/manager.py", "file_type": "rationale", "degree": 1}, {"id": "ws_manager_rationale_126", "label": "Unregister a WebSocket client Args: client_id: Client ident", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Unregister a WebSocket client Args: client_id: Client ident", "community": 3, "community_name": "Community 3", "source_file": "backend/server/ws/manager.py", "file_type": "rationale", "degree": 1}, {"id": "ws_manager_rationale_138", "label": "Broadcast message to all connected clients Args: message: M", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Broadcast message to all connected clients Args: message: M", "community": 3, "community_name": "Community 3", "source_file": "backend/server/ws/manager.py", "file_type": "rationale", "degree": 1}, {"id": "ws_manager_rationale_165", "label": "Broadcast message to all connections for a specific user Args:", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Broadcast message to all connections for a specific user Args:", "community": 3, "community_name": "Community 3", "source_file": "backend/server/ws/manager.py", "file_type": "rationale", "degree": 1}, {"id": "ws_manager_rationale_199", "label": "Broadcast job-specific update Args: job_id: Job identifier", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Broadcast job-specific update Args: job_id: Job identifier", "community": 3, "community_name": "Community 3", "source_file": "backend/server/ws/manager.py", "file_type": "rationale", "degree": 1}, {"id": "ws_manager_rationale_212", "label": "Send initial queue snapshot to a client Args: client: WebSo", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Send initial queue snapshot to a client Args: client: WebSo", "community": 3, "community_name": "Community 3", "source_file": "backend/server/ws/manager.py", "file_type": "rationale", "degree": 1}, {"id": "ws_manager_rationale_230", "label": "Get WebSocket connection statistics Returns: Statistics dic", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Get WebSocket connection statistics Returns: Statistics dic", "community": 3, "community_name": "Community 3", "source_file": "backend/server/ws/manager.py", "file_type": "rationale", "degree": 1}, {"id": "ws_manager_rationale_251", "label": "Background task to ping clients periodically", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Background task to ping clients periodically", "community": 3, "community_name": "Community 3", "source_file": "backend/server/ws/manager.py", "file_type": "rationale", "degree": 1}, {"id": "ws_manager_rationale_276", "label": "Background task to clean up disconnected clients", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Background task to clean up disconnected clients", "community": 3, "community_name": "Community 3", "source_file": "backend/server/ws/manager.py", "file_type": "rationale", "degree": 1}, {"id": "backend_prompts_universal_schema_json", "label": "universal_schema.json", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 13.0, "font": {"size": 0, "color": "#ffffff"}, "title": "universal_schema.json", "community": 9, "community_name": "Community 9", "source_file": "backend/prompts/universal_schema.json", "file_type": "code", "degree": 3}, {"id": "prompts_universal_schema_name", "label": "name", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "name", "community": 9, "community_name": "Community 9", "source_file": "backend/prompts/universal_schema.json", "file_type": "code", "degree": 1}, {"id": "prompts_universal_schema_description", "label": "description", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 27.0, "font": {"size": 12, "color": "#ffffff"}, "title": "description", "community": 9, "community_name": "Community 9", "source_file": "backend/prompts/universal_schema.json", "file_type": "code", "degree": 17}, {"id": "prompts_universal_schema_schema", "label": "schema", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 14.0, "font": {"size": 0, "color": "#ffffff"}, "title": "schema", "community": 9, "community_name": "Community 9", "source_file": "backend/prompts/universal_schema.json", "file_type": "code", "degree": 4}, {"id": "prompts_universal_schema_properties_assets", "label": "assets", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 13.0, "font": {"size": 0, "color": "#ffffff"}, "title": "assets", "community": 9, "community_name": "Community 9", "source_file": "backend/prompts/universal_schema.json", "file_type": "code", "degree": 3}, {"id": "prompts_universal_schema_assets_items", "label": "items", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 16.0, "font": {"size": 12, "color": "#ffffff"}, "title": "items", "community": 9, "community_name": "Community 9", "source_file": "backend/prompts/universal_schema.json", "file_type": "code", "degree": 6}, {"id": "prompts_universal_schema_items_type", "label": "type", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 29.0, "font": {"size": 12, "color": "#ffffff"}, "title": "type", "community": 9, "community_name": "Community 9", "source_file": "backend/prompts/universal_schema.json", "file_type": "code", "degree": 19}, {"id": "prompts_universal_schema_items_properties", "label": "properties", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 29.0, "font": {"size": 12, "color": "#ffffff"}, "title": "properties", "community": 9, "community_name": "Community 9", "source_file": "backend/prompts/universal_schema.json", "file_type": "code", "degree": 19}, {"id": "prompts_universal_schema_properties_title", "label": "title", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 13.0, "font": {"size": 0, "color": "#ffffff"}, "title": "title", "community": 9, "community_name": "Community 9", "source_file": "backend/prompts/universal_schema.json", "file_type": "code", "degree": 3}, {"id": "prompts_universal_schema_properties_status", "label": "status", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 13.0, "font": {"size": 0, "color": "#ffffff"}, "title": "status", "community": 9, "community_name": "Community 9", "source_file": "backend/prompts/universal_schema.json", "file_type": "code", "degree": 3}, {"id": "prompts_universal_schema_properties_category", "label": "category", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 13.0, "font": {"size": 0, "color": "#ffffff"}, "title": "category", "community": 9, "community_name": "Community 9", "source_file": "backend/prompts/universal_schema.json", "file_type": "code", "degree": 3}, {"id": "prompts_universal_schema_properties_media", "label": "media", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 13.0, "font": {"size": 0, "color": "#ffffff"}, "title": "media", "community": 9, "community_name": "Community 9", "source_file": "backend/prompts/universal_schema.json", "file_type": "code", "degree": 3}, {"id": "prompts_universal_schema_properties_asset_type", "label": "asset_type", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 13.0, "font": {"size": 0, "color": "#ffffff"}, "title": "asset_type", "community": 9, "community_name": "Community 9", "source_file": "backend/prompts/universal_schema.json", "file_type": "code", "degree": 3}, {"id": "prompts_universal_schema_properties_brand_identifier", "label": "brand_identifier", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 13.0, "font": {"size": 0, "color": "#ffffff"}, "title": "brand_identifier", "community": 9, "community_name": "Community 9", "source_file": "backend/prompts/universal_schema.json", "file_type": "code", "degree": 3}, {"id": "prompts_universal_schema_properties_technical_specifications", "label": "technical_specifications", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 14.0, "font": {"size": 0, "color": "#ffffff"}, "title": "technical_specifications", "community": 9, "community_name": "Community 9", "source_file": "backend/prompts/universal_schema.json", "file_type": "code", "degree": 4}, {"id": "prompts_universal_schema_properties_review_date", "label": "review_date", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 13.0, "font": {"size": 0, "color": "#ffffff"}, "title": "review_date", "community": 9, "community_name": "Community 9", "source_file": "backend/prompts/universal_schema.json", "file_type": "code", "degree": 3}, {"id": "prompts_universal_schema_properties_live_date", "label": "live_date", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 13.0, "font": {"size": 0, "color": "#ffffff"}, "title": "live_date", "community": 9, "community_name": "Community 9", "source_file": "backend/prompts/universal_schema.json", "file_type": "code", "degree": 3}, {"id": "prompts_universal_schema_properties_end_date", "label": "end_date", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 13.0, "font": {"size": 0, "color": "#ffffff"}, "title": "end_date", "community": 9, "community_name": "Community 9", "source_file": "backend/prompts/universal_schema.json", "file_type": "code", "degree": 3}, {"id": "prompts_universal_schema_properties_reference_material", "label": "reference_material", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 13.0, "font": {"size": 0, "color": "#ffffff"}, "title": "reference_material", "community": 9, "community_name": "Community 9", "source_file": "backend/prompts/universal_schema.json", "file_type": "code", "degree": 3}, {"id": "prompts_universal_schema_properties_language_country_market", "label": "language_country_market", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 14.0, "font": {"size": 0, "color": "#ffffff"}, "title": "language_country_market", "community": 9, "community_name": "Community 9", "source_file": "backend/prompts/universal_schema.json", "file_type": "code", "degree": 4}, {"id": "prompts_universal_schema_properties_quantity", "label": "quantity", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 13.0, "font": {"size": 0, "color": "#ffffff"}, "title": "quantity", "community": 9, "community_name": "Community 9", "source_file": "backend/prompts/universal_schema.json", "file_type": "code", "degree": 3}, {"id": "prompts_universal_schema_properties_page_number", "label": "page_number", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 13.0, "font": {"size": 0, "color": "#ffffff"}, "title": "page_number", "community": 9, "community_name": "Community 9", "source_file": "backend/prompts/universal_schema.json", "file_type": "code", "degree": 3}, {"id": "prompts_universal_schema_properties_priority_level", "label": "priority_level", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 13.0, "font": {"size": 0, "color": "#ffffff"}, "title": "priority_level", "community": 9, "community_name": "Community 9", "source_file": "backend/prompts/universal_schema.json", "file_type": "code", "degree": 3}, {"id": "prompts_universal_schema_properties_creative_direction", "label": "creative_direction", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 13.0, "font": {"size": 0, "color": "#ffffff"}, "title": "creative_direction", "community": 9, "community_name": "Community 9", "source_file": "backend/prompts/universal_schema.json", "file_type": "code", "degree": 3}, {"id": "prompts_universal_schema_items_required", "label": "required", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": "required", "community": 9, "community_name": "Community 9", "source_file": "backend/prompts/universal_schema.json", "file_type": "code", "degree": 2}, {"id": "backend_data_dropdowns_json", "label": "dropdowns.json", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "dropdowns.json", "community": 69, "community_name": "Community 69", "source_file": "backend/data/dropdowns.json", "file_type": "code", "degree": 0}, {"id": "backend_data_users_json", "label": "users.json", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "users.json", "community": 36, "community_name": "Community 36", "source_file": "backend/data/users.json", "file_type": "code", "degree": 1}, {"id": "data_users_dev_user_id", "label": "dev-user-id", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 18.0, "font": {"size": 12, "color": "#ffffff"}, "title": "dev-user-id", "community": 36, "community_name": "Community 36", "source_file": "backend/data/users.json", "file_type": "code", "degree": 8}, {"id": "data_users_dev_user_id_id", "label": "id", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "id", "community": 36, "community_name": "Community 36", "source_file": "backend/data/users.json", "file_type": "code", "degree": 1}, {"id": "data_users_dev_user_id_email", "label": "email", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "email", "community": 36, "community_name": "Community 36", "source_file": "backend/data/users.json", "file_type": "code", "degree": 1}, {"id": "data_users_dev_user_id_name", "label": "name", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "name", "community": 36, "community_name": "Community 36", "source_file": "backend/data/users.json", "file_type": "code", "degree": 1}, {"id": "data_users_dev_user_id_role", "label": "role", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "role", "community": 36, "community_name": "Community 36", "source_file": "backend/data/users.json", "file_type": "code", "degree": 1}, {"id": "data_users_dev_user_id_active", "label": "active", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "active", "community": 36, "community_name": "Community 36", "source_file": "backend/data/users.json", "file_type": "code", "degree": 1}, {"id": "data_users_dev_user_id_created", "label": "created", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "created", "community": 36, "community_name": "Community 36", "source_file": "backend/data/users.json", "file_type": "code", "degree": 1}, {"id": "data_users_dev_user_id_last_seen", "label": "last_seen", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "last_seen", "community": 36, "community_name": "Community 36", "source_file": "backend/data/users.json", "file_type": "code", "degree": 1}, {"id": "backend_data_sheets_metadata_json", "label": "sheets_metadata.json", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "sheets_metadata.json", "community": 49, "community_name": "Community 49", "source_file": "backend/data/sheets_metadata.json", "file_type": "code", "degree": 1}, {"id": "data_sheets_metadata_dev_user_id", "label": "dev-user-id", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "dev-user-id", "community": 49, "community_name": "Community 49", "source_file": "backend/data/sheets_metadata.json", "file_type": "code", "degree": 1}, {"id": "backend_data_sheets_dev_user_id_1774272744305_json", "label": "dev-user-id_1774272744305.json", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "dev-user-id_1774272744305.json", "community": 70, "community_name": "Community 70", "source_file": "backend/data/sheets/dev-user-id_1774272744305.json", "file_type": "code", "degree": 0}];
const RAW_EDGES = [{"from": "deploy_sh", "to": "ac_tool_deploy_log", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "deploy_sh", "to": "ac_tool_deploy_ok", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "deploy_sh", "to": "ac_tool_deploy_warn", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "deploy_sh", "to": "ac_tool_deploy_die", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "deploy_sh", "to": "ac_tool_deploy_hr", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "run_dev_sh", "to": "ac_tool_run_dev_data_dir", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "run_dev_sh", "to": "ac_tool_run_dev_uploads_dir", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "run_dev_sh", "to": "ac_tool_run_dev_outputs_dir", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "run_dev_sh", "to": "ac_tool_run_dev_sheets_dir", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "run_dev_sh", "to": "ac_tool_run_dev_users_file", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "run_dev_sh", "to": "ac_tool_run_dev_dropdowns_file", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_tsconfig_node_json", "to": "frontend_tsconfig_node_compileroptions", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_tsconfig_node_json", "to": "frontend_tsconfig_node_include", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_tsconfig_node_compileroptions", "to": "frontend_tsconfig_node_compileroptions_tsbuildinfofile", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_tsconfig_node_compileroptions", "to": "frontend_tsconfig_node_compileroptions_target", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_tsconfig_node_compileroptions", "to": "frontend_tsconfig_node_compileroptions_lib", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_tsconfig_node_compileroptions", "to": "frontend_tsconfig_node_compileroptions_module", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_tsconfig_node_compileroptions", "to": "frontend_tsconfig_node_compileroptions_types", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_tsconfig_node_compileroptions", "to": "frontend_tsconfig_node_compileroptions_skiplibcheck", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_tsconfig_node_compileroptions", "to": "frontend_tsconfig_node_compileroptions_moduleresolution", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_tsconfig_node_compileroptions", "to": "frontend_tsconfig_node_compileroptions_allowimportingtsextensions", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_tsconfig_node_compileroptions", "to": "frontend_tsconfig_node_compileroptions_verbatimmodulesyntax", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_tsconfig_node_compileroptions", "to": "frontend_tsconfig_node_compileroptions_moduledetection", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_tsconfig_node_compileroptions", "to": "frontend_tsconfig_node_compileroptions_noemit", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_tsconfig_node_compileroptions", "to": "frontend_tsconfig_node_compileroptions_strict", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_tsconfig_node_compileroptions", "to": "frontend_tsconfig_node_compileroptions_nounusedlocals", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_tsconfig_node_compileroptions", "to": "frontend_tsconfig_node_compileroptions_nounusedparameters", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_tsconfig_node_compileroptions", "to": "frontend_tsconfig_node_compileroptions_erasablesyntaxonly", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_tsconfig_node_compileroptions", "to": "frontend_tsconfig_node_compileroptions_nofallthroughcasesinswitch", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_tsconfig_node_compileroptions", "to": "frontend_tsconfig_node_compileroptions_nouncheckedsideeffectimports", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_tsconfig_app_json", "to": "frontend_tsconfig_app_compileroptions", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_tsconfig_app_json", "to": "frontend_tsconfig_app_include", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_tsconfig_app_compileroptions", "to": "frontend_tsconfig_app_compileroptions_tsbuildinfofile", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_tsconfig_app_compileroptions", "to": "frontend_tsconfig_app_compileroptions_target", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_tsconfig_app_compileroptions", "to": "frontend_tsconfig_app_compileroptions_usedefineforclassfields", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_tsconfig_app_compileroptions", "to": "frontend_tsconfig_app_compileroptions_lib", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_tsconfig_app_compileroptions", "to": "frontend_tsconfig_app_compileroptions_module", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_tsconfig_app_compileroptions", "to": "frontend_tsconfig_app_compileroptions_types", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_tsconfig_app_compileroptions", "to": "frontend_tsconfig_app_compileroptions_skiplibcheck", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_tsconfig_app_compileroptions", "to": "frontend_tsconfig_app_compileroptions_moduleresolution", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_tsconfig_app_compileroptions", "to": "frontend_tsconfig_app_compileroptions_allowimportingtsextensions", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_tsconfig_app_compileroptions", "to": "frontend_tsconfig_app_compileroptions_verbatimmodulesyntax", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_tsconfig_app_compileroptions", "to": "frontend_tsconfig_app_compileroptions_moduledetection", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_tsconfig_app_compileroptions", "to": "frontend_tsconfig_app_compileroptions_noemit", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_tsconfig_app_compileroptions", "to": "frontend_tsconfig_app_compileroptions_jsx", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_tsconfig_app_compileroptions", "to": "frontend_tsconfig_app_compileroptions_strict", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_tsconfig_app_compileroptions", "to": "frontend_tsconfig_app_compileroptions_nounusedlocals", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_tsconfig_app_compileroptions", "to": "frontend_tsconfig_app_compileroptions_nounusedparameters", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_tsconfig_app_compileroptions", "to": "frontend_tsconfig_app_compileroptions_erasablesyntaxonly", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_tsconfig_app_compileroptions", "to": "frontend_tsconfig_app_compileroptions_nofallthroughcasesinswitch", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_tsconfig_app_compileroptions", "to": "frontend_tsconfig_app_compileroptions_nouncheckedsideeffectimports", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_package_json", "to": "frontend_package_name", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_package_json", "to": "frontend_package_private", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_package_json", "to": "frontend_package_version", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_package_json", "to": "frontend_package_type", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_package_json", "to": "frontend_package_scripts", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_package_json", "to": "frontend_package_dependencies", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_package_json", "to": "frontend_package_devdependencies", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_package_scripts", "to": "frontend_package_scripts_dev", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_package_scripts", "to": "frontend_package_scripts_build", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_package_scripts", "to": "frontend_package_scripts_lint", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_package_scripts", "to": "frontend_package_scripts_preview", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_package_dependencies", "to": "frontend_package_dependencies_azure_msal_browser", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_package_dependencies", "to": "frontend_package_dependencies_azure_msal_react", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_package_dependencies", "to": "frontend_package_dependencies_handsontable_react", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_package_dependencies", "to": "frontend_package_dependencies_tailwindcss_vite", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_package_dependencies", "to": "frontend_package_dependencies_types_react_router_dom", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_package_dependencies", "to": "frontend_package_dependencies_autoprefixer", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_package_dependencies", "to": "frontend_package_dependencies_axios", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_package_dependencies", "to": "frontend_package_dependencies_handsontable", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_package_dependencies", "to": "frontend_package_dependencies_postcss", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_package_dependencies", "to": "frontend_package_dependencies_react", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_package_dependencies", "to": "frontend_package_dependencies_react_dom", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_package_dependencies", "to": "frontend_package_dependencies_react_dropzone", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_package_dependencies", "to": "frontend_package_dependencies_react_hot_toast", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_package_dependencies", "to": "frontend_package_dependencies_react_router_dom", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_package_dependencies", "to": "frontend_package_dependencies_tailwindcss", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_package_dependencies", "to": "frontend_package_dependencies_zustand", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_package_devdependencies", "to": "frontend_package_devdependencies_eslint_js", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_package_devdependencies", "to": "frontend_package_devdependencies_types_node", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_package_devdependencies", "to": "frontend_package_devdependencies_types_react", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_package_devdependencies", "to": "frontend_package_devdependencies_vitejs_plugin_react", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_package_devdependencies", "to": "frontend_package_devdependencies_eslint", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_package_devdependencies", "to": "frontend_package_devdependencies_eslint_plugin_react_hooks", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_package_devdependencies", "to": "frontend_package_devdependencies_eslint_plugin_react_refresh", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_package_devdependencies", "to": "frontend_package_devdependencies_globals", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_package_devdependencies", "to": "frontend_package_devdependencies_typescript", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_package_devdependencies", "to": "frontend_package_devdependencies_typescript_eslint", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_package_devdependencies", "to": "frontend_package_devdependencies_vite", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_tsconfig_json", "to": "frontend_tsconfig_files", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_tsconfig_json", "to": "frontend_tsconfig_references", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_tsx", "to": "frontend_src_components_errorboundary_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_tsx", "to": "stores_useauthstore_useauthstore", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_tsx", "to": "frontend_src_api_client_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_tsx", "to": "api_client_registertokenrefresher", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_tsx", "to": "frontend_src_components_layout_appshell_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_tsx", "to": "pages_dashboardpage_dashboardpage", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_tsx", "to": "frontend_src_pages_sheetpage_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_tsx", "to": "pages_briefuploadpage_briefuploadpage", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_tsx", "to": "pages_briefreviewpage_briefreviewpage", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_tsx", "to": "admin_adminuserspage_adminuserspage", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_tsx", "to": "admin_admindropdownspage_admindropdownspage", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_tsx", "to": "admin_adminclientspage_adminclientspage", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_tsx", "to": "pages_loginpage_loginpage", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_tsx", "to": "frontend_src_pages_helppage_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_tsx", "to": "src_app_authgate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_tsx", "to": "src_app_adminroute", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_tsx", "to": "src_app_app", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_main_tsx", "to": "frontend_src_app_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_app_authgate", "to": "stores_useauthstore_useauthstore", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "src_app_adminroute", "to": "stores_useauthstore_useauthstore", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_main_tsx", "to": "src_main_msalinstance", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_types_index_ts", "to": "types_index_deliverable", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_types_index_ts", "to": "types_index_sheetmeta", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_types_index_ts", "to": "types_index_client", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_types_index_ts", "to": "types_index_categorydata", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_types_index_ts", "to": "types_index_user", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_types_index_ts", "to": "types_index_jobphase", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_types_index_ts", "to": "types_index_providerupdate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_types_index_ts", "to": "types_index_jobsummary", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_types_index_ts", "to": "types_index_job", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_types_index_ts", "to": "types_index_modelconfiguration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "stores_useclientstore_useclientstore", "to": "frontend_src_types_index_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "stores_usejobstore_usejobstore", "to": "frontend_src_types_index_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_stores_usedropdownstore_ts", "to": "frontend_src_types_index_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "stores_useauthstore_useauthstore", "to": "frontend_src_types_index_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "stores_usesheetstore_usesheetstore", "to": "frontend_src_types_index_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "brief_jobprogresscard_jobprogresscard", "to": "frontend_src_types_index_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_usewebsocket_usewebsocket", "to": "frontend_src_types_index_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_api_dropdowns_ts", "to": "frontend_src_types_index_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_api_clients_ts", "to": "frontend_src_types_index_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_api_admin_ts", "to": "frontend_src_types_index_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_api_jobs_ts", "to": "frontend_src_types_index_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_api_ai_ts", "to": "frontend_src_types_index_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_api_sheets_ts", "to": "frontend_src_types_index_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pages_briefreviewpage_briefreviewpage", "to": "frontend_src_types_index_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_pages_sheetpage_tsx", "to": "frontend_src_types_index_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "admin_adminuserspage_adminuserspage", "to": "frontend_src_types_index_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "admin_admindropdownspage_admindropdownspage", "to": "frontend_src_types_index_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "admin_adminclientspage_adminclientspage", "to": "frontend_src_types_index_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "stores_usesheetstore_usesheetstore", "to": "types_index_deliverable", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_api_jobs_ts", "to": "types_index_deliverable", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_api_ai_ts", "to": "types_index_deliverable", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_api_sheets_ts", "to": "types_index_deliverable", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pages_briefreviewpage_briefreviewpage", "to": "types_index_deliverable", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_pages_sheetpage_tsx", "to": "types_index_deliverable", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "stores_usesheetstore_usesheetstore", "to": "types_index_sheetmeta", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_api_sheets_ts", "to": "types_index_sheetmeta", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "stores_useclientstore_useclientstore", "to": "types_index_client", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_api_clients_ts", "to": "types_index_client", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "admin_adminclientspage_adminclientspage", "to": "types_index_client", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_stores_usedropdownstore_ts", "to": "types_index_categorydata", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_api_dropdowns_ts", "to": "types_index_categorydata", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_api_admin_ts", "to": "types_index_categorydata", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "admin_admindropdownspage_admindropdownspage", "to": "types_index_categorydata", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "admin_adminclientspage_adminclientspage", "to": "types_index_categorydata", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "stores_useauthstore_useauthstore", "to": "types_index_user", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_api_admin_ts", "to": "types_index_user", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "admin_adminuserspage_adminuserspage", "to": "types_index_user", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "stores_usejobstore_usejobstore", "to": "types_index_job", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "brief_jobprogresscard_jobprogresscard", "to": "types_index_job", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_usewebsocket_usewebsocket", "to": "types_index_job", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_api_jobs_ts", "to": "types_index_job", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "stores_usejobstore_usejobstore", "to": "types_index_modelconfiguration", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_api_jobs_ts", "to": "types_index_modelconfiguration", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "stores_useclientstore_useclientstore", "to": "stores_useclientstore_clientstore", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "stores_useclientstore_useclientstore", "to": "frontend_src_api_clients_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "stores_useclientstore_useclientstore", "to": "api_clients_listclients", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "stores_useclientstore_useclientstore", "to": "api_clients_createclient", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "stores_useclientstore_useclientstore", "to": "api_clients_deleteclient", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "stores_useclientstore_useclientstore", "to": "api_clients_updateclient", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_pages_sheetpage_tsx", "to": "stores_useclientstore_useclientstore", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pages_briefuploadpage_briefuploadpage", "to": "stores_useclientstore_useclientstore", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "admin_adminclientspage_adminclientspage", "to": "stores_useclientstore_useclientstore", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pages_sheetpage_sheetpage", "to": "stores_useclientstore_useclientstore", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "stores_usejobstore_usejobstore", "to": "stores_usejobstore_jobstore", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "stores_usejobstore_usejobstore", "to": "frontend_src_api_jobs_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_usewebsocket_usewebsocket", "to": "stores_usejobstore_usejobstore", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pages_briefuploadpage_briefuploadpage", "to": "stores_usejobstore_usejobstore", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pages_dashboardpage_dashboardpage", "to": "stores_usejobstore_usejobstore", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_stores_usedropdownstore_ts", "to": "frontend_src_api_dropdowns_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_stores_usedropdownstore_ts", "to": "api_dropdowns_getcategories", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_stores_usedropdownstore_ts", "to": "stores_usedropdownstore_dropdownstore", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_pages_sheetpage_tsx", "to": "frontend_src_stores_usedropdownstore_ts", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "admin_admindropdownspage_admindropdownspage", "to": "frontend_src_stores_usedropdownstore_ts", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pages_sheetpage_sheetpage", "to": "frontend_src_stores_usedropdownstore_ts", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "stores_useauthstore_useauthstore", "to": "stores_useauthstore_authstore", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "stores_useauthstore_useauthstore", "to": "frontend_src_api_client_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_layout_topbar_tsx", "to": "stores_useauthstore_useauthstore", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_layout_sidebar_tsx", "to": "stores_useauthstore_useauthstore", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pages_loginpage_loginpage", "to": "stores_useauthstore_useauthstore", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_pages_helppage_tsx", "to": "stores_useauthstore_useauthstore", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "layout_topbar_topbar", "to": "stores_useauthstore_useauthstore", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "layout_sidebar_sidebar", "to": "stores_useauthstore_useauthstore", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pages_helppage_helppage", "to": "stores_useauthstore_useauthstore", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "stores_usesheetstore_usesheetstore", "to": "stores_usesheetstore_sheetstore", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "stores_usesheetstore_usesheetstore", "to": "frontend_src_api_sheets_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_layout_appshell_tsx", "to": "stores_usesheetstore_usesheetstore", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_layout_sidebar_tsx", "to": "stores_usesheetstore_usesheetstore", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pages_briefreviewpage_briefreviewpage", "to": "stores_usesheetstore_usesheetstore", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_pages_sheetpage_tsx", "to": "stores_usesheetstore_usesheetstore", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pages_dashboardpage_dashboardpage", "to": "stores_usesheetstore_usesheetstore", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "layout_appshell_appshell", "to": "stores_usesheetstore_usesheetstore", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "layout_sidebar_sidebar", "to": "stores_usesheetstore_usesheetstore", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pages_sheetpage_sheetpage", "to": "stores_usesheetstore_usesheetstore", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_errorboundary_tsx", "to": "components_errorboundary_props", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_errorboundary_tsx", "to": "components_errorboundary_state", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_errorboundary_tsx", "to": "components_errorboundary_errorboundary", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_errorboundary_errorboundary", "to": "components_errorboundary_errorboundary_getderivedstatefromerror", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "components_errorboundary_errorboundary", "to": "components_errorboundary_errorboundary_render", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_layout_topbar_tsx", "to": "layout_topbar_iconchevronleft", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_layout_topbar_tsx", "to": "layout_topbar_topbar", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_layout_appshell_tsx", "to": "frontend_src_components_layout_topbar_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_layout_appshell_tsx", "to": "frontend_src_components_layout_sidebar_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_layout_appshell_tsx", "to": "hooks_usewebsocket_usewebsocket", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_layout_appshell_tsx", "to": "layout_appshell_props", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_layout_appshell_tsx", "to": "layout_appshell_appshell", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "layout_appshell_appshell", "to": "hooks_usewebsocket_usewebsocket", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_layout_sidebar_tsx", "to": "layout_sidebar_iconfile", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_layout_sidebar_tsx", "to": "layout_sidebar_icongrid", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_layout_sidebar_tsx", "to": "layout_sidebar_iconsettings", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_layout_sidebar_tsx", "to": "layout_sidebar_iconupload", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_layout_sidebar_tsx", "to": "layout_sidebar_iconplus", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_layout_sidebar_tsx", "to": "layout_sidebar_iconhelp", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_layout_sidebar_tsx", "to": "layout_sidebar_sidebar", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_admin_columnmapping", "to": "admin_columnmappingstep_props", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_admin_columnmapping", "to": "admin_columnmappingstep_field_labels", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "admin_exporttemplateeditor_exporttemplateeditor", "to": "admin_exporttemplateeditor_props", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "admin_exporttemplateeditor_exporttemplateeditor", "to": "frontend_src_api_admin_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "admin_exporttemplateeditor_exporttemplateeditor", "to": "api_admin_exporttemplatecolumn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "admin_exporttemplateeditor_exporttemplateeditor", "to": "api_admin_detecttemplateresult", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_pages_sheetpage_tsx", "to": "admin_exporttemplateeditor_exporttemplateeditor", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "admin_adminclientspage_adminclientspage", "to": "admin_exporttemplateeditor_exporttemplateeditor", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "brief_jobprogresscard_jobprogresscard", "to": "brief_jobprogresscard_phase_labels", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "brief_jobprogresscard_jobprogresscard", "to": "brief_jobprogresscard_props", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pages_briefuploadpage_briefuploadpage", "to": "brief_jobprogresscard_jobprogresscard", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pages_dashboardpage_dashboardpage", "to": "brief_jobprogresscard_jobprogresscard", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "brief_filedropzone_filedropzone", "to": "brief_filedropzone_props", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "brief_filedropzone_filedropzone", "to": "brief_filedropzone_accepted", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pages_briefuploadpage_briefuploadpage", "to": "brief_filedropzone_filedropzone", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sheet_aiquestionmodal_aiquestionmodal", "to": "sheet_aiquestionmodal_props", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_pages_sheetpage_tsx", "to": "sheet_aiquestionmodal_aiquestionmodal", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sheet_aiactivitylog_aiactivitylog", "to": "sheet_aiactivitylog_logentry", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_pages_sheetpage_tsx", "to": "sheet_aiactivitylog_logentry", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sheet_aiactivitylog_aiactivitylog", "to": "sheet_aiactivitylog_props", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_pages_sheetpage_tsx", "to": "sheet_aiactivitylog_aiactivitylog", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_sheet_commandbar_tsx", "to": "frontend_src_hooks_usespeechrecognition_ts", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_sheet_commandbar_tsx", "to": "sheet_commandbar_iconmic", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_sheet_commandbar_tsx", "to": "sheet_commandbar_iconsend", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_sheet_commandbar_tsx", "to": "sheet_commandbar_props", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_sheet_commandbar_tsx", "to": "sheet_commandbar_commandbar", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_pages_sheetpage_tsx", "to": "frontend_src_components_sheet_commandbar_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sheet_commandbar_commandbar", "to": "frontend_src_hooks_usespeechrecognition_ts", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_hooks_usespeechrecognition_ts", "to": "hooks_usespeechrecognition_speechrecognitionhook", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_api_dropdowns_ts", "to": "frontend_src_api_client_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_api_dropdowns_ts", "to": "api_dropdowns_getcategories", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_api_dropdowns_py", "to": "api_dropdowns_getcategories", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_dropdowns_getcategories", "to": "api_admin_uploaddropdowns", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_api_clients_ts", "to": "frontend_src_api_client_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_api_clients_ts", "to": "api_clients_listclients", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_api_clients_ts", "to": "api_clients_createclient", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_api_clients_ts", "to": "api_clients_deleteclient", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_api_clients_ts", "to": "api_clients_updateclient", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_api_clients_py", "to": "api_clients_listclients", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_clients_listclients", "to": "api_clients_load_clients", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_api_clients_py", "to": "api_clients_createclient", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_clients_createclient", "to": "api_clients_row_to_dict", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_clients_createclient", "to": "db_pool_get_pool", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_api_clients_py", "to": "api_clients_deleteclient", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_clients_deleteclient", "to": "db_pool_get_pool", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_api_clients_py", "to": "api_clients_updateclient", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_clients_updateclient", "to": "api_clients_row_to_dict", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_clients_updateclient", "to": "db_pool_get_pool", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_api_admin_ts", "to": "api_admin_columnmapping", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_api_admin_ts", "to": "frontend_src_api_client_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_api_admin_ts", "to": "api_admin_detect_mapping", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_api_admin_ts", "to": "api_admin_listusers", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_api_admin_ts", "to": "api_admin_updateuser", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_api_admin_ts", "to": "api_admin_detectdropdownmapping", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_api_admin_ts", "to": "api_admin_uploaddropdowns", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_api_admin_ts", "to": "api_admin_previewdropdowns", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_api_admin_ts", "to": "api_admin_detectclientdropdownmapping", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_api_admin_ts", "to": "api_admin_uploadclientdropdowns", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_api_admin_ts", "to": "api_admin_previewclientdropdowns", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_api_admin_ts", "to": "api_admin_deleteclientdropdowns", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_api_admin_ts", "to": "api_admin_exporttemplatecolumn", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_api_admin_ts", "to": "api_admin_detecttemplateresult", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_api_admin_ts", "to": "api_admin_getglobalexporttemplate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_api_admin_ts", "to": "api_admin_detectglobalexporttemplate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_api_admin_ts", "to": "api_admin_saveglobalexporttemplate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_api_admin_ts", "to": "api_admin_deleteglobalexporttemplate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_api_admin_ts", "to": "api_admin_getclientexporttemplate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_api_admin_ts", "to": "api_admin_detectclientexporttemplate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_api_admin_ts", "to": "api_admin_saveclientexporttemplate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_api_exporttemplate_ts", "to": "frontend_src_api_admin_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_pages_sheetpage_tsx", "to": "frontend_src_api_admin_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "admin_adminuserspage_adminuserspage", "to": "frontend_src_api_admin_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "admin_admindropdownspage_admindropdownspage", "to": "frontend_src_api_admin_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "admin_adminclientspage_adminclientspage", "to": "frontend_src_api_admin_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_admin_columnmapping", "to": "api_admin_detect_mapping", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "admin_admindropdownspage_admindropdownspage", "to": "api_admin_columnmapping", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "admin_adminclientspage_adminclientspage", "to": "api_admin_columnmapping", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "admin_adminuserspage_adminuserspage", "to": "api_admin_listusers", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "admin_adminuserspage_adminuserspage", "to": "api_admin_updateuser", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "admin_admindropdownspage_admindropdownspage", "to": "api_admin_detectdropdownmapping", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "admin_admindropdownspage_admindropdownspage", "to": "api_admin_uploaddropdowns", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_api_admin_py", "to": "api_admin_uploaddropdowns", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_admin_uploaddropdowns", "to": "api_admin_parse_uploaded_xlsx", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_api_dropdowns_py", "to": "api_admin_uploaddropdowns", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_admin_uploaddropdowns", "to": "api_dropdowns_row_to_cat", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_dropdowns_get_all", "to": "api_admin_uploaddropdowns", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_dropdowns_rationale_145", "to": "api_admin_uploaddropdowns", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_ai_command_build_hierarchy_rules", "to": "api_admin_uploaddropdowns", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_admin_uploaddropdowns", "to": "api_dropdowns_save_dropdowns", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_admin_uploaddropdowns", "to": "db_pool_get_pool", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "admin_admindropdownspage_admindropdownspage", "to": "api_admin_previewdropdowns", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_api_admin_py", "to": "api_admin_previewdropdowns", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_admin_previewdropdowns", "to": "api_admin_parse_uploaded_xlsx", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "admin_adminclientspage_adminclientspage", "to": "api_admin_detectclientdropdownmapping", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "admin_adminclientspage_adminclientspage", "to": "api_admin_uploadclientdropdowns", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_api_admin_py", "to": "api_admin_uploadclientdropdowns", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_admin_uploadclientdropdowns", "to": "api_admin_parse_uploaded_xlsx", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_admin_uploadclientdropdowns", "to": "api_clients_get_client_by_id", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_admin_uploadclientdropdowns", "to": "api_dropdowns_save_dropdowns", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_admin_uploadclientdropdowns", "to": "api_clients_set_client_custom_dropdowns", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "admin_adminclientspage_adminclientspage", "to": "api_admin_previewclientdropdowns", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_api_admin_py", "to": "api_admin_previewclientdropdowns", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_admin_previewclientdropdowns", "to": "api_admin_parse_uploaded_xlsx", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "admin_adminclientspage_adminclientspage", "to": "api_admin_deleteclientdropdowns", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_api_admin_py", "to": "api_admin_deleteclientdropdowns", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_admin_deleteclientdropdowns", "to": "api_dropdowns_save_dropdowns", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_admin_deleteclientdropdowns", "to": "api_clients_set_client_custom_dropdowns", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_api_exporttemplate_ts", "to": "api_admin_exporttemplatecolumn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_pages_sheetpage_tsx", "to": "api_admin_exporttemplatecolumn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "admin_adminclientspage_adminclientspage", "to": "api_admin_exporttemplatecolumn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_api_exporttemplate_ts", "to": "api_admin_detecttemplateresult", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_api_admin_py", "to": "api_admin_getglobalexporttemplate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_admin_getglobalexporttemplate", "to": "api_export_load_export_template", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_api_admin_py", "to": "api_admin_detectglobalexporttemplate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_admin_detectglobalexporttemplate", "to": "api_export_detect_csv_template", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_api_admin_py", "to": "api_admin_saveglobalexporttemplate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_admin_saveglobalexporttemplate", "to": "api_export_save_export_template", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_api_admin_py", "to": "api_admin_deleteglobalexporttemplate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_admin_deleteglobalexporttemplate", "to": "api_export_delete_export_template", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "admin_adminclientspage_adminclientspage", "to": "api_admin_getclientexporttemplate", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_api_admin_py", "to": "api_admin_getclientexporttemplate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_admin_getclientexporttemplate", "to": "api_clients_get_client_by_id", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_admin_getclientexporttemplate", "to": "api_export_has_export_template", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_admin_getclientexporttemplate", "to": "api_export_load_export_template", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "admin_adminclientspage_adminclientspage", "to": "api_admin_detectclientexporttemplate", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_api_admin_py", "to": "api_admin_detectclientexporttemplate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_admin_detectclientexporttemplate", "to": "api_export_detect_csv_template", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_admin_detectclientexporttemplate", "to": "api_export_delete_export_template", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "admin_adminclientspage_adminclientspage", "to": "api_admin_saveclientexporttemplate", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_api_admin_py", "to": "api_admin_saveclientexporttemplate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_admin_saveclientexporttemplate", "to": "api_clients_get_client_by_id", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_admin_saveclientexporttemplate", "to": "api_export_save_export_template", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_api_jobs_ts", "to": "frontend_src_api_client_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_api_jobs_ts", "to": "api_jobs_listjobs", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_api_jobs_ts", "to": "api_jobs_getjob", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_api_jobs_ts", "to": "api_jobs_createjob", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_api_jobs_ts", "to": "api_jobs_deletejob", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_api_jobs_ts", "to": "api_jobs_getjobdeliverables", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_api_jobs_ts", "to": "api_jobs_getjobstats", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pages_briefreviewpage_briefreviewpage", "to": "frontend_src_api_jobs_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pages_briefreviewpage_briefreviewpage", "to": "api_jobs_getjobdeliverables", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_api_jobs_py", "to": "api_jobs_getjobdeliverables", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_jobs_getjobdeliverables", "to": "api_jobs_get_job", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_jobs_rationale_560", "to": "api_jobs_getjobdeliverables", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_jobs_getjobdeliverables", "to": "auth_middleware_get_user_id", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_api_jobs_py", "to": "api_jobs_getjobstats", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_jobs_rationale_515", "to": "api_jobs_getjobstats", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_jobs_getjobstats", "to": "auth_middleware_get_user_id", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_api_client_ts", "to": "api_client_api", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_api_client_ts", "to": "api_client_tokenrefresher", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_api_client_ts", "to": "api_client_registertokenrefresher", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_api_client_ts", "to": "api_client_istokenexpired", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_api_client_ts", "to": "api_client_token", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_api_ai_ts", "to": "frontend_src_api_client_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_api_sheets_ts", "to": "frontend_src_api_client_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_api_exporttemplate_ts", "to": "frontend_src_api_client_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_api_ai_ts", "to": "api_ai_commandresult", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_api_ai_ts", "to": "api_ai_sendcommand", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_api_ai_ts", "to": "api_ai_updatesheetclient", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_pages_sheetpage_tsx", "to": "frontend_src_api_ai_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_pages_sheetpage_tsx", "to": "api_ai_sendcommand", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_pages_sheetpage_tsx", "to": "api_ai_updatesheetclient", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_api_sheets_py", "to": "api_ai_updatesheetclient", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_ai_updatesheetclient", "to": "auth_middleware_get_user_id", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_ai_updatesheetclient", "to": "sheets_manager_get_sheet_client_id", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_api_sheets_ts", "to": "api_sheets_listsheets", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_api_sheets_ts", "to": "api_sheets_createsheet", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_api_sheets_ts", "to": "api_sheets_loadsheet", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_api_sheets_ts", "to": "api_sheets_updatesheet", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_api_sheets_ts", "to": "api_sheets_deletesheet", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_api_sheets_ts", "to": "api_sheets_renamesheet", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_api_sheets_ts", "to": "api_sheets_duplicatesheet", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_api_sheets_ts", "to": "api_sheets_importdeliverables", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_api_sheets_ts", "to": "api_sheets_exportsheet", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pages_briefreviewpage_briefreviewpage", "to": "frontend_src_api_sheets_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_pages_sheetpage_tsx", "to": "frontend_src_api_sheets_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_sheets_manager_py", "to": "api_sheets_createsheet", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_sheets_createsheet", "to": "sheets_manager_row_to_meta", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_sheets_duplicatesheet", "to": "api_sheets_createsheet", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_sheets_createsheet", "to": "db_pool_get_pool", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_sheets_create_new_sheet", "to": "api_sheets_createsheet", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_sheets_manager_py", "to": "api_sheets_updatesheet", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_api_sheets_py", "to": "api_sheets_updatesheet", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_sheets_updatesheet", "to": "db_pool_get_pool", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_sheets_updatesheet", "to": "auth_middleware_get_user_id", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_sheets_importdeliverables", "to": "api_sheets_updatesheet", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_ai_command_run_command", "to": "api_sheets_updatesheet", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_sheets_manager_py", "to": "api_sheets_renamesheet", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_api_sheets_py", "to": "api_sheets_renamesheet", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_sheets_renamesheet", "to": "db_pool_get_pool", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_sheets_renamesheet", "to": "auth_middleware_get_user_id", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_sheets_manager_py", "to": "api_sheets_duplicatesheet", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_sheets_duplicatesheet", "to": "db_pool_get_pool", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_sheets_duplicate_sheet_route", "to": "api_sheets_duplicatesheet", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pages_briefreviewpage_briefreviewpage", "to": "api_sheets_importdeliverables", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_api_sheets_py", "to": "api_sheets_importdeliverables", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_sheets_importdeliverables", "to": "auth_middleware_get_user_id", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_sheets_importdeliverables", "to": "sheets_manager_load_sheet_data", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_sheets_importdeliverables", "to": "sheets_manager_generate_next_id", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_pages_sheetpage_tsx", "to": "api_sheets_exportsheet", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_api_exporttemplate_ts", "to": "api_exporttemplate_getuserexporttemplate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_api_exporttemplate_ts", "to": "api_exporttemplate_detectuserexporttemplate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_api_exporttemplate_ts", "to": "api_exporttemplate_saveuserexporttemplate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_api_exporttemplate_ts", "to": "api_exporttemplate_deleteuserexporttemplate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_pages_sheetpage_tsx", "to": "frontend_src_api_exporttemplate_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_pages_sheetpage_tsx", "to": "api_exporttemplate_getuserexporttemplate", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_pages_sheetpage_tsx", "to": "api_exporttemplate_detectuserexporttemplate", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_pages_sheetpage_tsx", "to": "api_exporttemplate_saveuserexporttemplate", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_pages_sheetpage_tsx", "to": "api_exporttemplate_deleteuserexporttemplate", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pages_briefreviewpage_briefreviewpage", "to": "pages_briefreviewpage_editable_fields", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_pages_sheetpage_tsx", "to": "pages_sheetpage_status_options", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_pages_sheetpage_tsx", "to": "pages_sheetpage_sheetpage", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_pages_helppage_tsx", "to": "pages_helppage_section", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_pages_helppage_tsx", "to": "pages_helppage_h2", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_pages_helppage_tsx", "to": "pages_helppage_h3", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_pages_helppage_tsx", "to": "pages_helppage_p", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_pages_helppage_tsx", "to": "pages_helppage_li", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_pages_helppage_tsx", "to": "pages_helppage_code", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_pages_helppage_tsx", "to": "pages_helppage_tip", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_pages_helppage_tsx", "to": "pages_helppage_steps", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_pages_helppage_tsx", "to": "pages_helppage_sections", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_pages_helppage_tsx", "to": "pages_helppage_helppage", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pages_dashboardpage_dashboardpage", "to": "pages_dashboardpage_iconarrow", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pages_dashboardpage_dashboardpage", "to": "pages_dashboardpage_icondoc", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pages_dashboardpage_dashboardpage", "to": "pages_dashboardpage_icongrid", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "admin_admindropdownspage_admindropdownspage", "to": "api_admin_detect_mapping", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "admin_adminclientspage_adminclientspage", "to": "admin_adminclientspage_uploadstate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "admin_adminclientspage_adminclientspage", "to": "api_admin_detect_mapping", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "admin_adminclientspage_adminclientspage", "to": "admin_adminclientspage_clientexporttemplate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "admin_adminclientspage_adminclientspage", "to": "admin_adminclientspage_clientcardprops", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "admin_adminclientspage_adminclientspage", "to": "admin_adminclientspage_clientcard", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_run_server_py", "to": "backend_run_server_async_main", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_run_server_py", "to": "backend_run_server_main", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_run_server_main", "to": "backend_run_server_async_main", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_run_server_rationale_25", "to": "backend_run_server_async_main", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_run_server_async_main", "to": "server_app_create_app", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_core_config_py", "to": "core_config_config", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_core_config_py", "to": "core_config_validate_api_keys", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_core_config_py", "to": "core_config_get_provider_config", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_core_config_py", "to": "core_config_get_default_primary_models", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_core_config_py", "to": "core_config_get_model_info", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_core_config_py", "to": "core_config_estimate_cost", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "core_config_rationale_1", "to": "backend_core_config_py", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_core_process_brief_enhanced_py", "to": "backend_core_config_py", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_core_consolidation_processor_py", "to": "backend_core_config_py", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_core_llm_service_provider_manager_py", "to": "backend_core_config_py", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "llm_service_openai_provider_openaiprovider", "to": "backend_core_config_py", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_core_llm_service_anthropic_provider_py", "to": "backend_core_config_py", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "llm_service_google_provider_googleprovider", "to": "backend_core_config_py", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "core_config_rationale_14", "to": "core_config_config", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_core_process_brief_enhanced_py", "to": "enum", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_core_process_brief_enhanced_py", "to": "backend_core_consolidation_processor_py", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_core_process_brief_enhanced_py", "to": "core_process_brief_enhanced_basedeliverable", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_core_process_brief_enhanced_py", "to": "core_process_brief_enhanced_marketingasset", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_core_process_brief_enhanced_py", "to": "core_process_brief_enhanced_baseextractionresult", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_core_process_brief_enhanced_py", "to": "core_process_brief_enhanced_assetextractionresult", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_core_process_brief_enhanced_py", "to": "core_process_brief_enhanced_load_universal_schema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_core_process_brief_enhanced_py", "to": "core_process_brief_enhanced_documenttype", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_core_process_brief_enhanced_py", "to": "core_process_brief_enhanced_tokenusage", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_core_process_brief_enhanced_py", "to": "core_process_brief_enhanced_processingresult", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_core_process_brief_enhanced_py", "to": "core_process_brief_enhanced_create_unique_title", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_core_process_brief_enhanced_py", "to": "core_process_brief_enhanced_expand_deliverables", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_core_process_brief_enhanced_py", "to": "core_process_brief_enhanced_documentanalyzer", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_core_process_brief_enhanced_py", "to": "core_process_brief_enhanced_discover_supported_files", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_core_process_brief_enhanced_py", "to": "core_process_brief_enhanced_parse_arguments", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_core_process_brief_enhanced_py", "to": "core_process_brief_enhanced_main", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_core_process_brief_enhanced_py", "to": "core_process_brief_enhanced_process_batch_documents", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_core_process_brief_enhanced_py", "to": "core_process_brief_enhanced_generate_output_file", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_core_process_brief_enhanced_py", "to": "core_process_brief_enhanced_process_single_document", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "core_process_brief_enhanced_basedeliverable", "to": "basemodel", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_core_consolidation_processor_py", "to": "core_process_brief_enhanced_basedeliverable", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "core_process_brief_enhanced_basedeliverable", "to": "jobs_models_jobphase", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "core_consolidation_processor_consolidationresult", "to": "core_process_brief_enhanced_basedeliverable", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "core_consolidation_processor_consolidationprocessor_consolidate_results", "to": "core_process_brief_enhanced_basedeliverable", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "core_process_brief_enhanced_marketingasset", "to": "basemodel", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "core_process_brief_enhanced_baseextractionresult", "to": "basemodel", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "core_process_brief_enhanced_assetextractionresult", "to": "basemodel", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sheets_models_deliverable", "to": "basemodel", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sheets_models_sheetmeta", "to": "basemodel", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sheets_models_sheet", "to": "basemodel", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "core_process_brief_enhanced_expand_deliverables", "to": "core_process_brief_enhanced_marketingasset", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "core_process_brief_enhanced_marketingasset", "to": "backend_core_consolidation_processor_py", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "core_process_brief_enhanced_marketingasset", "to": "jobs_models_jobphase", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "core_process_brief_enhanced_baseextractionresult", "to": "backend_core_consolidation_processor_py", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "core_process_brief_enhanced_baseextractionresult", "to": "jobs_models_jobphase", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "llm_service_openai_provider_openaiprovider", "to": "core_process_brief_enhanced_baseextractionresult", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "core_process_brief_enhanced_assetextractionresult", "to": "backend_core_consolidation_processor_py", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "core_process_brief_enhanced_assetextractionresult", "to": "jobs_models_jobphase", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "core_process_brief_enhanced_rationale_97", "to": "core_process_brief_enhanced_load_universal_schema", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "core_process_brief_enhanced_documenttype", "to": "enum", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "core_process_brief_enhanced_documenttype", "to": "backend_core_consolidation_processor_py", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "core_process_brief_enhanced_documenttype", "to": "jobs_models_jobphase", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_core_llm_service_base_provider_py", "to": "enum", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "llm_service_base_provider_modeltype", "to": "enum", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_jobs_models_py", "to": "enum", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jobs_models_jobphase", "to": "enum", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "core_process_brief_enhanced_tokenusage", "to": "core_process_brief_enhanced_tokenusage_add_usage", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "core_process_brief_enhanced_tokenusage", "to": "core_process_brief_enhanced_tokenusage_calculate_cost", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "core_process_brief_enhanced_tokenusage", "to": "core_process_brief_enhanced_tokenusage_get_summary", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "core_process_brief_enhanced_documentanalyzer_init", "to": "core_process_brief_enhanced_tokenusage", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "core_process_brief_enhanced_documentanalyzer_process_document_multi_model", "to": "core_process_brief_enhanced_tokenusage", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "core_process_brief_enhanced_tokenusage", "to": "backend_core_consolidation_processor_py", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "core_process_brief_enhanced_tokenusage", "to": "jobs_models_jobphase", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "core_process_brief_enhanced_documentanalyzer_enhance_and_validate_results", "to": "core_process_brief_enhanced_tokenusage_add_usage", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "core_process_brief_enhanced_rationale_199", "to": "core_process_brief_enhanced_tokenusage_add_usage", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "core_process_brief_enhanced_tokenusage_get_summary", "to": "core_process_brief_enhanced_tokenusage_calculate_cost", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "core_process_brief_enhanced_rationale_206", "to": "core_process_brief_enhanced_tokenusage_calculate_cost", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "core_process_brief_enhanced_rationale_221", "to": "core_process_brief_enhanced_tokenusage_get_summary", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "core_process_brief_enhanced_documentanalyzer_process_document_multi_model", "to": "core_process_brief_enhanced_processingresult", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "core_process_brief_enhanced_processingresult", "to": "backend_core_consolidation_processor_py", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "core_process_brief_enhanced_processingresult", "to": "jobs_models_jobphase", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "runners_enhanced_analyzer_enhanceddocumentanalyzer", "to": "core_process_brief_enhanced_processingresult", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "runners_enhanced_analyzer_enhanceddocumentanalyzer_process_document_with_progress", "to": "core_process_brief_enhanced_processingresult", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "core_process_brief_enhanced_expand_deliverables", "to": "core_process_brief_enhanced_create_unique_title", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "core_process_brief_enhanced_rationale_246", "to": "core_process_brief_enhanced_create_unique_title", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "core_process_brief_enhanced_rationale_319", "to": "core_process_brief_enhanced_expand_deliverables", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "core_consolidation_processor_consolidationprocessor_consolidate_results", "to": "core_process_brief_enhanced_expand_deliverables", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "core_process_brief_enhanced_documentanalyzer", "to": "core_process_brief_enhanced_documentanalyzer_init", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "core_process_brief_enhanced_documentanalyzer", "to": "core_process_brief_enhanced_documentanalyzer_validate_models", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "core_process_brief_enhanced_documentanalyzer", "to": "core_process_brief_enhanced_documentanalyzer_load_prompt", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "core_process_brief_enhanced_documentanalyzer", "to": "core_process_brief_enhanced_documentanalyzer_save_base_deliverables_json", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "core_process_brief_enhanced_documentanalyzer", "to": "core_process_brief_enhanced_documentanalyzer_classify_document", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "core_process_brief_enhanced_documentanalyzer", "to": "core_process_brief_enhanced_documentanalyzer_encode_file_for_openai", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "core_process_brief_enhanced_documentanalyzer", "to": "core_process_brief_enhanced_documentanalyzer_extract_document_content", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "core_process_brief_enhanced_documentanalyzer", "to": "core_process_brief_enhanced_documentanalyzer_process_document_multi_model", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "core_process_brief_enhanced_documentanalyzer", "to": "core_process_brief_enhanced_documentanalyzer_perform_parallel_analysis", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "core_process_brief_enhanced_documentanalyzer", "to": "core_process_brief_enhanced_documentanalyzer_create_provider_progress_callback", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "core_process_brief_enhanced_documentanalyzer", "to": "core_process_brief_enhanced_documentanalyzer_get_provider_name", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "core_process_brief_enhanced_documentanalyzer", "to": "core_process_brief_enhanced_documentanalyzer_get_model_display_name", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "core_process_brief_enhanced_documentanalyzer", "to": "core_process_brief_enhanced_documentanalyzer_enhance_and_validate_results", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "core_process_brief_enhanced_documentanalyzer", "to": "core_process_brief_enhanced_documentanalyzer_extract_structured_json", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "core_process_brief_enhanced_documentanalyzer", "to": "core_process_brief_enhanced_documentanalyzer_extract_json", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "core_process_brief_enhanced_main", "to": "core_process_brief_enhanced_documentanalyzer", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "core_process_brief_enhanced_documentanalyzer", "to": "backend_core_consolidation_processor_py", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "core_process_brief_enhanced_documentanalyzer", "to": "jobs_models_jobphase", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "runners_enhanced_analyzer_enhanceddocumentanalyzer", "to": "core_process_brief_enhanced_documentanalyzer", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "core_process_brief_enhanced_documentanalyzer_init", "to": "core_process_brief_enhanced_documentanalyzer_validate_models", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "core_process_brief_enhanced_documentanalyzer_init", "to": "backend_core_llm_service_provider_manager_py", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "core_process_brief_enhanced_documentanalyzer_init", "to": "backend_core_consolidation_processor_py", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "core_process_brief_enhanced_rationale_436", "to": "core_process_brief_enhanced_documentanalyzer_validate_models", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "core_process_brief_enhanced_documentanalyzer_perform_parallel_analysis", "to": "core_process_brief_enhanced_documentanalyzer_load_prompt", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "core_process_brief_enhanced_documentanalyzer_enhance_and_validate_results", "to": "core_process_brief_enhanced_documentanalyzer_load_prompt", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "core_process_brief_enhanced_rationale_459", "to": "core_process_brief_enhanced_documentanalyzer_load_prompt", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "core_process_brief_enhanced_rationale_481", "to": "core_process_brief_enhanced_documentanalyzer_save_base_deliverables_json", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "core_process_brief_enhanced_documentanalyzer_process_document_multi_model", "to": "core_process_brief_enhanced_documentanalyzer_classify_document", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "core_process_brief_enhanced_rationale_518", "to": "core_process_brief_enhanced_documentanalyzer_classify_document", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "core_process_brief_enhanced_rationale_533", "to": "core_process_brief_enhanced_documentanalyzer_encode_file_for_openai", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "core_process_brief_enhanced_documentanalyzer_process_document_multi_model", "to": "core_process_brief_enhanced_documentanalyzer_extract_document_content", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "core_process_brief_enhanced_rationale_542", "to": "core_process_brief_enhanced_documentanalyzer_extract_document_content", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "core_process_brief_enhanced_rationale_597", "to": "core_process_brief_enhanced_documentanalyzer_extract_document_content", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "core_process_brief_enhanced_documentanalyzer_process_document_multi_model", "to": "core_process_brief_enhanced_documentanalyzer_perform_parallel_analysis", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "core_process_brief_enhanced_process_batch_documents", "to": "core_process_brief_enhanced_documentanalyzer_process_document_multi_model", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "core_process_brief_enhanced_process_single_document", "to": "core_process_brief_enhanced_documentanalyzer_process_document_multi_model", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "core_process_brief_enhanced_rationale_632", "to": "core_process_brief_enhanced_documentanalyzer_process_document_multi_model", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "core_process_brief_enhanced_documentanalyzer_perform_parallel_analysis", "to": "core_process_brief_enhanced_documentanalyzer_create_provider_progress_callback", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "core_process_brief_enhanced_rationale_732", "to": "core_process_brief_enhanced_documentanalyzer_perform_parallel_analysis", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "runners_enhanced_analyzer_rationale_245", "to": "core_process_brief_enhanced_documentanalyzer_create_provider_progress_callback", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "core_process_brief_enhanced_rationale_824", "to": "core_process_brief_enhanced_documentanalyzer_get_provider_name", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "core_process_brief_enhanced_rationale_832", "to": "core_process_brief_enhanced_documentanalyzer_get_model_display_name", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "core_process_brief_enhanced_rationale_842", "to": "core_process_brief_enhanced_documentanalyzer_enhance_and_validate_results", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "core_process_brief_enhanced_documentanalyzer_extract_structured_json", "to": "core_process_brief_enhanced_documentanalyzer_extract_json", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "core_process_brief_enhanced_rationale_914", "to": "core_process_brief_enhanced_documentanalyzer_extract_structured_json", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "core_process_brief_enhanced_rationale_943", "to": "core_process_brief_enhanced_documentanalyzer_extract_json", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "core_process_brief_enhanced_process_batch_documents", "to": "core_process_brief_enhanced_discover_supported_files", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "core_process_brief_enhanced_rationale_978", "to": "core_process_brief_enhanced_discover_supported_files", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "core_process_brief_enhanced_main", "to": "core_process_brief_enhanced_parse_arguments", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "core_process_brief_enhanced_rationale_1006", "to": "core_process_brief_enhanced_parse_arguments", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "core_process_brief_enhanced_main", "to": "core_process_brief_enhanced_process_batch_documents", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "core_process_brief_enhanced_main", "to": "core_process_brief_enhanced_process_single_document", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "core_process_brief_enhanced_process_batch_documents", "to": "core_process_brief_enhanced_generate_output_file", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "core_process_brief_enhanced_rationale_1113", "to": "core_process_brief_enhanced_process_batch_documents", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "core_process_brief_enhanced_process_single_document", "to": "core_process_brief_enhanced_generate_output_file", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "core_process_brief_enhanced_rationale_1191", "to": "core_process_brief_enhanced_generate_output_file", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "core_process_brief_enhanced_rationale_1213", "to": "core_process_brief_enhanced_process_single_document", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_core_consolidation_processor_py", "to": "core_consolidation_processor_consolidationresult", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_core_consolidation_processor_py", "to": "core_consolidation_processor_consolidationprocessor_init", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_core_consolidation_processor_py", "to": "core_consolidation_processor_consolidationprocessor_consolidate_results", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_core_consolidation_processor_py", "to": "core_consolidation_processor_consolidationprocessor_count_deliverables_in_response", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_core_consolidation_processor_py", "to": "core_consolidation_processor_consolidationprocessor_format_model_results", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_core_consolidation_processor_py", "to": "core_consolidation_processor_consolidationprocessor_prepare_consolidation_prompt", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_core_consolidation_processor_py", "to": "core_consolidation_processor_consolidationprocessor_load_consolidation_system_prompt", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_core_consolidation_processor_py", "to": "core_consolidation_processor_consolidationprocessor_save_consolidation_debug", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_core_consolidation_processor_py", "to": "core_consolidation_processor_consolidationprocessor_create_consolidation_metadata", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "core_consolidation_processor_rationale_1", "to": "backend_core_consolidation_processor_py", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "core_consolidation_processor_rationale_23", "to": "backend_core_consolidation_processor_py", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "core_consolidation_processor_consolidationprocessor_consolidate_results", "to": "core_consolidation_processor_consolidationresult", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "core_consolidation_processor_rationale_16", "to": "core_consolidation_processor_consolidationresult", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "core_consolidation_processor_consolidationprocessor_init", "to": "backend_core_llm_service_provider_manager_py", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "core_consolidation_processor_consolidationprocessor_consolidate_results", "to": "core_consolidation_processor_consolidationprocessor_count_deliverables_in_response", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "core_consolidation_processor_consolidationprocessor_consolidate_results", "to": "core_consolidation_processor_consolidationprocessor_format_model_results", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "core_consolidation_processor_consolidationprocessor_consolidate_results", "to": "core_consolidation_processor_consolidationprocessor_prepare_consolidation_prompt", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "core_consolidation_processor_consolidationprocessor_consolidate_results", "to": "core_consolidation_processor_consolidationprocessor_load_consolidation_system_prompt", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "core_consolidation_processor_consolidationprocessor_consolidate_results", "to": "core_consolidation_processor_consolidationprocessor_save_consolidation_debug", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "core_consolidation_processor_consolidationprocessor_consolidate_results", "to": "core_consolidation_processor_consolidationprocessor_create_consolidation_metadata", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "core_consolidation_processor_rationale_35", "to": "core_consolidation_processor_consolidationprocessor_consolidate_results", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "core_consolidation_processor_consolidationprocessor_save_consolidation_debug", "to": "core_consolidation_processor_consolidationprocessor_count_deliverables_in_response", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "core_consolidation_processor_rationale_153", "to": "core_consolidation_processor_consolidationprocessor_count_deliverables_in_response", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "core_consolidation_processor_rationale_163", "to": "core_consolidation_processor_consolidationprocessor_format_model_results", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "core_consolidation_processor_rationale_186", "to": "core_consolidation_processor_consolidationprocessor_prepare_consolidation_prompt", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "core_consolidation_processor_rationale_209", "to": "core_consolidation_processor_consolidationprocessor_load_consolidation_system_prompt", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "core_consolidation_processor_rationale_213", "to": "core_consolidation_processor_consolidationprocessor_save_consolidation_debug", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "core_consolidation_processor_rationale_260", "to": "core_consolidation_processor_consolidationprocessor_create_consolidation_metadata", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_core_llm_service_provider_manager_py", "to": "backend_core_llm_service_base_provider_py", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_core_llm_service_provider_manager_py", "to": "llm_service_openai_provider_openaiprovider", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_core_llm_service_provider_manager_py", "to": "llm_service_google_provider_googleprovider", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_core_llm_service_provider_manager_py", "to": "backend_core_llm_service_anthropic_provider_py", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_core_llm_service_provider_manager_py", "to": "llm_service_provider_manager_providermanager_init", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_core_llm_service_provider_manager_py", "to": "llm_service_provider_manager_providermanager_create_provider", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_core_llm_service_provider_manager_py", "to": "llm_service_provider_manager_providermanager_get_provider", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_core_llm_service_provider_manager_py", "to": "llm_service_provider_manager_providermanager_execute_parallel_analysis", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_core_llm_service_provider_manager_py", "to": "llm_service_provider_manager_providermanager_count_deliverables_in_response", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_core_llm_service_provider_manager_py", "to": "llm_service_provider_manager_providermanager_execute_with_provider", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_core_llm_service_provider_manager_py", "to": "llm_service_provider_manager_providermanager_estimate_total_cost", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_core_llm_service_provider_manager_py", "to": "llm_service_provider_manager_providermanager_get_aggregated_token_usage", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_core_llm_service_provider_manager_py", "to": "llm_service_provider_manager_providermanager_get_actual_cost_breakdown", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "llm_service_provider_manager_rationale_1", "to": "backend_core_llm_service_provider_manager_py", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "llm_service_provider_manager_rationale_17", "to": "backend_core_llm_service_provider_manager_py", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_core_llm_service_init_py", "to": "backend_core_llm_service_provider_manager_py", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_core_llm_service_provider_manager_py", "to": "llm_service_base_provider_basellmprovider", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_core_llm_service_provider_manager_py", "to": "llm_service_base_provider_llmresponse", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_core_llm_service_provider_manager_py", "to": "llm_service_base_provider_tokenusage", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "llm_service_provider_manager_providermanager_get_provider", "to": "llm_service_provider_manager_providermanager_create_provider", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "llm_service_provider_manager_rationale_24", "to": "llm_service_provider_manager_providermanager_create_provider", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "llm_service_provider_manager_providermanager_create_provider", "to": "llm_service_openai_provider_openaiprovider", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "llm_service_provider_manager_providermanager_create_provider", "to": "llm_service_google_provider_googleprovider", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "llm_service_provider_manager_providermanager_create_provider", "to": "backend_core_llm_service_anthropic_provider_py", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "llm_service_provider_manager_providermanager_execute_parallel_analysis", "to": "llm_service_provider_manager_providermanager_get_provider", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "llm_service_provider_manager_providermanager_estimate_total_cost", "to": "llm_service_provider_manager_providermanager_get_provider", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "llm_service_provider_manager_rationale_44", "to": "llm_service_provider_manager_providermanager_get_provider", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "llm_service_provider_manager_providermanager_execute_parallel_analysis", "to": "llm_service_provider_manager_providermanager_execute_with_provider", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "llm_service_provider_manager_providermanager_execute_parallel_analysis", "to": "llm_service_provider_manager_providermanager_count_deliverables_in_response", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "llm_service_provider_manager_rationale_57", "to": "llm_service_provider_manager_providermanager_execute_parallel_analysis", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "llm_service_provider_manager_rationale_167", "to": "llm_service_provider_manager_providermanager_count_deliverables_in_response", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "llm_service_provider_manager_rationale_185", "to": "llm_service_provider_manager_providermanager_execute_with_provider", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "llm_service_provider_manager_providermanager_execute_with_provider", "to": "llm_service_base_provider_llmresponse", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "llm_service_provider_manager_rationale_245", "to": "llm_service_provider_manager_providermanager_estimate_total_cost", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "llm_service_provider_manager_rationale_263", "to": "llm_service_provider_manager_providermanager_get_aggregated_token_usage", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "llm_service_provider_manager_rationale_274", "to": "llm_service_provider_manager_providermanager_get_actual_cost_breakdown", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_core_llm_service_base_provider_py", "to": "abc", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_core_llm_service_base_provider_py", "to": "llm_service_base_provider_modeltype", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_core_llm_service_base_provider_py", "to": "llm_service_base_provider_tokenusage", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_core_llm_service_base_provider_py", "to": "llm_service_base_provider_llmresponse", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_core_llm_service_base_provider_py", "to": "llm_service_base_provider_basellmprovider", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_core_llm_service_base_provider_py", "to": "llm_service_base_provider_generate_response", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_core_llm_service_base_provider_py", "to": "llm_service_base_provider_validate_config", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_core_llm_service_base_provider_py", "to": "llm_service_base_provider_estimate_cost", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_core_llm_service_base_provider_py", "to": "llm_service_base_provider_get_max_tokens", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "llm_service_base_provider_rationale_1", "to": "backend_core_llm_service_base_provider_py", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_core_llm_service_init_py", "to": "backend_core_llm_service_base_provider_py", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "llm_service_openai_provider_openaiprovider", "to": "backend_core_llm_service_base_provider_py", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_core_llm_service_anthropic_provider_py", "to": "backend_core_llm_service_base_provider_py", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "llm_service_google_provider_googleprovider", "to": "backend_core_llm_service_base_provider_py", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "llm_service_base_provider_tokenusage", "to": "llm_service_base_provider_tokenusage_add_usage", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "llm_service_base_provider_tokenusage", "to": "llm_service_base_provider_tokenusage_get_total", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "llm_service_base_provider_rationale_20", "to": "llm_service_base_provider_tokenusage", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "llm_service_openai_provider_openaiprovider", "to": "llm_service_base_provider_tokenusage", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_core_llm_service_anthropic_provider_py", "to": "llm_service_base_provider_tokenusage", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "llm_service_google_provider_googleprovider", "to": "llm_service_base_provider_tokenusage", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "llm_service_base_provider_rationale_26", "to": "llm_service_base_provider_tokenusage_add_usage", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "llm_service_base_provider_rationale_37", "to": "llm_service_base_provider_tokenusage_get_total", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "llm_service_base_provider_rationale_42", "to": "llm_service_base_provider_llmresponse", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "llm_service_openai_provider_openaiprovider", "to": "llm_service_base_provider_llmresponse", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_core_llm_service_anthropic_provider_py", "to": "llm_service_base_provider_llmresponse", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "llm_service_google_provider_googleprovider", "to": "llm_service_base_provider_llmresponse", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "llm_service_openai_provider_openaiprovider_generate_response", "to": "llm_service_base_provider_llmresponse", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "llm_service_anthropic_provider_anthropicprovider_two_call_with_thinking", "to": "llm_service_base_provider_llmresponse", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "llm_service_anthropic_provider_anthropicprovider_single_call", "to": "llm_service_base_provider_llmresponse", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "llm_service_google_provider_googleprovider_generate_response", "to": "llm_service_base_provider_llmresponse", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "llm_service_base_provider_basellmprovider", "to": "abc", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "llm_service_base_provider_basellmprovider", "to": "llm_service_base_provider_basellmprovider_init", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "llm_service_base_provider_basellmprovider", "to": "llm_service_base_provider_basellmprovider_get_provider_name", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "llm_service_base_provider_basellmprovider", "to": "llm_service_base_provider_basellmprovider_prepare_messages", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "llm_service_base_provider_basellmprovider", "to": "llm_service_base_provider_basellmprovider_log_response", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "llm_service_base_provider_rationale_53", "to": "llm_service_base_provider_basellmprovider", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "llm_service_openai_provider_openaiprovider", "to": "llm_service_base_provider_basellmprovider", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_core_llm_service_anthropic_provider_py", "to": "llm_service_base_provider_basellmprovider", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "llm_service_google_provider_googleprovider", "to": "llm_service_base_provider_basellmprovider", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "llm_service_base_provider_basellmprovider_log_response", "to": "llm_service_base_provider_basellmprovider_get_provider_name", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "llm_service_base_provider_rationale_101", "to": "llm_service_base_provider_basellmprovider_prepare_messages", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_core_llm_service_init_py", "to": "llm_service_openai_provider_openaiprovider", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_core_llm_service_init_py", "to": "llm_service_google_provider_googleprovider", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_core_llm_service_init_py", "to": "backend_core_llm_service_anthropic_provider_py", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "llm_service_init_rationale_1", "to": "backend_core_llm_service_init_py", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "llm_service_openai_provider_openaiprovider", "to": "basellmprovider", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "llm_service_openai_provider_openaiprovider", "to": "llm_service_openai_provider_openaiprovider_init", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "llm_service_openai_provider_openaiprovider", "to": "llm_service_openai_provider_openaiprovider_setup_client", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "llm_service_openai_provider_openaiprovider", "to": "llm_service_openai_provider_openaiprovider_generate_response", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "llm_service_openai_provider_openaiprovider", "to": "llm_service_openai_provider_openaiprovider_create_pydantic_model", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "llm_service_openai_provider_openaiprovider", "to": "llm_service_openai_provider_openaiprovider_validate_config", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "llm_service_openai_provider_openaiprovider", "to": "llm_service_openai_provider_openaiprovider_estimate_cost", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "llm_service_openai_provider_openaiprovider", "to": "llm_service_openai_provider_openaiprovider_get_max_tokens", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "llm_service_openai_provider_openaiprovider", "to": "llm_service_openai_provider_openaiprovider_set_reasoning_effort", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "llm_service_openai_provider_openaiprovider", "to": "llm_service_openai_provider_openaiprovider_save_debug_response", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "llm_service_openai_provider_rationale_1", "to": "llm_service_openai_provider_openaiprovider", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "llm_service_openai_provider_rationale_16", "to": "llm_service_openai_provider_openaiprovider", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_core_llm_service_anthropic_provider_py", "to": "basellmprovider", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "llm_service_google_provider_googleprovider", "to": "basellmprovider", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "llm_service_openai_provider_openaiprovider_init", "to": "llm_service_openai_provider_openaiprovider_setup_client", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "llm_service_openai_provider_rationale_35", "to": "llm_service_openai_provider_openaiprovider_setup_client", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "llm_service_openai_provider_openaiprovider_generate_response", "to": "llm_service_openai_provider_openaiprovider_create_pydantic_model", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "llm_service_openai_provider_openaiprovider_generate_response", "to": "llm_service_openai_provider_openaiprovider_save_debug_response", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "llm_service_openai_provider_rationale_53", "to": "llm_service_openai_provider_openaiprovider_generate_response", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "llm_service_openai_provider_rationale_200", "to": "llm_service_openai_provider_openaiprovider_create_pydantic_model", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "llm_service_openai_provider_rationale_246", "to": "llm_service_openai_provider_openaiprovider_validate_config", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "llm_service_openai_provider_rationale_258", "to": "llm_service_openai_provider_openaiprovider_estimate_cost", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "llm_service_openai_provider_rationale_262", "to": "llm_service_openai_provider_openaiprovider_get_max_tokens", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "llm_service_openai_provider_rationale_266", "to": "llm_service_openai_provider_openaiprovider_set_reasoning_effort", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "llm_service_openai_provider_rationale_274", "to": "llm_service_openai_provider_openaiprovider_save_debug_response", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "llm_service_openai_provider_rationale_262", "to": "llm_service_google_provider_googleprovider_get_max_tokens", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_core_llm_service_anthropic_provider_py", "to": "llm_service_anthropic_provider_anthropicprovider_init", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_core_llm_service_anthropic_provider_py", "to": "llm_service_anthropic_provider_anthropicprovider_select_model", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_core_llm_service_anthropic_provider_py", "to": "llm_service_anthropic_provider_anthropicprovider_setup_client", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_core_llm_service_anthropic_provider_py", "to": "llm_service_anthropic_provider_anthropicprovider_generate_response", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_core_llm_service_anthropic_provider_py", "to": "llm_service_anthropic_provider_anthropicprovider_two_call_with_thinking", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_core_llm_service_anthropic_provider_py", "to": "llm_service_anthropic_provider_anthropicprovider_single_call", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_core_llm_service_anthropic_provider_py", "to": "llm_service_anthropic_provider_anthropicprovider_add_schema_guidance_to_messages", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_core_llm_service_anthropic_provider_py", "to": "llm_service_anthropic_provider_anthropicprovider_extract_text_content", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_core_llm_service_anthropic_provider_py", "to": "llm_service_anthropic_provider_anthropicprovider_prepare_messages", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_core_llm_service_anthropic_provider_py", "to": "llm_service_anthropic_provider_anthropicprovider_create_tool_from_schema", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_core_llm_service_anthropic_provider_py", "to": "llm_service_anthropic_provider_anthropicprovider_extract_tool_response", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_core_llm_service_anthropic_provider_py", "to": "llm_service_anthropic_provider_anthropicprovider_validate_config", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_core_llm_service_anthropic_provider_py", "to": "llm_service_anthropic_provider_anthropicprovider_estimate_cost", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_core_llm_service_anthropic_provider_py", "to": "llm_service_anthropic_provider_anthropicprovider_get_max_tokens", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_core_llm_service_anthropic_provider_py", "to": "llm_service_anthropic_provider_anthropicprovider_get_model_variant", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "llm_service_anthropic_provider_rationale_1", "to": "backend_core_llm_service_anthropic_provider_py", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "llm_service_anthropic_provider_rationale_21", "to": "backend_core_llm_service_anthropic_provider_py", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "llm_service_anthropic_provider_anthropicprovider_init", "to": "llm_service_anthropic_provider_anthropicprovider_select_model", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "llm_service_anthropic_provider_anthropicprovider_init", "to": "llm_service_anthropic_provider_anthropicprovider_setup_client", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "llm_service_anthropic_provider_rationale_44", "to": "llm_service_anthropic_provider_anthropicprovider_select_model", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "llm_service_anthropic_provider_rationale_54", "to": "llm_service_anthropic_provider_anthropicprovider_setup_client", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "llm_service_anthropic_provider_anthropicprovider_generate_response", "to": "llm_service_anthropic_provider_anthropicprovider_two_call_with_thinking", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "llm_service_anthropic_provider_anthropicprovider_generate_response", "to": "llm_service_anthropic_provider_anthropicprovider_single_call", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "llm_service_anthropic_provider_rationale_71", "to": "llm_service_anthropic_provider_anthropicprovider_generate_response", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "llm_service_anthropic_provider_anthropicprovider_two_call_with_thinking", "to": "llm_service_anthropic_provider_anthropicprovider_prepare_messages", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "llm_service_anthropic_provider_anthropicprovider_two_call_with_thinking", "to": "llm_service_anthropic_provider_anthropicprovider_add_schema_guidance_to_messages", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "llm_service_anthropic_provider_anthropicprovider_two_call_with_thinking", "to": "llm_service_anthropic_provider_anthropicprovider_extract_text_content", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "llm_service_anthropic_provider_anthropicprovider_two_call_with_thinking", "to": "llm_service_anthropic_provider_anthropicprovider_create_tool_from_schema", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "llm_service_anthropic_provider_anthropicprovider_two_call_with_thinking", "to": "llm_service_anthropic_provider_anthropicprovider_extract_tool_response", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "llm_service_anthropic_provider_rationale_89", "to": "llm_service_anthropic_provider_anthropicprovider_two_call_with_thinking", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "llm_service_anthropic_provider_anthropicprovider_single_call", "to": "llm_service_anthropic_provider_anthropicprovider_prepare_messages", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "llm_service_anthropic_provider_anthropicprovider_single_call", "to": "llm_service_anthropic_provider_anthropicprovider_create_tool_from_schema", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "llm_service_anthropic_provider_anthropicprovider_single_call", "to": "llm_service_anthropic_provider_anthropicprovider_extract_tool_response", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "llm_service_anthropic_provider_rationale_200", "to": "llm_service_anthropic_provider_anthropicprovider_single_call", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "llm_service_anthropic_provider_rationale_278", "to": "llm_service_anthropic_provider_anthropicprovider_add_schema_guidance_to_messages", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "llm_service_anthropic_provider_rationale_299", "to": "llm_service_anthropic_provider_anthropicprovider_extract_text_content", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "llm_service_anthropic_provider_rationale_307", "to": "llm_service_anthropic_provider_anthropicprovider_prepare_messages", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "llm_service_anthropic_provider_rationale_323", "to": "llm_service_anthropic_provider_anthropicprovider_create_tool_from_schema", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "llm_service_anthropic_provider_rationale_334", "to": "llm_service_anthropic_provider_anthropicprovider_extract_tool_response", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "llm_service_anthropic_provider_rationale_348", "to": "llm_service_anthropic_provider_anthropicprovider_validate_config", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "llm_service_anthropic_provider_rationale_360", "to": "llm_service_anthropic_provider_anthropicprovider_estimate_cost", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "llm_service_anthropic_provider_rationale_367", "to": "llm_service_anthropic_provider_anthropicprovider_get_max_tokens", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "llm_service_anthropic_provider_rationale_371", "to": "llm_service_anthropic_provider_anthropicprovider_get_model_variant", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "llm_service_google_provider_googleprovider", "to": "llm_service_google_provider_googleprovider_init", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "llm_service_google_provider_googleprovider", "to": "llm_service_google_provider_googleprovider_setup_client", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "llm_service_google_provider_googleprovider", "to": "llm_service_google_provider_googleprovider_generate_response", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "llm_service_google_provider_googleprovider", "to": "llm_service_google_provider_googleprovider_prepare_content", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "llm_service_google_provider_googleprovider", "to": "llm_service_google_provider_googleprovider_convert_schema_to_google_format", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "llm_service_google_provider_googleprovider", "to": "llm_service_google_provider_googleprovider_validate_config", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "llm_service_google_provider_googleprovider", "to": "llm_service_google_provider_googleprovider_estimate_cost", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "llm_service_google_provider_googleprovider", "to": "llm_service_google_provider_googleprovider_get_max_tokens", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "llm_service_google_provider_rationale_1", "to": "llm_service_google_provider_googleprovider", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "llm_service_google_provider_rationale_22", "to": "llm_service_google_provider_googleprovider", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "llm_service_google_provider_googleprovider_init", "to": "llm_service_google_provider_googleprovider_setup_client", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "llm_service_google_provider_rationale_45", "to": "llm_service_google_provider_googleprovider_setup_client", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "llm_service_google_provider_googleprovider_generate_response", "to": "llm_service_google_provider_googleprovider_prepare_content", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "llm_service_google_provider_googleprovider_generate_response", "to": "llm_service_google_provider_googleprovider_convert_schema_to_google_format", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "llm_service_google_provider_rationale_59", "to": "llm_service_google_provider_googleprovider_generate_response", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "llm_service_google_provider_rationale_151", "to": "llm_service_google_provider_googleprovider_prepare_content", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "llm_service_google_provider_rationale_179", "to": "llm_service_google_provider_googleprovider_convert_schema_to_google_format", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "llm_service_google_provider_rationale_239", "to": "llm_service_google_provider_googleprovider_validate_config", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "llm_service_google_provider_rationale_251", "to": "llm_service_google_provider_googleprovider_estimate_cost", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_app_py", "to": "backend_server_config_runtime_py", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_app_py", "to": "backend_server_runners_job_runner_py", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_app_py", "to": "backend_server_api_auth_py", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_app_py", "to": "backend_server_api_jobs_py", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_app_py", "to": "backend_server_api_config_py", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_app_py", "to": "backend_server_api_sheets_py", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_app_py", "to": "backend_server_api_export_py", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_app_py", "to": "backend_server_api_ai_command_py", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_app_py", "to": "backend_server_api_dropdowns_py", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_app_py", "to": "backend_server_api_admin_py", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_app_py", "to": "backend_server_api_clients_py", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_app_py", "to": "server_app_create_app", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_app_py", "to": "server_app_apply_schema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_app_py", "to": "server_app_seed_dropdowns_if_needed", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_app_py", "to": "server_app_register_spa", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_app_py", "to": "server_app_periodic_cleanup", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "server_app_rationale_1", "to": "backend_server_app_py", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "server_app_create_app", "to": "server_app_register_spa", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "server_app_rationale_177", "to": "server_app_apply_schema", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "server_app_apply_schema", "to": "db_pool_get_pool", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "server_app_rationale_189", "to": "server_app_seed_dropdowns_if_needed", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "server_app_seed_dropdowns_if_needed", "to": "db_pool_get_pool", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "server_app_seed_dropdowns_if_needed", "to": "api_dropdowns_save_dropdowns", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "server_app_rationale_203", "to": "server_app_register_spa", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_config_runtime_py", "to": "server_config_runtime_serverconfig", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_config_runtime_py", "to": "server_config_runtime_ensure_directories", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_config_runtime_py", "to": "server_config_runtime_validate_auth_config", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_config_runtime_py", "to": "server_config_runtime_get_cors_config", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "server_config_runtime_rationale_1", "to": "backend_server_config_runtime_py", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_auth_msal_auth_py", "to": "backend_server_config_runtime_py", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_auth_user_store_py", "to": "backend_server_config_runtime_py", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_auth_middleware_py", "to": "backend_server_config_runtime_py", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_api_ai_command_py", "to": "backend_server_config_runtime_py", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_jobs_storage_py", "to": "backend_server_config_runtime_py", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_jobs_manager_py", "to": "backend_server_config_runtime_py", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_ws_manager_py", "to": "backend_server_config_runtime_py", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_sheets_models_py", "to": "sheets_models_deliverable", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_sheets_models_py", "to": "sheets_models_config", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_sheets_models_py", "to": "sheets_models_from_dict", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_sheets_models_py", "to": "sheets_models_sheetmeta", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_sheets_models_py", "to": "sheets_models_sheet", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sheets_models_rationale_1", "to": "backend_server_sheets_models_py", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sheets_models_deliverable", "to": "sheets_models_deliverable_to_dict", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_sheets_manager_py", "to": "backend_server_db_pool_py", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_sheets_manager_py", "to": "api_admin_get_users", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_sheets_manager_py", "to": "sheets_manager_load_sheet_data", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_sheets_manager_py", "to": "sheets_manager_delete_sheet", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_sheets_manager_py", "to": "sheets_manager_get_sheet_client_id", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_sheets_manager_py", "to": "sheets_manager_generate_next_id", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_sheets_manager_py", "to": "sheets_manager_row_to_meta", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sheets_manager_rationale_1", "to": "backend_server_sheets_manager_py", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_api_sheets_py", "to": "backend_server_sheets_manager_py", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_api_ai_command_py", "to": "backend_server_sheets_manager_py", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_api_export_py", "to": "backend_server_sheets_manager_py", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sheets_manager_load_sheet_data", "to": "db_pool_get_pool", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_sheets_get_sheet", "to": "sheets_manager_load_sheet_data", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_ai_command_run_command", "to": "sheets_manager_load_sheet_data", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_export_export_csv", "to": "sheets_manager_load_sheet_data", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sheets_manager_delete_sheet", "to": "db_pool_get_pool", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_sheets_delete_sheet_route", "to": "sheets_manager_delete_sheet", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sheets_manager_get_sheet_client_id", "to": "db_pool_get_pool", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_ai_command_run_command", "to": "sheets_manager_get_sheet_client_id", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_export_export_csv", "to": "sheets_manager_get_sheet_client_id", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "sheets_manager_rationale_121", "to": "sheets_manager_generate_next_id", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_ai_command_run_command", "to": "sheets_manager_generate_next_id", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_admin_get_users", "to": "sheets_manager_row_to_meta", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_auth_msal_auth_py", "to": "auth_msal_auth_get_jwks_client", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_auth_msal_auth_py", "to": "auth_msal_auth_msalauthenticator", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "auth_msal_auth_rationale_1", "to": "backend_server_auth_msal_auth_py", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_auth_middleware_py", "to": "backend_server_auth_msal_auth_py", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_api_auth_py", "to": "backend_server_auth_msal_auth_py", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "auth_msal_auth_msalauthenticator_validate_token", "to": "auth_msal_auth_get_jwks_client", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "auth_msal_auth_msalauthenticator", "to": "auth_msal_auth_msalauthenticator_init", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "auth_msal_auth_msalauthenticator", "to": "auth_msal_auth_msalauthenticator_validate_token", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "auth_msal_auth_msalauthenticator", "to": "auth_msal_auth_msalauthenticator_get_logout_url", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "auth_msal_auth_msalauthenticator", "to": "auth_msal_auth_msalauthenticator_get_client_config", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "auth_msal_auth_msalauthenticator", "to": "auth_msal_auth_msalauthenticator_is_dev_mode", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_auth_user_store_py", "to": "backend_server_db_pool_py", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_auth_user_store_py", "to": "auth_user_store_row_to_dict", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_auth_user_store_py", "to": "auth_user_store_get_user", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_auth_user_store_py", "to": "auth_user_store_upsert_user", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_auth_user_store_py", "to": "auth_user_store_list_users", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_auth_user_store_py", "to": "auth_user_store_set_role", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_auth_user_store_py", "to": "auth_user_store_set_active", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "auth_user_store_rationale_1", "to": "backend_server_auth_user_store_py", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_auth_middleware_py", "to": "backend_server_auth_user_store_py", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_api_auth_py", "to": "backend_server_auth_user_store_py", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_api_admin_py", "to": "backend_server_auth_user_store_py", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "auth_user_store_get_user", "to": "auth_user_store_row_to_dict", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "auth_user_store_upsert_user", "to": "auth_user_store_row_to_dict", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "auth_user_store_list_users", "to": "auth_user_store_row_to_dict", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "auth_user_store_set_role", "to": "auth_user_store_row_to_dict", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "auth_user_store_set_active", "to": "auth_user_store_row_to_dict", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "auth_user_store_get_user", "to": "db_pool_get_pool", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_auth_me", "to": "auth_user_store_get_user", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "auth_user_store_rationale_36", "to": "auth_user_store_upsert_user", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "auth_user_store_upsert_user", "to": "db_pool_get_pool", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "auth_middleware_resolve_user", "to": "auth_user_store_upsert_user", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_auth_validate_token", "to": "auth_user_store_upsert_user", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "auth_user_store_list_users", "to": "db_pool_get_pool", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_admin_get_users", "to": "auth_user_store_list_users", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "auth_user_store_set_role", "to": "db_pool_get_pool", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_admin_update_user", "to": "auth_user_store_set_role", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "auth_user_store_set_active", "to": "db_pool_get_pool", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_admin_update_user", "to": "auth_user_store_set_active", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_auth_middleware_py", "to": "auth_middleware_check_emergency_token", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_auth_middleware_py", "to": "auth_middleware_extract_token_user", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_auth_middleware_py", "to": "auth_middleware_resolve_user", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_auth_middleware_py", "to": "auth_middleware_auth_required", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_auth_middleware_py", "to": "auth_middleware_admin_required", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_auth_middleware_py", "to": "auth_middleware_get_user_id", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_auth_middleware_py", "to": "api_auth_get_current_user_info", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "auth_middleware_rationale_1", "to": "backend_server_auth_middleware_py", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_api_auth_py", "to": "backend_server_auth_middleware_py", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_api_config_py", "to": "backend_server_auth_middleware_py", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_api_sheets_py", "to": "backend_server_auth_middleware_py", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_api_ai_command_py", "to": "backend_server_auth_middleware_py", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_api_export_py", "to": "backend_server_auth_middleware_py", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_api_jobs_py", "to": "backend_server_auth_middleware_py", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_api_admin_py", "to": "backend_server_auth_middleware_py", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_api_clients_py", "to": "backend_server_auth_middleware_py", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "auth_middleware_extract_token_user", "to": "auth_middleware_check_emergency_token", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "auth_middleware_rationale_20", "to": "auth_middleware_check_emergency_token", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "auth_middleware_rationale_36", "to": "auth_middleware_extract_token_user", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "auth_middleware_rationale_51", "to": "auth_middleware_resolve_user", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "auth_middleware_rationale_64", "to": "auth_middleware_auth_required", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "auth_middleware_rationale_100", "to": "auth_middleware_admin_required", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_sheets_list_sheets", "to": "auth_middleware_get_user_id", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_sheets_create_new_sheet", "to": "auth_middleware_get_user_id", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_sheets_get_sheet", "to": "auth_middleware_get_user_id", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_sheets_delete_sheet_route", "to": "auth_middleware_get_user_id", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_sheets_duplicate_sheet_route", "to": "auth_middleware_get_user_id", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_ai_command_run_command", "to": "auth_middleware_get_user_id", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_export_export_csv", "to": "auth_middleware_get_user_id", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_export_get_user_template", "to": "auth_middleware_get_user_id", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_export_save_user_template", "to": "auth_middleware_get_user_id", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_export_delete_user_template", "to": "auth_middleware_get_user_id", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_jobs_create_jobs", "to": "auth_middleware_get_user_id", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_jobs_list_jobs", "to": "auth_middleware_get_user_id", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_jobs_get_job", "to": "auth_middleware_get_user_id", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_jobs_download_job_result", "to": "auth_middleware_get_user_id", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_jobs_get_job_logs", "to": "auth_middleware_get_user_id", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_jobs_delete_job", "to": "auth_middleware_get_user_id", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_jobs_batch_download", "to": "auth_middleware_get_user_id", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_db_init_py", "to": "backend_server_db_pool_py", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_db_migrate_json_py", "to": "db_migrate_json_parse_dt", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_db_migrate_json_py", "to": "db_migrate_json_migrate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_migrate_json_rationale_1", "to": "backend_server_db_migrate_json_py", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_migrate_json_migrate", "to": "db_migrate_json_parse_dt", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_migrate_json_rationale_23", "to": "db_migrate_json_parse_dt", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_migrate_json_migrate", "to": "db_pool_init_pool", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "db_migrate_json_migrate", "to": "db_pool_get_pool", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_server_db_pool_py", "to": "db_pool_init_conn", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_db_pool_py", "to": "db_pool_init_pool", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_db_pool_py", "to": "db_pool_close_pool", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_db_pool_py", "to": "db_pool_get_pool", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_pool_rationale_1", "to": "backend_server_db_pool_py", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_api_export_py", "to": "backend_server_db_pool_py", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_api_clients_py", "to": "backend_server_db_pool_py", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_api_dropdowns_py", "to": "backend_server_db_pool_py", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "db_pool_rationale_16", "to": "db_pool_init_conn", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_admin_get_users", "to": "db_pool_get_pool", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_export_load_export_template", "to": "db_pool_get_pool", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_export_save_export_template", "to": "db_pool_get_pool", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_export_delete_export_template", "to": "db_pool_get_pool", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_export_has_export_template", "to": "db_pool_get_pool", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_clients_load_clients", "to": "db_pool_get_pool", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_clients_get_client_by_id", "to": "db_pool_get_pool", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_clients_set_client_custom_dropdowns", "to": "db_pool_get_pool", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_dropdowns_save_dropdowns", "to": "db_pool_get_pool", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_api_auth_py", "to": "api_auth_get_auth_config", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_api_auth_py", "to": "api_auth_validate_token", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_api_auth_py", "to": "api_auth_me", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_api_auth_py", "to": "api_auth_get_current_user_info", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_api_auth_py", "to": "api_auth_logout", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_auth_rationale_52", "to": "api_auth_me", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_auth_me", "to": "api_auth_get_current_user_info", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_api_config_py", "to": "backend_server_jobs_models_py", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_api_config_py", "to": "backend_server_jobs_manager_py", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_api_config_py", "to": "api_config_get_available_models", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_api_config_py", "to": "api_config_get_default_config", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_api_config_py", "to": "api_config_estimate_processing_cost", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_api_config_py", "to": "api_config_validate_model_config", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_api_config_py", "to": "api_config_get_system_info", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_config_rationale_1", "to": "backend_server_api_config_py", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_config_validate_model_config", "to": "api_config_get_available_models", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_config_rationale_19", "to": "api_config_get_available_models", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_config_rationale_42", "to": "api_config_get_default_config", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_config_rationale_65", "to": "api_config_estimate_processing_cost", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_config_rationale_153", "to": "api_config_validate_model_config", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_config_rationale_237", "to": "api_config_get_system_info", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_api_sheets_py", "to": "api_sheets_list_sheets", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_api_sheets_py", "to": "api_sheets_create_new_sheet", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_api_sheets_py", "to": "api_sheets_get_sheet", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_api_sheets_py", "to": "api_sheets_delete_sheet_route", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_api_sheets_py", "to": "api_sheets_duplicate_sheet_route", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_sheets_rationale_1", "to": "backend_server_api_sheets_py", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_sheets_list_sheets", "to": "api_admin_get_users", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_api_ai_command_py", "to": "backend_server_api_dropdowns_py", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_api_ai_command_py", "to": "api_ai_command_load_prompt_template", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_api_ai_command_py", "to": "api_ai_command_preprocess", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_api_ai_command_py", "to": "api_ai_command_build_hierarchy_rules", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_api_ai_command_py", "to": "api_ai_command_call_gemini", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_api_ai_command_py", "to": "api_ai_command_extract_json", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_api_ai_command_py", "to": "api_ai_command_run_command", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_ai_command_rationale_1", "to": "backend_server_api_ai_command_py", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_ai_command_run_command", "to": "api_ai_command_load_prompt_template", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_ai_command_run_command", "to": "api_ai_command_preprocess", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_ai_command_run_command", "to": "api_ai_command_build_hierarchy_rules", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_ai_command_run_command", "to": "api_ai_command_call_gemini", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_ai_command_run_command", "to": "api_ai_command_extract_json", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_api_export_py", "to": "api_export_load_export_template", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_api_export_py", "to": "api_export_save_export_template", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_api_export_py", "to": "api_export_delete_export_template", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_api_export_py", "to": "api_export_has_export_template", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_api_export_py", "to": "api_export_detect_csv_template", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_api_export_py", "to": "api_export_build_csv", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_api_export_py", "to": "api_export_export_csv", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_api_export_py", "to": "api_export_get_user_template", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_api_export_py", "to": "api_export_detect_user_template", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_api_export_py", "to": "api_export_save_user_template", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_api_export_py", "to": "api_export_delete_user_template", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_export_rationale_1", "to": "backend_server_api_export_py", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_api_admin_py", "to": "backend_server_api_export_py", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_export_export_csv", "to": "api_export_load_export_template", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_export_get_user_template", "to": "api_export_load_export_template", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_export_rationale_51", "to": "api_export_load_export_template", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_export_save_user_template", "to": "api_export_save_export_template", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_export_delete_user_template", "to": "api_export_delete_export_template", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_export_get_user_template", "to": "api_export_has_export_template", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_export_detect_user_template", "to": "api_export_detect_csv_template", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_export_rationale_124", "to": "api_export_detect_csv_template", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_export_export_csv", "to": "api_export_build_csv", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_api_jobs_py", "to": "backend_server_jobs_models_py", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_api_jobs_py", "to": "backend_server_jobs_manager_py", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_api_jobs_py", "to": "backend_server_ws_manager_py", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_api_jobs_py", "to": "api_jobs_create_jobs", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_api_jobs_py", "to": "api_jobs_list_jobs", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_api_jobs_py", "to": "api_jobs_get_job", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_api_jobs_py", "to": "api_jobs_download_job_result", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_api_jobs_py", "to": "api_jobs_get_job_logs", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_api_jobs_py", "to": "api_jobs_delete_job", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_api_jobs_py", "to": "api_jobs_batch_download", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_api_jobs_py", "to": "api_jobs_cleanup_expired", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_jobs_rationale_1", "to": "backend_server_api_jobs_py", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_jobs_rationale_25", "to": "api_jobs_create_jobs", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_jobs_create_jobs", "to": "ws_manager_websocketmanager", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_jobs_rationale_136", "to": "api_jobs_list_jobs", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_jobs_download_job_result", "to": "api_jobs_get_job", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_jobs_get_job_logs", "to": "api_jobs_get_job", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_jobs_delete_job", "to": "api_jobs_get_job", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_jobs_batch_download", "to": "api_jobs_get_job", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_jobs_rationale_182", "to": "api_jobs_get_job", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_jobs_rationale_222", "to": "api_jobs_download_job_result", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_jobs_rationale_276", "to": "api_jobs_get_job_logs", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_jobs_rationale_335", "to": "api_jobs_delete_job", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_jobs_delete_job", "to": "ws_manager_websocketmanager", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_jobs_rationale_393", "to": "api_jobs_batch_download", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_jobs_rationale_485", "to": "api_jobs_cleanup_expired", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jobs_storage_storagemanager", "to": "api_jobs_cleanup_expired", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_jobs_cleanup_expired", "to": "jobs_storage_storagemanager_cleanup_directory", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jobs_storage_rationale_156", "to": "api_jobs_cleanup_expired", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jobs_manager_jobmanager", "to": "api_jobs_cleanup_expired", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_jobs_cleanup_expired", "to": "jobs_manager_jobmanager_delete_job", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jobs_manager_rationale_231", "to": "api_jobs_cleanup_expired", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_api_admin_py", "to": "backend_server_api_dropdowns_py", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_api_admin_py", "to": "backend_server_api_clients_py", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_api_admin_py", "to": "api_admin_get_users", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_api_admin_py", "to": "api_admin_update_user", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_api_admin_py", "to": "api_admin_read_xlsx_file", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_api_admin_py", "to": "api_admin_extract_mapping", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_api_admin_py", "to": "api_admin_parse_uploaded_xlsx", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_api_admin_py", "to": "api_admin_detect_mapping", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_api_admin_py", "to": "api_admin_detect_client_mapping", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_admin_rationale_1", "to": "backend_server_api_admin_py", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_admin_parse_uploaded_xlsx", "to": "api_admin_read_xlsx_file", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_admin_detect_mapping", "to": "api_admin_read_xlsx_file", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_admin_detect_client_mapping", "to": "api_admin_read_xlsx_file", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_admin_parse_uploaded_xlsx", "to": "api_admin_extract_mapping", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_admin_parse_uploaded_xlsx", "to": "api_dropdowns_parse_excel_dropdowns", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_admin_detect_mapping", "to": "api_dropdowns_detect_excel_mapping", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_admin_detect_client_mapping", "to": "api_dropdowns_detect_excel_mapping", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_api_clients_py", "to": "api_clients_load_clients", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_api_clients_py", "to": "api_clients_get_client_by_id", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_api_clients_py", "to": "api_clients_set_client_custom_dropdowns", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_api_clients_py", "to": "api_clients_row_to_dict", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_clients_rationale_1", "to": "backend_server_api_clients_py", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_clients_load_clients", "to": "api_clients_row_to_dict", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_clients_get_client_by_id", "to": "api_clients_row_to_dict", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_api_dropdowns_py", "to": "api_dropdowns_save_dropdowns", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_api_dropdowns_py", "to": "api_dropdowns_row_to_cat", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_api_dropdowns_py", "to": "api_dropdowns_detect_excel_mapping", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_api_dropdowns_py", "to": "api_dropdowns_parse_excel_dropdowns", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_api_dropdowns_py", "to": "api_dropdowns_get_all", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_dropdowns_rationale_1", "to": "backend_server_api_dropdowns_py", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_dropdowns_rationale_167", "to": "api_dropdowns_save_dropdowns", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_dropdowns_rationale_197", "to": "api_dropdowns_detect_excel_mapping", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_dropdowns_rationale_234", "to": "api_dropdowns_parse_excel_dropdowns", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "api_dropdowns_rationale_269", "to": "api_dropdowns_get_all", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_runners_init_py", "to": "backend_server_runners_progress_py", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_runners_init_py", "to": "backend_server_runners_job_runner_py", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "runners_init_rationale_1", "to": "backend_server_runners_init_py", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_runners_enhanced_analyzer_py", "to": "backend_server_jobs_models_py", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_runners_enhanced_analyzer_py", "to": "backend_server_runners_progress_py", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_runners_enhanced_analyzer_py", "to": "runners_enhanced_analyzer_enhanceddocumentanalyzer", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "runners_enhanced_analyzer_rationale_1", "to": "backend_server_runners_enhanced_analyzer_py", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "runners_enhanced_analyzer_enhanceddocumentanalyzer", "to": "documentanalyzer", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "runners_enhanced_analyzer_enhanceddocumentanalyzer", "to": "runners_enhanced_analyzer_enhanceddocumentanalyzer_init", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "runners_enhanced_analyzer_enhanceddocumentanalyzer", "to": "runners_enhanced_analyzer_enhanceddocumentanalyzer_process_document_with_progress", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "runners_enhanced_analyzer_enhanceddocumentanalyzer", "to": "runners_enhanced_analyzer_enhanceddocumentanalyzer_perform_parallel_analysis_with_progress", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "runners_enhanced_analyzer_enhanceddocumentanalyzer", "to": "runners_enhanced_analyzer_enhanceddocumentanalyzer_create_provider_progress_callback", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "runners_enhanced_analyzer_enhanceddocumentanalyzer", "to": "runners_enhanced_analyzer_enhanceddocumentanalyzer_get_provider_name", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "runners_enhanced_analyzer_enhanceddocumentanalyzer", "to": "runners_enhanced_analyzer_enhanceddocumentanalyzer_get_model_display_name", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "runners_enhanced_analyzer_enhanceddocumentanalyzer", "to": "runners_enhanced_analyzer_enhanceddocumentanalyzer_create_job_summary", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "runners_enhanced_analyzer_rationale_20", "to": "runners_enhanced_analyzer_enhanceddocumentanalyzer", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "runners_enhanced_analyzer_enhanceddocumentanalyzer", "to": "jobs_models_jobphase", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "runners_enhanced_analyzer_enhanceddocumentanalyzer", "to": "jobs_models_modelconfiguration", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "runners_enhanced_analyzer_enhanceddocumentanalyzer", "to": "jobs_models_jobsummary", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "runners_enhanced_analyzer_enhanceddocumentanalyzer", "to": "runners_progress_progressreporter", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "runners_enhanced_analyzer_enhanceddocumentanalyzer_process_document_with_progress", "to": "runners_enhanced_analyzer_enhanceddocumentanalyzer_perform_parallel_analysis_with_progress", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "runners_enhanced_analyzer_rationale_40", "to": "runners_enhanced_analyzer_enhanceddocumentanalyzer_process_document_with_progress", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "runners_enhanced_analyzer_enhanceddocumentanalyzer_perform_parallel_analysis_with_progress", "to": "runners_enhanced_analyzer_enhanceddocumentanalyzer_create_provider_progress_callback", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "runners_enhanced_analyzer_rationale_199", "to": "runners_enhanced_analyzer_enhanceddocumentanalyzer_perform_parallel_analysis_with_progress", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "runners_enhanced_analyzer_rationale_245", "to": "runners_enhanced_analyzer_enhanceddocumentanalyzer_create_provider_progress_callback", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "runners_enhanced_analyzer_rationale_325", "to": "runners_enhanced_analyzer_enhanceddocumentanalyzer_get_provider_name", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "runners_enhanced_analyzer_rationale_334", "to": "runners_enhanced_analyzer_enhanceddocumentanalyzer_get_model_display_name", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "runners_job_runner_rationale_233", "to": "runners_enhanced_analyzer_enhanceddocumentanalyzer_create_job_summary", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_runners_progress_py", "to": "backend_server_jobs_models_py", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_runners_progress_py", "to": "backend_server_ws_manager_py", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_runners_progress_py", "to": "runners_progress_progressreporter", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_runners_progress_py", "to": "runners_progress_jobloghandler", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_runners_progress_py", "to": "runners_progress_create_job_logger", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "runners_progress_rationale_1", "to": "backend_server_runners_progress_py", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_runners_job_runner_py", "to": "backend_server_runners_progress_py", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "runners_progress_progressreporter", "to": "runners_progress_jobloghandler_init", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "runners_progress_progressreporter", "to": "runners_progress_jobloghandler_emit", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "runners_progress_progressreporter", "to": "runners_progress_progressreporter_emit_provider_update", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "runners_progress_progressreporter", "to": "runners_progress_progressreporter_emit_log", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "runners_progress_progressreporter", "to": "runners_progress_progressreporter_calculate_analysis_progress", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "runners_progress_progressreporter", "to": "runners_progress_progressreporter_emit_completion", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "runners_progress_progressreporter", "to": "runners_progress_progressreporter_emit_failure", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "runners_progress_rationale_15", "to": "runners_progress_progressreporter", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "runners_progress_progressreporter", "to": "jobs_models_job", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "runners_progress_progressreporter", "to": "jobs_models_jobphase", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "runners_progress_progressreporter", "to": "jobs_models_providerupdate", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "runners_progress_progressreporter", "to": "ws_manager_websocketmanager", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "runners_job_runner_run_job", "to": "runners_progress_progressreporter", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "runners_progress_rationale_72", "to": "runners_progress_progressreporter_emit_provider_update", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "runners_progress_rationale_122", "to": "runners_progress_progressreporter_emit_log", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "runners_progress_rationale_157", "to": "runners_progress_progressreporter_calculate_analysis_progress", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "runners_progress_rationale_180", "to": "runners_progress_progressreporter_emit_completion", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "runners_progress_rationale_205", "to": "runners_progress_progressreporter_emit_failure", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "runners_progress_jobloghandler", "to": "runners_progress_jobloghandler_init", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "runners_progress_jobloghandler", "to": "runners_progress_jobloghandler_emit", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "runners_progress_create_job_logger", "to": "runners_progress_jobloghandler", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "runners_progress_rationale_230", "to": "runners_progress_jobloghandler", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "runners_progress_jobloghandler", "to": "jobs_models_job", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "runners_progress_jobloghandler", "to": "jobs_models_jobphase", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "runners_progress_jobloghandler", "to": "jobs_models_providerupdate", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "runners_progress_jobloghandler", "to": "ws_manager_websocketmanager", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "runners_progress_rationale_31", "to": "runners_progress_jobloghandler_emit", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "runners_progress_rationale_245", "to": "runners_progress_jobloghandler_emit", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "runners_progress_rationale_281", "to": "runners_progress_create_job_logger", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "runners_job_runner_run_job", "to": "runners_progress_create_job_logger", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_runners_job_runner_py", "to": "backend_server_jobs_models_py", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_runners_job_runner_py", "to": "backend_server_jobs_storage_py", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_runners_job_runner_py", "to": "backend_server_ws_manager_py", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_runners_job_runner_py", "to": "runners_job_runner_run_job", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_runners_job_runner_py", "to": "runners_job_runner_process_job_queue", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_runners_job_runner_py", "to": "runners_job_runner_start_background_workers", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_runners_job_runner_py", "to": "runners_job_runner_stop_background_workers", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_runners_job_runner_py", "to": "runners_job_runner_create_job_summary", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "runners_job_runner_rationale_1", "to": "backend_server_runners_job_runner_py", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "runners_job_runner_run_job", "to": "runners_job_runner_create_job_summary", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "runners_job_runner_process_job_queue", "to": "runners_job_runner_run_job", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "runners_job_runner_rationale_21", "to": "runners_job_runner_run_job", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "runners_job_runner_run_job", "to": "jobs_storage_storagemanager", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "runners_job_runner_start_background_workers", "to": "runners_job_runner_process_job_queue", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "runners_job_runner_rationale_133", "to": "runners_job_runner_process_job_queue", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "runners_job_runner_rationale_189", "to": "runners_job_runner_start_background_workers", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "runners_job_runner_rationale_213", "to": "runners_job_runner_stop_background_workers", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "runners_job_runner_rationale_233", "to": "runners_job_runner_create_job_summary", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_jobs_models_py", "to": "jobs_models_default_primary_models", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_jobs_models_py", "to": "jobs_models_default_consolidation_model", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_jobs_models_py", "to": "jobs_models_jobphase", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_jobs_models_py", "to": "jobs_models_providerupdate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_jobs_models_py", "to": "jobs_models_logentry", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_jobs_models_py", "to": "jobs_models_jobsummary", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_jobs_models_py", "to": "jobs_models_modelinfo", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_jobs_models_py", "to": "jobs_models_modelconfiguration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_jobs_models_py", "to": "jobs_models_from_dict", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_jobs_models_py", "to": "jobs_models_job", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_jobs_models_py", "to": "jobs_models_create", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jobs_models_rationale_1", "to": "backend_server_jobs_models_py", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_jobs_init_py", "to": "backend_server_jobs_models_py", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_jobs_manager_py", "to": "backend_server_jobs_models_py", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jobs_models_rationale_26", "to": "jobs_models_jobphase", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jobs_manager_jobmanager", "to": "jobs_models_jobphase", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "jobs_models_providerupdate", "to": "jobs_models_job_to_dict", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jobs_models_rationale_37", "to": "jobs_models_providerupdate", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jobs_models_logentry", "to": "jobs_models_job_to_dict", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jobs_models_job_add_log", "to": "jobs_models_logentry", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jobs_models_rationale_68", "to": "jobs_models_logentry", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jobs_models_jobsummary", "to": "jobs_models_job_to_dict", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jobs_models_rationale_82", "to": "jobs_models_jobsummary", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jobs_models_modelinfo", "to": "jobs_models_job_to_dict", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jobs_models_rationale_108", "to": "jobs_models_modelinfo", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jobs_manager_jobmanager", "to": "jobs_models_modelinfo", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "jobs_manager_get_available_models", "to": "jobs_models_modelinfo", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jobs_models_modelconfiguration", "to": "jobs_models_job_to_dict", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jobs_models_create", "to": "jobs_models_modelconfiguration", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jobs_models_rationale_132", "to": "jobs_models_modelconfiguration", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jobs_manager_jobmanager", "to": "jobs_models_modelconfiguration", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "jobs_models_job", "to": "jobs_models_job_update_progress", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jobs_models_job", "to": "jobs_models_job_add_log", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jobs_models_job", "to": "jobs_models_job_update_provider", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jobs_models_job", "to": "jobs_models_job_mark_completed", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jobs_models_job", "to": "jobs_models_job_mark_failed", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jobs_models_job", "to": "jobs_models_job_to_dict", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jobs_models_rationale_154", "to": "jobs_models_job", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jobs_manager_jobmanager", "to": "jobs_models_job", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "jobs_models_rationale_225", "to": "jobs_models_job_add_log", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jobs_models_rationale_235", "to": "jobs_models_job_update_provider", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jobs_models_rationale_245", "to": "jobs_models_job_mark_completed", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jobs_models_rationale_255", "to": "jobs_models_job_mark_failed", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jobs_models_rationale_51", "to": "jobs_models_job_to_dict", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jobs_models_rationale_262", "to": "jobs_models_job_to_dict", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_jobs_init_py", "to": "backend_server_jobs_manager_py", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_jobs_init_py", "to": "backend_server_jobs_storage_py", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jobs_init_rationale_1", "to": "backend_server_jobs_init_py", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_jobs_storage_py", "to": "jobs_storage_storagemanager", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jobs_storage_rationale_1", "to": "backend_server_jobs_storage_py", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_jobs_manager_py", "to": "backend_server_jobs_storage_py", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jobs_storage_storagemanager", "to": "jobs_storage_storagemanager_init", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jobs_storage_storagemanager", "to": "jobs_storage_storagemanager_generate_safe_filename", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jobs_storage_storagemanager", "to": "jobs_storage_storagemanager_get_upload_path", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jobs_storage_storagemanager", "to": "jobs_storage_storagemanager_get_output_path", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jobs_storage_storagemanager", "to": "jobs_storage_storagemanager_save_uploaded_file", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jobs_storage_storagemanager", "to": "jobs_storage_storagemanager_validate_file", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jobs_storage_storagemanager", "to": "jobs_storage_storagemanager_cleanup_job_files", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jobs_storage_storagemanager", "to": "jobs_storage_storagemanager_cleanup_directory", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jobs_storage_storagemanager", "to": "jobs_storage_storagemanager_get_file_info", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jobs_storage_storagemanager", "to": "jobs_storage_storagemanager_ensure_directories", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jobs_storage_rationale_19", "to": "jobs_storage_storagemanager", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jobs_manager_jobmanager", "to": "jobs_storage_storagemanager", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "jobs_manager_jobmanager_init", "to": "jobs_storage_storagemanager", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jobs_storage_storagemanager_save_uploaded_file", "to": "jobs_storage_storagemanager_generate_safe_filename", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jobs_storage_rationale_30", "to": "jobs_storage_storagemanager_generate_safe_filename", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jobs_storage_storagemanager_save_uploaded_file", "to": "jobs_storage_storagemanager_get_upload_path", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jobs_storage_rationale_51", "to": "jobs_storage_storagemanager_get_upload_path", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jobs_storage_rationale_55", "to": "jobs_storage_storagemanager_get_output_path", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jobs_storage_rationale_78", "to": "jobs_storage_storagemanager_save_uploaded_file", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jobs_storage_rationale_110", "to": "jobs_storage_storagemanager_validate_file", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jobs_storage_rationale_140", "to": "jobs_storage_storagemanager_cleanup_job_files", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jobs_storage_rationale_177", "to": "jobs_storage_storagemanager_cleanup_directory", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jobs_storage_rationale_200", "to": "jobs_storage_storagemanager_get_file_info", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jobs_storage_rationale_225", "to": "jobs_storage_storagemanager_ensure_directories", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_jobs_manager_py", "to": "jobs_manager_jobmanager", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_jobs_manager_py", "to": "jobs_manager_get_instance", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_jobs_manager_py", "to": "jobs_manager_get_available_models", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jobs_manager_rationale_1", "to": "backend_server_jobs_manager_py", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jobs_manager_jobmanager", "to": "jobs_manager_jobmanager_new", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jobs_manager_jobmanager", "to": "jobs_manager_jobmanager_init", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jobs_manager_jobmanager", "to": "jobs_manager_jobmanager_create_job", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jobs_manager_jobmanager", "to": "jobs_manager_jobmanager_get_job", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jobs_manager_jobmanager", "to": "jobs_manager_jobmanager_update_job", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jobs_manager_jobmanager", "to": "jobs_manager_jobmanager_get_user_jobs", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jobs_manager_jobmanager", "to": "jobs_manager_jobmanager_get_all_jobs", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jobs_manager_jobmanager", "to": "jobs_manager_jobmanager_delete_job", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jobs_manager_jobmanager", "to": "jobs_manager_jobmanager_get_queue_size", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jobs_manager_jobmanager", "to": "jobs_manager_jobmanager_get_active_jobs_count", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jobs_manager_jobmanager", "to": "jobs_manager_jobmanager_serialize_all", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jobs_manager_jobmanager", "to": "jobs_manager_jobmanager_get_default_model_config", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jobs_manager_rationale_18", "to": "jobs_manager_jobmanager", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jobs_manager_rationale_59", "to": "jobs_manager_jobmanager_create_job", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jobs_manager_rationale_118", "to": "jobs_manager_jobmanager_update_job", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jobs_manager_rationale_146", "to": "jobs_manager_jobmanager_get_user_jobs", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jobs_manager_rationale_170", "to": "jobs_manager_jobmanager_get_all_jobs", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jobs_manager_rationale_190", "to": "jobs_manager_jobmanager_delete_job", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jobs_manager_rationale_214", "to": "jobs_manager_jobmanager_get_queue_size", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jobs_manager_rationale_218", "to": "jobs_manager_jobmanager_get_active_jobs_count", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jobs_manager_rationale_227", "to": "jobs_manager_jobmanager_serialize_all", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jobs_manager_rationale_328", "to": "jobs_manager_jobmanager_get_default_model_config", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_ws_init_py", "to": "backend_server_ws_manager_py", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ws_init_rationale_1", "to": "backend_server_ws_init_py", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_ws_manager_py", "to": "ws_manager_websocketclient", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_server_ws_manager_py", "to": "ws_manager_websocketmanager", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ws_manager_rationale_1", "to": "backend_server_ws_manager_py", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ws_manager_websocketclient", "to": "ws_manager_websocketclient_init", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ws_manager_websocketclient", "to": "ws_manager_websocketclient_send", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ws_manager_websocketclient", "to": "ws_manager_websocketclient_ping", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ws_manager_websocketmanager_register_client", "to": "ws_manager_websocketclient", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ws_manager_rationale_20", "to": "ws_manager_websocketclient", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ws_manager_websocketmanager", "to": "ws_manager_websocketclient_init", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ws_manager_websocketclient_ping", "to": "ws_manager_websocketclient_send", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ws_manager_websocketmanager_register_client", "to": "ws_manager_websocketclient_send", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ws_manager_websocketmanager_broadcast_to_all", "to": "ws_manager_websocketclient_send", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ws_manager_websocketmanager_broadcast_to_user", "to": "ws_manager_websocketclient_send", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ws_manager_websocketmanager_send_queue_snapshot", "to": "ws_manager_websocketclient_send", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ws_manager_rationale_30", "to": "ws_manager_websocketclient_send", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ws_manager_websocketmanager_ping_clients_loop", "to": "ws_manager_websocketclient_ping", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ws_manager_websocketmanager", "to": "ws_manager_websocketmanager_new", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ws_manager_websocketmanager", "to": "ws_manager_websocketmanager_start_background_tasks", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ws_manager_websocketmanager", "to": "ws_manager_websocketmanager_stop_background_tasks", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ws_manager_websocketmanager", "to": "ws_manager_websocketmanager_register_client", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ws_manager_websocketmanager", "to": "ws_manager_websocketmanager_broadcast_to_all", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ws_manager_websocketmanager", "to": "ws_manager_websocketmanager_broadcast_to_user", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ws_manager_websocketmanager", "to": "ws_manager_websocketmanager_broadcast_job_update", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ws_manager_websocketmanager", "to": "ws_manager_websocketmanager_send_queue_snapshot", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ws_manager_websocketmanager", "to": "ws_manager_websocketmanager_get_connection_stats", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ws_manager_websocketmanager", "to": "ws_manager_websocketmanager_ping_clients_loop", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ws_manager_websocketmanager", "to": "ws_manager_websocketmanager_cleanup_disconnected_loop", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ws_manager_rationale_47", "to": "ws_manager_websocketmanager", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ws_manager_websocketmanager_start_background_tasks", "to": "ws_manager_websocketmanager_ping_clients_loop", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ws_manager_websocketmanager_start_background_tasks", "to": "ws_manager_websocketmanager_cleanup_disconnected_loop", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ws_manager_rationale_74", "to": "ws_manager_websocketmanager_start_background_tasks", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ws_manager_rationale_82", "to": "ws_manager_websocketmanager_stop_background_tasks", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ws_manager_rationale_98", "to": "ws_manager_websocketmanager_register_client", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ws_manager_rationale_126", "to": "ws_manager_websocketmanager_register_client", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ws_manager_websocketmanager_broadcast_job_update", "to": "ws_manager_websocketmanager_broadcast_to_all", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ws_manager_rationale_138", "to": "ws_manager_websocketmanager_broadcast_to_all", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ws_manager_rationale_165", "to": "ws_manager_websocketmanager_broadcast_to_user", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ws_manager_rationale_199", "to": "ws_manager_websocketmanager_broadcast_job_update", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ws_manager_rationale_212", "to": "ws_manager_websocketmanager_send_queue_snapshot", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ws_manager_rationale_230", "to": "ws_manager_websocketmanager_get_connection_stats", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ws_manager_rationale_251", "to": "ws_manager_websocketmanager_ping_clients_loop", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ws_manager_rationale_276", "to": "ws_manager_websocketmanager_cleanup_disconnected_loop", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_prompts_universal_schema_json", "to": "prompts_universal_schema_name", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_prompts_universal_schema_json", "to": "prompts_universal_schema_description", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_prompts_universal_schema_json", "to": "prompts_universal_schema_schema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_universal_schema_properties_title", "to": "prompts_universal_schema_description", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_universal_schema_properties_status", "to": "prompts_universal_schema_description", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_universal_schema_properties_category", "to": "prompts_universal_schema_description", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_universal_schema_properties_media", "to": "prompts_universal_schema_description", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_universal_schema_properties_asset_type", "to": "prompts_universal_schema_description", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_universal_schema_properties_brand_identifier", "to": "prompts_universal_schema_description", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_universal_schema_properties_technical_specifications", "to": "prompts_universal_schema_description", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_universal_schema_properties_review_date", "to": "prompts_universal_schema_description", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_universal_schema_properties_live_date", "to": "prompts_universal_schema_description", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_universal_schema_properties_end_date", "to": "prompts_universal_schema_description", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_universal_schema_properties_reference_material", "to": "prompts_universal_schema_description", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_universal_schema_properties_language_country_market", "to": "prompts_universal_schema_description", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_universal_schema_properties_quantity", "to": "prompts_universal_schema_description", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_universal_schema_properties_page_number", "to": "prompts_universal_schema_description", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_universal_schema_properties_priority_level", "to": "prompts_universal_schema_description", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_universal_schema_properties_creative_direction", "to": "prompts_universal_schema_description", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_universal_schema_schema", "to": "prompts_universal_schema_items_type", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_universal_schema_schema", "to": "prompts_universal_schema_items_properties", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_universal_schema_schema", "to": "prompts_universal_schema_items_required", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_universal_schema_items_properties", "to": "prompts_universal_schema_properties_assets", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_universal_schema_properties_assets", "to": "prompts_universal_schema_items_type", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_universal_schema_properties_assets", "to": "prompts_universal_schema_assets_items", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_universal_schema_assets_items", "to": "prompts_universal_schema_items_type", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_universal_schema_assets_items", "to": "prompts_universal_schema_items_properties", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_universal_schema_properties_technical_specifications", "to": "prompts_universal_schema_assets_items", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_universal_schema_properties_language_country_market", "to": "prompts_universal_schema_assets_items", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_universal_schema_assets_items", "to": "prompts_universal_schema_items_required", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_universal_schema_properties_title", "to": "prompts_universal_schema_items_type", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_universal_schema_properties_status", "to": "prompts_universal_schema_items_type", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_universal_schema_properties_category", "to": "prompts_universal_schema_items_type", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_universal_schema_properties_media", "to": "prompts_universal_schema_items_type", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_universal_schema_properties_asset_type", "to": "prompts_universal_schema_items_type", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_universal_schema_properties_brand_identifier", "to": "prompts_universal_schema_items_type", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_universal_schema_properties_technical_specifications", "to": "prompts_universal_schema_items_type", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_universal_schema_properties_review_date", "to": "prompts_universal_schema_items_type", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_universal_schema_properties_live_date", "to": "prompts_universal_schema_items_type", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_universal_schema_properties_end_date", "to": "prompts_universal_schema_items_type", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_universal_schema_properties_reference_material", "to": "prompts_universal_schema_items_type", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_universal_schema_properties_language_country_market", "to": "prompts_universal_schema_items_type", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_universal_schema_properties_quantity", "to": "prompts_universal_schema_items_type", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_universal_schema_properties_page_number", "to": "prompts_universal_schema_items_type", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_universal_schema_properties_priority_level", "to": "prompts_universal_schema_items_type", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_universal_schema_properties_creative_direction", "to": "prompts_universal_schema_items_type", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_universal_schema_items_properties", "to": "prompts_universal_schema_properties_title", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_universal_schema_items_properties", "to": "prompts_universal_schema_properties_status", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_universal_schema_items_properties", "to": "prompts_universal_schema_properties_category", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_universal_schema_items_properties", "to": "prompts_universal_schema_properties_media", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_universal_schema_items_properties", "to": "prompts_universal_schema_properties_asset_type", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_universal_schema_items_properties", "to": "prompts_universal_schema_properties_brand_identifier", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_universal_schema_items_properties", "to": "prompts_universal_schema_properties_technical_specifications", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_universal_schema_items_properties", "to": "prompts_universal_schema_properties_review_date", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_universal_schema_items_properties", "to": "prompts_universal_schema_properties_live_date", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_universal_schema_items_properties", "to": "prompts_universal_schema_properties_end_date", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_universal_schema_items_properties", "to": "prompts_universal_schema_properties_reference_material", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_universal_schema_items_properties", "to": "prompts_universal_schema_properties_language_country_market", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_universal_schema_items_properties", "to": "prompts_universal_schema_properties_quantity", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_universal_schema_items_properties", "to": "prompts_universal_schema_properties_page_number", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_universal_schema_items_properties", "to": "prompts_universal_schema_properties_priority_level", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_universal_schema_items_properties", "to": "prompts_universal_schema_properties_creative_direction", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_data_users_json", "to": "data_users_dev_user_id", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "data_users_dev_user_id", "to": "data_users_dev_user_id_id", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "data_users_dev_user_id", "to": "data_users_dev_user_id_email", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "data_users_dev_user_id", "to": "data_users_dev_user_id_name", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "data_users_dev_user_id", "to": "data_users_dev_user_id_role", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "data_users_dev_user_id", "to": "data_users_dev_user_id_active", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "data_users_dev_user_id", "to": "data_users_dev_user_id_created", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "data_users_dev_user_id", "to": "data_users_dev_user_id_last_seen", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_data_sheets_metadata_json", "to": "data_sheets_metadata_dev_user_id", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}];
const LEGEND = [{"cid": 0, "color": "#4E79A7", "label": "Community 0", "count": 57}, {"cid": 1, "color": "#F28E2B", "label": "Community 1", "count": 48}, {"cid": 2, "color": "#E15759", "label": "Community 2", "count": 39}, {"cid": 3, "color": "#76B7B2", "label": "Community 3", "count": 34}, {"cid": 4, "color": "#59A14F", "label": "Community 4", "count": 32}, {"cid": 5, "color": "#EDC948", "label": "Community 5", "count": 31}, {"cid": 6, "color": "#B07AA1", "label": "Community 6", "count": 27}, {"cid": 7, "color": "#FF9DA7", "label": "Community 7", "count": 26}, {"cid": 8, "color": "#9C755F", "label": "Community 8", "count": 25}, {"cid": 9, "color": "#BAB0AC", "label": "Community 9", "count": 25}, {"cid": 10, "color": "#4E79A7", "label": "Community 10", "count": 23}, {"cid": 11, "color": "#F28E2B", "label": "Community 11", "count": 22}, {"cid": 12, "color": "#E15759", "label": "Community 12", "count": 22}, {"cid": 13, "color": "#76B7B2", "label": "Community 13", "count": 21}, {"cid": 14, "color": "#59A14F", "label": "Community 14", "count": 21}, {"cid": 15, "color": "#EDC948", "label": "Community 15", "count": 20}, {"cid": 16, "color": "#B07AA1", "label": "Community 16", "count": 20}, {"cid": 17, "color": "#FF9DA7", "label": "Community 17", "count": 20}, {"cid": 18, "color": "#9C755F", "label": "Community 18", "count": 19}, {"cid": 19, "color": "#BAB0AC", "label": "Community 19", "count": 19}, {"cid": 20, "color": "#4E79A7", "label": "Community 20", "count": 18}, {"cid": 21, "color": "#F28E2B", "label": "Community 21", "count": 18}, {"cid": 22, "color": "#E15759", "label": "Community 22", "count": 15}, {"cid": 23, "color": "#76B7B2", "label": "Community 23", "count": 14}, {"cid": 24, "color": "#59A14F", "label": "Community 24", "count": 14}, {"cid": 25, "color": "#EDC948", "label": "Community 25", "count": 13}, {"cid": 26, "color": "#B07AA1", "label": "Community 26", "count": 13}, {"cid": 27, "color": "#FF9DA7", "label": "Community 27", "count": 13}, {"cid": 28, "color": "#9C755F", "label": "Community 28", "count": 12}, {"cid": 29, "color": "#BAB0AC", "label": "Community 29", "count": 12}, {"cid": 30, "color": "#4E79A7", "label": "Community 30", "count": 12}, {"cid": 31, "color": "#F28E2B", "label": "Community 31", "count": 12}, {"cid": 32, "color": "#E15759", "label": "Community 32", "count": 11}, {"cid": 33, "color": "#76B7B2", "label": "Community 33", "count": 11}, {"cid": 34, "color": "#59A14F", "label": "Community 34", "count": 10}, {"cid": 35, "color": "#EDC948", "label": "Community 35", "count": 10}, {"cid": 36, "color": "#B07AA1", "label": "Community 36", "count": 9}, {"cid": 37, "color": "#FF9DA7", "label": "Community 37", "count": 9}, {"cid": 38, "color": "#9C755F", "label": "Community 38", "count": 9}, {"cid": 39, "color": "#BAB0AC", "label": "Community 39", "count": 8}, {"cid": 40, "color": "#4E79A7", "label": "Community 40", "count": 7}, {"cid": 41, "color": "#F28E2B", "label": "Community 41", "count": 7}, {"cid": 42, "color": "#E15759", "label": "Community 42", "count": 6}, {"cid": 43, "color": "#76B7B2", "label": "Community 43", "count": 6}, {"cid": 44, "color": "#59A14F", "label": "Community 44", "count": 6}, {"cid": 45, "color": "#EDC948", "label": "Community 45", "count": 6}, {"cid": 46, "color": "#B07AA1", "label": "Community 46", "count": 6}, {"cid": 47, "color": "#FF9DA7", "label": "Community 47", "count": 4}, {"cid": 48, "color": "#9C755F", "label": "Community 48", "count": 3}, {"cid": 49, "color": "#BAB0AC", "label": "Community 49", "count": 2}, {"cid": 50, "color": "#4E79A7", "label": "Community 50", "count": 1}, {"cid": 51, "color": "#F28E2B", "label": "Community 51", "count": 1}, {"cid": 52, "color": "#E15759", "label": "Community 52", "count": 1}, {"cid": 53, "color": "#76B7B2", "label": "Community 53", "count": 1}, {"cid": 54, "color": "#59A14F", "label": "Community 54", "count": 1}, {"cid": 55, "color": "#EDC948", "label": "Community 55", "count": 1}, {"cid": 56, "color": "#B07AA1", "label": "Community 56", "count": 1}, {"cid": 57, "color": "#FF9DA7", "label": "Community 57", "count": 1}, {"cid": 58, "color": "#9C755F", "label": "Community 58", "count": 1}, {"cid": 59, "color": "#BAB0AC", "label": "Community 59", "count": 1}, {"cid": 60, "color": "#4E79A7", "label": "Community 60", "count": 1}, {"cid": 61, "color": "#F28E2B", "label": "Community 61", "count": 1}, {"cid": 62, "color": "#E15759", "label": "Community 62", "count": 1}, {"cid": 63, "color": "#76B7B2", "label": "Community 63", "count": 1}, {"cid": 64, "color": "#59A14F", "label": "Community 64", "count": 1}, {"cid": 65, "color": "#EDC948", "label": "Community 65", "count": 1}, {"cid": 66, "color": "#B07AA1", "label": "Community 66", "count": 1}, {"cid": 67, "color": "#FF9DA7", "label": "Community 67", "count": 1}, {"cid": 68, "color": "#9C755F", "label": "Community 68", "count": 1}, {"cid": 69, "color": "#BAB0AC", "label": "Community 69", "count": 1}, {"cid": 70, "color": "#4E79A7", "label": "Community 70", "count": 1}];
// HTML-escape helper — prevents XSS when injecting graph data into innerHTML
function esc(s) {
return String(s).replace(/&/g,'&amp;').replace(/</g,'&lt;').replace(/>/g,'&gt;').replace(/"/g,'&quot;').replace(/'/g,'&#39;');
}
// Build vis datasets
const nodesDS = new vis.DataSet(RAW_NODES.map(n => ({
id: n.id, label: n.label, color: n.color, size: n.size,
font: n.font, title: n.title,
_community: n.community, _community_name: n.community_name,
_source_file: n.source_file, _file_type: n.file_type, _degree: n.degree,
})));
const edgesDS = new vis.DataSet(RAW_EDGES.map((e, i) => ({
id: i, from: e.from, to: e.to,
label: '',
title: e.title,
dashes: e.dashes,
width: e.width,
color: e.color,
arrows: { to: { enabled: true, scaleFactor: 0.5 } },
})));
const container = document.getElementById('graph');
const network = new vis.Network(container, { nodes: nodesDS, edges: edgesDS }, {
physics: {
enabled: true,
solver: 'forceAtlas2Based',
forceAtlas2Based: {
gravitationalConstant: -60,
centralGravity: 0.005,
springLength: 120,
springConstant: 0.08,
damping: 0.4,
avoidOverlap: 0.8,
},
stabilization: { iterations: 200, fit: true },
},
interaction: {
hover: true,
tooltipDelay: 100,
hideEdgesOnDrag: true,
navigationButtons: false,
keyboard: false,
},
nodes: { shape: 'dot', borderWidth: 1.5 },
edges: { smooth: { type: 'continuous', roundness: 0.2 }, selectionWidth: 3 },
});
network.once('stabilizationIterationsDone', () => {
network.setOptions({ physics: { enabled: false } });
});
function showInfo(nodeId) {
const n = nodesDS.get(nodeId);
if (!n) return;
const neighborIds = network.getConnectedNodes(nodeId);
const neighborItems = neighborIds.map(nid => {
const nb = nodesDS.get(nid);
const color = nb ? nb.color.background : '#555';
return `<span class="neighbor-link" style="border-left-color:${esc(color)}" onclick="focusNode(${JSON.stringify(nid)})">${esc(nb ? nb.label : nid)}</span>`;
}).join('');
document.getElementById('info-content').innerHTML = `
<div class="field"><b>${esc(n.label)}</b></div>
<div class="field">Type: ${esc(n._file_type || 'unknown')}</div>
<div class="field">Community: ${esc(n._community_name)}</div>
<div class="field">Source: ${esc(n._source_file || '-')}</div>
<div class="field">Degree: ${n._degree}</div>
${neighborIds.length ? `<div class="field" style="margin-top:8px;color:#aaa;font-size:11px">Neighbors (${neighborIds.length})</div><div id="neighbors-list">${neighborItems}</div>` : ''}
`;
}
function focusNode(nodeId) {
network.focus(nodeId, { scale: 1.4, animation: true });
network.selectNodes([nodeId]);
showInfo(nodeId);
}
// Track hovered node — hover detection is more reliable than click params
let hoveredNodeId = null;
network.on('hoverNode', params => {
hoveredNodeId = params.node;
container.style.cursor = 'pointer';
});
network.on('blurNode', () => {
hoveredNodeId = null;
container.style.cursor = 'default';
});
container.addEventListener('click', () => {
if (hoveredNodeId !== null) {
showInfo(hoveredNodeId);
network.selectNodes([hoveredNodeId]);
}
});
network.on('click', params => {
if (params.nodes.length > 0) {
showInfo(params.nodes[0]);
} else if (hoveredNodeId === null) {
document.getElementById('info-content').innerHTML = '<span class="empty">Click a node to inspect it</span>';
}
});
const searchInput = document.getElementById('search');
const searchResults = document.getElementById('search-results');
searchInput.addEventListener('input', () => {
const q = searchInput.value.toLowerCase().trim();
searchResults.innerHTML = '';
if (!q) { searchResults.style.display = 'none'; return; }
const matches = RAW_NODES.filter(n => n.label.toLowerCase().includes(q)).slice(0, 20);
if (!matches.length) { searchResults.style.display = 'none'; return; }
searchResults.style.display = 'block';
matches.forEach(n => {
const el = document.createElement('div');
el.className = 'search-item';
el.textContent = n.label;
el.style.borderLeft = `3px solid ${n.color.background}`;
el.style.paddingLeft = '8px';
el.onclick = () => {
network.focus(n.id, { scale: 1.5, animation: true });
network.selectNodes([n.id]);
showInfo(n.id);
searchResults.style.display = 'none';
searchInput.value = '';
};
searchResults.appendChild(el);
});
});
document.addEventListener('click', e => {
if (!searchResults.contains(e.target) && e.target !== searchInput)
searchResults.style.display = 'none';
});
const hiddenCommunities = new Set();
const selectAllCb = document.getElementById('select-all-cb');
function updateSelectAllState() {
const total = LEGEND.length;
const hidden = hiddenCommunities.size;
selectAllCb.checked = hidden === 0;
selectAllCb.indeterminate = hidden > 0 && hidden < total;
}
function toggleAllCommunities(hide) {
document.querySelectorAll('.legend-item').forEach(item => {
hide ? item.classList.add('dimmed') : item.classList.remove('dimmed');
});
document.querySelectorAll('.legend-cb').forEach(cb => {
cb.checked = !hide;
});
LEGEND.forEach(c => {
if (hide) hiddenCommunities.add(c.cid); else hiddenCommunities.delete(c.cid);
});
const updates = RAW_NODES.map(n => ({ id: n.id, hidden: hide }));
nodesDS.update(updates);
updateSelectAllState();
}
const legendEl = document.getElementById('legend');
LEGEND.forEach(c => {
const item = document.createElement('div');
item.className = 'legend-item';
const cb = document.createElement('input');
cb.type = 'checkbox';
cb.className = 'legend-cb';
cb.checked = true;
cb.addEventListener('change', (e) => {
e.stopPropagation();
if (cb.checked) {
hiddenCommunities.delete(c.cid);
item.classList.remove('dimmed');
} else {
hiddenCommunities.add(c.cid);
item.classList.add('dimmed');
}
const updates = RAW_NODES
.filter(n => n.community === c.cid)
.map(n => ({ id: n.id, hidden: !cb.checked }));
nodesDS.update(updates);
updateSelectAllState();
});
item.innerHTML = `<div class="legend-dot" style="background:${c.color}"></div>
<span class="legend-label">${c.label}</span>
<span class="legend-count">${c.count}</span>`;
item.prepend(cb);
item.onclick = (e) => {
if (e.target === cb) return;
cb.checked = !cb.checked;
cb.dispatchEvent(new Event('change'));
};
legendEl.appendChild(item);
});
</script>
<script>
// Render hyperedges as shaded regions
const hyperedges = [];
// afterDrawing passes ctx already transformed to network coordinate space.
// Draw node positions raw — no manual pan/zoom/DPR math needed.
network.on('afterDrawing', function(ctx) {
hyperedges.forEach(h => {
const positions = h.nodes
.map(nid => network.getPositions([nid])[nid])
.filter(p => p !== undefined);
if (positions.length < 2) return;
ctx.save();
ctx.globalAlpha = 0.12;
ctx.fillStyle = '#6366f1';
ctx.strokeStyle = '#6366f1';
ctx.lineWidth = 2;
ctx.beginPath();
// Centroid and expanded hull in network coordinates
const cx = positions.reduce((s, p) => s + p.x, 0) / positions.length;
const cy = positions.reduce((s, p) => s + p.y, 0) / positions.length;
const expanded = positions.map(p => ({
x: cx + (p.x - cx) * 1.15,
y: cy + (p.y - cy) * 1.15
}));
ctx.moveTo(expanded[0].x, expanded[0].y);
expanded.slice(1).forEach(p => ctx.lineTo(p.x, p.y));
ctx.closePath();
ctx.fill();
ctx.globalAlpha = 0.4;
ctx.stroke();
// Label
ctx.globalAlpha = 0.8;
ctx.fillStyle = '#4f46e5';
ctx.font = 'bold 11px sans-serif';
ctx.textAlign = 'center';
ctx.fillText(h.label, cx, cy - 5);
ctx.restore();
});
});
</script>
</body>
</html>