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

305 lines
No EOL
1.3 MiB

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>graphify - /Users/ai_leed/Documents/Projects/Oliver/amazon-transcreation/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">1685 nodes &middot; 2519 edges &middot; 267 communities</div>
</div>
<script>
const RAW_NODES = [{"id": "deploy_sh", "label": "deploy.sh", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "deploy.sh", "community": 91, "community_name": "Community 91", "source_file": "deploy.sh", "file_type": "code", "degree": 3}, {"id": "amazon_transcreation_deploy_log", "label": "log()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "log()", "community": 91, "community_name": "Community 91", "source_file": "deploy.sh", "file_type": "code", "degree": 1}, {"id": "amazon_transcreation_deploy_warn", "label": "warn()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "warn()", "community": 91, "community_name": "Community 91", "source_file": "deploy.sh", "file_type": "code", "degree": 1}, {"id": "amazon_transcreation_deploy_error", "label": "error()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "error()", "community": 91, "community_name": "Community 91", "source_file": "deploy.sh", "file_type": "code", "degree": 1}, {"id": "seed_create_test_users_py", "label": "create_test_users.py", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "create_test_users.py", "community": 89, "community_name": "Community 89", "source_file": "seed/create_test_users.py", "file_type": "code", "degree": 2}, {"id": "seed_create_test_users_seed_test_users", "label": "seed_test_users()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "seed_test_users()", "community": 89, "community_name": "Community 89", "source_file": "seed/create_test_users.py", "file_type": "code", "degree": 4}, {"id": "seed_create_test_users_rationale_1", "label": "Seed script: Create test users (admin and tm_manager).", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Seed script: Create test users (admin and tm_manager).", "community": 89, "community_name": "Community 89", "source_file": "seed/create_test_users.py", "file_type": "rationale", "degree": 1}, {"id": "seed_create_test_users_rationale_47", "label": "Create test users if they don't exist.", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Create test users if they don&#x27;t exist.", "community": 89, "community_name": "Community 89", "source_file": "seed/create_test_users.py", "file_type": "rationale", "degree": 1}, {"id": "seed_register_storage_files_py", "label": "register_storage_files.py", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "register_storage_files.py", "community": 81, "community_name": "Community 81", "source_file": "seed/register_storage_files.py", "file_type": "code", "degree": 4}, {"id": "seed_register_storage_files_extract_channel", "label": "_extract_channel()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "_extract_channel()", "community": 81, "community_name": "Community 81", "source_file": "seed/register_storage_files.py", "file_type": "code", "degree": 2}, {"id": "seed_register_storage_files_extract_ref_locale", "label": "_extract_ref_locale()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "_extract_ref_locale()", "community": 81, "community_name": "Community 81", "source_file": "seed/register_storage_files.py", "file_type": "code", "degree": 2}, {"id": "seed_register_storage_files_count_jsonl_lines", "label": "_count_jsonl_lines()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_count_jsonl_lines()", "community": 81, "community_name": "Community 81", "source_file": "seed/register_storage_files.py", "file_type": "code", "degree": 3}, {"id": "seed_register_storage_files_register_files", "label": "register_files()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": "register_files()", "community": 81, "community_name": "Community 81", "source_file": "seed/register_storage_files.py", "file_type": "code", "degree": 5}, {"id": "seed_register_storage_files_rationale_77", "label": "Count non-empty lines in a JSONL file.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Count non-empty lines in a JSONL file.", "community": 81, "community_name": "Community 81", "source_file": "seed/register_storage_files.py", "file_type": "rationale", "degree": 1}, {"id": "seed_create_default_client_py", "label": "create_default_client.py", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "create_default_client.py", "community": 80, "community_name": "Community 80", "source_file": "seed/create_default_client.py", "file_type": "code", "degree": 3}, {"id": "seed_create_default_client_create_amazon_client", "label": "create_amazon_client()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "create_amazon_client()", "community": 80, "community_name": "Community 80", "source_file": "seed/create_default_client.py", "file_type": "code", "degree": 3}, {"id": "seed_create_default_client_seed", "label": "seed()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "seed()", "community": 80, "community_name": "Community 80", "source_file": "seed/create_default_client.py", "file_type": "code", "degree": 4}, {"id": "seed_create_default_client_main", "label": "main()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "main()", "community": 80, "community_name": "Community 80", "source_file": "seed/create_default_client.py", "file_type": "code", "degree": 2}, {"id": "seed_create_default_client_rationale_155", "label": "Create or update the Amazon client record.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Create or update the Amazon client record.", "community": 80, "community_name": "Community 80", "source_file": "seed/create_default_client.py", "file_type": "rationale", "degree": 1}, {"id": "seed_create_default_client_rationale_177", "label": "Run the full seed process.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Run the full seed process.", "community": 80, "community_name": "Community 80", "source_file": "seed/create_default_client.py", "file_type": "rationale", "degree": 1}, {"id": "seed_init_py", "label": "__init__.py", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "__init__.py", "community": 230, "community_name": "Community 230", "source_file": "seed/__init__.py", "file_type": "code", "degree": 0}, {"id": "seed_import_reference_files_py", "label": "import_reference_files.py", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 12.6, "font": {"size": 0, "color": "#ffffff"}, "title": "import_reference_files.py", "community": 33, "community_name": "Community 33", "source_file": "seed/import_reference_files.py", "file_type": "code", "degree": 7}, {"id": "seed_import_reference_files_folder_to_tm_locale", "label": "folder_to_tm_locale()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "folder_to_tm_locale()", "community": 33, "community_name": "Community 33", "source_file": "seed/import_reference_files.py", "file_type": "code", "degree": 3}, {"id": "seed_import_reference_files_classify_file", "label": "classify_file()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "classify_file()", "community": 33, "community_name": "Community 33", "source_file": "seed/import_reference_files.py", "file_type": "code", "degree": 3}, {"id": "seed_import_reference_files_extract_tm_locale_from_filename", "label": "extract_tm_locale_from_filename()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "extract_tm_locale_from_filename()", "community": 33, "community_name": "Community 33", "source_file": "seed/import_reference_files.py", "file_type": "code", "degree": 3}, {"id": "seed_import_reference_files_import_global_files", "label": "import_global_files()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "import_global_files()", "community": 33, "community_name": "Community 33", "source_file": "seed/import_reference_files.py", "file_type": "code", "degree": 3}, {"id": "seed_import_reference_files_import_locale_files", "label": "import_locale_files()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 12.2, "font": {"size": 0, "color": "#ffffff"}, "title": "import_locale_files()", "community": 33, "community_name": "Community 33", "source_file": "seed/import_reference_files.py", "file_type": "code", "degree": 6}, {"id": "seed_import_reference_files_print_db_summary", "label": "print_db_summary()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "print_db_summary()", "community": 33, "community_name": "Community 33", "source_file": "seed/import_reference_files.py", "file_type": "code", "degree": 3}, {"id": "seed_import_reference_files_main", "label": "main()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "main()", "community": 33, "community_name": "Community 33", "source_file": "seed/import_reference_files.py", "file_type": "code", "degree": 4}, {"id": "seed_import_reference_files_rationale_54", "label": "Convert folder name like CA_ES to TM locale like ca-ES.", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Convert folder name like CA_ES to TM locale like ca-ES.", "community": 33, "community_name": "Community 33", "source_file": "seed/import_reference_files.py", "file_type": "rationale", "degree": 1}, {"id": "seed_import_reference_files_rationale_62", "label": "Classify a file as TM or a specific reference type. Returns: (categ", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Classify a file as TM or a specific reference type. Returns: (categ", "community": 33, "community_name": "Community 33", "source_file": "seed/import_reference_files.py", "file_type": "rationale", "degree": 1}, {"id": "seed_import_reference_files_rationale_91", "label": "Extract locale code from a TM filename like flat_MASS_ca-es.json.", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Extract locale code from a TM filename like flat_MASS_ca-es.json.", "community": 33, "community_name": "Community 33", "source_file": "seed/import_reference_files.py", "file_type": "rationale", "degree": 1}, {"id": "seed_import_reference_files_rationale_101", "label": "Import files from the global directory.", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Import files from the global directory.", "community": 33, "community_name": "Community 33", "source_file": "seed/import_reference_files.py", "file_type": "rationale", "degree": 1}, {"id": "seed_import_reference_files_rationale_135", "label": "Import per-locale TM and reference files.", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Import per-locale TM and reference files.", "community": 33, "community_name": "Community 33", "source_file": "seed/import_reference_files.py", "file_type": "rationale", "degree": 1}, {"id": "seed_import_reference_files_rationale_214", "label": "Print a summary of database records that would be inserted.", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Print a summary of database records that would be inserted.", "community": 33, "community_name": "Community 33", "source_file": "seed/import_reference_files.py", "file_type": "rationale", "degree": 1}, {"id": "seed_create_default_admins_py", "label": "create_default_admins.py", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "create_default_admins.py", "community": 127, "community_name": "Community 127", "source_file": "seed/create_default_admins.py", "file_type": "code", "degree": 2}, {"id": "seed_create_default_admins_seed_default_admins", "label": "seed_default_admins()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "seed_default_admins()", "community": 127, "community_name": "Community 127", "source_file": "seed/create_default_admins.py", "file_type": "code", "degree": 1}, {"id": "seed_create_default_admins_rationale_1", "label": "Seed script: Ensure default admin users exist (SSO-only, Azure AD). Run once af", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Seed script: Ensure default admin users exist (SSO-only, Azure AD). Run once af", "community": 127, "community_name": "Community 127", "source_file": "seed/create_default_admins.py", "file_type": "rationale", "degree": 1}, {"id": "frontend_next_config_js", "label": "next.config.js", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "next.config.js", "community": 231, "community_name": "Community 231", "source_file": "frontend/next.config.js", "file_type": "code", "degree": 0}, {"id": "frontend_tailwind_config_ts", "label": "tailwind.config.ts", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "tailwind.config.ts", "community": 166, "community_name": "Community 166", "source_file": "frontend/tailwind.config.ts", "file_type": "code", "degree": 1}, {"id": "frontend_tailwind_config_config", "label": "config", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "config", "community": 166, "community_name": "Community 166", "source_file": "frontend/tailwind.config.ts", "file_type": "code", "degree": 1}, {"id": "frontend_package_json", "label": "package.json", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.2, "font": {"size": 0, "color": "#ffffff"}, "title": "package.json", "community": 1, "community_name": "Community 1", "source_file": "frontend/package.json", "file_type": "code", "degree": 6}, {"id": "frontend_package_name", "label": "name", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "name", "community": 1, "community_name": "Community 1", "source_file": "frontend/package.json", "file_type": "code", "degree": 1}, {"id": "frontend_package_version", "label": "version", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "version", "community": 1, "community_name": "Community 1", "source_file": "frontend/package.json", "file_type": "code", "degree": 1}, {"id": "frontend_package_private", "label": "private", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "private", "community": 1, "community_name": "Community 1", "source_file": "frontend/package.json", "file_type": "code", "degree": 1}, {"id": "frontend_package_scripts", "label": "scripts", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": "scripts", "community": 1, "community_name": "Community 1", "source_file": "frontend/package.json", "file_type": "code", "degree": 5}, {"id": "frontend_package_scripts_dev", "label": "dev", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "dev", "community": 1, "community_name": "Community 1", "source_file": "frontend/package.json", "file_type": "code", "degree": 1}, {"id": "frontend_package_scripts_build", "label": "build", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "build", "community": 1, "community_name": "Community 1", "source_file": "frontend/package.json", "file_type": "code", "degree": 1}, {"id": "frontend_package_scripts_start", "label": "start", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "start", "community": 1, "community_name": "Community 1", "source_file": "frontend/package.json", "file_type": "code", "degree": 1}, {"id": "frontend_package_scripts_lint", "label": "lint", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "lint", "community": 1, "community_name": "Community 1", "source_file": "frontend/package.json", "file_type": "code", "degree": 1}, {"id": "frontend_package_dependencies_azure_msal_browser", "label": "@azure/msal-browser", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "@azure/msal-browser", "community": 1, "community_name": "Community 1", "source_file": "frontend/package.json", "file_type": "code", "degree": 1}, {"id": "frontend_package_dependencies_radix_ui_react_checkbox", "label": "@radix-ui/react-checkbox", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "@radix-ui/react-checkbox", "community": 1, "community_name": "Community 1", "source_file": "frontend/package.json", "file_type": "code", "degree": 1}, {"id": "frontend_package_dependencies_radix_ui_react_collapsible", "label": "@radix-ui/react-collapsible", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "@radix-ui/react-collapsible", "community": 1, "community_name": "Community 1", "source_file": "frontend/package.json", "file_type": "code", "degree": 1}, {"id": "frontend_package_dependencies_radix_ui_react_dialog", "label": "@radix-ui/react-dialog", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "@radix-ui/react-dialog", "community": 1, "community_name": "Community 1", "source_file": "frontend/package.json", "file_type": "code", "degree": 1}, {"id": "frontend_package_dependencies_radix_ui_react_dropdown_menu", "label": "@radix-ui/react-dropdown-menu", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "@radix-ui/react-dropdown-menu", "community": 1, "community_name": "Community 1", "source_file": "frontend/package.json", "file_type": "code", "degree": 1}, {"id": "frontend_package_dependencies_radix_ui_react_label", "label": "@radix-ui/react-label", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "@radix-ui/react-label", "community": 1, "community_name": "Community 1", "source_file": "frontend/package.json", "file_type": "code", "degree": 1}, {"id": "frontend_package_dependencies_radix_ui_react_progress", "label": "@radix-ui/react-progress", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "@radix-ui/react-progress", "community": 1, "community_name": "Community 1", "source_file": "frontend/package.json", "file_type": "code", "degree": 1}, {"id": "frontend_package_dependencies_radix_ui_react_radio_group", "label": "@radix-ui/react-radio-group", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "@radix-ui/react-radio-group", "community": 1, "community_name": "Community 1", "source_file": "frontend/package.json", "file_type": "code", "degree": 1}, {"id": "frontend_package_dependencies_radix_ui_react_select", "label": "@radix-ui/react-select", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "@radix-ui/react-select", "community": 1, "community_name": "Community 1", "source_file": "frontend/package.json", "file_type": "code", "degree": 1}, {"id": "frontend_package_dependencies_radix_ui_react_slot", "label": "@radix-ui/react-slot", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "@radix-ui/react-slot", "community": 1, "community_name": "Community 1", "source_file": "frontend/package.json", "file_type": "code", "degree": 1}, {"id": "frontend_package_dependencies_radix_ui_react_tabs", "label": "@radix-ui/react-tabs", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "@radix-ui/react-tabs", "community": 1, "community_name": "Community 1", "source_file": "frontend/package.json", "file_type": "code", "degree": 1}, {"id": "frontend_package_dependencies_radix_ui_react_tooltip", "label": "@radix-ui/react-tooltip", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "@radix-ui/react-tooltip", "community": 1, "community_name": "Community 1", "source_file": "frontend/package.json", "file_type": "code", "degree": 1}, {"id": "frontend_package_dependencies_axios", "label": "axios", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "axios", "community": 1, "community_name": "Community 1", "source_file": "frontend/package.json", "file_type": "code", "degree": 1}, {"id": "frontend_package_dependencies_class_variance_authority", "label": "class-variance-authority", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "class-variance-authority", "community": 1, "community_name": "Community 1", "source_file": "frontend/package.json", "file_type": "code", "degree": 1}, {"id": "frontend_package_dependencies_clsx", "label": "clsx", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "clsx", "community": 1, "community_name": "Community 1", "source_file": "frontend/package.json", "file_type": "code", "degree": 2}, {"id": "frontend_package_dependencies_date_fns", "label": "date-fns", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "date-fns", "community": 1, "community_name": "Community 1", "source_file": "frontend/package.json", "file_type": "code", "degree": 1}, {"id": "frontend_package_dependencies_lucide_react", "label": "lucide-react", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "lucide-react", "community": 1, "community_name": "Community 1", "source_file": "frontend/package.json", "file_type": "code", "degree": 1}, {"id": "frontend_package_dependencies_next", "label": "next", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "next", "community": 42, "community_name": "Community 42", "source_file": "frontend/package.json", "file_type": "code", "degree": 3}, {"id": "frontend_package_dependencies_react", "label": "react", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "react", "community": 1, "community_name": "Community 1", "source_file": "frontend/package.json", "file_type": "code", "degree": 1}, {"id": "frontend_package_dependencies_react_dom", "label": "react-dom", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "react-dom", "community": 1, "community_name": "Community 1", "source_file": "frontend/package.json", "file_type": "code", "degree": 1}, {"id": "frontend_package_dependencies_recharts", "label": "recharts", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "recharts", "community": 1, "community_name": "Community 1", "source_file": "frontend/package.json", "file_type": "code", "degree": 1}, {"id": "frontend_package_dependencies_tailwind_merge", "label": "tailwind-merge", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "tailwind-merge", "community": 1, "community_name": "Community 1", "source_file": "frontend/package.json", "file_type": "code", "degree": 1}, {"id": "frontend_package_devdependencies", "label": "devDependencies", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 13.3, "font": {"size": 0, "color": "#ffffff"}, "title": "devDependencies", "community": 1, "community_name": "Community 1", "source_file": "frontend/package.json", "file_type": "code", "degree": 9}, {"id": "frontend_package_devdependencies_types_node", "label": "@types/node", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "@types/node", "community": 1, "community_name": "Community 1", "source_file": "frontend/package.json", "file_type": "code", "degree": 1}, {"id": "frontend_package_devdependencies_types_react", "label": "@types/react", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "@types/react", "community": 1, "community_name": "Community 1", "source_file": "frontend/package.json", "file_type": "code", "degree": 1}, {"id": "frontend_package_devdependencies_autoprefixer", "label": "autoprefixer", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "autoprefixer", "community": 1, "community_name": "Community 1", "source_file": "frontend/package.json", "file_type": "code", "degree": 1}, {"id": "frontend_package_devdependencies_eslint", "label": "eslint", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "eslint", "community": 1, "community_name": "Community 1", "source_file": "frontend/package.json", "file_type": "code", "degree": 1}, {"id": "frontend_package_devdependencies_eslint_config_next", "label": "eslint-config-next", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "eslint-config-next", "community": 1, "community_name": "Community 1", "source_file": "frontend/package.json", "file_type": "code", "degree": 1}, {"id": "frontend_package_devdependencies_postcss", "label": "postcss", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "postcss", "community": 1, "community_name": "Community 1", "source_file": "frontend/package.json", "file_type": "code", "degree": 1}, {"id": "frontend_package_devdependencies_tailwindcss", "label": "tailwindcss", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "tailwindcss", "community": 1, "community_name": "Community 1", "source_file": "frontend/package.json", "file_type": "code", "degree": 1}, {"id": "frontend_package_devdependencies_typescript", "label": "typescript", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "typescript", "community": 1, "community_name": "Community 1", "source_file": "frontend/package.json", "file_type": "code", "degree": 1}, {"id": "frontend_components_json", "label": "components.json", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 12.2, "font": {"size": 0, "color": "#ffffff"}, "title": "components.json", "community": 35, "community_name": "Community 35", "source_file": "frontend/components.json", "file_type": "code", "degree": 6}, {"id": "frontend_components_schema", "label": "$schema", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "$schema", "community": 35, "community_name": "Community 35", "source_file": "frontend/components.json", "file_type": "code", "degree": 1}, {"id": "frontend_components_style", "label": "style", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "style", "community": 35, "community_name": "Community 35", "source_file": "frontend/components.json", "file_type": "code", "degree": 1}, {"id": "frontend_components_rsc", "label": "rsc", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "rsc", "community": 35, "community_name": "Community 35", "source_file": "frontend/components.json", "file_type": "code", "degree": 1}, {"id": "frontend_components_tsx", "label": "tsx", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "tsx", "community": 35, "community_name": "Community 35", "source_file": "frontend/components.json", "file_type": "code", "degree": 1}, {"id": "frontend_components_tailwind", "label": "tailwind", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": "tailwind", "community": 35, "community_name": "Community 35", "source_file": "frontend/components.json", "file_type": "code", "degree": 5}, {"id": "frontend_components_tailwind_config", "label": "config", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "config", "community": 35, "community_name": "Community 35", "source_file": "frontend/components.json", "file_type": "code", "degree": 1}, {"id": "frontend_components_tailwind_css", "label": "css", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "css", "community": 35, "community_name": "Community 35", "source_file": "frontend/components.json", "file_type": "code", "degree": 1}, {"id": "frontend_components_tailwind_basecolor", "label": "baseColor", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "baseColor", "community": 35, "community_name": "Community 35", "source_file": "frontend/components.json", "file_type": "code", "degree": 1}, {"id": "frontend_components_tailwind_cssvariables", "label": "cssVariables", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "cssVariables", "community": 35, "community_name": "Community 35", "source_file": "frontend/components.json", "file_type": "code", "degree": 1}, {"id": "frontend_components_aliases", "label": "aliases", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "aliases", "community": 35, "community_name": "Community 35", "source_file": "frontend/components.json", "file_type": "code", "degree": 3}, {"id": "frontend_components_aliases_components", "label": "components", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "components", "community": 35, "community_name": "Community 35", "source_file": "frontend/components.json", "file_type": "code", "degree": 1}, {"id": "frontend_components_aliases_utils", "label": "utils", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "utils", "community": 35, "community_name": "Community 35", "source_file": "frontend/components.json", "file_type": "code", "degree": 1}, {"id": "frontend_tsconfig_json", "label": "tsconfig.json", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "tsconfig.json", "community": 20, "community_name": "Community 20", "source_file": "frontend/tsconfig.json", "file_type": "code", "degree": 3}, {"id": "frontend_tsconfig_compileroptions", "label": "compilerOptions", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 15.6, "font": {"size": 12, "color": "#ffffff"}, "title": "compilerOptions", "community": 20, "community_name": "Community 20", "source_file": "frontend/tsconfig.json", "file_type": "code", "degree": 15}, {"id": "frontend_tsconfig_compileroptions_lib", "label": "lib", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "lib", "community": 20, "community_name": "Community 20", "source_file": "frontend/tsconfig.json", "file_type": "code", "degree": 1}, {"id": "frontend_tsconfig_compileroptions_allowjs", "label": "allowJs", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "allowJs", "community": 20, "community_name": "Community 20", "source_file": "frontend/tsconfig.json", "file_type": "code", "degree": 1}, {"id": "frontend_tsconfig_compileroptions_skiplibcheck", "label": "skipLibCheck", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "skipLibCheck", "community": 20, "community_name": "Community 20", "source_file": "frontend/tsconfig.json", "file_type": "code", "degree": 1}, {"id": "frontend_tsconfig_compileroptions_strict", "label": "strict", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "strict", "community": 20, "community_name": "Community 20", "source_file": "frontend/tsconfig.json", "file_type": "code", "degree": 1}, {"id": "frontend_tsconfig_compileroptions_noemit", "label": "noEmit", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "noEmit", "community": 20, "community_name": "Community 20", "source_file": "frontend/tsconfig.json", "file_type": "code", "degree": 1}, {"id": "frontend_tsconfig_compileroptions_esmoduleinterop", "label": "esModuleInterop", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "esModuleInterop", "community": 20, "community_name": "Community 20", "source_file": "frontend/tsconfig.json", "file_type": "code", "degree": 1}, {"id": "frontend_tsconfig_compileroptions_module", "label": "module", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "module", "community": 20, "community_name": "Community 20", "source_file": "frontend/tsconfig.json", "file_type": "code", "degree": 1}, {"id": "frontend_tsconfig_compileroptions_moduleresolution", "label": "moduleResolution", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "moduleResolution", "community": 20, "community_name": "Community 20", "source_file": "frontend/tsconfig.json", "file_type": "code", "degree": 1}, {"id": "frontend_tsconfig_compileroptions_resolvejsonmodule", "label": "resolveJsonModule", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "resolveJsonModule", "community": 20, "community_name": "Community 20", "source_file": "frontend/tsconfig.json", "file_type": "code", "degree": 1}, {"id": "frontend_tsconfig_compileroptions_isolatedmodules", "label": "isolatedModules", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "isolatedModules", "community": 20, "community_name": "Community 20", "source_file": "frontend/tsconfig.json", "file_type": "code", "degree": 1}, {"id": "frontend_tsconfig_compileroptions_jsx", "label": "jsx", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "jsx", "community": 20, "community_name": "Community 20", "source_file": "frontend/tsconfig.json", "file_type": "code", "degree": 1}, {"id": "frontend_tsconfig_compileroptions_incremental", "label": "incremental", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "incremental", "community": 20, "community_name": "Community 20", "source_file": "frontend/tsconfig.json", "file_type": "code", "degree": 1}, {"id": "frontend_tsconfig_compileroptions_plugins", "label": "plugins", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "plugins", "community": 20, "community_name": "Community 20", "source_file": "frontend/tsconfig.json", "file_type": "code", "degree": 1}, {"id": "frontend_tsconfig_compileroptions_paths", "label": "paths", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "paths", "community": 20, "community_name": "Community 20", "source_file": "frontend/tsconfig.json", "file_type": "code", "degree": 2}, {"id": "frontend_tsconfig_paths", "label": "@/*", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "@/*", "community": 20, "community_name": "Community 20", "source_file": "frontend/tsconfig.json", "file_type": "code", "degree": 1}, {"id": "frontend_tsconfig_include", "label": "include", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "include", "community": 20, "community_name": "Community 20", "source_file": "frontend/tsconfig.json", "file_type": "code", "degree": 1}, {"id": "frontend_tsconfig_exclude", "label": "exclude", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "exclude", "community": 20, "community_name": "Community 20", "source_file": "frontend/tsconfig.json", "file_type": "code", "degree": 1}, {"id": "frontend_postcss_config_js", "label": "postcss.config.js", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "postcss.config.js", "community": 232, "community_name": "Community 232", "source_file": "frontend/postcss.config.js", "file_type": "code", "degree": 0}, {"id": "frontend_src_app_layout_tsx", "label": "layout.tsx", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "layout.tsx", "community": 93, "community_name": "Community 93", "source_file": "frontend/src/app/layout.tsx", "file_type": "code", "degree": 3}, {"id": "app_layout_amazonember", "label": "amazonEmber", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "amazonEmber", "community": 93, "community_name": "Community 93", "source_file": "frontend/src/app/layout.tsx", "file_type": "code", "degree": 1}, {"id": "app_layout_metadata", "label": "metadata", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "metadata", "community": 93, "community_name": "Community 93", "source_file": "frontend/src/app/layout.tsx", "file_type": "code", "degree": 1}, {"id": "app_layout_rootlayout", "label": "RootLayout()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "RootLayout()", "community": 93, "community_name": "Community 93", "source_file": "frontend/src/app/layout.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_src_app_page_tsx", "label": "page.tsx", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "page.tsx", "community": 14, "community_name": "Community 14", "source_file": "frontend/src/app/page.tsx", "file_type": "code", "degree": 3}, {"id": "app_page_home", "label": "Home()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Home()", "community": 14, "community_name": "Community 14", "source_file": "frontend/src/app/page.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_src_app_admin_clients_page_tsx", "label": "page.tsx", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 17.8, "font": {"size": 12, "color": "#ffffff"}, "title": "page.tsx", "community": 16, "community_name": "Community 16", "source_file": "frontend/src/app/admin/clients/page.tsx", "file_type": "code", "degree": 21}, {"id": "clients_page_mockclients", "label": "mockClients", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "mockClients", "community": 16, "community_name": "Community 16", "source_file": "frontend/src/app/admin/clients/page.tsx", "file_type": "code", "degree": 1}, {"id": "clients_page_clientspage", "label": "ClientsPage()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "ClientsPage()", "community": 16, "community_name": "Community 16", "source_file": "frontend/src/app/admin/clients/page.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_src_app_admin_logs_page_tsx", "label": "page.tsx", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 21.5, "font": {"size": 12, "color": "#ffffff"}, "title": "page.tsx", "community": 11, "community_name": "Community 11", "source_file": "frontend/src/app/admin/logs/page.tsx", "file_type": "code", "degree": 31}, {"id": "logs_page_getlevel", "label": "getLevel()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "getLevel()", "community": 11, "community_name": "Community 11", "source_file": "frontend/src/app/admin/logs/page.tsx", "file_type": "code", "degree": 1}, {"id": "logs_page_formatdetails", "label": "formatDetails()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "formatDetails()", "community": 11, "community_name": "Community 11", "source_file": "frontend/src/app/admin/logs/page.tsx", "file_type": "code", "degree": 1}, {"id": "logs_page_levelbadge", "label": "levelBadge", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "levelBadge", "community": 11, "community_name": "Community 11", "source_file": "frontend/src/app/admin/logs/page.tsx", "file_type": "code", "degree": 1}, {"id": "logs_page_action_labels", "label": "ACTION_LABELS", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "ACTION_LABELS", "community": 11, "community_name": "Community 11", "source_file": "frontend/src/app/admin/logs/page.tsx", "file_type": "code", "degree": 1}, {"id": "logs_page_logspage", "label": "LogsPage()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "LogsPage()", "community": 11, "community_name": "Community 11", "source_file": "frontend/src/app/admin/logs/page.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_src_app_admin_users_page_tsx", "label": "page.tsx", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 20.0, "font": {"size": 12, "color": "#ffffff"}, "title": "page.tsx", "community": 16, "community_name": "Community 16", "source_file": "frontend/src/app/admin/users/page.tsx", "file_type": "code", "degree": 27}, {"id": "users_page_role_options", "label": "ROLE_OPTIONS", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "ROLE_OPTIONS", "community": 16, "community_name": "Community 16", "source_file": "frontend/src/app/admin/users/page.tsx", "file_type": "code", "degree": 1}, {"id": "users_page_userspage", "label": "UsersPage()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "UsersPage()", "community": 16, "community_name": "Community 16", "source_file": "frontend/src/app/admin/users/page.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_src_app_admin_files_tm_page_tsx", "label": "page.tsx", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 24.8, "font": {"size": 12, "color": "#ffffff"}, "title": "page.tsx", "community": 16, "community_name": "Community 16", "source_file": "frontend/src/app/admin/files/tm/page.tsx", "file_type": "code", "degree": 40}, {"id": "tm_page_locales", "label": "LOCALES", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "LOCALES", "community": 16, "community_name": "Community 16", "source_file": "frontend/src/app/admin/files/tm/page.tsx", "file_type": "code", "degree": 1}, {"id": "tm_page_channels", "label": "CHANNELS", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "CHANNELS", "community": 16, "community_name": "Community 16", "source_file": "frontend/src/app/admin/files/tm/page.tsx", "file_type": "code", "degree": 1}, {"id": "tm_page_tmfilerow", "label": "TMFileRow", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "TMFileRow", "community": 16, "community_name": "Community 16", "source_file": "frontend/src/app/admin/files/tm/page.tsx", "file_type": "code", "degree": 1}, {"id": "tm_page_tmregistrypage", "label": "TMRegistryPage()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "TMRegistryPage()", "community": 16, "community_name": "Community 16", "source_file": "frontend/src/app/admin/files/tm/page.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_src_app_admin_files_reference_page_tsx", "label": "page.tsx", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 25.2, "font": {"size": 12, "color": "#ffffff"}, "title": "page.tsx", "community": 6, "community_name": "Community 6", "source_file": "frontend/src/app/admin/files/reference/page.tsx", "file_type": "code", "degree": 41}, {"id": "reference_page_locales", "label": "LOCALES", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "LOCALES", "community": 6, "community_name": "Community 6", "source_file": "frontend/src/app/admin/files/reference/page.tsx", "file_type": "code", "degree": 1}, {"id": "reference_page_file_types", "label": "FILE_TYPES", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "FILE_TYPES", "community": 6, "community_name": "Community 6", "source_file": "frontend/src/app/admin/files/reference/page.tsx", "file_type": "code", "degree": 1}, {"id": "reference_page_file_type_labels", "label": "FILE_TYPE_LABELS", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "FILE_TYPE_LABELS", "community": 6, "community_name": "Community 6", "source_file": "frontend/src/app/admin/files/reference/page.tsx", "file_type": "code", "degree": 1}, {"id": "reference_page_reffilerow", "label": "RefFileRow", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "RefFileRow", "community": 6, "community_name": "Community 6", "source_file": "frontend/src/app/admin/files/reference/page.tsx", "file_type": "code", "degree": 1}, {"id": "reference_page_referencelibrarypage", "label": "ReferenceLibraryPage()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "ReferenceLibraryPage()", "community": 6, "community_name": "Community 6", "source_file": "frontend/src/app/admin/files/reference/page.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_src_app_admin_reports_page_tsx", "label": "page.tsx", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 18.1, "font": {"size": 12, "color": "#ffffff"}, "title": "page.tsx", "community": 18, "community_name": "Community 18", "source_file": "frontend/src/app/admin/reports/page.tsx", "file_type": "code", "degree": 22}, {"id": "reports_page_reportspage", "label": "ReportsPage()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "ReportsPage()", "community": 18, "community_name": "Community 18", "source_file": "frontend/src/app/admin/reports/page.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_src_app_dashboard_layout_tsx", "label": "layout.tsx", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "layout.tsx", "community": 11, "community_name": "Community 11", "source_file": "frontend/src/app/dashboard/layout.tsx", "file_type": "code", "degree": 3}, {"id": "dashboard_layout_dashboardlayout", "label": "DashboardLayout()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "DashboardLayout()", "community": 11, "community_name": "Community 11", "source_file": "frontend/src/app/dashboard/layout.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_src_app_dashboard_page_tsx", "label": "page.tsx", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 16.7, "font": {"size": 12, "color": "#ffffff"}, "title": "page.tsx", "community": 36, "community_name": "Community 36", "source_file": "frontend/src/app/dashboard/page.tsx", "file_type": "code", "degree": 18}, {"id": "dashboard_page_dashboardpage", "label": "DashboardPage()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "DashboardPage()", "community": 36, "community_name": "Community 36", "source_file": "frontend/src/app/dashboard/page.tsx", "file_type": "code", "degree": 2}, {"id": "frontend_src_app_jobs_new_page_tsx", "label": "page.tsx", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 14.4, "font": {"size": 0, "color": "#ffffff"}, "title": "page.tsx", "community": 26, "community_name": "Community 26", "source_file": "frontend/src/app/jobs/new/page.tsx", "file_type": "code", "degree": 12}, {"id": "new_page_jobformdata", "label": "JobFormData", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "JobFormData", "community": 4, "community_name": "Community 4", "source_file": "frontend/src/app/jobs/new/page.tsx", "file_type": "code", "degree": 4}, {"id": "new_page_initialformdata", "label": "initialFormData", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "initialFormData", "community": 26, "community_name": "Community 26", "source_file": "frontend/src/app/jobs/new/page.tsx", "file_type": "code", "degree": 1}, {"id": "new_page_newjobpage", "label": "NewJobPage()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "NewJobPage()", "community": 26, "community_name": "Community 26", "source_file": "frontend/src/app/jobs/new/page.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_src_app_jobs_jobid_page_tsx", "label": "page.tsx", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 18.5, "font": {"size": 12, "color": "#ffffff"}, "title": "page.tsx", "community": 4, "community_name": "Community 4", "source_file": "frontend/src/app/jobs/[jobId]/page.tsx", "file_type": "code", "degree": 23}, {"id": "jobid_page_statusconfig", "label": "statusConfig", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "statusConfig", "community": 4, "community_name": "Community 4", "source_file": "frontend/src/app/jobs/[jobId]/page.tsx", "file_type": "code", "degree": 1}, {"id": "jobid_page_jobmonitoringpage", "label": "JobMonitoringPage()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "JobMonitoringPage()", "community": 4, "community_name": "Community 4", "source_file": "frontend/src/app/jobs/[jobId]/page.tsx", "file_type": "code", "degree": 4}, {"id": "frontend_src_app_jobs_jobid_locale_localecode_review_page_tsx", "label": "page.tsx", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 16.7, "font": {"size": 12, "color": "#ffffff"}, "title": "page.tsx", "community": 11, "community_name": "Community 11", "source_file": "frontend/src/app/jobs/[jobId]/locale/[localeCode]/review/page.tsx", "file_type": "code", "degree": 18}, {"id": "review_page_reviewpage", "label": "ReviewPage()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "ReviewPage()", "community": 11, "community_name": "Community 11", "source_file": "frontend/src/app/jobs/[jobId]/locale/[localeCode]/review/page.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_src_app_login_page_tsx", "label": "page.tsx", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 17.0, "font": {"size": 12, "color": "#ffffff"}, "title": "page.tsx", "community": 23, "community_name": "Community 23", "source_file": "frontend/src/app/login/page.tsx", "file_type": "code", "degree": 19}, {"id": "login_page_loginpage", "label": "LoginPage()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "LoginPage()", "community": 23, "community_name": "Community 23", "source_file": "frontend/src/app/login/page.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_src_app_help_page_tsx", "label": "page.tsx", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 13.3, "font": {"size": 0, "color": "#ffffff"}, "title": "page.tsx", "community": 4, "community_name": "Community 4", "source_file": "frontend/src/app/help/page.tsx", "file_type": "code", "degree": 9}, {"id": "help_page_section", "label": "Section()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Section()", "community": 4, "community_name": "Community 4", "source_file": "frontend/src/app/help/page.tsx", "file_type": "code", "degree": 1}, {"id": "help_page_helppage", "label": "HelpPage()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "HelpPage()", "community": 4, "community_name": "Community 4", "source_file": "frontend/src/app/help/page.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_src_components_ui_tabs_tsx", "label": "tabs.tsx", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.6, "font": {"size": 0, "color": "#ffffff"}, "title": "tabs.tsx", "community": 11, "community_name": "Community 11", "source_file": "frontend/src/components/ui/tabs.tsx", "file_type": "code", "degree": 7}, {"id": "ui_tabs_tabslist", "label": "TabsList", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "TabsList", "community": 11, "community_name": "Community 11", "source_file": "frontend/src/components/ui/tabs.tsx", "file_type": "code", "degree": 3}, {"id": "ui_tabs_tabstrigger", "label": "TabsTrigger", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "TabsTrigger", "community": 11, "community_name": "Community 11", "source_file": "frontend/src/components/ui/tabs.tsx", "file_type": "code", "degree": 3}, {"id": "ui_tabs_tabscontent", "label": "TabsContent", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "TabsContent", "community": 11, "community_name": "Community 11", "source_file": "frontend/src/components/ui/tabs.tsx", "file_type": "code", "degree": 2}, {"id": "frontend_src_components_ui_card_tsx", "label": "card.tsx", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 19.3, "font": {"size": 12, "color": "#ffffff"}, "title": "card.tsx", "community": 4, "community_name": "Community 4", "source_file": "frontend/src/components/ui/card.tsx", "file_type": "code", "degree": 25}, {"id": "ui_card_card", "label": "Card", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 16.7, "font": {"size": 12, "color": "#ffffff"}, "title": "Card", "community": 4, "community_name": "Community 4", "source_file": "frontend/src/components/ui/card.tsx", "file_type": "code", "degree": 18}, {"id": "ui_card_cardheader", "label": "CardHeader", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 13.0, "font": {"size": 0, "color": "#ffffff"}, "title": "CardHeader", "community": 4, "community_name": "Community 4", "source_file": "frontend/src/components/ui/card.tsx", "file_type": "code", "degree": 8}, {"id": "ui_card_cardtitle", "label": "CardTitle", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 13.0, "font": {"size": 0, "color": "#ffffff"}, "title": "CardTitle", "community": 4, "community_name": "Community 4", "source_file": "frontend/src/components/ui/card.tsx", "file_type": "code", "degree": 8}, {"id": "ui_card_carddescription", "label": "CardDescription", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "CardDescription", "community": 4, "community_name": "Community 4", "source_file": "frontend/src/components/ui/card.tsx", "file_type": "code", "degree": 1}, {"id": "ui_card_cardcontent", "label": "CardContent", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 15.2, "font": {"size": 12, "color": "#ffffff"}, "title": "CardContent", "community": 4, "community_name": "Community 4", "source_file": "frontend/src/components/ui/card.tsx", "file_type": "code", "degree": 14}, {"id": "ui_card_cardfooter", "label": "CardFooter", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "CardFooter", "community": 4, "community_name": "Community 4", "source_file": "frontend/src/components/ui/card.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_src_components_ui_progress_tsx", "label": "progress.tsx", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "progress.tsx", "community": 13, "community_name": "Community 13", "source_file": "frontend/src/components/ui/progress.tsx", "file_type": "code", "degree": 3}, {"id": "ui_progress_progress", "label": "Progress", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Progress", "community": 13, "community_name": "Community 13", "source_file": "frontend/src/components/ui/progress.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_src_components_ui_label_tsx", "label": "label.tsx", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 14.1, "font": {"size": 0, "color": "#ffffff"}, "title": "label.tsx", "community": 23, "community_name": "Community 23", "source_file": "frontend/src/components/ui/label.tsx", "file_type": "code", "degree": 11}, {"id": "ui_label_labelvariants", "label": "labelVariants", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "labelVariants", "community": 23, "community_name": "Community 23", "source_file": "frontend/src/components/ui/label.tsx", "file_type": "code", "degree": 1}, {"id": "ui_label_label", "label": "Label", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 13.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Label", "community": 23, "community_name": "Community 23", "source_file": "frontend/src/components/ui/label.tsx", "file_type": "code", "degree": 8}, {"id": "frontend_src_components_ui_tooltip_tsx", "label": "tooltip.tsx", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "tooltip.tsx", "community": 13, "community_name": "Community 13", "source_file": "frontend/src/components/ui/tooltip.tsx", "file_type": "code", "degree": 3}, {"id": "ui_tooltip_tooltipcontent", "label": "TooltipContent", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "TooltipContent", "community": 13, "community_name": "Community 13", "source_file": "frontend/src/components/ui/tooltip.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_src_components_ui_radio_group_tsx", "label": "radio-group.tsx", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "radio-group.tsx", "community": 26, "community_name": "Community 26", "source_file": "frontend/src/components/ui/radio-group.tsx", "file_type": "code", "degree": 4}, {"id": "ui_radio_group_radiogroup", "label": "RadioGroup", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "RadioGroup", "community": 26, "community_name": "Community 26", "source_file": "frontend/src/components/ui/radio-group.tsx", "file_type": "code", "degree": 2}, {"id": "frontend_src_components_ui_dialog_tsx", "label": "dialog.tsx", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 14.4, "font": {"size": 0, "color": "#ffffff"}, "title": "dialog.tsx", "community": 16, "community_name": "Community 16", "source_file": "frontend/src/components/ui/dialog.tsx", "file_type": "code", "degree": 12}, {"id": "ui_dialog_dialogoverlay", "label": "DialogOverlay", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "DialogOverlay", "community": 16, "community_name": "Community 16", "source_file": "frontend/src/components/ui/dialog.tsx", "file_type": "code", "degree": 1}, {"id": "ui_dialog_dialogcontent", "label": "DialogContent", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": "DialogContent", "community": 16, "community_name": "Community 16", "source_file": "frontend/src/components/ui/dialog.tsx", "file_type": "code", "degree": 5}, {"id": "ui_dialog_dialogheader", "label": "DialogHeader()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 12.2, "font": {"size": 0, "color": "#ffffff"}, "title": "DialogHeader()", "community": 16, "community_name": "Community 16", "source_file": "frontend/src/components/ui/dialog.tsx", "file_type": "code", "degree": 6}, {"id": "ui_dialog_dialogfooter", "label": "DialogFooter()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DialogFooter()", "community": 16, "community_name": "Community 16", "source_file": "frontend/src/components/ui/dialog.tsx", "file_type": "code", "degree": 3}, {"id": "ui_dialog_dialogtitle", "label": "DialogTitle", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": "DialogTitle", "community": 16, "community_name": "Community 16", "source_file": "frontend/src/components/ui/dialog.tsx", "file_type": "code", "degree": 5}, {"id": "ui_dialog_dialogdescription", "label": "DialogDescription", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "DialogDescription", "community": 16, "community_name": "Community 16", "source_file": "frontend/src/components/ui/dialog.tsx", "file_type": "code", "degree": 2}, {"id": "frontend_src_components_ui_badge_tsx", "label": "badge.tsx", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 16.7, "font": {"size": 12, "color": "#ffffff"}, "title": "badge.tsx", "community": 4, "community_name": "Community 4", "source_file": "frontend/src/components/ui/badge.tsx", "file_type": "code", "degree": 18}, {"id": "ui_badge_badgevariants", "label": "badgeVariants", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "badgeVariants", "community": 4, "community_name": "Community 4", "source_file": "frontend/src/components/ui/badge.tsx", "file_type": "code", "degree": 2}, {"id": "ui_badge_badgeprops", "label": "BadgeProps", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "BadgeProps", "community": 4, "community_name": "Community 4", "source_file": "frontend/src/components/ui/badge.tsx", "file_type": "code", "degree": 1}, {"id": "ui_badge_badge", "label": "Badge()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 15.9, "font": {"size": 12, "color": "#ffffff"}, "title": "Badge()", "community": 4, "community_name": "Community 4", "source_file": "frontend/src/components/ui/badge.tsx", "file_type": "code", "degree": 16}, {"id": "frontend_src_components_ui_table_tsx", "label": "table.tsx", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 15.2, "font": {"size": 12, "color": "#ffffff"}, "title": "table.tsx", "community": 6, "community_name": "Community 6", "source_file": "frontend/src/components/ui/table.tsx", "file_type": "code", "degree": 14}, {"id": "ui_table_table", "label": "Table", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Table", "community": 6, "community_name": "Community 6", "source_file": "frontend/src/components/ui/table.tsx", "file_type": "code", "degree": 5}, {"id": "ui_table_tableheader", "label": "TableHeader", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": "TableHeader", "community": 6, "community_name": "Community 6", "source_file": "frontend/src/components/ui/table.tsx", "file_type": "code", "degree": 5}, {"id": "ui_table_tablebody", "label": "TableBody", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": "TableBody", "community": 6, "community_name": "Community 6", "source_file": "frontend/src/components/ui/table.tsx", "file_type": "code", "degree": 5}, {"id": "ui_table_tablefooter", "label": "TableFooter", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "TableFooter", "community": 6, "community_name": "Community 6", "source_file": "frontend/src/components/ui/table.tsx", "file_type": "code", "degree": 1}, {"id": "ui_table_tablerow", "label": "TableRow", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": "TableRow", "community": 6, "community_name": "Community 6", "source_file": "frontend/src/components/ui/table.tsx", "file_type": "code", "degree": 5}, {"id": "ui_table_tablehead", "label": "TableHead", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": "TableHead", "community": 6, "community_name": "Community 6", "source_file": "frontend/src/components/ui/table.tsx", "file_type": "code", "degree": 5}, {"id": "ui_table_tablecell", "label": "TableCell", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": "TableCell", "community": 6, "community_name": "Community 6", "source_file": "frontend/src/components/ui/table.tsx", "file_type": "code", "degree": 5}, {"id": "ui_table_tablecaption", "label": "TableCaption", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "TableCaption", "community": 6, "community_name": "Community 6", "source_file": "frontend/src/components/ui/table.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_src_components_ui_separator_tsx", "label": "separator.tsx", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": "separator.tsx", "community": 23, "community_name": "Community 23", "source_file": "frontend/src/components/ui/separator.tsx", "file_type": "code", "degree": 5}, {"id": "ui_separator_separatorprops", "label": "SeparatorProps", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "SeparatorProps", "community": 23, "community_name": "Community 23", "source_file": "frontend/src/components/ui/separator.tsx", "file_type": "code", "degree": 1}, {"id": "ui_separator_separator", "label": "Separator", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "Separator", "community": 23, "community_name": "Community 23", "source_file": "frontend/src/components/ui/separator.tsx", "file_type": "code", "degree": 2}, {"id": "frontend_src_components_ui_button_tsx", "label": "button.tsx", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 18.5, "font": {"size": 12, "color": "#ffffff"}, "title": "button.tsx", "community": 11, "community_name": "Community 11", "source_file": "frontend/src/components/ui/button.tsx", "file_type": "code", "degree": 23}, {"id": "ui_button_buttonvariants", "label": "buttonVariants", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "buttonVariants", "community": 11, "community_name": "Community 11", "source_file": "frontend/src/components/ui/button.tsx", "file_type": "code", "degree": 1}, {"id": "ui_button_buttonprops", "label": "ButtonProps", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "ButtonProps", "community": 11, "community_name": "Community 11", "source_file": "frontend/src/components/ui/button.tsx", "file_type": "code", "degree": 1}, {"id": "ui_button_button", "label": "Button", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 17.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Button", "community": 11, "community_name": "Community 11", "source_file": "frontend/src/components/ui/button.tsx", "file_type": "code", "degree": 19}, {"id": "ui_checkbox_checkbox", "label": "Checkbox", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Checkbox", "community": 26, "community_name": "Community 26", "source_file": "frontend/src/components/ui/checkbox.tsx", "file_type": "code", "degree": 3}, {"id": "frontend_src_components_ui_collapsible_tsx", "label": "collapsible.tsx", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "collapsible.tsx", "community": 13, "community_name": "Community 13", "source_file": "frontend/src/components/ui/collapsible.tsx", "file_type": "code", "degree": 2}, {"id": "frontend_src_components_ui_dropdown_menu_tsx", "label": "dropdown-menu.tsx", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 14.4, "font": {"size": 0, "color": "#ffffff"}, "title": "dropdown-menu.tsx", "community": 6, "community_name": "Community 6", "source_file": "frontend/src/components/ui/dropdown-menu.tsx", "file_type": "code", "degree": 12}, {"id": "ui_dropdown_menu_dropdownmenusubtrigger", "label": "DropdownMenuSubTrigger", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "DropdownMenuSubTrigger", "community": 6, "community_name": "Community 6", "source_file": "frontend/src/components/ui/dropdown-menu.tsx", "file_type": "code", "degree": 1}, {"id": "ui_dropdown_menu_dropdownmenusubcontent", "label": "DropdownMenuSubContent", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "DropdownMenuSubContent", "community": 6, "community_name": "Community 6", "source_file": "frontend/src/components/ui/dropdown-menu.tsx", "file_type": "code", "degree": 1}, {"id": "ui_dropdown_menu_dropdownmenucontent", "label": "DropdownMenuContent", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "DropdownMenuContent", "community": 6, "community_name": "Community 6", "source_file": "frontend/src/components/ui/dropdown-menu.tsx", "file_type": "code", "degree": 2}, {"id": "ui_dropdown_menu_dropdownmenuitem", "label": "DropdownMenuItem", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "DropdownMenuItem", "community": 6, "community_name": "Community 6", "source_file": "frontend/src/components/ui/dropdown-menu.tsx", "file_type": "code", "degree": 2}, {"id": "ui_dropdown_menu_dropdownmenucheckboxitem", "label": "DropdownMenuCheckboxItem", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "DropdownMenuCheckboxItem", "community": 6, "community_name": "Community 6", "source_file": "frontend/src/components/ui/dropdown-menu.tsx", "file_type": "code", "degree": 1}, {"id": "ui_dropdown_menu_dropdownmenuradioitem", "label": "DropdownMenuRadioItem", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "DropdownMenuRadioItem", "community": 6, "community_name": "Community 6", "source_file": "frontend/src/components/ui/dropdown-menu.tsx", "file_type": "code", "degree": 1}, {"id": "ui_dropdown_menu_dropdownmenulabel", "label": "DropdownMenuLabel", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "DropdownMenuLabel", "community": 6, "community_name": "Community 6", "source_file": "frontend/src/components/ui/dropdown-menu.tsx", "file_type": "code", "degree": 1}, {"id": "ui_dropdown_menu_dropdownmenuseparator", "label": "DropdownMenuSeparator", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "DropdownMenuSeparator", "community": 6, "community_name": "Community 6", "source_file": "frontend/src/components/ui/dropdown-menu.tsx", "file_type": "code", "degree": 2}, {"id": "ui_dropdown_menu_dropdownmenushortcut", "label": "DropdownMenuShortcut()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "DropdownMenuShortcut()", "community": 13, "community_name": "Community 13", "source_file": "frontend/src/components/ui/dropdown-menu.tsx", "file_type": "code", "degree": 2}, {"id": "frontend_src_components_ui_select_tsx", "label": "select.tsx", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 15.9, "font": {"size": 12, "color": "#ffffff"}, "title": "select.tsx", "community": 36, "community_name": "Community 36", "source_file": "frontend/src/components/ui/select.tsx", "file_type": "code", "degree": 16}, {"id": "ui_select_selecttrigger", "label": "SelectTrigger", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 13.0, "font": {"size": 0, "color": "#ffffff"}, "title": "SelectTrigger", "community": 36, "community_name": "Community 36", "source_file": "frontend/src/components/ui/select.tsx", "file_type": "code", "degree": 8}, {"id": "ui_select_selectscrollupbutton", "label": "SelectScrollUpButton", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "SelectScrollUpButton", "community": 36, "community_name": "Community 36", "source_file": "frontend/src/components/ui/select.tsx", "file_type": "code", "degree": 1}, {"id": "ui_select_selectscrolldownbutton", "label": "SelectScrollDownButton", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "SelectScrollDownButton", "community": 36, "community_name": "Community 36", "source_file": "frontend/src/components/ui/select.tsx", "file_type": "code", "degree": 1}, {"id": "ui_select_selectcontent", "label": "SelectContent", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 13.0, "font": {"size": 0, "color": "#ffffff"}, "title": "SelectContent", "community": 36, "community_name": "Community 36", "source_file": "frontend/src/components/ui/select.tsx", "file_type": "code", "degree": 8}, {"id": "ui_select_selectlabel", "label": "SelectLabel", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "SelectLabel", "community": 36, "community_name": "Community 36", "source_file": "frontend/src/components/ui/select.tsx", "file_type": "code", "degree": 1}, {"id": "ui_select_selectitem", "label": "SelectItem", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 13.0, "font": {"size": 0, "color": "#ffffff"}, "title": "SelectItem", "community": 36, "community_name": "Community 36", "source_file": "frontend/src/components/ui/select.tsx", "file_type": "code", "degree": 8}, {"id": "ui_select_selectseparator", "label": "SelectSeparator", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "SelectSeparator", "community": 36, "community_name": "Community 36", "source_file": "frontend/src/components/ui/select.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_src_components_ui_textarea_tsx", "label": "textarea.tsx", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 12.6, "font": {"size": 0, "color": "#ffffff"}, "title": "textarea.tsx", "community": 13, "community_name": "Community 13", "source_file": "frontend/src/components/ui/textarea.tsx", "file_type": "code", "degree": 7}, {"id": "ui_textarea_textareaprops", "label": "TextareaProps", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "TextareaProps", "community": 13, "community_name": "Community 13", "source_file": "frontend/src/components/ui/textarea.tsx", "file_type": "code", "degree": 1}, {"id": "ui_textarea_textarea", "label": "Textarea", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Textarea", "community": 13, "community_name": "Community 13", "source_file": "frontend/src/components/ui/textarea.tsx", "file_type": "code", "degree": 4}, {"id": "frontend_src_components_ui_input_tsx", "label": "input.tsx", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 14.4, "font": {"size": 0, "color": "#ffffff"}, "title": "input.tsx", "community": 23, "community_name": "Community 23", "source_file": "frontend/src/components/ui/input.tsx", "file_type": "code", "degree": 12}, {"id": "ui_input_inputprops", "label": "InputProps", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "InputProps", "community": 23, "community_name": "Community 23", "source_file": "frontend/src/components/ui/input.tsx", "file_type": "code", "degree": 1}, {"id": "ui_input_input", "label": "Input", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 13.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Input", "community": 23, "community_name": "Community 23", "source_file": "frontend/src/components/ui/input.tsx", "file_type": "code", "degree": 9}, {"id": "ui_skeleton_skeleton", "label": "Skeleton()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "Skeleton()", "community": 13, "community_name": "Community 13", "source_file": "frontend/src/components/ui/skeleton.tsx", "file_type": "code", "degree": 2}, {"id": "frontend_src_components_layout_appshell_tsx", "label": "AppShell.tsx", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 17.8, "font": {"size": 12, "color": "#ffffff"}, "title": "AppShell.tsx", "community": 11, "community_name": "Community 11", "source_file": "frontend/src/components/layout/AppShell.tsx", "file_type": "code", "degree": 21}, {"id": "layout_appshell_getbreadcrumbs", "label": "getBreadcrumbs()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "getBreadcrumbs()", "community": 11, "community_name": "Community 11", "source_file": "frontend/src/components/layout/AppShell.tsx", "file_type": "code", "degree": 2}, {"id": "layout_appshell_getpagetitle", "label": "getPageTitle()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "getPageTitle()", "community": 11, "community_name": "Community 11", "source_file": "frontend/src/components/layout/AppShell.tsx", "file_type": "code", "degree": 2}, {"id": "layout_appshell_appshellprops", "label": "AppShellProps", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "AppShellProps", "community": 11, "community_name": "Community 11", "source_file": "frontend/src/components/layout/AppShell.tsx", "file_type": "code", "degree": 1}, {"id": "layout_appshell_appshell", "label": "AppShell()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 15.2, "font": {"size": 12, "color": "#ffffff"}, "title": "AppShell()", "community": 11, "community_name": "Community 11", "source_file": "frontend/src/components/layout/AppShell.tsx", "file_type": "code", "degree": 14}, {"id": "frontend_src_components_layout_sidebar_tsx", "label": "Sidebar.tsx", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 14.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Sidebar.tsx", "community": 14, "community_name": "Community 14", "source_file": "frontend/src/components/layout/Sidebar.tsx", "file_type": "code", "degree": 11}, {"id": "layout_sidebar_navitem", "label": "NavItem", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "NavItem", "community": 14, "community_name": "Community 14", "source_file": "frontend/src/components/layout/Sidebar.tsx", "file_type": "code", "degree": 1}, {"id": "layout_sidebar_navitems", "label": "navItems", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "navItems", "community": 14, "community_name": "Community 14", "source_file": "frontend/src/components/layout/Sidebar.tsx", "file_type": "code", "degree": 1}, {"id": "layout_sidebar_sidebar", "label": "Sidebar()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Sidebar()", "community": 14, "community_name": "Community 14", "source_file": "frontend/src/components/layout/Sidebar.tsx", "file_type": "code", "degree": 5}, {"id": "admin_usertable_rolevariant", "label": "roleVariant", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "roleVariant", "community": 6, "community_name": "Community 6", "source_file": "frontend/src/components/admin/UserTable.tsx", "file_type": "code", "degree": 1}, {"id": "admin_usertable_usertableprops", "label": "UserTableProps", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "UserTableProps", "community": 6, "community_name": "Community 6", "source_file": "frontend/src/components/admin/UserTable.tsx", "file_type": "code", "degree": 1}, {"id": "admin_usertable_usertable", "label": "UserTable()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 20.0, "font": {"size": 12, "color": "#ffffff"}, "title": "UserTable()", "community": 6, "community_name": "Community 6", "source_file": "frontend/src/components/admin/UserTable.tsx", "file_type": "code", "degree": 27}, {"id": "frontend_src_components_admin_clientform_tsx", "label": "ClientForm.tsx", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 15.6, "font": {"size": 12, "color": "#ffffff"}, "title": "ClientForm.tsx", "community": 23, "community_name": "Community 23", "source_file": "frontend/src/components/admin/ClientForm.tsx", "file_type": "code", "degree": 15}, {"id": "admin_clientform_clientformprops", "label": "ClientFormProps", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "ClientFormProps", "community": 23, "community_name": "Community 23", "source_file": "frontend/src/components/admin/ClientForm.tsx", "file_type": "code", "degree": 1}, {"id": "admin_clientform_clientform", "label": "ClientForm()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "ClientForm()", "community": 23, "community_name": "Community 23", "source_file": "frontend/src/components/admin/ClientForm.tsx", "file_type": "code", "degree": 2}, {"id": "admin_fileuploader_locales", "label": "LOCALES", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "LOCALES", "community": 36, "community_name": "Community 36", "source_file": "frontend/src/components/admin/FileUploader.tsx", "file_type": "code", "degree": 1}, {"id": "admin_fileuploader_fileuploader", "label": "FileUploader()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 14.1, "font": {"size": 0, "color": "#ffffff"}, "title": "FileUploader()", "community": 36, "community_name": "Community 36", "source_file": "frontend/src/components/admin/FileUploader.tsx", "file_type": "code", "degree": 11}, {"id": "admin_reportchart_datakey", "label": "DataKey", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "DataKey", "community": 18, "community_name": "Community 18", "source_file": "frontend/src/components/admin/ReportChart.tsx", "file_type": "code", "degree": 1}, {"id": "admin_reportchart_reportchartprops", "label": "ReportChartProps", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "ReportChartProps", "community": 18, "community_name": "Community 18", "source_file": "frontend/src/components/admin/ReportChart.tsx", "file_type": "code", "degree": 1}, {"id": "admin_reportchart_reportchart", "label": "ReportChart()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ReportChart()", "community": 18, "community_name": "Community 18", "source_file": "frontend/src/components/admin/ReportChart.tsx", "file_type": "code", "degree": 3}, {"id": "frontend_src_components_jobs_jobcard_tsx", "label": "JobCard.tsx", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 15.6, "font": {"size": 12, "color": "#ffffff"}, "title": "JobCard.tsx", "community": 13, "community_name": "Community 13", "source_file": "frontend/src/components/jobs/JobCard.tsx", "file_type": "code", "degree": 15}, {"id": "jobs_jobcard_statusconfig", "label": "statusConfig", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "statusConfig", "community": 13, "community_name": "Community 13", "source_file": "frontend/src/components/jobs/JobCard.tsx", "file_type": "code", "degree": 1}, {"id": "jobs_jobcard_localestatuscolor", "label": "localeStatusColor", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "localeStatusColor", "community": 13, "community_name": "Community 13", "source_file": "frontend/src/components/jobs/JobCard.tsx", "file_type": "code", "degree": 1}, {"id": "jobs_jobcard_jobcardprops", "label": "JobCardProps", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "JobCardProps", "community": 13, "community_name": "Community 13", "source_file": "frontend/src/components/jobs/JobCard.tsx", "file_type": "code", "degree": 1}, {"id": "jobs_jobcard_jobcard", "label": "JobCard()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "JobCard()", "community": 13, "community_name": "Community 13", "source_file": "frontend/src/components/jobs/JobCard.tsx", "file_type": "code", "degree": 4}, {"id": "outputpreview_feedbackbuttons_feedbackbuttons", "label": "FeedbackButtons()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 13.3, "font": {"size": 0, "color": "#ffffff"}, "title": "FeedbackButtons()", "community": 13, "community_name": "Community 13", "source_file": "frontend/src/components/jobs/OutputPreview/FeedbackButtons.tsx", "file_type": "code", "degree": 9}, {"id": "outputpreview_rationaleexpander_rationaleexpander", "label": "RationaleExpander()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "RationaleExpander()", "community": 13, "community_name": "Community 13", "source_file": "frontend/src/components/jobs/OutputPreview/RationaleExpander.tsx", "file_type": "code", "degree": 4}, {"id": "outputpreview_confidencebadge_tierconfig", "label": "tierConfig", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "tierConfig", "community": 17, "community_name": "Community 17", "source_file": "frontend/src/components/jobs/OutputPreview/ConfidenceBadge.tsx", "file_type": "code", "degree": 1}, {"id": "outputpreview_confidencebadge_confidencebadgeprops", "label": "ConfidenceBadgeProps", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "ConfidenceBadgeProps", "community": 17, "community_name": "Community 17", "source_file": "frontend/src/components/jobs/OutputPreview/ConfidenceBadge.tsx", "file_type": "code", "degree": 1}, {"id": "outputpreview_confidencebadge_confidencebadge", "label": "ConfidenceBadge()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 13.0, "font": {"size": 0, "color": "#ffffff"}, "title": "ConfidenceBadge()", "community": 17, "community_name": "Community 17", "source_file": "frontend/src/components/jobs/OutputPreview/ConfidenceBadge.tsx", "file_type": "code", "degree": 8}, {"id": "outputpreview_outputrowcard_outputrowcard", "label": "OutputRowCard()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 14.8, "font": {"size": 12, "color": "#ffffff"}, "title": "OutputRowCard()", "community": 4, "community_name": "Community 4", "source_file": "frontend/src/components/jobs/OutputPreview/OutputRowCard.tsx", "file_type": "code", "degree": 13}, {"id": "frontend_src_components_jobs_jobwizard_stepconfigure_tsx", "label": "StepConfigure.tsx", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 21.5, "font": {"size": 12, "color": "#ffffff"}, "title": "StepConfigure.tsx", "community": 26, "community_name": "Community 26", "source_file": "frontend/src/components/jobs/JobWizard/StepConfigure.tsx", "file_type": "code", "degree": 31}, {"id": "jobwizard_stepconfigure_all_locales", "label": "ALL_LOCALES", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "ALL_LOCALES", "community": 26, "community_name": "Community 26", "source_file": "frontend/src/components/jobs/JobWizard/StepConfigure.tsx", "file_type": "code", "degree": 1}, {"id": "jobwizard_stepconfigure_channels", "label": "CHANNELS", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "CHANNELS", "community": 26, "community_name": "Community 26", "source_file": "frontend/src/components/jobs/JobWizard/StepConfigure.tsx", "file_type": "code", "degree": 1}, {"id": "jobwizard_stepconfigure_tm_channels", "label": "TM_CHANNELS", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "TM_CHANNELS", "community": 26, "community_name": "Community 26", "source_file": "frontend/src/components/jobs/JobWizard/StepConfigure.tsx", "file_type": "code", "degree": 1}, {"id": "jobwizard_stepconfigure_llm_models", "label": "LLM_MODELS", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "LLM_MODELS", "community": 26, "community_name": "Community 26", "source_file": "frontend/src/components/jobs/JobWizard/StepConfigure.tsx", "file_type": "code", "degree": 1}, {"id": "jobwizard_stepconfigure_stepconfigureprops", "label": "StepConfigureProps", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "StepConfigureProps", "community": 26, "community_name": "Community 26", "source_file": "frontend/src/components/jobs/JobWizard/StepConfigure.tsx", "file_type": "code", "degree": 1}, {"id": "jobwizard_stepconfigure_stepconfigure", "label": "StepConfigure()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "StepConfigure()", "community": 26, "community_name": "Community 26", "source_file": "frontend/src/components/jobs/JobWizard/StepConfigure.tsx", "file_type": "code", "degree": 2}, {"id": "jobwizard_stepreview_stepreviewprops", "label": "StepReviewProps", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "StepReviewProps", "community": 4, "community_name": "Community 4", "source_file": "frontend/src/components/jobs/JobWizard/StepReview.tsx", "file_type": "code", "degree": 1}, {"id": "jobwizard_stepreview_stepreview", "label": "StepReview()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 17.4, "font": {"size": 12, "color": "#ffffff"}, "title": "StepReview()", "community": 4, "community_name": "Community 4", "source_file": "frontend/src/components/jobs/JobWizard/StepReview.tsx", "file_type": "code", "degree": 20}, {"id": "frontend_src_components_jobs_jobwizard_stepupload_tsx", "label": "StepUpload.tsx", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 17.4, "font": {"size": 12, "color": "#ffffff"}, "title": "StepUpload.tsx", "community": 4, "community_name": "Community 4", "source_file": "frontend/src/components/jobs/JobWizard/StepUpload.tsx", "file_type": "code", "degree": 20}, {"id": "jobwizard_stepupload_stepupload", "label": "StepUpload()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "StepUpload()", "community": 26, "community_name": "Community 26", "source_file": "frontend/src/components/jobs/JobWizard/StepUpload.tsx", "file_type": "code", "degree": 3}, {"id": "frontend_src_components_jobs_jobwizard_wizardstepper_tsx", "label": "WizardStepper.tsx", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "WizardStepper.tsx", "community": 26, "community_name": "Community 26", "source_file": "frontend/src/components/jobs/JobWizard/WizardStepper.tsx", "file_type": "code", "degree": 4}, {"id": "jobwizard_wizardstepper_wizardstepper", "label": "WizardStepper()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "WizardStepper()", "community": 26, "community_name": "Community 26", "source_file": "frontend/src/components/jobs/JobWizard/WizardStepper.tsx", "file_type": "code", "degree": 2}, {"id": "frontend_src_components_jobs_monitoringhud_progressbar_tsx", "label": "ProgressBar.tsx", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": "ProgressBar.tsx", "community": 13, "community_name": "Community 13", "source_file": "frontend/src/components/jobs/MonitoringHUD/ProgressBar.tsx", "file_type": "code", "degree": 5}, {"id": "monitoringhud_progressbar_progressbarprops", "label": "ProgressBarProps", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "ProgressBarProps", "community": 13, "community_name": "Community 13", "source_file": "frontend/src/components/jobs/MonitoringHUD/ProgressBar.tsx", "file_type": "code", "degree": 1}, {"id": "monitoringhud_progressbar_progressbar", "label": "ProgressBar()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ProgressBar()", "community": 13, "community_name": "Community 13", "source_file": "frontend/src/components/jobs/MonitoringHUD/ProgressBar.tsx", "file_type": "code", "degree": 3}, {"id": "monitoringhud_localeinstancecard_statusconfig", "label": "statusConfig", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "statusConfig", "community": 4, "community_name": "Community 4", "source_file": "frontend/src/components/jobs/MonitoringHUD/LocaleInstanceCard.tsx", "file_type": "code", "degree": 1}, {"id": "monitoringhud_localeinstancecard_localeinstancecardprops", "label": "LocaleInstanceCardProps", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "LocaleInstanceCardProps", "community": 4, "community_name": "Community 4", "source_file": "frontend/src/components/jobs/MonitoringHUD/LocaleInstanceCard.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_src_hooks_usejobs_ts", "label": "useJobs.ts", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 14.1, "font": {"size": 0, "color": "#ffffff"}, "title": "useJobs.ts", "community": 5, "community_name": "Community 5", "source_file": "frontend/src/hooks/useJobs.ts", "file_type": "code", "degree": 11}, {"id": "hooks_usejobs_usejobs", "label": "useJobs()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "useJobs()", "community": 36, "community_name": "Community 36", "source_file": "frontend/src/hooks/useJobs.ts", "file_type": "code", "degree": 3}, {"id": "hooks_usejobs_usejob", "label": "useJob()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "useJob()", "community": 4, "community_name": "Community 4", "source_file": "frontend/src/hooks/useJobs.ts", "file_type": "code", "degree": 3}, {"id": "hooks_usefileupload_uploadstate", "label": "UploadState", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "UploadState", "community": 126, "community_name": "Community 126", "source_file": "frontend/src/hooks/useFileUpload.ts", "file_type": "code", "degree": 1}, {"id": "hooks_usefileupload_usefileupload", "label": "useFileUpload()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "useFileUpload()", "community": 126, "community_name": "Community 126", "source_file": "frontend/src/hooks/useFileUpload.ts", "file_type": "code", "degree": 2}, {"id": "hooks_usefileupload_usemultifileupload", "label": "useMultiFileUpload()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "useMultiFileUpload()", "community": 126, "community_name": "Community 126", "source_file": "frontend/src/hooks/useFileUpload.ts", "file_type": "code", "degree": 1}, {"id": "frontend_src_hooks_useauth_ts", "label": "useAuth.ts", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 14.4, "font": {"size": 0, "color": "#ffffff"}, "title": "useAuth.ts", "community": 14, "community_name": "Community 14", "source_file": "frontend/src/hooks/useAuth.ts", "file_type": "code", "degree": 12}, {"id": "hooks_useauth_useauth", "label": "useAuth()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "useAuth()", "community": 4, "community_name": "Community 4", "source_file": "frontend/src/hooks/useAuth.ts", "file_type": "code", "degree": 3}, {"id": "hooks_usewebsocket_usewebsocketoptions", "label": "UseWebSocketOptions", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "UseWebSocketOptions", "community": 28, "community_name": "Community 28", "source_file": "frontend/src/hooks/useWebSocket.ts", "file_type": "code", "degree": 1}, {"id": "hooks_usewebsocket_usewebsocket", "label": "useWebSocket()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 12.2, "font": {"size": 0, "color": "#ffffff"}, "title": "useWebSocket()", "community": 28, "community_name": "Community 28", "source_file": "frontend/src/hooks/useWebSocket.ts", "file_type": "code", "degree": 6}, {"id": "frontend_src_lib_msal_ts", "label": "msal.ts", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "msal.ts", "community": 23, "community_name": "Community 23", "source_file": "frontend/src/lib/msal.ts", "file_type": "code", "degree": 4}, {"id": "lib_msal_msalconfig", "label": "msalConfig", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "msalConfig", "community": 23, "community_name": "Community 23", "source_file": "frontend/src/lib/msal.ts", "file_type": "code", "degree": 1}, {"id": "lib_msal_loginrequest", "label": "loginRequest", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "loginRequest", "community": 23, "community_name": "Community 23", "source_file": "frontend/src/lib/msal.ts", "file_type": "code", "degree": 2}, {"id": "lib_msal_getmsalinstance", "label": "getMsalInstance()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "getMsalInstance()", "community": 23, "community_name": "Community 23", "source_file": "frontend/src/lib/msal.ts", "file_type": "code", "degree": 2}, {"id": "frontend_src_lib_utils_ts", "label": "utils.ts", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 24.1, "font": {"size": 12, "color": "#ffffff"}, "title": "utils.ts", "community": 13, "community_name": "Community 13", "source_file": "frontend/src/lib/utils.ts", "file_type": "code", "degree": 38}, {"id": "lib_utils_cn", "label": "cn()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 23.7, "font": {"size": 12, "color": "#ffffff"}, "title": "cn()", "community": 13, "community_name": "Community 13", "source_file": "frontend/src/lib/utils.ts", "file_type": "code", "degree": 37}, {"id": "lib_utils_formatdate", "label": "formatDate()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 12.2, "font": {"size": 0, "color": "#ffffff"}, "title": "formatDate()", "community": 13, "community_name": "Community 13", "source_file": "frontend/src/lib/utils.ts", "file_type": "code", "degree": 6}, {"id": "lib_utils_formatdatetime", "label": "formatDateTime()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "formatDateTime()", "community": 4, "community_name": "Community 4", "source_file": "frontend/src/lib/utils.ts", "file_type": "code", "degree": 4}, {"id": "lib_utils_formatduration", "label": "formatDuration()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "formatDuration()", "community": 4, "community_name": "Community 4", "source_file": "frontend/src/lib/utils.ts", "file_type": "code", "degree": 2}, {"id": "lib_utils_getinitials", "label": "getInitials()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "getInitials()", "community": 14, "community_name": "Community 14", "source_file": "frontend/src/lib/utils.ts", "file_type": "code", "degree": 4}, {"id": "frontend_src_lib_api_ts", "label": "api.ts", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 40.0, "font": {"size": 12, "color": "#ffffff"}, "title": "api.ts", "community": 5, "community_name": "Community 5", "source_file": "frontend/src/lib/api.ts", "file_type": "code", "degree": 81}, {"id": "lib_api_api", "label": "api", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "api", "community": 5, "community_name": "Community 5", "source_file": "frontend/src/lib/api.ts", "file_type": "code", "degree": 1}, {"id": "lib_api_token", "label": "token", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "token", "community": 5, "community_name": "Community 5", "source_file": "frontend/src/lib/api.ts", "file_type": "code", "degree": 1}, {"id": "lib_api_mapjobstatus", "label": "mapJobStatus()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "mapJobStatus()", "community": 5, "community_name": "Community 5", "source_file": "frontend/src/lib/api.ts", "file_type": "code", "degree": 3}, {"id": "lib_api_maplocalestatus", "label": "mapLocaleStatus()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "mapLocaleStatus()", "community": 5, "community_name": "Community 5", "source_file": "frontend/src/lib/api.ts", "file_type": "code", "degree": 2}, {"id": "lib_api_maplocaleinstance", "label": "mapLocaleInstance()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "mapLocaleInstance()", "community": 5, "community_name": "Community 5", "source_file": "frontend/src/lib/api.ts", "file_type": "code", "degree": 2}, {"id": "lib_api_mapjobresponse", "label": "mapJobResponse()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 12.2, "font": {"size": 0, "color": "#ffffff"}, "title": "mapJobResponse()", "community": 5, "community_name": "Community 5", "source_file": "frontend/src/lib/api.ts", "file_type": "code", "degree": 6}, {"id": "lib_api_mapjoblistresponse", "label": "mapJobListResponse()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "mapJobListResponse()", "community": 5, "community_name": "Community 5", "source_file": "frontend/src/lib/api.ts", "file_type": "code", "degree": 2}, {"id": "lib_api_login", "label": "login()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "login()", "community": 14, "community_name": "Community 14", "source_file": "frontend/src/lib/api.ts", "file_type": "code", "degree": 3}, {"id": "lib_api_ssologin", "label": "ssoLogin()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "ssoLogin()", "community": 5, "community_name": "Community 5", "source_file": "frontend/src/lib/api.ts", "file_type": "code", "degree": 2}, {"id": "lib_api_getjobs", "label": "getJobs()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "getJobs()", "community": 5, "community_name": "Community 5", "source_file": "frontend/src/lib/api.ts", "file_type": "code", "degree": 2}, {"id": "lib_api_getjob", "label": "getJob()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "getJob()", "community": 5, "community_name": "Community 5", "source_file": "frontend/src/lib/api.ts", "file_type": "code", "degree": 3}, {"id": "lib_api_createjob", "label": "createJob()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "createJob()", "community": 5, "community_name": "Community 5", "source_file": "frontend/src/lib/api.ts", "file_type": "code", "degree": 3}, {"id": "lib_api_uploadsource", "label": "uploadSource()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": "uploadSource()", "community": 22, "community_name": "Community 22", "source_file": "frontend/src/lib/api.ts", "file_type": "code", "degree": 5}, {"id": "lib_api_validatesource", "label": "validateSource()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 12.6, "font": {"size": 0, "color": "#ffffff"}, "title": "validateSource()", "community": 42, "community_name": "Community 42", "source_file": "frontend/src/lib/api.ts", "file_type": "code", "degree": 7}, {"id": "lib_api_launchjob", "label": "launchJob()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "launchJob()", "community": 5, "community_name": "Community 5", "source_file": "frontend/src/lib/api.ts", "file_type": "code", "degree": 3}, {"id": "lib_api_canceljob", "label": "cancelJob()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "cancelJob()", "community": 5, "community_name": "Community 5", "source_file": "frontend/src/lib/api.ts", "file_type": "code", "degree": 3}, {"id": "lib_api_deletejob", "label": "deleteJob()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "deleteJob()", "community": 5, "community_name": "Community 5", "source_file": "frontend/src/lib/api.ts", "file_type": "code", "degree": 2}, {"id": "lib_api_rerunlocale", "label": "rerunLocale()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "rerunLocale()", "community": 22, "community_name": "Community 22", "source_file": "frontend/src/lib/api.ts", "file_type": "code", "degree": 4}, {"id": "lib_api_getoutput", "label": "getOutput()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "getOutput()", "community": 5, "community_name": "Community 5", "source_file": "frontend/src/lib/api.ts", "file_type": "code", "degree": 1}, {"id": "lib_api_downloadoutput", "label": "downloadOutput()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "downloadOutput()", "community": 4, "community_name": "Community 4", "source_file": "frontend/src/lib/api.ts", "file_type": "code", "degree": 3}, {"id": "lib_api_getoutputpreview", "label": "getOutputPreview()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "getOutputPreview()", "community": 63, "community_name": "Community 63", "source_file": "frontend/src/lib/api.ts", "file_type": "code", "degree": 4}, {"id": "lib_api_submitfeedback", "label": "submitFeedback()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "submitFeedback()", "community": 5, "community_name": "Community 5", "source_file": "frontend/src/lib/api.ts", "file_type": "code", "degree": 2}, {"id": "lib_api_mapuserresponse", "label": "mapUserResponse()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "mapUserResponse()", "community": 5, "community_name": "Community 5", "source_file": "frontend/src/lib/api.ts", "file_type": "code", "degree": 3}, {"id": "lib_api_getusers", "label": "getUsers()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "getUsers()", "community": 5, "community_name": "Community 5", "source_file": "frontend/src/lib/api.ts", "file_type": "code", "degree": 2}, {"id": "lib_api_createuser", "label": "createUser()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "createUser()", "community": 5, "community_name": "Community 5", "source_file": "frontend/src/lib/api.ts", "file_type": "code", "degree": 3}, {"id": "lib_api_updateuser", "label": "updateUser()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "updateUser()", "community": 5, "community_name": "Community 5", "source_file": "frontend/src/lib/api.ts", "file_type": "code", "degree": 3}, {"id": "lib_api_deleteuser", "label": "deleteUser()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "deleteUser()", "community": 5, "community_name": "Community 5", "source_file": "frontend/src/lib/api.ts", "file_type": "code", "degree": 1}, {"id": "lib_api_getclients", "label": "getClients()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "getClients()", "community": 26, "community_name": "Community 26", "source_file": "frontend/src/lib/api.ts", "file_type": "code", "degree": 4}, {"id": "lib_api_createclient", "label": "createClient()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "createClient()", "community": 59, "community_name": "Community 59", "source_file": "frontend/src/lib/api.ts", "file_type": "code", "degree": 3}, {"id": "lib_api_updateclient", "label": "updateClient()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "updateClient()", "community": 59, "community_name": "Community 59", "source_file": "frontend/src/lib/api.ts", "file_type": "code", "degree": 3}, {"id": "lib_api_gettmfiles", "label": "getTMFiles()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "getTMFiles()", "community": 5, "community_name": "Community 5", "source_file": "frontend/src/lib/api.ts", "file_type": "code", "degree": 2}, {"id": "lib_api_uploadtmfile", "label": "uploadTMFile()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 14.1, "font": {"size": 0, "color": "#ffffff"}, "title": "uploadTMFile()", "community": 9, "community_name": "Community 9", "source_file": "frontend/src/lib/api.ts", "file_type": "code", "degree": 11}, {"id": "lib_api_deletetmfile", "label": "deleteTMFile()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "deleteTMFile()", "community": 9, "community_name": "Community 9", "source_file": "frontend/src/lib/api.ts", "file_type": "code", "degree": 3}, {"id": "lib_api_getreferencefiles", "label": "getReferenceFiles()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "getReferenceFiles()", "community": 5, "community_name": "Community 5", "source_file": "frontend/src/lib/api.ts", "file_type": "code", "degree": 2}, {"id": "lib_api_uploadreferencefile", "label": "uploadReferenceFile()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 13.3, "font": {"size": 0, "color": "#ffffff"}, "title": "uploadReferenceFile()", "community": 0, "community_name": "Community 0", "source_file": "frontend/src/lib/api.ts", "file_type": "code", "degree": 9}, {"id": "lib_api_usagestats", "label": "UsageStats", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "UsageStats", "community": 18, "community_name": "Community 18", "source_file": "frontend/src/lib/api.ts", "file_type": "code", "degree": 2}, {"id": "lib_api_qualitymetrics", "label": "QualityMetrics", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "QualityMetrics", "community": 18, "community_name": "Community 18", "source_file": "frontend/src/lib/api.ts", "file_type": "code", "degree": 2}, {"id": "lib_api_localestat", "label": "LocaleStat", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 14.8, "font": {"size": 12, "color": "#ffffff"}, "title": "LocaleStat", "community": 37, "community_name": "Community 37", "source_file": "frontend/src/lib/api.ts", "file_type": "code", "degree": 13}, {"id": "lib_api_jobsovertimeentry", "label": "JobsOverTimeEntry", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "JobsOverTimeEntry", "community": 18, "community_name": "Community 18", "source_file": "frontend/src/lib/api.ts", "file_type": "code", "degree": 2}, {"id": "lib_api_getusagestats", "label": "getUsageStats()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "getUsageStats()", "community": 18, "community_name": "Community 18", "source_file": "frontend/src/lib/api.ts", "file_type": "code", "degree": 4}, {"id": "lib_api_getqualitymetrics", "label": "getQualityMetrics()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "getQualityMetrics()", "community": 18, "community_name": "Community 18", "source_file": "frontend/src/lib/api.ts", "file_type": "code", "degree": 4}, {"id": "lib_api_getlocalestats", "label": "getLocaleStats()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "getLocaleStats()", "community": 18, "community_name": "Community 18", "source_file": "frontend/src/lib/api.ts", "file_type": "code", "degree": 4}, {"id": "lib_api_getjobsovertime", "label": "getJobsOverTime()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "getJobsOverTime()", "community": 18, "community_name": "Community 18", "source_file": "frontend/src/lib/api.ts", "file_type": "code", "degree": 4}, {"id": "lib_api_auditlogentry", "label": "AuditLogEntry", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "AuditLogEntry", "community": 5, "community_name": "Community 5", "source_file": "frontend/src/lib/api.ts", "file_type": "code", "degree": 2}, {"id": "lib_api_getauditlogs", "label": "getAuditLogs()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "getAuditLogs()", "community": 5, "community_name": "Community 5", "source_file": "frontend/src/lib/api.ts", "file_type": "code", "degree": 2}, {"id": "frontend_src_lib_ws_ts", "label": "ws.ts", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 13.0, "font": {"size": 0, "color": "#ffffff"}, "title": "ws.ts", "community": 28, "community_name": "Community 28", "source_file": "frontend/src/lib/ws.ts", "file_type": "code", "degree": 8}, {"id": "lib_ws_messagehandler", "label": "MessageHandler", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "MessageHandler", "community": 28, "community_name": "Community 28", "source_file": "frontend/src/lib/ws.ts", "file_type": "code", "degree": 1}, {"id": "lib_ws_getwsbaseurl", "label": "getWsBaseUrl()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "getWsBaseUrl()", "community": 28, "community_name": "Community 28", "source_file": "frontend/src/lib/ws.ts", "file_type": "code", "degree": 2}, {"id": "lib_ws_websocketclient", "label": "WebSocketClient", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 13.3, "font": {"size": 0, "color": "#ffffff"}, "title": "WebSocketClient", "community": 28, "community_name": "Community 28", "source_file": "frontend/src/lib/ws.ts", "file_type": "code", "degree": 9}, {"id": "lib_ws_websocketclient_constructor", "label": ".constructor()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".constructor()", "community": 28, "community_name": "Community 28", "source_file": "frontend/src/lib/ws.ts", "file_type": "code", "degree": 3}, {"id": "lib_ws_websocketclient_connect", "label": ".connect()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".connect()", "community": 28, "community_name": "Community 28", "source_file": "frontend/src/lib/ws.ts", "file_type": "code", "degree": 1}, {"id": "lib_ws_websocketclient_attemptreconnect", "label": ".attemptReconnect()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".attemptReconnect()", "community": 28, "community_name": "Community 28", "source_file": "frontend/src/lib/ws.ts", "file_type": "code", "degree": 2}, {"id": "lib_ws_websocketclient_on", "label": ".on()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".on()", "community": 28, "community_name": "Community 28", "source_file": "frontend/src/lib/ws.ts", "file_type": "code", "degree": 1}, {"id": "lib_ws_websocketclient_emit", "label": ".emit()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".emit()", "community": 28, "community_name": "Community 28", "source_file": "frontend/src/lib/ws.ts", "file_type": "code", "degree": 2}, {"id": "lib_ws_websocketclient_disconnect", "label": ".disconnect()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".disconnect()", "community": 28, "community_name": "Community 28", "source_file": "frontend/src/lib/ws.ts", "file_type": "code", "degree": 1}, {"id": "lib_ws_websocketclient_isconnected", "label": ".isConnected()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".isConnected()", "community": 28, "community_name": "Community 28", "source_file": "frontend/src/lib/ws.ts", "file_type": "code", "degree": 1}, {"id": "frontend_src_lib_types_ts", "label": "types.ts", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 27.0, "font": {"size": 12, "color": "#ffffff"}, "title": "types.ts", "community": 17, "community_name": "Community 17", "source_file": "frontend/src/lib/types.ts", "file_type": "code", "degree": 46}, {"id": "lib_types_jobstatus", "label": "JobStatus", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "JobStatus", "community": 17, "community_name": "Community 17", "source_file": "frontend/src/lib/types.ts", "file_type": "code", "degree": 1}, {"id": "lib_types_localeinstancestatus", "label": "LocaleInstanceStatus", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "LocaleInstanceStatus", "community": 17, "community_name": "Community 17", "source_file": "frontend/src/lib/types.ts", "file_type": "code", "degree": 2}, {"id": "lib_types_confidencetier", "label": "ConfidenceTier", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ConfidenceTier", "community": 17, "community_name": "Community 17", "source_file": "frontend/src/lib/types.ts", "file_type": "code", "degree": 3}, {"id": "lib_types_userrole", "label": "UserRole", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "UserRole", "community": 14, "community_name": "Community 14", "source_file": "frontend/src/lib/types.ts", "file_type": "code", "degree": 2}, {"id": "lib_types_programme", "label": "Programme", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Programme", "community": 17, "community_name": "Community 17", "source_file": "frontend/src/lib/types.ts", "file_type": "code", "degree": 1}, {"id": "lib_types_channel", "label": "Channel", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Channel", "community": 17, "community_name": "Community 17", "source_file": "frontend/src/lib/types.ts", "file_type": "code", "degree": 1}, {"id": "lib_types_subchannel", "label": "SubChannel", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "SubChannel", "community": 17, "community_name": "Community 17", "source_file": "frontend/src/lib/types.ts", "file_type": "code", "degree": 2}, {"id": "lib_types_jobtype", "label": "JobType", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "JobType", "community": 17, "community_name": "Community 17", "source_file": "frontend/src/lib/types.ts", "file_type": "code", "degree": 1}, {"id": "lib_types_user", "label": "User", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 12.2, "font": {"size": 0, "color": "#ffffff"}, "title": "User", "community": 16, "community_name": "Community 16", "source_file": "frontend/src/lib/types.ts", "file_type": "code", "degree": 6}, {"id": "lib_types_client", "label": "Client", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 12.6, "font": {"size": 0, "color": "#ffffff"}, "title": "Client", "community": 16, "community_name": "Community 16", "source_file": "frontend/src/lib/types.ts", "file_type": "code", "degree": 7}, {"id": "lib_types_voiceprofile", "label": "VoiceProfile", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "VoiceProfile", "community": 17, "community_name": "Community 17", "source_file": "frontend/src/lib/types.ts", "file_type": "code", "degree": 1}, {"id": "lib_types_job", "label": "Job", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Job", "community": 5, "community_name": "Community 5", "source_file": "frontend/src/lib/types.ts", "file_type": "code", "degree": 4}, {"id": "lib_types_localeinstance", "label": "LocaleInstance", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 16.7, "font": {"size": 12, "color": "#ffffff"}, "title": "LocaleInstance", "community": 4, "community_name": "Community 4", "source_file": "frontend/src/lib/types.ts", "file_type": "code", "degree": 18}, {"id": "lib_types_sourceline", "label": "SourceLine", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "SourceLine", "community": 17, "community_name": "Community 17", "source_file": "frontend/src/lib/types.ts", "file_type": "code", "degree": 1}, {"id": "lib_types_outputrow", "label": "OutputRow", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "OutputRow", "community": 11, "community_name": "Community 11", "source_file": "frontend/src/lib/types.ts", "file_type": "code", "degree": 4}, {"id": "lib_types_outputoption", "label": "OutputOption", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "OutputOption", "community": 17, "community_name": "Community 17", "source_file": "frontend/src/lib/types.ts", "file_type": "code", "degree": 2}, {"id": "lib_types_feedback", "label": "Feedback", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Feedback", "community": 17, "community_name": "Community 17", "source_file": "frontend/src/lib/types.ts", "file_type": "code", "degree": 1}, {"id": "lib_types_tmfile", "label": "TMFile", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "TMFile", "community": 17, "community_name": "Community 17", "source_file": "frontend/src/lib/types.ts", "file_type": "code", "degree": 2}, {"id": "lib_types_referencefile", "label": "ReferenceFile", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "ReferenceFile", "community": 17, "community_name": "Community 17", "source_file": "frontend/src/lib/types.ts", "file_type": "code", "degree": 2}, {"id": "lib_types_loginrequest", "label": "LoginRequest", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "LoginRequest", "community": 14, "community_name": "Community 14", "source_file": "frontend/src/lib/types.ts", "file_type": "code", "degree": 3}, {"id": "lib_types_loginresponse", "label": "LoginResponse", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "LoginResponse", "community": 14, "community_name": "Community 14", "source_file": "frontend/src/lib/types.ts", "file_type": "code", "degree": 3}, {"id": "lib_types_createjobrequest", "label": "CreateJobRequest", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "CreateJobRequest", "community": 17, "community_name": "Community 17", "source_file": "frontend/src/lib/types.ts", "file_type": "code", "degree": 2}, {"id": "lib_types_jobfilters", "label": "JobFilters", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "JobFilters", "community": 5, "community_name": "Community 5", "source_file": "frontend/src/lib/types.ts", "file_type": "code", "degree": 3}, {"id": "lib_types_paginatedresponse", "label": "PaginatedResponse", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "PaginatedResponse", "community": 5, "community_name": "Community 5", "source_file": "frontend/src/lib/types.ts", "file_type": "code", "degree": 3}, {"id": "lib_types_wsmessage", "label": "WSMessage", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "WSMessage", "community": 28, "community_name": "Community 28", "source_file": "frontend/src/lib/types.ts", "file_type": "code", "degree": 3}, {"id": "lib_types_progressupdate", "label": "ProgressUpdate", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "ProgressUpdate", "community": 28, "community_name": "Community 28", "source_file": "frontend/src/lib/types.ts", "file_type": "code", "degree": 2}, {"id": "lib_types_validationresult", "label": "ValidationResult", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ValidationResult", "community": 17, "community_name": "Community 17", "source_file": "frontend/src/lib/types.ts", "file_type": "code", "degree": 3}, {"id": "lib_types_columncheck", "label": "ColumnCheck", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "ColumnCheck", "community": 17, "community_name": "Community 17", "source_file": "frontend/src/lib/types.ts", "file_type": "code", "degree": 1}, {"id": "frontend_src_lib_auth_ts", "label": "auth.ts", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 18.5, "font": {"size": 12, "color": "#ffffff"}, "title": "auth.ts", "community": 14, "community_name": "Community 14", "source_file": "frontend/src/lib/auth.ts", "file_type": "code", "degree": 23}, {"id": "lib_auth_gettoken", "label": "getToken()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": "getToken()", "community": 28, "community_name": "Community 28", "source_file": "frontend/src/lib/auth.ts", "file_type": "code", "degree": 5}, {"id": "lib_auth_settoken", "label": "setToken()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "setToken()", "community": 14, "community_name": "Community 14", "source_file": "frontend/src/lib/auth.ts", "file_type": "code", "degree": 2}, {"id": "lib_auth_getuser", "label": "getUser()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "getUser()", "community": 14, "community_name": "Community 14", "source_file": "frontend/src/lib/auth.ts", "file_type": "code", "degree": 4}, {"id": "lib_auth_setuser", "label": "setUser()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "setUser()", "community": 14, "community_name": "Community 14", "source_file": "frontend/src/lib/auth.ts", "file_type": "code", "degree": 2}, {"id": "lib_auth_decodejwtpayload", "label": "decodeJwtPayload()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "decodeJwtPayload()", "community": 14, "community_name": "Community 14", "source_file": "frontend/src/lib/auth.ts", "file_type": "code", "degree": 3}, {"id": "lib_auth_setauth", "label": "setAuth()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 12.2, "font": {"size": 0, "color": "#ffffff"}, "title": "setAuth()", "community": 14, "community_name": "Community 14", "source_file": "frontend/src/lib/auth.ts", "file_type": "code", "degree": 6}, {"id": "lib_auth_clearauth", "label": "clearAuth()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "clearAuth()", "community": 14, "community_name": "Community 14", "source_file": "frontend/src/lib/auth.ts", "file_type": "code", "degree": 4}, {"id": "lib_auth_isauthenticated", "label": "isAuthenticated()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 12.6, "font": {"size": 0, "color": "#ffffff"}, "title": "isAuthenticated()", "community": 14, "community_name": "Community 14", "source_file": "frontend/src/lib/auth.ts", "file_type": "code", "degree": 7}, {"id": "lib_auth_hasrole", "label": "hasRole()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "hasRole()", "community": 14, "community_name": "Community 14", "source_file": "frontend/src/lib/auth.ts", "file_type": "code", "degree": 2}, {"id": "lib_auth_role_display_names", "label": "ROLE_DISPLAY_NAMES", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "ROLE_DISPLAY_NAMES", "community": 14, "community_name": "Community 14", "source_file": "frontend/src/lib/auth.ts", "file_type": "code", "degree": 1}, {"id": "lib_auth_getroledisplayname", "label": "getRoleDisplayName()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "getRoleDisplayName()", "community": 14, "community_name": "Community 14", "source_file": "frontend/src/lib/auth.ts", "file_type": "code", "degree": 4}, {"id": "backend_app_config_py", "label": "config.py", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "config.py", "community": 88, "community_name": "Community 88", "source_file": "backend/app/config.py", "file_type": "code", "degree": 1}, {"id": "app_config_settings", "label": "Settings", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Settings", "community": 88, "community_name": "Community 88", "source_file": "backend/app/config.py", "file_type": "code", "degree": 3}, {"id": "basesettings", "label": "BaseSettings", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "BaseSettings", "community": 88, "community_name": "Community 88", "source_file": "", "file_type": "code", "degree": 1}, {"id": "app_config_rationale_5", "label": "Application settings loaded from environment variables.", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Application settings loaded from environment variables.", "community": 88, "community_name": "Community 88", "source_file": "backend/app/config.py", "file_type": "rationale", "degree": 1}, {"id": "backend_app_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": 233, "community_name": "Community 233", "source_file": "backend/app/__init__.py", "file_type": "code", "degree": 0}, {"id": "backend_app_main_py", "label": "main.py", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "main.py", "community": 90, "community_name": "Community 90", "source_file": "backend/app/main.py", "file_type": "code", "degree": 2}, {"id": "app_main_lifespan", "label": "lifespan()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "lifespan()", "community": 90, "community_name": "Community 90", "source_file": "backend/app/main.py", "file_type": "code", "degree": 2}, {"id": "app_main_create_app", "label": "create_app()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "create_app()", "community": 90, "community_name": "Community 90", "source_file": "backend/app/main.py", "file_type": "code", "degree": 1}, {"id": "app_main_rationale_17", "label": "Manage application lifespan: set up and tear down DB engine.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Manage application lifespan: set up and tear down DB engine.", "community": 90, "community_name": "Community 90", "source_file": "backend/app/main.py", "file_type": "rationale", "degree": 1}, {"id": "backend_app_dependencies_py", "label": "dependencies.py", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 19.6, "font": {"size": 12, "color": "#ffffff"}, "title": "dependencies.py", "community": 1, "community_name": "Community 1", "source_file": "backend/app/dependencies.py", "file_type": "code", "degree": 26}, {"id": "app_dependencies_get_db", "label": "get_db()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "get_db()", "community": 1, "community_name": "Community 1", "source_file": "backend/app/dependencies.py", "file_type": "code", "degree": 2}, {"id": "app_dependencies_get_current_user", "label": "get_current_user()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "get_current_user()", "community": 1, "community_name": "Community 1", "source_file": "backend/app/dependencies.py", "file_type": "code", "degree": 2}, {"id": "app_dependencies_require_role", "label": "require_role()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "require_role()", "community": 1, "community_name": "Community 1", "source_file": "backend/app/dependencies.py", "file_type": "code", "degree": 2}, {"id": "app_dependencies_rationale_29", "label": "Yield an async database session.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Yield an async database session.", "community": 1, "community_name": "Community 1", "source_file": "backend/app/dependencies.py", "file_type": "rationale", "degree": 1}, {"id": "app_dependencies_rationale_42", "label": "Decode JWT from Authorization header and return user claims.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Decode JWT from Authorization header and return user claims.", "community": 1, "community_name": "Community 1", "source_file": "backend/app/dependencies.py", "file_type": "rationale", "degree": 1}, {"id": "app_dependencies_rationale_70", "label": "Dependency factory that enforces role-based access.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Dependency factory that enforces role-based access.", "community": 1, "community_name": "Community 1", "source_file": "backend/app/dependencies.py", "file_type": "rationale", "degree": 1}, {"id": "backend_app_pipeline_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": 234, "community_name": "Community 234", "source_file": "backend/app/pipeline/__init__.py", "file_type": "code", "degree": 0}, {"id": "backend_app_pipeline_orchestrator_py", "label": "orchestrator.py", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "orchestrator.py", "community": 2, "community_name": "Community 2", "source_file": "backend/app/pipeline/orchestrator.py", "file_type": "code", "degree": 3}, {"id": "pipeline_orchestrator_pipelinestate", "label": "PipelineState", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 14.4, "font": {"size": 0, "color": "#ffffff"}, "title": "PipelineState", "community": 2, "community_name": "Community 2", "source_file": "backend/app/pipeline/orchestrator.py", "file_type": "code", "degree": 12}, {"id": "str", "label": "str", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 14.4, "font": {"size": 0, "color": "#ffffff"}, "title": "str", "community": 37, "community_name": "Community 37", "source_file": "", "file_type": "code", "degree": 12}, {"id": "pipeline_orchestrator_pipelineorchestrator", "label": "PipelineOrchestrator", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 16.3, "font": {"size": 12, "color": "#ffffff"}, "title": "PipelineOrchestrator", "community": 2, "community_name": "Community 2", "source_file": "backend/app/pipeline/orchestrator.py", "file_type": "code", "degree": 17}, {"id": "pipeline_orchestrator_pipelineorchestrator_init", "label": ".__init__()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".__init__()", "community": 2, "community_name": "Community 2", "source_file": "backend/app/pipeline/orchestrator.py", "file_type": "code", "degree": 1}, {"id": "pipeline_orchestrator_pipelineorchestrator_emit_progress", "label": "._emit_progress()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": "._emit_progress()", "community": 2, "community_name": "Community 2", "source_file": "backend/app/pipeline/orchestrator.py", "file_type": "code", "degree": 5}, {"id": "pipeline_orchestrator_pipelineorchestrator_run", "label": ".run()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 13.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".run()", "community": 2, "community_name": "Community 2", "source_file": "backend/app/pipeline/orchestrator.py", "file_type": "code", "degree": 10}, {"id": "pipeline_orchestrator_pipelineorchestrator_run_single_agent", "label": "._run_single_agent()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 12.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._run_single_agent()", "community": 2, "community_name": "Community 2", "source_file": "backend/app/pipeline/orchestrator.py", "file_type": "code", "degree": 6}, {"id": "pipeline_orchestrator_pipelineorchestrator_run_multi_agent", "label": "._run_multi_agent()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 13.3, "font": {"size": 0, "color": "#ffffff"}, "title": "._run_multi_agent()", "community": 2, "community_name": "Community 2", "source_file": "backend/app/pipeline/orchestrator.py", "file_type": "code", "degree": 9}, {"id": "pipeline_orchestrator_rationale_1", "label": "Pipeline orchestrator - state machine managing the transcreation pipeline. Supp", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Pipeline orchestrator - state machine managing the transcreation pipeline. Supp", "community": 2, "community_name": "Community 2", "source_file": "backend/app/pipeline/orchestrator.py", "file_type": "rationale", "degree": 1}, {"id": "pipeline_orchestrator_rationale_47", "label": "Orchestrates the transcreation pipeline through its state machine. Args:", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Orchestrates the transcreation pipeline through its state machine. Args:", "community": 2, "community_name": "Community 2", "source_file": "backend/app/pipeline/orchestrator.py", "file_type": "rationale", "degree": 1}, {"id": "pipeline_orchestrator_rationale_77", "label": "Emit a progress callback if one is registered (sync or async).", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Emit a progress callback if one is registered (sync or async).", "community": 2, "community_name": "Community 2", "source_file": "backend/app/pipeline/orchestrator.py", "file_type": "rationale", "degree": 1}, {"id": "pipeline_orchestrator_rationale_87", "label": "Run the full pipeline from INIT to DONE. Returns: The final", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Run the full pipeline from INIT to DONE. Returns: The final", "community": 2, "community_name": "Community 2", "source_file": "backend/app/pipeline/orchestrator.py", "file_type": "rationale", "degree": 1}, {"id": "pipeline_orchestrator_rationale_130", "label": "Run the single-agent pipeline: VALIDATE -> SINGLE_AGENT -> FORMAT -> DONE.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Run the single-agent pipeline: VALIDATE -&gt; SINGLE_AGENT -&gt; FORMAT -&gt; DONE.", "community": 2, "community_name": "Community 2", "source_file": "backend/app/pipeline/orchestrator.py", "file_type": "rationale", "degree": 1}, {"id": "pipeline_orchestrator_rationale_157", "label": "Run the legacy 6-agent pipeline.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Run the legacy 6-agent pipeline.", "community": 2, "community_name": "Community 2", "source_file": "backend/app/pipeline/orchestrator.py", "file_type": "rationale", "degree": 1}, {"id": "backend_app_pipeline_contracts_py", "label": "contracts.py", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 15.2, "font": {"size": 12, "color": "#ffffff"}, "title": "contracts.py", "community": 2, "community_name": "Community 2", "source_file": "backend/app/pipeline/contracts.py", "file_type": "code", "degree": 14}, {"id": "pipeline_contracts_tmentry", "label": "TMEntry", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 12.6, "font": {"size": 0, "color": "#ffffff"}, "title": "TMEntry", "community": 9, "community_name": "Community 9", "source_file": "backend/app/pipeline/contracts.py", "file_type": "code", "degree": 7}, {"id": "basemodel", "label": "BaseModel", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 24.8, "font": {"size": 12, "color": "#ffffff"}, "title": "BaseModel", "community": 19, "community_name": "Community 19", "source_file": "", "file_type": "code", "degree": 40}, {"id": "pipeline_contracts_sourcelinecontract", "label": "SourceLineContract", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 12.6, "font": {"size": 0, "color": "#ffffff"}, "title": "SourceLineContract", "community": 2, "community_name": "Community 2", "source_file": "backend/app/pipeline/contracts.py", "file_type": "code", "degree": 7}, {"id": "pipeline_contracts_filemanifest", "label": "FileManifest", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 13.0, "font": {"size": 0, "color": "#ffffff"}, "title": "FileManifest", "community": 2, "community_name": "Community 2", "source_file": "backend/app/pipeline/contracts.py", "file_type": "code", "degree": 8}, {"id": "pipeline_contracts_jobparams", "label": "JobParams", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 13.0, "font": {"size": 0, "color": "#ffffff"}, "title": "JobParams", "community": 2, "community_name": "Community 2", "source_file": "backend/app/pipeline/contracts.py", "file_type": "code", "degree": 8}, {"id": "pipeline_contracts_parsedjob", "label": "ParsedJob", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "ParsedJob", "community": 2, "community_name": "Community 2", "source_file": "backend/app/pipeline/contracts.py", "file_type": "code", "degree": 4}, {"id": "pipeline_contracts_confirmedmatch", "label": "ConfirmedMatch", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 12.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ConfirmedMatch", "community": 7, "community_name": "Community 7", "source_file": "backend/app/pipeline/contracts.py", "file_type": "code", "degree": 6}, {"id": "pipeline_contracts_tmsweepresult", "label": "TMSweepResult", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 13.0, "font": {"size": 0, "color": "#ffffff"}, "title": "TMSweepResult", "community": 7, "community_name": "Community 7", "source_file": "backend/app/pipeline/contracts.py", "file_type": "code", "degree": 8}, {"id": "pipeline_contracts_rankingdeclaration", "label": "RankingDeclaration", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 13.3, "font": {"size": 0, "color": "#ffffff"}, "title": "RankingDeclaration", "community": 12, "community_name": "Community 12", "source_file": "backend/app/pipeline/contracts.py", "file_type": "code", "degree": 9}, {"id": "pipeline_contracts_draftoption", "label": "DraftOption", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 13.3, "font": {"size": 0, "color": "#ffffff"}, "title": "DraftOption", "community": 0, "community_name": "Community 0", "source_file": "backend/app/pipeline/contracts.py", "file_type": "code", "degree": 9}, {"id": "pipeline_contracts_draftoutput", "label": "DraftOutput", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 13.3, "font": {"size": 0, "color": "#ffffff"}, "title": "DraftOutput", "community": 10, "community_name": "Community 10", "source_file": "backend/app/pipeline/contracts.py", "file_type": "code", "degree": 9}, {"id": "pipeline_contracts_complianceviolation", "label": "ComplianceViolation", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 12.6, "font": {"size": 0, "color": "#ffffff"}, "title": "ComplianceViolation", "community": 8, "community_name": "Community 8", "source_file": "backend/app/pipeline/contracts.py", "file_type": "code", "degree": 7}, {"id": "pipeline_contracts_complianceresult", "label": "ComplianceResult", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": "ComplianceResult", "community": 8, "community_name": "Community 8", "source_file": "backend/app/pipeline/contracts.py", "file_type": "code", "degree": 5}, {"id": "pipeline_contracts_pipelinecontext", "label": "PipelineContext", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 15.2, "font": {"size": 12, "color": "#ffffff"}, "title": "PipelineContext", "community": 2, "community_name": "Community 2", "source_file": "backend/app/pipeline/contracts.py", "file_type": "code", "degree": 14}, {"id": "pipeline_contracts_rationale_1", "label": "Pipeline data contracts - Pydantic models for inter-agent communication.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Pipeline data contracts - Pydantic models for inter-agent communication.", "community": 2, "community_name": "Community 2", "source_file": "backend/app/pipeline/contracts.py", "file_type": "rationale", "degree": 1}, {"id": "pipeline_contracts_rationale_9", "label": "A single Translation Memory entry.", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "A single Translation Memory entry.", "community": 9, "community_name": "Community 9", "source_file": "backend/app/pipeline/contracts.py", "file_type": "rationale", "degree": 1}, {"id": "pipeline_contracts_rationale_24", "label": "A parsed source line from the input xlsx.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "A parsed source line from the input xlsx.", "community": 2, "community_name": "Community 2", "source_file": "backend/app/pipeline/contracts.py", "file_type": "rationale", "degree": 1}, {"id": "pipeline_contracts_rationale_36", "label": "Manifest of all files loaded for a job.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Manifest of all files loaded for a job.", "community": 2, "community_name": "Community 2", "source_file": "backend/app/pipeline/contracts.py", "file_type": "rationale", "degree": 1}, {"id": "pipeline_contracts_rationale_47", "label": "Parameters for a transcreation job.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Parameters for a transcreation job.", "community": 2, "community_name": "Community 2", "source_file": "backend/app/pipeline/contracts.py", "file_type": "rationale", "degree": 1}, {"id": "pipeline_contracts_rationale_61", "label": "Output of Agent 1 (Validator): validated job parameters + source.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Output of Agent 1 (Validator): validated job parameters + source.", "community": 2, "community_name": "Community 2", "source_file": "backend/app/pipeline/contracts.py", "file_type": "rationale", "degree": 1}, {"id": "pipeline_contracts_rationale_68", "label": "A confirmed TM match for a source line.", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "A confirmed TM match for a source line.", "community": 7, "community_name": "Community 7", "source_file": "backend/app/pipeline/contracts.py", "file_type": "rationale", "degree": 1}, {"id": "pipeline_contracts_rationale_81", "label": "TM sweep results for a single source line.", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "TM sweep results for a single source line.", "community": 7, "community_name": "Community 7", "source_file": "backend/app/pipeline/contracts.py", "file_type": "rationale", "degree": 1}, {"id": "pipeline_contracts_rationale_90", "label": "Ranking decision for a single source line.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Ranking decision for a single source line.", "community": 12, "community_name": "Community 12", "source_file": "backend/app/pipeline/contracts.py", "file_type": "rationale", "degree": 1}, {"id": "pipeline_contracts_rationale_101", "label": "A single draft transcreation option.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "A single draft transcreation option.", "community": 0, "community_name": "Community 0", "source_file": "backend/app/pipeline/contracts.py", "file_type": "rationale", "degree": 1}, {"id": "pipeline_contracts_rationale_108", "label": "Transcreation draft output for a single source line.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Transcreation draft output for a single source line.", "community": 10, "community_name": "Community 10", "source_file": "backend/app/pipeline/contracts.py", "file_type": "rationale", "degree": 1}, {"id": "pipeline_contracts_rationale_118", "label": "A single compliance violation found during checking.", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "A single compliance violation found during checking.", "community": 8, "community_name": "Community 8", "source_file": "backend/app/pipeline/contracts.py", "file_type": "rationale", "degree": 1}, {"id": "pipeline_contracts_rationale_126", "label": "Compliance check result for a single source line.", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Compliance check result for a single source line.", "community": 8, "community_name": "Community 8", "source_file": "backend/app/pipeline/contracts.py", "file_type": "rationale", "degree": 1}, {"id": "pipeline_contracts_rationale_134", "label": "Full pipeline context passed between agents.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Full pipeline context passed between agents.", "community": 2, "community_name": "Community 2", "source_file": "backend/app/pipeline/contracts.py", "file_type": "rationale", "degree": 1}, {"id": "agents_agent_6_formatter_agent6formatter", "label": "Agent6Formatter", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 15.2, "font": {"size": 12, "color": "#ffffff"}, "title": "Agent6Formatter", "community": 53, "community_name": "Community 53", "source_file": "backend/app/pipeline/agents/agent_6_formatter.py", "file_type": "code", "degree": 14}, {"id": "baseagent", "label": "BaseAgent", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 12.6, "font": {"size": 0, "color": "#ffffff"}, "title": "BaseAgent", "community": 53, "community_name": "Community 53", "source_file": "", "file_type": "code", "degree": 7}, {"id": "agents_agent_6_formatter_agent6formatter_init", "label": ".__init__()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".__init__()", "community": 53, "community_name": "Community 53", "source_file": "backend/app/pipeline/agents/agent_6_formatter.py", "file_type": "code", "degree": 1}, {"id": "agents_agent_6_formatter_agent6formatter_get_system_prompt", "label": ".get_system_prompt()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".get_system_prompt()", "community": 53, "community_name": "Community 53", "source_file": "backend/app/pipeline/agents/agent_6_formatter.py", "file_type": "code", "degree": 1}, {"id": "agents_agent_6_formatter_agent6formatter_build_user_message", "label": ".build_user_message()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".build_user_message()", "community": 53, "community_name": "Community 53", "source_file": "backend/app/pipeline/agents/agent_6_formatter.py", "file_type": "code", "degree": 1}, {"id": "agents_agent_6_formatter_agent6formatter_parse_response", "label": ".parse_response()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".parse_response()", "community": 53, "community_name": "Community 53", "source_file": "backend/app/pipeline/agents/agent_6_formatter.py", "file_type": "code", "degree": 1}, {"id": "agents_agent_6_formatter_agent6formatter_run", "label": ".run()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".run()", "community": 29, "community_name": "Community 29", "source_file": "backend/app/pipeline/agents/agent_6_formatter.py", "file_type": "code", "degree": 3}, {"id": "agents_agent_6_formatter_rationale_1", "label": "Agent 6: Formatter Generates the output xlsx file and builds output row data. T", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Agent 6: Formatter Generates the output xlsx file and builds output row data. T", "community": 53, "community_name": "Community 53", "source_file": "backend/app/pipeline/agents/agent_6_formatter.py", "file_type": "rationale", "degree": 1}, {"id": "agents_agent_6_formatter_rationale_18", "label": "Formats pipeline output into xlsx and structured data.", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Formats pipeline output into xlsx and structured data.", "community": 53, "community_name": "Community 53", "source_file": "backend/app/pipeline/agents/agent_6_formatter.py", "file_type": "rationale", "degree": 1}, {"id": "agents_agent_6_formatter_rationale_36", "label": "Generate output xlsx and return updated context with file path. Returns", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Generate output xlsx and return updated context with file path. Returns", "community": 29, "community_name": "Community 29", "source_file": "backend/app/pipeline/agents/agent_6_formatter.py", "file_type": "rationale", "degree": 1}, {"id": "agents_agent_single_resolve_all_tm_paths", "label": "_resolve_all_tm_paths()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_resolve_all_tm_paths()", "community": 10, "community_name": "Community 10", "source_file": "backend/app/pipeline/agents/agent_single.py", "file_type": "code", "degree": 3}, {"id": "agents_agent_single_format_source_lines_for_prompt", "label": "_format_source_lines_for_prompt()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_format_source_lines_for_prompt()", "community": 10, "community_name": "Community 10", "source_file": "backend/app/pipeline/agents/agent_single.py", "file_type": "code", "degree": 3}, {"id": "agents_agent_single_format_tm_for_prompt", "label": "_format_tm_for_prompt()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_format_tm_for_prompt()", "community": 10, "community_name": "Community 10", "source_file": "backend/app/pipeline/agents/agent_single.py", "file_type": "code", "degree": 3}, {"id": "agents_agent_single_format_ref_data_for_prompt", "label": "_format_ref_data_for_prompt()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_format_ref_data_for_prompt()", "community": 10, "community_name": "Community 10", "source_file": "backend/app/pipeline/agents/agent_single.py", "file_type": "code", "degree": 3}, {"id": "agents_agent_single_parse_markdown_table", "label": "_parse_markdown_table()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "_parse_markdown_table()", "community": 10, "community_name": "Community 10", "source_file": "backend/app/pipeline/agents/agent_single.py", "file_type": "code", "degree": 4}, {"id": "agents_agent_single_rows_to_draft_outputs", "label": "_rows_to_draft_outputs()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.2, "font": {"size": 0, "color": "#ffffff"}, "title": "_rows_to_draft_outputs()", "community": 10, "community_name": "Community 10", "source_file": "backend/app/pipeline/agents/agent_single.py", "file_type": "code", "degree": 6}, {"id": "agents_agent_single_agentsingle", "label": "AgentSingle", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 18.9, "font": {"size": 12, "color": "#ffffff"}, "title": "AgentSingle", "community": 10, "community_name": "Community 10", "source_file": "backend/app/pipeline/agents/agent_single.py", "file_type": "code", "degree": 24}, {"id": "agents_agent_single_agentsingle_init", "label": ".__init__()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".__init__()", "community": 10, "community_name": "Community 10", "source_file": "backend/app/pipeline/agents/agent_single.py", "file_type": "code", "degree": 1}, {"id": "agents_agent_single_agentsingle_get_system_prompt", "label": ".get_system_prompt()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".get_system_prompt()", "community": 10, "community_name": "Community 10", "source_file": "backend/app/pipeline/agents/agent_single.py", "file_type": "code", "degree": 3}, {"id": "agents_agent_single_agentsingle_build_user_message", "label": ".build_user_message()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".build_user_message()", "community": 10, "community_name": "Community 10", "source_file": "backend/app/pipeline/agents/agent_single.py", "file_type": "code", "degree": 2}, {"id": "agents_agent_single_agentsingle_parse_response", "label": ".parse_response()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".parse_response()", "community": 10, "community_name": "Community 10", "source_file": "backend/app/pipeline/agents/agent_single.py", "file_type": "code", "degree": 3}, {"id": "agents_agent_single_agentsingle_run", "label": ".run()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 14.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".run()", "community": 10, "community_name": "Community 10", "source_file": "backend/app/pipeline/agents/agent_single.py", "file_type": "code", "degree": 12}, {"id": "agents_agent_single_rationale_1", "label": "Single Agent: Consolidated Transcreation Pipeline Uses the complete V25 Agent I", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Single Agent: Consolidated Transcreation Pipeline Uses the complete V25 Agent I", "community": 10, "community_name": "Community 10", "source_file": "backend/app/pipeline/agents/agent_single.py", "file_type": "rationale", "degree": 1}, {"id": "agents_agent_single_rationale_50", "label": "Resolve TM file paths for multiple channels.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Resolve TM file paths for multiple channels.", "community": 10, "community_name": "Community 10", "source_file": "backend/app/pipeline/agents/agent_single.py", "file_type": "rationale", "degree": 1}, {"id": "agents_agent_single_rationale_69", "label": "Format source lines into a structured block for the user message.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Format source lines into a structured block for the user message.", "community": 10, "community_name": "Community 10", "source_file": "backend/app/pipeline/agents/agent_single.py", "file_type": "rationale", "degree": 1}, {"id": "agents_agent_single_rationale_90", "label": "Format TM entries for inclusion in the user message.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Format TM entries for inclusion in the user message.", "community": 10, "community_name": "Community 10", "source_file": "backend/app/pipeline/agents/agent_single.py", "file_type": "rationale", "degree": 1}, {"id": "agents_agent_single_rationale_116", "label": "Format all reference files into a single block for the user message.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Format all reference files into a single block for the user message.", "community": 10, "community_name": "Community 10", "source_file": "backend/app/pipeline/agents/agent_single.py", "file_type": "rationale", "degree": 1}, {"id": "agents_agent_single_rationale_145", "label": "Parse the V25 markdown table output into structured rows. Returns:", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Parse the V25 markdown table output into structured rows. Returns:", "community": 10, "community_name": "Community 10", "source_file": "backend/app/pipeline/agents/agent_single.py", "file_type": "rationale", "degree": 1}, {"id": "agents_agent_single_rationale_207", "label": "Convert parsed table rows into DraftOutput and RankingDeclaration objects.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Convert parsed table rows into DraftOutput and RankingDeclaration objects.", "community": 10, "community_name": "Community 10", "source_file": "backend/app/pipeline/agents/agent_single.py", "file_type": "rationale", "degree": 1}, {"id": "agents_agent_single_rationale_291", "label": "Consolidated single-agent transcreation using V25 instructions. Replaces th", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Consolidated single-agent transcreation using V25 instructions. Replaces th", "community": 10, "community_name": "Community 10", "source_file": "backend/app/pipeline/agents/agent_single.py", "file_type": "rationale", "degree": 1}, {"id": "agents_agent_single_rationale_303", "label": "Return the full V25 instructions as the system prompt.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Return the full V25 instructions as the system prompt.", "community": 10, "community_name": "Community 10", "source_file": "backend/app/pipeline/agents/agent_single.py", "file_type": "rationale", "degree": 1}, {"id": "agents_agent_single_rationale_307", "label": "Build user message with job params, source lines, TM entries, and reference data", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Build user message with job params, source lines, TM entries, and reference data", "community": 10, "community_name": "Community 10", "source_file": "backend/app/pipeline/agents/agent_single.py", "file_type": "rationale", "degree": 1}, {"id": "agents_agent_single_rationale_312", "label": "Parse markdown table response.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Parse markdown table response.", "community": 10, "community_name": "Community 10", "source_file": "backend/app/pipeline/agents/agent_single.py", "file_type": "rationale", "degree": 1}, {"id": "agents_agent_single_rationale_316", "label": "Execute the single-agent transcreation pipeline.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Execute the single-agent transcreation pipeline.", "community": 10, "community_name": "Community 10", "source_file": "backend/app/pipeline/agents/agent_single.py", "file_type": "rationale", "degree": 1}, {"id": "agents_agent_1_validator_agent1validator", "label": "Agent1Validator", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 16.3, "font": {"size": 12, "color": "#ffffff"}, "title": "Agent1Validator", "community": 2, "community_name": "Community 2", "source_file": "backend/app/pipeline/agents/agent_1_validator.py", "file_type": "code", "degree": 17}, {"id": "agents_agent_1_validator_agent1validator_init", "label": ".__init__()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".__init__()", "community": 2, "community_name": "Community 2", "source_file": "backend/app/pipeline/agents/agent_1_validator.py", "file_type": "code", "degree": 1}, {"id": "agents_agent_1_validator_agent1validator_get_system_prompt", "label": ".get_system_prompt()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".get_system_prompt()", "community": 2, "community_name": "Community 2", "source_file": "backend/app/pipeline/agents/agent_1_validator.py", "file_type": "code", "degree": 1}, {"id": "agents_agent_1_validator_agent1validator_build_user_message", "label": ".build_user_message()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".build_user_message()", "community": 2, "community_name": "Community 2", "source_file": "backend/app/pipeline/agents/agent_1_validator.py", "file_type": "code", "degree": 1}, {"id": "agents_agent_1_validator_agent1validator_parse_response", "label": ".parse_response()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".parse_response()", "community": 2, "community_name": "Community 2", "source_file": "backend/app/pipeline/agents/agent_1_validator.py", "file_type": "code", "degree": 1}, {"id": "agents_agent_1_validator_agent1validator_run", "label": ".run()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 12.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".run()", "community": 2, "community_name": "Community 2", "source_file": "backend/app/pipeline/agents/agent_1_validator.py", "file_type": "code", "degree": 7}, {"id": "agents_agent_1_validator_rationale_1", "label": "Agent 1: Validator Validates source file, loads reference files, and builds the", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Agent 1: Validator Validates source file, loads reference files, and builds the", "community": 2, "community_name": "Community 2", "source_file": "backend/app/pipeline/agents/agent_1_validator.py", "file_type": "rationale", "degree": 1}, {"id": "agents_agent_1_validator_rationale_22", "label": "Validates inputs and builds the initial pipeline context.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Validates inputs and builds the initial pipeline context.", "community": 2, "community_name": "Community 2", "source_file": "backend/app/pipeline/agents/agent_1_validator.py", "file_type": "rationale", "degree": 1}, {"id": "agents_agent_1_validator_rationale_49", "label": "Validate inputs and populate the pipeline context. 1. Parse source file", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Validate inputs and populate the pipeline context. 1. Parse source file", "community": 2, "community_name": "Community 2", "source_file": "backend/app/pipeline/agents/agent_1_validator.py", "file_type": "rationale", "degree": 1}, {"id": "agents_agent_3_ranker_extract_year", "label": "_extract_year()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": "_extract_year()", "community": 12, "community_name": "Community 12", "source_file": "backend/app/pipeline/agents/agent_3_ranker.py", "file_type": "code", "degree": 5}, {"id": "agents_agent_3_ranker_channel_matches", "label": "_channel_matches()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": "_channel_matches()", "community": 12, "community_name": "Community 12", "source_file": "backend/app/pipeline/agents/agent_3_ranker.py", "file_type": "code", "degree": 5}, {"id": "agents_agent_3_ranker_sub_channel_matches", "label": "_sub_channel_matches()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "_sub_channel_matches()", "community": 12, "community_name": "Community 12", "source_file": "backend/app/pipeline/agents/agent_3_ranker.py", "file_type": "code", "degree": 4}, {"id": "agents_agent_3_ranker_score_match", "label": "_score_match()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 12.2, "font": {"size": 0, "color": "#ffffff"}, "title": "_score_match()", "community": 12, "community_name": "Community 12", "source_file": "backend/app/pipeline/agents/agent_3_ranker.py", "file_type": "code", "degree": 6}, {"id": "agents_agent_3_ranker_classify_confidence", "label": "_classify_confidence()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 12.2, "font": {"size": 0, "color": "#ffffff"}, "title": "_classify_confidence()", "community": 12, "community_name": "Community 12", "source_file": "backend/app/pipeline/agents/agent_3_ranker.py", "file_type": "code", "degree": 6}, {"id": "agents_agent_3_ranker_option_count_for_tier", "label": "_option_count_for_tier()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_option_count_for_tier()", "community": 12, "community_name": "Community 12", "source_file": "backend/app/pipeline/agents/agent_3_ranker.py", "file_type": "code", "degree": 3}, {"id": "agents_agent_3_ranker_rank_line", "label": "_rank_line()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 13.3, "font": {"size": 0, "color": "#ffffff"}, "title": "_rank_line()", "community": 12, "community_name": "Community 12", "source_file": "backend/app/pipeline/agents/agent_3_ranker.py", "file_type": "code", "degree": 9}, {"id": "agents_agent_3_ranker_agent3ranker", "label": "Agent3Ranker", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 18.1, "font": {"size": 12, "color": "#ffffff"}, "title": "Agent3Ranker", "community": 12, "community_name": "Community 12", "source_file": "backend/app/pipeline/agents/agent_3_ranker.py", "file_type": "code", "degree": 22}, {"id": "agents_agent_3_ranker_agent3ranker_get_system_prompt", "label": ".get_system_prompt()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".get_system_prompt()", "community": 12, "community_name": "Community 12", "source_file": "backend/app/pipeline/agents/agent_3_ranker.py", "file_type": "code", "degree": 1}, {"id": "agents_agent_3_ranker_agent3ranker_build_user_message", "label": ".build_user_message()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".build_user_message()", "community": 12, "community_name": "Community 12", "source_file": "backend/app/pipeline/agents/agent_3_ranker.py", "file_type": "code", "degree": 1}, {"id": "agents_agent_3_ranker_agent3ranker_parse_response", "label": ".parse_response()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".parse_response()", "community": 12, "community_name": "Community 12", "source_file": "backend/app/pipeline/agents/agent_3_ranker.py", "file_type": "code", "degree": 1}, {"id": "agents_agent_3_ranker_agent3ranker_run", "label": ".run()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".run()", "community": 12, "community_name": "Community 12", "source_file": "backend/app/pipeline/agents/agent_3_ranker.py", "file_type": "code", "degree": 4}, {"id": "agents_agent_3_ranker_rationale_1", "label": "Agent 3: Ranker Ranks TM matches and declares confidence tiers for each source", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Agent 3: Ranker Ranks TM matches and declares confidence tiers for each source", "community": 12, "community_name": "Community 12", "source_file": "backend/app/pipeline/agents/agent_3_ranker.py", "file_type": "rationale", "degree": 1}, {"id": "agents_agent_3_ranker_rationale_36", "label": "Extract the most recent 2-digit year from a seg_key string. Seg keys look l", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Extract the most recent 2-digit year from a seg_key string. Seg keys look l", "community": 12, "community_name": "Community 12", "source_file": "backend/app/pipeline/agents/agent_3_ranker.py", "file_type": "rationale", "degree": 1}, {"id": "agents_agent_3_ranker_rationale_52", "label": "Case-insensitive channel comparison.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Case-insensitive channel comparison.", "community": 12, "community_name": "Community 12", "source_file": "backend/app/pipeline/agents/agent_3_ranker.py", "file_type": "rationale", "degree": 1}, {"id": "agents_agent_3_ranker_rationale_57", "label": "Case-insensitive sub-channel comparison.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Case-insensitive sub-channel comparison.", "community": 12, "community_name": "Community 12", "source_file": "backend/app/pipeline/agents/agent_3_ranker.py", "file_type": "rationale", "degree": 1}, {"id": "agents_agent_3_ranker_rationale_68", "label": "Return a sort key tuple (higher is better). Priority order: 1. Channe", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Return a sort key tuple (higher is better). Priority order: 1. Channe", "community": 12, "community_name": "Community 12", "source_file": "backend/app/pipeline/agents/agent_3_ranker.py", "file_type": "rationale", "degree": 1}, {"id": "agents_agent_3_ranker_rationale_91", "label": "Determine the confidence tier for a winning match. HIGH - same channel, s", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Determine the confidence tier for a winning match. HIGH - same channel, s", "community": 12, "community_name": "Community 12", "source_file": "backend/app/pipeline/agents/agent_3_ranker.py", "file_type": "rationale", "degree": 1}, {"id": "agents_agent_3_ranker_rationale_110", "label": "Return the number of draft options required for a tier.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Return the number of draft options required for a tier.", "community": 12, "community_name": "Community 12", "source_file": "backend/app/pipeline/agents/agent_3_ranker.py", "file_type": "rationale", "degree": 1}, {"id": "agents_agent_3_ranker_rationale_124", "label": "Build a RankingDeclaration for a single source line.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Build a RankingDeclaration for a single source line.", "community": 12, "community_name": "Community 12", "source_file": "backend/app/pipeline/agents/agent_3_ranker.py", "file_type": "rationale", "degree": 1}, {"id": "agents_agent_3_ranker_rationale_218", "label": "Deterministic ranking agent -- no LLM call required. Applies the V25 rules-", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Deterministic ranking agent -- no LLM call required. Applies the V25 rules-", "community": 12, "community_name": "Community 12", "source_file": "backend/app/pipeline/agents/agent_3_ranker.py", "file_type": "rationale", "degree": 1}, {"id": "agents_agent_3_ranker_rationale_241", "label": "Rank TM matches for every source line and populate declarations.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Rank TM matches for every source line and populate declarations.", "community": 12, "community_name": "Community 12", "source_file": "backend/app/pipeline/agents/agent_3_ranker.py", "file_type": "rationale", "degree": 1}, {"id": "agents_agent_4_transcreator_get_voice_profile", "label": "_get_voice_profile()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_get_voice_profile()", "community": 0, "community_name": "Community 0", "source_file": "backend/app/pipeline/agents/agent_4_transcreator.py", "file_type": "code", "degree": 3}, {"id": "agents_agent_4_transcreator_get_locale_display", "label": "_get_locale_display()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_get_locale_display()", "community": 0, "community_name": "Community 0", "source_file": "backend/app/pipeline/agents/agent_4_transcreator.py", "file_type": "code", "degree": 3}, {"id": "agents_agent_4_transcreator_format_glossary_section", "label": "_format_glossary_section()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_format_glossary_section()", "community": 0, "community_name": "Community 0", "source_file": "backend/app/pipeline/agents/agent_4_transcreator.py", "file_type": "code", "degree": 3}, {"id": "agents_agent_4_transcreator_format_blacklist_section", "label": "_format_blacklist_section()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_format_blacklist_section()", "community": 0, "community_name": "Community 0", "source_file": "backend/app/pipeline/agents/agent_4_transcreator.py", "file_type": "code", "degree": 3}, {"id": "agents_agent_4_transcreator_format_tov_section", "label": "_format_tov_section()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_format_tov_section()", "community": 0, "community_name": "Community 0", "source_file": "backend/app/pipeline/agents/agent_4_transcreator.py", "file_type": "code", "degree": 3}, {"id": "agents_agent_4_transcreator_format_locale_considerations_section", "label": "_format_locale_considerations_section()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_format_locale_considerations_section()", "community": 0, "community_name": "Community 0", "source_file": "backend/app/pipeline/agents/agent_4_transcreator.py", "file_type": "code", "degree": 3}, {"id": "agents_agent_4_transcreator_build_system_prompt", "label": "build_system_prompt()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 13.3, "font": {"size": 0, "color": "#ffffff"}, "title": "build_system_prompt()", "community": 0, "community_name": "Community 0", "source_file": "backend/app/pipeline/agents/agent_4_transcreator.py", "file_type": "code", "degree": 9}, {"id": "agents_agent_4_transcreator_build_user_message_for_batch", "label": "build_user_message_for_batch()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "build_user_message_for_batch()", "community": 0, "community_name": "Community 0", "source_file": "backend/app/pipeline/agents/agent_4_transcreator.py", "file_type": "code", "degree": 3}, {"id": "agents_agent_4_transcreator_build_fallback_user_message", "label": "_build_fallback_user_message()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_build_fallback_user_message()", "community": 0, "community_name": "Community 0", "source_file": "backend/app/pipeline/agents/agent_4_transcreator.py", "file_type": "code", "degree": 3}, {"id": "agents_agent_4_transcreator_extract_json_array", "label": "_extract_json_array()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_extract_json_array()", "community": 0, "community_name": "Community 0", "source_file": "backend/app/pipeline/agents/agent_4_transcreator.py", "file_type": "code", "degree": 3}, {"id": "agents_agent_4_transcreator_parse_draft_option", "label": "_parse_draft_option()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "_parse_draft_option()", "community": 0, "community_name": "Community 0", "source_file": "backend/app/pipeline/agents/agent_4_transcreator.py", "file_type": "code", "degree": 4}, {"id": "agents_agent_4_transcreator_parse_batch_response", "label": "parse_batch_response()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.6, "font": {"size": 0, "color": "#ffffff"}, "title": "parse_batch_response()", "community": 0, "community_name": "Community 0", "source_file": "backend/app/pipeline/agents/agent_4_transcreator.py", "file_type": "code", "degree": 7}, {"id": "agents_agent_4_transcreator_agent4transcreator", "label": "Agent4Transcreator", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 23.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Agent4Transcreator", "community": 0, "community_name": "Community 0", "source_file": "backend/app/pipeline/agents/agent_4_transcreator.py", "file_type": "code", "degree": 35}, {"id": "agents_agent_4_transcreator_agent4transcreator_init", "label": ".__init__()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".__init__()", "community": 60, "community_name": "Community 60", "source_file": "backend/app/pipeline/agents/agent_4_transcreator.py", "file_type": "code", "degree": 2}, {"id": "agents_agent_4_transcreator_agent4transcreator_get_system_prompt", "label": ".get_system_prompt()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".get_system_prompt()", "community": 0, "community_name": "Community 0", "source_file": "backend/app/pipeline/agents/agent_4_transcreator.py", "file_type": "code", "degree": 1}, {"id": "agents_agent_4_transcreator_agent4transcreator_build_user_message", "label": ".build_user_message()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".build_user_message()", "community": 0, "community_name": "Community 0", "source_file": "backend/app/pipeline/agents/agent_4_transcreator.py", "file_type": "code", "degree": 1}, {"id": "agents_agent_4_transcreator_agent4transcreator_parse_response", "label": ".parse_response()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".parse_response()", "community": 0, "community_name": "Community 0", "source_file": "backend/app/pipeline/agents/agent_4_transcreator.py", "file_type": "code", "degree": 1}, {"id": "agents_agent_4_transcreator_agent4transcreator_run", "label": ".run()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".run()", "community": 0, "community_name": "Community 0", "source_file": "backend/app/pipeline/agents/agent_4_transcreator.py", "file_type": "code", "degree": 6}, {"id": "agents_agent_4_transcreator_make_batches", "label": "_make_batches()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "_make_batches()", "community": 0, "community_name": "Community 0", "source_file": "backend/app/pipeline/agents/agent_4_transcreator.py", "file_type": "code", "degree": 2}, {"id": "agents_agent_4_transcreator_agent4transcreator_process_batch", "label": "._process_batch()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.6, "font": {"size": 0, "color": "#ffffff"}, "title": "._process_batch()", "community": 0, "community_name": "Community 0", "source_file": "backend/app/pipeline/agents/agent_4_transcreator.py", "file_type": "code", "degree": 7}, {"id": "agents_agent_4_transcreator_generate_placeholders", "label": "_generate_placeholders()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "_generate_placeholders()", "community": 0, "community_name": "Community 0", "source_file": "backend/app/pipeline/agents/agent_4_transcreator.py", "file_type": "code", "degree": 4}, {"id": "agents_agent_4_transcreator_rationale_1", "label": "Agent 4: Transcreator Core agent that generates real transcreation drafts for e", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Agent 4: Transcreator Core agent that generates real transcreation drafts for e", "community": 0, "community_name": "Community 0", "source_file": "backend/app/pipeline/agents/agent_4_transcreator.py", "file_type": "rationale", "degree": 1}, {"id": "agents_agent_4_transcreator_rationale_75", "label": "Return the V25 voice profile for the given programme.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Return the V25 voice profile for the given programme.", "community": 0, "community_name": "Community 0", "source_file": "backend/app/pipeline/agents/agent_4_transcreator.py", "file_type": "rationale", "degree": 1}, {"id": "agents_agent_4_transcreator_rationale_81", "label": "Return a human-readable locale name.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Return a human-readable locale name.", "community": 0, "community_name": "Community 0", "source_file": "backend/app/pipeline/agents/agent_4_transcreator.py", "file_type": "rationale", "degree": 1}, {"id": "agents_agent_4_transcreator_rationale_90", "label": "Format glossary data into a prompt-friendly string.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Format glossary data into a prompt-friendly string.", "community": 0, "community_name": "Community 0", "source_file": "backend/app/pipeline/agents/agent_4_transcreator.py", "file_type": "rationale", "degree": 1}, {"id": "agents_agent_4_transcreator_rationale_122", "label": "Format blacklist data into a prompt-friendly string.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Format blacklist data into a prompt-friendly string.", "community": 0, "community_name": "Community 0", "source_file": "backend/app/pipeline/agents/agent_4_transcreator.py", "file_type": "rationale", "degree": 1}, {"id": "agents_agent_4_transcreator_rationale_146", "label": "Format Tone of Voice guidelines into a prompt-friendly string.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Format Tone of Voice guidelines into a prompt-friendly string.", "community": 0, "community_name": "Community 0", "source_file": "backend/app/pipeline/agents/agent_4_transcreator.py", "file_type": "rationale", "degree": 1}, {"id": "agents_agent_4_transcreator_rationale_166", "label": "Format locale considerations into a prompt-friendly string.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Format locale considerations into a prompt-friendly string.", "community": 0, "community_name": "Community 0", "source_file": "backend/app/pipeline/agents/agent_4_transcreator.py", "file_type": "rationale", "degree": 1}, {"id": "agents_agent_4_transcreator_rationale_198", "label": "Build the comprehensive system prompt for the transcreation LLM call.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Build the comprehensive system prompt for the transcreation LLM call.", "community": 0, "community_name": "Community 0", "source_file": "backend/app/pipeline/agents/agent_4_transcreator.py", "file_type": "rationale", "degree": 1}, {"id": "agents_agent_4_transcreator_rationale_312", "label": "Build the user message JSON for a single batch of source lines.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Build the user message JSON for a single batch of source lines.", "community": 0, "community_name": "Community 0", "source_file": "backend/app/pipeline/agents/agent_4_transcreator.py", "file_type": "rationale", "degree": 1}, {"id": "agents_agent_4_transcreator_rationale_385", "label": "Build a simplified user message for fallback/retry attempts.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Build a simplified user message for fallback/retry attempts.", "community": 0, "community_name": "Community 0", "source_file": "backend/app/pipeline/agents/agent_4_transcreator.py", "file_type": "rationale", "degree": 1}, {"id": "agents_agent_4_transcreator_rationale_423", "label": "Extract a JSON array from LLM response text, handling markdown fences.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Extract a JSON array from LLM response text, handling markdown fences.", "community": 0, "community_name": "Community 0", "source_file": "backend/app/pipeline/agents/agent_4_transcreator.py", "file_type": "rationale", "degree": 1}, {"id": "agents_agent_4_transcreator_rationale_456", "label": "Parse a single draft option dict into a DraftOption model.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Parse a single draft option dict into a DraftOption model.", "community": 0, "community_name": "Community 0", "source_file": "backend/app/pipeline/agents/agent_4_transcreator.py", "file_type": "rationale", "degree": 1}, {"id": "agents_agent_4_transcreator_rationale_473", "label": "Parse the LLM response for a batch into DraftOutput objects. Raises ValueEr", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Parse the LLM response for a batch into DraftOutput objects. Raises ValueEr", "community": 0, "community_name": "Community 0", "source_file": "backend/app/pipeline/agents/agent_4_transcreator.py", "file_type": "rationale", "degree": 1}, {"id": "agents_agent_4_transcreator_rationale_531", "label": "Transcreation agent: generates real translations using Claude. Processes so", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Transcreation agent: generates real translations using Claude. Processes so", "community": 0, "community_name": "Community 0", "source_file": "backend/app/pipeline/agents/agent_4_transcreator.py", "file_type": "rationale", "degree": 1}, {"id": "agents_agent_4_transcreator_rationale_567", "label": "Execute the transcreation agent. 1. Load reference files from file_mani", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Execute the transcreation agent. 1. Load reference files from file_mani", "community": 0, "community_name": "Community 0", "source_file": "backend/app/pipeline/agents/agent_4_transcreator.py", "file_type": "rationale", "degree": 1}, {"id": "agents_agent_4_transcreator_rationale_655", "label": "Load all reference files from the file manifest.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Load all reference files from the file manifest.", "community": 0, "community_name": "Community 0", "source_file": "backend/app/pipeline/agents/agent_4_transcreator.py", "file_type": "rationale", "degree": 1}, {"id": "agents_agent_4_transcreator_rationale_676", "label": "Split source lines into batches.", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Split source lines into batches.", "community": 235, "community_name": "Community 235", "source_file": "backend/app/pipeline/agents/agent_4_transcreator.py", "file_type": "rationale", "degree": 0}, {"id": "agents_agent_4_transcreator_rationale_689", "label": "Process a single batch: build message, call LLM, parse, retry on failure.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Process a single batch: build message, call LLM, parse, retry on failure.", "community": 0, "community_name": "Community 0", "source_file": "backend/app/pipeline/agents/agent_4_transcreator.py", "file_type": "rationale", "degree": 1}, {"id": "agents_agent_4_transcreator_rationale_754", "label": "Generate placeholder DraftOutputs when all LLM attempts fail.", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Generate placeholder DraftOutputs when all LLM attempts fail.", "community": 236, "community_name": "Community 236", "source_file": "backend/app/pipeline/agents/agent_4_transcreator.py", "file_type": "rationale", "degree": 0}, {"id": "backend_app_pipeline_agents_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": 237, "community_name": "Community 237", "source_file": "backend/app/pipeline/agents/__init__.py", "file_type": "code", "degree": 0}, {"id": "agents_agent_5_compliance_load_blacklist_entries", "label": "_load_blacklist_entries()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "_load_blacklist_entries()", "community": 8, "community_name": "Community 8", "source_file": "backend/app/pipeline/agents/agent_5_compliance.py", "file_type": "code", "degree": 4}, {"id": "agents_agent_5_compliance_get_option_texts", "label": "_get_option_texts()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": "_get_option_texts()", "community": 8, "community_name": "Community 8", "source_file": "backend/app/pipeline/agents/agent_5_compliance.py", "file_type": "code", "degree": 5}, {"id": "agents_agent_5_compliance_check_blacklist", "label": "_check_blacklist()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 12.2, "font": {"size": 0, "color": "#ffffff"}, "title": "_check_blacklist()", "community": 8, "community_name": "Community 8", "source_file": "backend/app/pipeline/agents/agent_5_compliance.py", "file_type": "code", "degree": 6}, {"id": "agents_agent_5_compliance_check_domains", "label": "_check_domains()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": "_check_domains()", "community": 8, "community_name": "Community 8", "source_file": "backend/app/pipeline/agents/agent_5_compliance.py", "file_type": "code", "degree": 5}, {"id": "agents_agent_5_compliance_agent5compliance", "label": "Agent5Compliance", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 18.1, "font": {"size": 12, "color": "#ffffff"}, "title": "Agent5Compliance", "community": 8, "community_name": "Community 8", "source_file": "backend/app/pipeline/agents/agent_5_compliance.py", "file_type": "code", "degree": 22}, {"id": "agents_agent_5_compliance_agent5compliance_get_system_prompt", "label": ".get_system_prompt()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".get_system_prompt()", "community": 8, "community_name": "Community 8", "source_file": "backend/app/pipeline/agents/agent_5_compliance.py", "file_type": "code", "degree": 1}, {"id": "agents_agent_5_compliance_agent5compliance_build_user_message", "label": ".build_user_message()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".build_user_message()", "community": 8, "community_name": "Community 8", "source_file": "backend/app/pipeline/agents/agent_5_compliance.py", "file_type": "code", "degree": 1}, {"id": "agents_agent_5_compliance_agent5compliance_parse_response", "label": ".parse_response()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".parse_response()", "community": 8, "community_name": "Community 8", "source_file": "backend/app/pipeline/agents/agent_5_compliance.py", "file_type": "code", "degree": 1}, {"id": "agents_agent_5_compliance_agent5compliance_run", "label": ".run()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 13.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".run()", "community": 8, "community_name": "Community 8", "source_file": "backend/app/pipeline/agents/agent_5_compliance.py", "file_type": "code", "degree": 8}, {"id": "agents_agent_5_compliance_rationale_1", "label": "Agent 5: Compliance Checker (Hybrid) Runs deterministic compliance checks again", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Agent 5: Compliance Checker (Hybrid) Runs deterministic compliance checks again", "community": 8, "community_name": "Community 8", "source_file": "backend/app/pipeline/agents/agent_5_compliance.py", "file_type": "rationale", "degree": 1}, {"id": "agents_agent_5_compliance_rationale_31", "label": "Load blacklist entries from a JSON file, handling both array and object formats.", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Load blacklist entries from a JSON file, handling both array and object formats.", "community": 8, "community_name": "Community 8", "source_file": "backend/app/pipeline/agents/agent_5_compliance.py", "file_type": "rationale", "degree": 1}, {"id": "agents_agent_5_compliance_rationale_66", "label": "Return a list of (option_number, text) for all non-None options.", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Return a list of (option_number, text) for all non-None options.", "community": 8, "community_name": "Community 8", "source_file": "backend/app/pipeline/agents/agent_5_compliance.py", "file_type": "rationale", "degree": 1}, {"id": "agents_agent_5_compliance_rationale_82", "label": "Check each option against the source line's char_limit (if any).", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Check each option against the source line&#x27;s char_limit (if any).", "community": 8, "community_name": "Community 8", "source_file": "backend/app/pipeline/agents/agent_5_compliance.py", "file_type": "rationale", "degree": 1}, {"id": "agents_agent_5_compliance_rationale_108", "label": "Scan each option for blacklisted terms.", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Scan each option for blacklisted terms.", "community": 8, "community_name": "Community 8", "source_file": "backend/app/pipeline/agents/agent_5_compliance.py", "file_type": "rationale", "degree": 1}, {"id": "agents_agent_5_compliance_rationale_134", "label": "Flag options that still contain the source domain (Amazon.co.uk) when the ta", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Flag options that still contain the source domain (Amazon.co.uk) when the ta", "community": 8, "community_name": "Community 8", "source_file": "backend/app/pipeline/agents/agent_5_compliance.py", "file_type": "rationale", "degree": 1}, {"id": "agents_agent_5_compliance_rationale_159", "label": "Hybrid compliance agent: deterministic checks first, optional LLM later.", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Hybrid compliance agent: deterministic checks first, optional LLM later.", "community": 8, "community_name": "Community 8", "source_file": "backend/app/pipeline/agents/agent_5_compliance.py", "file_type": "rationale", "degree": 1}, {"id": "agents_agent_5_compliance_rationale_178", "label": "Run deterministic compliance checks on every draft output. Checks perfo", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Run deterministic compliance checks on every draft output. Checks perfo", "community": 8, "community_name": "Community 8", "source_file": "backend/app/pipeline/agents/agent_5_compliance.py", "file_type": "rationale", "degree": 1}, {"id": "backend_app_pipeline_agents_base_py", "label": "base.py", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 12.6, "font": {"size": 0, "color": "#ffffff"}, "title": "base.py", "community": 77, "community_name": "Community 77", "source_file": "backend/app/pipeline/agents/base.py", "file_type": "code", "degree": 7}, {"id": "agents_base_baseagent", "label": "BaseAgent", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 14.1, "font": {"size": 0, "color": "#ffffff"}, "title": "BaseAgent", "community": 53, "community_name": "Community 53", "source_file": "backend/app/pipeline/agents/base.py", "file_type": "code", "degree": 11}, {"id": "abc", "label": "ABC", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "ABC", "community": 50, "community_name": "Community 50", "source_file": "", "file_type": "code", "degree": 4}, {"id": "agents_base_get_system_prompt", "label": "get_system_prompt()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "get_system_prompt()", "community": 77, "community_name": "Community 77", "source_file": "backend/app/pipeline/agents/base.py", "file_type": "code", "degree": 1}, {"id": "agents_base_build_user_message", "label": "build_user_message()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "build_user_message()", "community": 77, "community_name": "Community 77", "source_file": "backend/app/pipeline/agents/base.py", "file_type": "code", "degree": 1}, {"id": "agents_base_parse_response", "label": "parse_response()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "parse_response()", "community": 77, "community_name": "Community 77", "source_file": "backend/app/pipeline/agents/base.py", "file_type": "code", "degree": 1}, {"id": "agents_base_run", "label": "run()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "run()", "community": 77, "community_name": "Community 77", "source_file": "backend/app/pipeline/agents/base.py", "file_type": "code", "degree": 1}, {"id": "agents_base_rationale_1", "label": "Base agent abstract class for the transcreation pipeline.", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Base agent abstract class for the transcreation pipeline.", "community": 77, "community_name": "Community 77", "source_file": "backend/app/pipeline/agents/base.py", "file_type": "rationale", "degree": 1}, {"id": "agents_base_rationale_10", "label": "Abstract base class for pipeline agents. Each agent in the pipeline impleme", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Abstract base class for pipeline agents. Each agent in the pipeline impleme", "community": 53, "community_name": "Community 53", "source_file": "backend/app/pipeline/agents/base.py", "file_type": "rationale", "degree": 1}, {"id": "agents_base_rationale_24", "label": "Return the system prompt for this agent's LLM call.", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Return the system prompt for this agent&#x27;s LLM call.", "community": 238, "community_name": "Community 238", "source_file": "backend/app/pipeline/agents/base.py", "file_type": "rationale", "degree": 0}, {"id": "agents_base_rationale_29", "label": "Build the user message from pipeline context. Args: context", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Build the user message from pipeline context. Args: context", "community": 239, "community_name": "Community 239", "source_file": "backend/app/pipeline/agents/base.py", "file_type": "rationale", "degree": 0}, {"id": "agents_base_rationale_41", "label": "Parse the LLM response into structured data. Args: response", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Parse the LLM response into structured data. Args: response", "community": 240, "community_name": "Community 240", "source_file": "backend/app/pipeline/agents/base.py", "file_type": "rationale", "degree": 0}, {"id": "agents_base_rationale_54", "label": "Execute this agent and return the updated pipeline context. Args:", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Execute this agent and return the updated pipeline context. Args:", "community": 241, "community_name": "Community 241", "source_file": "backend/app/pipeline/agents/base.py", "file_type": "rationale", "degree": 0}, {"id": "agents_agent_2_tm_retrieval_resolve_tm_paths", "label": "_resolve_tm_paths()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_resolve_tm_paths()", "community": 7, "community_name": "Community 7", "source_file": "backend/app/pipeline/agents/agent_2_tm_retrieval.py", "file_type": "code", "degree": 3}, {"id": "agents_agent_2_tm_retrieval_load_all_tm_entries", "label": "_load_all_tm_entries()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": "_load_all_tm_entries()", "community": 7, "community_name": "Community 7", "source_file": "backend/app/pipeline/agents/agent_2_tm_retrieval.py", "file_type": "code", "degree": 5}, {"id": "agents_agent_2_tm_retrieval_format_tm_entries_for_prompt", "label": "_format_tm_entries_for_prompt()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_format_tm_entries_for_prompt()", "community": 7, "community_name": "Community 7", "source_file": "backend/app/pipeline/agents/agent_2_tm_retrieval.py", "file_type": "code", "degree": 3}, {"id": "agents_agent_2_tm_retrieval_format_source_lines_for_prompt", "label": "_format_source_lines_for_prompt()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_format_source_lines_for_prompt()", "community": 7, "community_name": "Community 7", "source_file": "backend/app/pipeline/agents/agent_2_tm_retrieval.py", "file_type": "code", "degree": 3}, {"id": "agents_agent_2_tm_retrieval_empty_results", "label": "_empty_results()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": "_empty_results()", "community": 7, "community_name": "Community 7", "source_file": "backend/app/pipeline/agents/agent_2_tm_retrieval.py", "file_type": "code", "degree": 5}, {"id": "agents_agent_2_tm_retrieval_agent2tmretrieval", "label": "Agent2TMRetrieval", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 18.9, "font": {"size": 12, "color": "#ffffff"}, "title": "Agent2TMRetrieval", "community": 7, "community_name": "Community 7", "source_file": "backend/app/pipeline/agents/agent_2_tm_retrieval.py", "file_type": "code", "degree": 24}, {"id": "agents_agent_2_tm_retrieval_agent2tmretrieval_get_system_prompt", "label": ".get_system_prompt()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".get_system_prompt()", "community": 7, "community_name": "Community 7", "source_file": "backend/app/pipeline/agents/agent_2_tm_retrieval.py", "file_type": "code", "degree": 2}, {"id": "agents_agent_2_tm_retrieval_agent2tmretrieval_build_user_message", "label": ".build_user_message()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".build_user_message()", "community": 7, "community_name": "Community 7", "source_file": "backend/app/pipeline/agents/agent_2_tm_retrieval.py", "file_type": "code", "degree": 1}, {"id": "agents_agent_2_tm_retrieval_agent2tmretrieval_build_full_user_message", "label": "._build_full_user_message()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": "._build_full_user_message()", "community": 7, "community_name": "Community 7", "source_file": "backend/app/pipeline/agents/agent_2_tm_retrieval.py", "file_type": "code", "degree": 5}, {"id": "agents_agent_2_tm_retrieval_agent2tmretrieval_parse_response", "label": ".parse_response()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".parse_response()", "community": 7, "community_name": "Community 7", "source_file": "backend/app/pipeline/agents/agent_2_tm_retrieval.py", "file_type": "code", "degree": 3}, {"id": "agents_agent_2_tm_retrieval_agent2tmretrieval_parse_llm_response", "label": "._parse_llm_response()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 12.6, "font": {"size": 0, "color": "#ffffff"}, "title": "._parse_llm_response()", "community": 7, "community_name": "Community 7", "source_file": "backend/app/pipeline/agents/agent_2_tm_retrieval.py", "file_type": "code", "degree": 7}, {"id": "agents_agent_2_tm_retrieval_agent2tmretrieval_run", "label": ".run()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 13.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".run()", "community": 7, "community_name": "Community 7", "source_file": "backend/app/pipeline/agents/agent_2_tm_retrieval.py", "file_type": "code", "degree": 9}, {"id": "agents_agent_2_tm_retrieval_rationale_1", "label": "Agent 2: TM Retrieval Loads Translation Memory files and uses the LLM to find s", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Agent 2: TM Retrieval Loads Translation Memory files and uses the LLM to find s", "community": 7, "community_name": "Community 7", "source_file": "backend/app/pipeline/agents/agent_2_tm_retrieval.py", "file_type": "rationale", "degree": 1}, {"id": "agents_agent_2_tm_retrieval_rationale_49", "label": "Resolve TM file paths from the manifest or channel mapping. If the manifest", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Resolve TM file paths from the manifest or channel mapping. If the manifest", "community": 7, "community_name": "Community 7", "source_file": "backend/app/pipeline/agents/agent_2_tm_retrieval.py", "file_type": "rationale", "degree": 1}, {"id": "agents_agent_2_tm_retrieval_rationale_82", "label": "Load TM entries from all resolved paths, logging errors gracefully.", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Load TM entries from all resolved paths, logging errors gracefully.", "community": 7, "community_name": "Community 7", "source_file": "backend/app/pipeline/agents/agent_2_tm_retrieval.py", "file_type": "rationale", "degree": 1}, {"id": "agents_agent_2_tm_retrieval_rationale_97", "label": "Format TM entries into a numbered list for the LLM prompt.", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Format TM entries into a numbered list for the LLM prompt.", "community": 7, "community_name": "Community 7", "source_file": "backend/app/pipeline/agents/agent_2_tm_retrieval.py", "file_type": "rationale", "degree": 1}, {"id": "agents_agent_2_tm_retrieval_rationale_114", "label": "Format source lines into a numbered list for the LLM prompt.", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Format source lines into a numbered list for the LLM prompt.", "community": 7, "community_name": "Community 7", "source_file": "backend/app/pipeline/agents/agent_2_tm_retrieval.py", "file_type": "rationale", "degree": 1}, {"id": "agents_agent_2_tm_retrieval_rationale_125", "label": "Return no_match=True results for every source line.", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Return no_match=True results for every source line.", "community": 7, "community_name": "Community 7", "source_file": "backend/app/pipeline/agents/agent_2_tm_retrieval.py", "file_type": "rationale", "degree": 1}, {"id": "agents_agent_2_tm_retrieval_rationale_137", "label": "TM retrieval agent: finds semantic TM matches for each source line.", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "TM retrieval agent: finds semantic TM matches for each source line.", "community": 7, "community_name": "Community 7", "source_file": "backend/app/pipeline/agents/agent_2_tm_retrieval.py", "file_type": "rationale", "degree": 1}, {"id": "agents_agent_2_tm_retrieval_rationale_183", "label": "Build the complete user message with source lines and TM entries.", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Build the complete user message with source lines and TM entries.", "community": 7, "community_name": "Community 7", "source_file": "backend/app/pipeline/agents/agent_2_tm_retrieval.py", "file_type": "rationale", "degree": 1}, {"id": "agents_agent_2_tm_retrieval_rationale_197", "label": "Parse raw LLM response; not used directly -- see _parse_llm_response.", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Parse raw LLM response; not used directly -- see _parse_llm_response.", "community": 7, "community_name": "Community 7", "source_file": "backend/app/pipeline/agents/agent_2_tm_retrieval.py", "file_type": "rationale", "degree": 1}, {"id": "agents_agent_2_tm_retrieval_rationale_206", "label": "Parse the LLM JSON response into TMSweepResult objects. Args:", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Parse the LLM JSON response into TMSweepResult objects. Args:", "community": 7, "community_name": "Community 7", "source_file": "backend/app/pipeline/agents/agent_2_tm_retrieval.py", "file_type": "rationale", "degree": 1}, {"id": "agents_agent_2_tm_retrieval_rationale_289", "label": "Execute TM retrieval: load TM files, call LLM, parse results.", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Execute TM retrieval: load TM files, call LLM, parse results.", "community": 7, "community_name": "Community 7", "source_file": "backend/app/pipeline/agents/agent_2_tm_retrieval.py", "file_type": "rationale", "degree": 1}, {"id": "backend_app_pipeline_agents_prompts_v25_instructions_json", "label": "v25_instructions.json", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "v25_instructions.json", "community": 54, "community_name": "Community 54", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 2}, {"id": "prompts_v25_instructions_config", "label": "config", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 17.8, "font": {"size": 12, "color": "#ffffff"}, "title": "config", "community": 54, "community_name": "Community 54", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 21}, {"id": "prompts_v25_instructions_config_target_locales", "label": "target_locales", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "target_locales", "community": 54, "community_name": "Community 54", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 1}, {"id": "prompts_v25_instructions_config_locale_code_normalization", "label": "locale_code_normalization", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "locale_code_normalization", "community": 31, "community_name": "Community 31", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 3}, {"id": "prompts_v25_instructions_locale_code_normalization_strategy", "label": "strategy", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "strategy", "community": 31, "community_name": "Community 31", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 1}, {"id": "prompts_v25_instructions_locale_code_normalization_examples", "label": "examples", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 14.8, "font": {"size": 12, "color": "#ffffff"}, "title": "examples", "community": 31, "community_name": "Community 31", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 13}, {"id": "prompts_v25_instructions_examples_de_de", "label": "de-DE", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "de-DE", "community": 31, "community_name": "Community 31", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 1}, {"id": "prompts_v25_instructions_examples_de_at", "label": "de-AT", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "de-AT", "community": 31, "community_name": "Community 31", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 1}, {"id": "prompts_v25_instructions_examples_fr_fr", "label": "fr-FR", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "fr-FR", "community": 31, "community_name": "Community 31", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 1}, {"id": "prompts_v25_instructions_examples_fr_be", "label": "fr-BE", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "fr-BE", "community": 31, "community_name": "Community 31", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 1}, {"id": "prompts_v25_instructions_examples_it_it", "label": "it-IT", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "it-IT", "community": 31, "community_name": "Community 31", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 1}, {"id": "prompts_v25_instructions_examples_es_es", "label": "es-ES", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "es-ES", "community": 31, "community_name": "Community 31", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 1}, {"id": "prompts_v25_instructions_examples_ca_es", "label": "ca-ES", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "ca-ES", "community": 31, "community_name": "Community 31", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 1}, {"id": "prompts_v25_instructions_examples_nl_nl", "label": "nl-NL", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "nl-NL", "community": 31, "community_name": "Community 31", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 1}, {"id": "prompts_v25_instructions_examples_nl_be", "label": "nl-BE", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "nl-BE", "community": 31, "community_name": "Community 31", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 1}, {"id": "prompts_v25_instructions_examples_sv_se", "label": "sv-SE", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "sv-SE", "community": 31, "community_name": "Community 31", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 1}, {"id": "prompts_v25_instructions_examples_pl_pl", "label": "pl-PL", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "pl-PL", "community": 31, "community_name": "Community 31", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 1}, {"id": "prompts_v25_instructions_examples_pt_pt", "label": "pt-PT", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "pt-PT", "community": 31, "community_name": "Community 31", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 1}, {"id": "prompts_v25_instructions_config_brand_guidelines_file", "label": "brand_guidelines_file", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "brand_guidelines_file", "community": 54, "community_name": "Community 54", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 1}, {"id": "prompts_v25_instructions_config_forbidden_terms_file", "label": "forbidden_terms_file", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "forbidden_terms_file", "community": 54, "community_name": "Community 54", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 1}, {"id": "prompts_v25_instructions_config_date_percent_examples_file", "label": "date_percent_examples_file", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "date_percent_examples_file", "community": 54, "community_name": "Community 54", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 1}, {"id": "prompts_v25_instructions_config_reference_file_registry", "label": "reference_file_registry", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": "reference_file_registry", "community": 67, "community_name": "Community 67", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 5}, {"id": "prompts_v25_instructions_reference_file_registry_patterns", "label": "patterns", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": "patterns", "community": 67, "community_name": "Community 67", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 5}, {"id": "prompts_v25_instructions_patterns_local_considerations", "label": "local_considerations", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "local_considerations", "community": 67, "community_name": "Community 67", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 2}, {"id": "prompts_v25_instructions_patterns_glossary", "label": "glossary", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "glossary", "community": 67, "community_name": "Community 67", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 1}, {"id": "prompts_v25_instructions_patterns_blacklist", "label": "blacklist", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "blacklist", "community": 67, "community_name": "Community 67", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 1}, {"id": "prompts_v25_instructions_patterns_date_percent_formats", "label": "date_percent_formats", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "date_percent_formats", "community": 67, "community_name": "Community 67", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 1}, {"id": "prompts_v25_instructions_reference_file_registry_resolution_example", "label": "resolution_example", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "resolution_example", "community": 67, "community_name": "Community 67", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 1}, {"id": "prompts_v25_instructions_reference_file_registry_de_tov_routing", "label": "de_tov_routing", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "de_tov_routing", "community": 67, "community_name": "Community 67", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 2}, {"id": "prompts_v25_instructions_config_channel", "label": "channel", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "channel", "community": 54, "community_name": "Community 54", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 1}, {"id": "prompts_v25_instructions_config_channel_subtype", "label": "channel_subtype", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "channel_subtype", "community": 68, "community_name": "Community 68", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 4}, {"id": "prompts_v25_instructions_channel_subtype_subtypes", "label": "subtypes", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "subtypes", "community": 68, "community_name": "Community 68", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 1}, {"id": "prompts_v25_instructions_channel_subtype_null_channels", "label": "null_channels", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "null_channels", "community": 68, "community_name": "Community 68", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 1}, {"id": "prompts_v25_instructions_config_term_memory_files_primary", "label": "term_memory_files_primary", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "term_memory_files_primary", "community": 54, "community_name": "Community 54", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 1}, {"id": "prompts_v25_instructions_config_term_memory_files_secondary", "label": "term_memory_files_secondary", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "term_memory_files_secondary", "community": 54, "community_name": "Community 54", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 1}, {"id": "prompts_v25_instructions_config_active_locale", "label": "active_locale", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "active_locale", "community": 54, "community_name": "Community 54", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 1}, {"id": "prompts_v25_instructions_config_tm_channel_registry", "label": "tm_channel_registry", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 12.2, "font": {"size": 0, "color": "#ffffff"}, "title": "tm_channel_registry", "community": 68, "community_name": "Community 68", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 6}, {"id": "prompts_v25_instructions_tm_channel_registry_brand_tov_note", "label": "brand_tov_note", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "brand_tov_note", "community": 68, "community_name": "Community 68", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 1}, {"id": "prompts_v25_instructions_tm_channel_registry_resolution_rule", "label": "resolution_rule", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "resolution_rule", "community": 68, "community_name": "Community 68", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 1}, {"id": "prompts_v25_instructions_tm_channel_registry_mass_fallback_rule", "label": "mass_fallback_rule", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "mass_fallback_rule", "community": 68, "community_name": "Community 68", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 1}, {"id": "prompts_v25_instructions_tm_channel_registry_channels", "label": "channels", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 16.3, "font": {"size": 12, "color": "#ffffff"}, "title": "channels", "community": 15, "community_name": "Community 15", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 17}, {"id": "prompts_v25_instructions_channels_mass", "label": "Mass", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Mass", "community": 15, "community_name": "Community 15", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 3}, {"id": "prompts_v25_instructions_channels_value", "label": "Value", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Value", "community": 15, "community_name": "Community 15", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 3}, {"id": "prompts_v25_instructions_channels_onsite", "label": "Onsite", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Onsite", "community": 15, "community_name": "Community 15", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 4}, {"id": "prompts_v25_instructions_onsite_mass_fallback_eligible", "label": "mass_fallback_eligible", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "mass_fallback_eligible", "community": 15, "community_name": "Community 15", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 2}, {"id": "prompts_v25_instructions_channels_outbound", "label": "Outbound", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Outbound", "community": 15, "community_name": "Community 15", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 4}, {"id": "prompts_v25_instructions_channels_the_kiss", "label": "The Kiss", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": "The Kiss", "community": 15, "community_name": "Community 15", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 5}, {"id": "prompts_v25_instructions_channels_sinterklaas", "label": "Sinterklaas", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Sinterklaas", "community": 15, "community_name": "Community 15", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 5}, {"id": "prompts_v25_instructions_channels_project_double", "label": "Project Double", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Project Double", "community": 15, "community_name": "Community 15", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 5}, {"id": "prompts_v25_instructions_channels_prime_mid_funnel", "label": "Prime Mid-funnel", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Prime Mid-funnel", "community": 15, "community_name": "Community 15", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 5}, {"id": "prompts_v25_instructions_channels_prime_gourmet_guard", "label": "Prime Gourmet Guard", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Prime Gourmet Guard", "community": 15, "community_name": "Community 15", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 5}, {"id": "prompts_v25_instructions_channels_prime_dual_benefit", "label": "Prime Dual Benefit", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Prime Dual Benefit", "community": 15, "community_name": "Community 15", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 5}, {"id": "prompts_v25_instructions_channels_prime_brand_speed", "label": "Prime Brand (Speed)", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Prime Brand (Speed)", "community": 15, "community_name": "Community 15", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 5}, {"id": "prompts_v25_instructions_channels_one_prime", "label": "One Prime", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": "One Prime", "community": 15, "community_name": "Community 15", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 5}, {"id": "prompts_v25_instructions_channels_eu_selection", "label": "EU Selection", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": "EU Selection", "community": 15, "community_name": "Community 15", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 5}, {"id": "prompts_v25_instructions_channels_bda", "label": "BDA", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 12.2, "font": {"size": 0, "color": "#ffffff"}, "title": "BDA", "community": 15, "community_name": "Community 15", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 6}, {"id": "prompts_v25_instructions_bda_type", "label": "type", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 16.7, "font": {"size": 12, "color": "#ffffff"}, "title": "type", "community": 15, "community_name": "Community 15", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 18}, {"id": "prompts_v25_instructions_bda_brand_program", "label": "brand_program", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 14.8, "font": {"size": 12, "color": "#ffffff"}, "title": "brand_program", "community": 15, "community_name": "Community 15", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 13}, {"id": "prompts_v25_instructions_bda_seg_key_id", "label": "seg_key_id", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 14.4, "font": {"size": 0, "color": "#ffffff"}, "title": "seg_key_id", "community": 15, "community_name": "Community 15", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 12}, {"id": "prompts_v25_instructions_bda_tm_file", "label": "tm_file", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 15.9, "font": {"size": 12, "color": "#ffffff"}, "title": "tm_file", "community": 15, "community_name": "Community 15", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 16}, {"id": "prompts_v25_instructions_bda_tov_overlay", "label": "tov_overlay", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "tov_overlay", "community": 15, "community_name": "Community 15", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 2}, {"id": "prompts_v25_instructions_channels_uefa", "label": "UEFA", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 12.2, "font": {"size": 0, "color": "#ffffff"}, "title": "UEFA", "community": 15, "community_name": "Community 15", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 6}, {"id": "prompts_v25_instructions_channels_bls_quest", "label": "BLS Quest", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": "BLS Quest", "community": 15, "community_name": "Community 15", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 5}, {"id": "prompts_v25_instructions_config_tm_files", "label": "tm_files", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "tm_files", "community": 21, "community_name": "Community 21", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 2}, {"id": "prompts_v25_instructions_tm_files_rule", "label": "rule", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.6, "font": {"size": 0, "color": "#ffffff"}, "title": "rule", "community": 21, "community_name": "Community 21", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 7}, {"id": "prompts_v25_instructions_config_campaign_calendar_order", "label": "campaign_calendar_order", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.2, "font": {"size": 0, "color": "#ffffff"}, "title": "campaign_calendar_order", "community": 41, "community_name": "Community 41", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 6}, {"id": "prompts_v25_instructions_campaign_calendar_order_channel_applicability", "label": "channel_applicability", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "channel_applicability", "community": 41, "community_name": "Community 41", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 1}, {"id": "prompts_v25_instructions_campaign_calendar_order_ordered_campaigns", "label": "ordered_campaigns", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "ordered_campaigns", "community": 41, "community_name": "Community 41", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 1}, {"id": "prompts_v25_instructions_campaign_calendar_order_rank_interpretation", "label": "rank_interpretation", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "rank_interpretation", "community": 41, "community_name": "Community 41", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 1}, {"id": "prompts_v25_instructions_campaign_calendar_order_unranked_entries", "label": "unranked_entries", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "unranked_entries", "community": 41, "community_name": "Community 41", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 1}, {"id": "prompts_v25_instructions_config_dda_same_event_rule", "label": "dda_same_event_rule", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": "dda_same_event_rule", "community": 41, "community_name": "Community 41", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 5}, {"id": "prompts_v25_instructions_dda_same_event_rule_root_match", "label": "root_match", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "root_match", "community": 41, "community_name": "Community 41", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 1}, {"id": "prompts_v25_instructions_dda_same_event_rule_sub_event_preference", "label": "sub_event_preference", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "sub_event_preference", "community": 21, "community_name": "Community 21", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 3}, {"id": "prompts_v25_instructions_sub_event_preference_rationale_requirement", "label": "rationale_requirement", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": "rationale_requirement", "community": 21, "community_name": "Community 21", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 5}, {"id": "prompts_v25_instructions_dda_same_event_rule_lmg_lmd_equivalence", "label": "lmg_lmd_equivalence", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "lmg_lmd_equivalence", "community": 41, "community_name": "Community 41", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 1}, {"id": "prompts_v25_instructions_config_tm_file_format", "label": "tm_file_format", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 12.2, "font": {"size": 0, "color": "#ffffff"}, "title": "tm_file_format", "community": 74, "community_name": "Community 74", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 6}, {"id": "prompts_v25_instructions_tm_file_format_description", "label": "description", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "description", "community": 68, "community_name": "Community 68", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 4}, {"id": "prompts_v25_instructions_tm_file_format_keys", "label": "keys", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "keys", "community": 74, "community_name": "Community 74", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 2}, {"id": "prompts_v25_instructions_keys_t", "label": "t", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "t", "community": 74, "community_name": "Community 74", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 1}, {"id": "prompts_v25_instructions_tm_file_format_parsing_rules", "label": "parsing_rules", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 13.0, "font": {"size": 0, "color": "#ffffff"}, "title": "parsing_rules", "community": 69, "community_name": "Community 69", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 8}, {"id": "prompts_v25_instructions_parsing_rules_seg_key", "label": "seg_key", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "seg_key", "community": 69, "community_name": "Community 69", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 1}, {"id": "prompts_v25_instructions_parsing_rules_seg_key_year", "label": "seg_key_year", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "seg_key_year", "community": 69, "community_name": "Community 69", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 1}, {"id": "prompts_v25_instructions_parsing_rules_dda_sub_event", "label": "dda_sub_event", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "dda_sub_event", "community": 69, "community_name": "Community 69", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 1}, {"id": "prompts_v25_instructions_parsing_rules_note_type", "label": "note_type", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "note_type", "community": 69, "community_name": "Community 69", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 1}, {"id": "prompts_v25_instructions_parsing_rules_locale", "label": "locale", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "locale", "community": 69, "community_name": "Community 69", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 1}, {"id": "prompts_v25_instructions_parsing_rules_en_source", "label": "en_source", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "en_source", "community": 69, "community_name": "Community 69", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 1}, {"id": "prompts_v25_instructions_parsing_rules_tx", "label": "tx", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "tx", "community": 69, "community_name": "Community 69", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 1}, {"id": "prompts_v25_instructions_tm_file_format_example", "label": "example", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": "example", "community": 74, "community_name": "Community 74", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 5}, {"id": "prompts_v25_instructions_config_file_search_scoping", "label": "file_search_scoping", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": "file_search_scoping", "community": 21, "community_name": "Community 21", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 5}, {"id": "prompts_v25_instructions_file_search_scoping_format", "label": "format", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "format", "community": 21, "community_name": "Community 21", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 1}, {"id": "prompts_v25_instructions_file_search_scoping_project_channel_note", "label": "project_channel_note", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "project_channel_note", "community": 21, "community_name": "Community 21", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 1}, {"id": "prompts_v25_instructions_file_search_scoping_exception", "label": "exception", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "exception", "community": 21, "community_name": "Community 21", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 1}, {"id": "prompts_v25_instructions_config_semantic_tm_matching", "label": "semantic_tm_matching", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 12.6, "font": {"size": 0, "color": "#ffffff"}, "title": "semantic_tm_matching", "community": 38, "community_name": "Community 38", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 7}, {"id": "prompts_v25_instructions_semantic_tm_matching_source_lang", "label": "source_lang", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "source_lang", "community": 38, "community_name": "Community 38", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 1}, {"id": "prompts_v25_instructions_semantic_tm_matching_pipeline", "label": "pipeline", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "pipeline", "community": 38, "community_name": "Community 38", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 4}, {"id": "prompts_v25_instructions_pipeline_order", "label": "order", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "order", "community": 38, "community_name": "Community 38", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 1}, {"id": "prompts_v25_instructions_pipeline_similarity_threshold_2", "label": "similarity_threshold_2", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "similarity_threshold_2", "community": 38, "community_name": "Community 38", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 1}, {"id": "prompts_v25_instructions_pipeline_accept_low_fuzzy_when_semantic_true", "label": "accept_low_fuzzy_when_semantic_true", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "accept_low_fuzzy_when_semantic_true", "community": 38, "community_name": "Community 38", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 1}, {"id": "prompts_v25_instructions_semantic_tm_matching_normalization", "label": "normalization", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": "normalization", "community": 84, "community_name": "Community 84", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 5}, {"id": "prompts_v25_instructions_normalization_strip_proper_names", "label": "strip_proper_names", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "strip_proper_names", "community": 84, "community_name": "Community 84", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 1}, {"id": "prompts_v25_instructions_normalization_lemmatize", "label": "lemmatize", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "lemmatize", "community": 84, "community_name": "Community 84", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 1}, {"id": "prompts_v25_instructions_normalization_strip_punctuation", "label": "strip_punctuation", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "strip_punctuation", "community": 84, "community_name": "Community 84", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 1}, {"id": "prompts_v25_instructions_normalization_stopwords_en", "label": "stopwords_en", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "stopwords_en", "community": 84, "community_name": "Community 84", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 1}, {"id": "prompts_v25_instructions_semantic_tm_matching_concept_extraction", "label": "concept_extraction", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": "concept_extraction", "community": 38, "community_name": "Community 38", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 5}, {"id": "prompts_v25_instructions_concept_extraction_enabled", "label": "enabled", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "enabled", "community": 38, "community_name": "Community 38", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 2}, {"id": "prompts_v25_instructions_concept_extraction_parts_of_speech", "label": "parts_of_speech", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "parts_of_speech", "community": 38, "community_name": "Community 38", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 1}, {"id": "prompts_v25_instructions_concept_extraction_allow_hypernyms", "label": "allow_hypernyms", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "allow_hypernyms", "community": 38, "community_name": "Community 38", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 1}, {"id": "prompts_v25_instructions_concept_extraction_allow_synonyms", "label": "allow_synonyms", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "allow_synonyms", "community": 38, "community_name": "Community 38", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 1}, {"id": "prompts_v25_instructions_semantic_tm_matching_rationale", "label": "rationale", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "rationale", "community": 38, "community_name": "Community 38", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 2}, {"id": "prompts_v25_instructions_rationale_cite_tm_project", "label": "cite_tm_project", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "cite_tm_project", "community": 38, "community_name": "Community 38", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 1}, {"id": "prompts_v25_instructions_instructions", "label": "instructions", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 21.5, "font": {"size": 12, "color": "#ffffff"}, "title": "instructions", "community": 24, "community_name": "Community 24", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 31}, {"id": "prompts_v25_instructions_instructions_role", "label": "role", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "role", "community": 24, "community_name": "Community 24", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 1}, {"id": "prompts_v25_instructions_instructions_authoritative_sources_by_filename", "label": "authoritative_sources_by_filename", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "authoritative_sources_by_filename", "community": 24, "community_name": "Community 24", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 1}, {"id": "prompts_v25_instructions_instructions_date_percent_format_authority", "label": "date_percent_format_authority", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "date_percent_format_authority", "community": 40, "community_name": "Community 40", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 4}, {"id": "prompts_v25_instructions_date_percent_format_authority_primary", "label": "primary", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "primary", "community": 40, "community_name": "Community 40", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 1}, {"id": "prompts_v25_instructions_date_percent_format_authority_secondary", "label": "secondary", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "secondary", "community": 40, "community_name": "Community 40", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 1}, {"id": "prompts_v25_instructions_instructions_program_voice_guidance", "label": "program_voice_guidance", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": "program_voice_guidance", "community": 45, "community_name": "Community 45", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 5}, {"id": "prompts_v25_instructions_program_voice_guidance_status", "label": "status", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "status", "community": 45, "community_name": "Community 45", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 2}, {"id": "prompts_v25_instructions_program_voice_guidance_profiles", "label": "profiles", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "profiles", "community": 70, "community_name": "Community 70", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 4}, {"id": "prompts_v25_instructions_profiles_retail", "label": "Retail", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Retail", "community": 70, "community_name": "Community 70", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 5}, {"id": "prompts_v25_instructions_profiles_prime", "label": "Prime", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Prime", "community": 70, "community_name": "Community 70", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 5}, {"id": "prompts_v25_instructions_prime_attributes", "label": "attributes", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "attributes", "community": 70, "community_name": "Community 70", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 3}, {"id": "prompts_v25_instructions_prime_core_job", "label": "core_job", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "core_job", "community": 70, "community_name": "Community 70", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 3}, {"id": "prompts_v25_instructions_prime_register", "label": "register", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "register", "community": 70, "community_name": "Community 70", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 3}, {"id": "prompts_v25_instructions_prime_preferred_structure", "label": "preferred_structure", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "preferred_structure", "community": 70, "community_name": "Community 70", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 3}, {"id": "prompts_v25_instructions_profiles_brand", "label": "Brand", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Brand", "community": 70, "community_name": "Community 70", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 5}, {"id": "prompts_v25_instructions_program_voice_guidance_cross_program_note", "label": "cross_program_note", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "cross_program_note", "community": 45, "community_name": "Community 45", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 1}, {"id": "prompts_v25_instructions_instructions_brand_channel_tov_rules", "label": "brand_channel_tov_rules", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 13.0, "font": {"size": 0, "color": "#ffffff"}, "title": "brand_channel_tov_rules", "community": 47, "community_name": "Community 47", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 8}, {"id": "prompts_v25_instructions_brand_channel_tov_rules_tov_source", "label": "tov_source", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "tov_source", "community": 47, "community_name": "Community 47", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 1}, {"id": "prompts_v25_instructions_brand_channel_tov_rules_overview", "label": "overview", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "overview", "community": 47, "community_name": "Community 47", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 1}, {"id": "prompts_v25_instructions_brand_channel_tov_rules_distinctive_rules", "label": "distinctive_rules", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "distinctive_rules", "community": 47, "community_name": "Community 47", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 1}, {"id": "prompts_v25_instructions_brand_channel_tov_rules_what_brand_is_not", "label": "what_brand_is_not", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "what_brand_is_not", "community": 47, "community_name": "Community 47", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 3}, {"id": "prompts_v25_instructions_what_brand_is_not_prohibitions", "label": "prohibitions", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "prohibitions", "community": 47, "community_name": "Community 47", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 1}, {"id": "prompts_v25_instructions_brand_channel_tov_rules_tm_evaluation_note", "label": "tm_evaluation_note", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "tm_evaluation_note", "community": 47, "community_name": "Community 47", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 1}, {"id": "prompts_v25_instructions_brand_channel_tov_rules_transcreation_orientation", "label": "transcreation_orientation", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "transcreation_orientation", "community": 47, "community_name": "Community 47", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 1}, {"id": "prompts_v25_instructions_instructions_search_behaviour", "label": "search_behaviour", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "search_behaviour", "community": 24, "community_name": "Community 24", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 2}, {"id": "prompts_v25_instructions_search_behaviour_unlocked_phrasing", "label": "unlocked_phrasing", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "unlocked_phrasing", "community": 24, "community_name": "Community 24", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 1}, {"id": "prompts_v25_instructions_instructions_pre_transcreation_tm_sweep", "label": "pre_transcreation_tm_sweep", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "pre_transcreation_tm_sweep", "community": 75, "community_name": "Community 75", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 3}, {"id": "prompts_v25_instructions_pre_transcreation_tm_sweep_recency_ceiling_probe", "label": "recency_ceiling_probe", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 12.6, "font": {"size": 0, "color": "#ffffff"}, "title": "recency_ceiling_probe", "community": 75, "community_name": "Community 75", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 7}, {"id": "prompts_v25_instructions_recency_ceiling_probe_label", "label": "label", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "label", "community": 75, "community_name": "Community 75", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 3}, {"id": "prompts_v25_instructions_recency_ceiling_probe_priority_list_override", "label": "priority_list_override", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "priority_list_override", "community": 75, "community_name": "Community 75", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 1}, {"id": "prompts_v25_instructions_recency_ceiling_probe_usage", "label": "usage", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "usage", "community": 75, "community_name": "Community 75", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 1}, {"id": "prompts_v25_instructions_instructions_three_pass_deep_dive_protocol", "label": "three_pass_deep_dive_protocol", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "three_pass_deep_dive_protocol", "community": 24, "community_name": "Community 24", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 4}, {"id": "prompts_v25_instructions_three_pass_deep_dive_protocol_severity", "label": "severity", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "severity", "community": 24, "community_name": "Community 24", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 1}, {"id": "prompts_v25_instructions_three_pass_deep_dive_protocol_passes", "label": "passes", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "passes", "community": 24, "community_name": "Community 24", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 1}, {"id": "prompts_v25_instructions_three_pass_deep_dive_protocol_execution_rules", "label": "execution_rules", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "execution_rules", "community": 24, "community_name": "Community 24", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 1}, {"id": "prompts_v25_instructions_instructions_post_sweep_ranking_declaration", "label": "post_sweep_ranking_declaration", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": "post_sweep_ranking_declaration", "community": 75, "community_name": "Community 75", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 5}, {"id": "prompts_v25_instructions_post_sweep_ranking_declaration_steps", "label": "steps", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "steps", "community": 75, "community_name": "Community 75", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 1}, {"id": "prompts_v25_instructions_instructions_tm_rationale_citation_rule", "label": "tm_rationale_citation_rule", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": "tm_rationale_citation_rule", "community": 40, "community_name": "Community 40", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 5}, {"id": "prompts_v25_instructions_tm_rationale_citation_rule_per_option_citation_rule", "label": "per_option_citation_rule", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "per_option_citation_rule", "community": 40, "community_name": "Community 40", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 3}, {"id": "prompts_v25_instructions_per_option_citation_rule_permitted_deviation", "label": "permitted_deviation", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "permitted_deviation", "community": 40, "community_name": "Community 40", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 1}, {"id": "prompts_v25_instructions_tm_rationale_citation_rule_format_guidance", "label": "format_guidance", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "format_guidance", "community": 40, "community_name": "Community 40", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 1}, {"id": "prompts_v25_instructions_instructions_confidence_based_option_count_rule", "label": "confidence_based_option_count_rule", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "confidence_based_option_count_rule", "community": 39, "community_name": "Community 39", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 4}, {"id": "prompts_v25_instructions_confidence_based_option_count_rule_tiers", "label": "tiers", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "tiers", "community": 39, "community_name": "Community 39", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 1}, {"id": "prompts_v25_instructions_confidence_based_option_count_rule_table_column_rule", "label": "table_column_rule", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "table_column_rule", "community": 39, "community_name": "Community 39", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 4}, {"id": "prompts_v25_instructions_table_column_rule_unused_column_content", "label": "unused_column_content", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "unused_column_content", "community": 39, "community_name": "Community 39", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 1}, {"id": "prompts_v25_instructions_instructions_tm_retrieval_guardrail", "label": "tm_retrieval_guardrail", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "tm_retrieval_guardrail", "community": 24, "community_name": "Community 24", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 3}, {"id": "prompts_v25_instructions_tm_retrieval_guardrail_never_claim_absence", "label": "never_claim_absence", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "never_claim_absence", "community": 24, "community_name": "Community 24", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 1}, {"id": "prompts_v25_instructions_tm_retrieval_guardrail_if_no_result_for_plausible_prior_line", "label": "if_no_result_for_plausible_prior_line", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "if_no_result_for_plausible_prior_line", "community": 24, "community_name": "Community 24", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 1}, {"id": "prompts_v25_instructions_instructions_tm_selection_algorithm", "label": "tm_selection_algorithm", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "tm_selection_algorithm", "community": 24, "community_name": "Community 24", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 1}, {"id": "prompts_v25_instructions_instructions_tm_reference_under_character_limits", "label": "tm_reference_under_character_limits", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "tm_reference_under_character_limits", "community": 45, "community_name": "Community 45", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 4}, {"id": "prompts_v25_instructions_instructions_web_search_rule", "label": "web_search_rule", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "web_search_rule", "community": 24, "community_name": "Community 24", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 1}, {"id": "prompts_v25_instructions_instructions_hard_locks", "label": "hard_locks", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 13.0, "font": {"size": 0, "color": "#ffffff"}, "title": "hard_locks", "community": 46, "community_name": "Community 46", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 8}, {"id": "prompts_v25_instructions_hard_locks_event_name_rule", "label": "event_name_rule", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "event_name_rule", "community": 45, "community_name": "Community 45", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 4}, {"id": "prompts_v25_instructions_event_name_rule_summary", "label": "summary", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "summary", "community": 45, "community_name": "Community 45", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 1}, {"id": "prompts_v25_instructions_event_name_rule_approved_event_name", "label": "approved_event_name", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "approved_event_name", "community": 45, "community_name": "Community 45", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 4}, {"id": "prompts_v25_instructions_event_name_rule_new_event_name", "label": "new_event_name", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "new_event_name", "community": 45, "community_name": "Community 45", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 3}, {"id": "prompts_v25_instructions_new_event_name_condition", "label": "condition", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "condition", "community": 45, "community_name": "Community 45", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 2}, {"id": "prompts_v25_instructions_new_event_name_action", "label": "action", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": "action", "community": 45, "community_name": "Community 45", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 5}, {"id": "prompts_v25_instructions_hard_locks_grammar_normalisation", "label": "grammar_normalisation", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "grammar_normalisation", "community": 46, "community_name": "Community 46", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 1}, {"id": "prompts_v25_instructions_hard_locks_character_names", "label": "character_names", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "character_names", "community": 46, "community_name": "Community 46", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 1}, {"id": "prompts_v25_instructions_hard_locks_product_references", "label": "product_references", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "product_references", "community": 46, "community_name": "Community 46", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 1}, {"id": "prompts_v25_instructions_hard_locks_term_locks", "label": "term_locks", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 12.6, "font": {"size": 0, "color": "#ffffff"}, "title": "term_locks", "community": 46, "community_name": "Community 46", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 7}, {"id": "prompts_v25_instructions_term_locks_verbatim_exceptions", "label": "verbatim_exceptions", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "verbatim_exceptions", "community": 46, "community_name": "Community 46", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 1}, {"id": "prompts_v25_instructions_term_locks_no_cross_locale", "label": "no_cross_locale", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "no_cross_locale", "community": 46, "community_name": "Community 46", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 1}, {"id": "prompts_v25_instructions_term_locks_notes_gating", "label": "notes_gating", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "notes_gating", "community": 46, "community_name": "Community 46", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 1}, {"id": "prompts_v25_instructions_term_locks_morphological_adaptation_rationale", "label": "morphological_adaptation_rationale", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "morphological_adaptation_rationale", "community": 46, "community_name": "Community 46", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 1}, {"id": "prompts_v25_instructions_term_locks_inflected_locale_note", "label": "inflected_locale_note", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "inflected_locale_note", "community": 46, "community_name": "Community 46", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 1}, {"id": "prompts_v25_instructions_hard_locks_date_percent", "label": "date_percent", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "date_percent", "community": 46, "community_name": "Community 46", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 1}, {"id": "prompts_v25_instructions_hard_locks_positivity_rule", "label": "positivity_rule", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.2, "font": {"size": 0, "color": "#ffffff"}, "title": "positivity_rule", "community": 41, "community_name": "Community 41", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 6}, {"id": "prompts_v25_instructions_positivity_rule_source", "label": "source", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "source", "community": 41, "community_name": "Community 41", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 1}, {"id": "prompts_v25_instructions_positivity_rule_hard_rule", "label": "hard_rule", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 13.7, "font": {"size": 0, "color": "#ffffff"}, "title": "hard_rule", "community": 40, "community_name": "Community 40", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 10}, {"id": "prompts_v25_instructions_positivity_rule_reframe_requirement", "label": "reframe_requirement", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "reframe_requirement", "community": 41, "community_name": "Community 41", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 1}, {"id": "prompts_v25_instructions_positivity_rule_scope", "label": "scope", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "scope", "community": 41, "community_name": "Community 41", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 4}, {"id": "prompts_v25_instructions_positivity_rule_pre_output_validation", "label": "pre_output_validation", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "pre_output_validation", "community": 41, "community_name": "Community 41", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 1}, {"id": "prompts_v25_instructions_instructions_bvo_super_alignment_rule", "label": "bvo_super_alignment_rule", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 12.2, "font": {"size": 0, "color": "#ffffff"}, "title": "bvo_super_alignment_rule", "community": 39, "community_name": "Community 39", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 6}, {"id": "prompts_v25_instructions_bvo_super_alignment_rule_truncation_caveat", "label": "truncation_caveat", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "truncation_caveat", "community": 39, "community_name": "Community 39", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 4}, {"id": "prompts_v25_instructions_truncation_caveat_permitted_truncations", "label": "permitted_truncations", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "permitted_truncations", "community": 39, "community_name": "Community 39", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 1}, {"id": "prompts_v25_instructions_truncation_caveat_not_permitted", "label": "not_permitted", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "not_permitted", "community": 39, "community_name": "Community 39", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 1}, {"id": "prompts_v25_instructions_bvo_super_alignment_rule_tiebreaker", "label": "tiebreaker", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "tiebreaker", "community": 39, "community_name": "Community 39", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 2}, {"id": "prompts_v25_instructions_tiebreaker_principle", "label": "principle", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": "principle", "community": 39, "community_name": "Community 39", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 5}, {"id": "prompts_v25_instructions_instructions_display_ooh_linebreak_rule", "label": "display_ooh_linebreak_rule", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.6, "font": {"size": 0, "color": "#ffffff"}, "title": "display_ooh_linebreak_rule", "community": 61, "community_name": "Community 61", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 7}, {"id": "prompts_v25_instructions_display_ooh_linebreak_rule_dual_form_explanation", "label": "dual_form_explanation", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "dual_form_explanation", "community": 61, "community_name": "Community 61", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 1}, {"id": "prompts_v25_instructions_display_ooh_linebreak_rule_display_ooh_rule", "label": "display_ooh_rule", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.2, "font": {"size": 0, "color": "#ffffff"}, "title": "display_ooh_rule", "community": 61, "community_name": "Community 61", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 6}, {"id": "prompts_v25_instructions_display_ooh_linebreak_rule_tv_super_rule", "label": "tv_super_rule", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.2, "font": {"size": 0, "color": "#ffffff"}, "title": "tv_super_rule", "community": 61, "community_name": "Community 61", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 6}, {"id": "prompts_v25_instructions_tv_super_rule_trigger", "label": "trigger", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 14.1, "font": {"size": 0, "color": "#ffffff"}, "title": "trigger", "community": 39, "community_name": "Community 39", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 11}, {"id": "prompts_v25_instructions_tv_super_rule_retrieval", "label": "retrieval", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "retrieval", "community": 61, "community_name": "Community 61", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 2}, {"id": "prompts_v25_instructions_tv_super_rule_note_type_lock", "label": "note_type_lock", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "note_type_lock", "community": 61, "community_name": "Community 61", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 2}, {"id": "prompts_v25_instructions_tv_super_rule_output", "label": "output", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "output", "community": 61, "community_name": "Community 61", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 2}, {"id": "prompts_v25_instructions_tv_super_rule_cross_contamination_guard", "label": "cross_contamination_guard", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "cross_contamination_guard", "community": 61, "community_name": "Community 61", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 2}, {"id": "prompts_v25_instructions_display_ooh_linebreak_rule_flat_form_rule", "label": "flat_form_rule", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "flat_form_rule", "community": 61, "community_name": "Community 61", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 1}, {"id": "prompts_v25_instructions_instructions_character_limit_relaxation_rule", "label": "character_limit_relaxation_rule", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "character_limit_relaxation_rule", "community": 39, "community_name": "Community 39", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 4}, {"id": "prompts_v25_instructions_character_limit_relaxation_rule_priority_order", "label": "priority_order", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "priority_order", "community": 39, "community_name": "Community 39", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 1}, {"id": "prompts_v25_instructions_instructions_deals_inclusion_preference", "label": "deals_inclusion_preference", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "deals_inclusion_preference", "community": 45, "community_name": "Community 45", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 4}, {"id": "prompts_v25_instructions_instructions_cultural_adaptation_rule", "label": "cultural_adaptation_rule", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.6, "font": {"size": 0, "color": "#ffffff"}, "title": "cultural_adaptation_rule", "community": 40, "community_name": "Community 40", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 7}, {"id": "prompts_v25_instructions_cultural_adaptation_rule_required_approach", "label": "required_approach", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "required_approach", "community": 40, "community_name": "Community 40", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 1}, {"id": "prompts_v25_instructions_cultural_adaptation_rule_hedge_preservation_rule", "label": "hedge_preservation_rule", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": "hedge_preservation_rule", "community": 40, "community_name": "Community 40", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 5}, {"id": "prompts_v25_instructions_hedge_preservation_rule_pre_output_check", "label": "pre_output_check", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "pre_output_check", "community": 40, "community_name": "Community 40", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 1}, {"id": "prompts_v25_instructions_cultural_adaptation_rule_forbidden_outputs", "label": "forbidden_outputs", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "forbidden_outputs", "community": 40, "community_name": "Community 40", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 1}, {"id": "prompts_v25_instructions_instructions_retrieval_status_labels", "label": "retrieval_status_labels", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "retrieval_status_labels", "community": 24, "community_name": "Community 24", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 1}, {"id": "prompts_v25_instructions_instructions_output_suppression", "label": "output_suppression", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.2, "font": {"size": 0, "color": "#ffffff"}, "title": "output_suppression", "community": 21, "community_name": "Community 21", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 6}, {"id": "prompts_v25_instructions_output_suppression_before_table", "label": "before_table", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "before_table", "community": 21, "community_name": "Community 21", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 1}, {"id": "prompts_v25_instructions_output_suppression_after_table", "label": "after_table", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "after_table", "community": 21, "community_name": "Community 21", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 1}, {"id": "prompts_v25_instructions_output_suppression_internal_reasoning", "label": "internal_reasoning", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "internal_reasoning", "community": 21, "community_name": "Community 21", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 1}, {"id": "prompts_v25_instructions_output_suppression_cell_line_breaks", "label": "cell_line_breaks", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "cell_line_breaks", "community": 21, "community_name": "Community 21", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 1}, {"id": "prompts_v25_instructions_output_suppression_rationale_web_research_display", "label": "rationale_web_research_display", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "rationale_web_research_display", "community": 21, "community_name": "Community 21", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 2}, {"id": "prompts_v25_instructions_instructions_rationale_style_rule", "label": "rationale_style_rule", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 12.6, "font": {"size": 0, "color": "#ffffff"}, "title": "rationale_style_rule", "community": 79, "community_name": "Community 79", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 7}, {"id": "prompts_v25_instructions_rationale_style_rule_creative_reasoning", "label": "creative_reasoning", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "creative_reasoning", "community": 79, "community_name": "Community 79", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 1}, {"id": "prompts_v25_instructions_rationale_style_rule_tm_citations", "label": "tm_citations", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "tm_citations", "community": 79, "community_name": "Community 79", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 1}, {"id": "prompts_v25_instructions_rationale_style_rule_confidence_flag", "label": "confidence_flag", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "confidence_flag", "community": 79, "community_name": "Community 79", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 1}, {"id": "prompts_v25_instructions_rationale_style_rule_forbidden_constructions", "label": "forbidden_constructions", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "forbidden_constructions", "community": 79, "community_name": "Community 79", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 1}, {"id": "prompts_v25_instructions_rationale_style_rule_redundancy_suppression_rule", "label": "redundancy_suppression_rule", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "redundancy_suppression_rule", "community": 79, "community_name": "Community 79", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 1}, {"id": "prompts_v25_instructions_instructions_tm_entry_recovered", "label": "tm_entry_recovered", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "tm_entry_recovered", "community": 24, "community_name": "Community 24", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 1}, {"id": "prompts_v25_instructions_instructions_tm_citation_format", "label": "tm_citation_format", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "tm_citation_format", "community": 74, "community_name": "Community 74", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 3}, {"id": "prompts_v25_instructions_tm_citation_format_rules", "label": "rules", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "rules", "community": 74, "community_name": "Community 74", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 1}, {"id": "prompts_v25_instructions_example_cases", "label": "cases", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "cases", "community": 74, "community_name": "Community 74", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 1}, {"id": "prompts_v25_instructions_instructions_similar_tm_line_deviation", "label": "similar_tm_line_deviation", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "similar_tm_line_deviation", "community": 24, "community_name": "Community 24", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 1}, {"id": "prompts_v25_instructions_instructions_required_output", "label": "required_output", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "required_output", "community": 47, "community_name": "Community 47", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 3}, {"id": "prompts_v25_instructions_required_output_sections", "label": "sections", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "sections", "community": 47, "community_name": "Community 47", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 1}, {"id": "prompts_v25_instructions_required_output_note", "label": "note", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "note", "community": 47, "community_name": "Community 47", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 4}, {"id": "prompts_v25_instructions_instructions_confidentiality", "label": "confidentiality", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "confidentiality", "community": 24, "community_name": "Community 24", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 1}, {"id": "prompts_v25_instructions_instructions_output_format", "label": "output_format", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": "output_format", "community": 21, "community_name": "Community 21", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 5}, {"id": "prompts_v25_instructions_output_format_line_break_convention", "label": "line_break_convention", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "line_break_convention", "community": 21, "community_name": "Community 21", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 3}, {"id": "prompts_v25_instructions_line_break_convention_reason", "label": "reason", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "reason", "community": 21, "community_name": "Community 21", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 1}, {"id": "prompts_v25_instructions_output_format_ordering", "label": "ordering", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "ordering", "community": 21, "community_name": "Community 21", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 2}, {"id": "prompts_v25_instructions_output_format_columns", "label": "columns", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "columns", "community": 21, "community_name": "Community 21", "source_file": "backend/app/pipeline/agents/prompts/v25_instructions.json", "file_type": "code", "degree": 1}, {"id": "backend_app_pipeline_agents_prompts_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": 242, "community_name": "Community 242", "source_file": "backend/app/pipeline/agents/prompts/__init__.py", "file_type": "code", "degree": 0}, {"id": "backend_app_pipeline_modules_date_format_validator_py", "label": "date_format_validator.py", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "date_format_validator.py", "community": 66, "community_name": "Community 66", "source_file": "backend/app/pipeline/modules/date_format_validator.py", "file_type": "code", "degree": 4}, {"id": "modules_date_format_validator_formatviolation", "label": "FormatViolation", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "FormatViolation", "community": 66, "community_name": "Community 66", "source_file": "backend/app/pipeline/modules/date_format_validator.py", "file_type": "code", "degree": 4}, {"id": "modules_date_format_validator_validate_date_formats", "label": "validate_date_formats()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "validate_date_formats()", "community": 66, "community_name": "Community 66", "source_file": "backend/app/pipeline/modules/date_format_validator.py", "file_type": "code", "degree": 3}, {"id": "modules_date_format_validator_validate_percentage_formats", "label": "validate_percentage_formats()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "validate_percentage_formats()", "community": 66, "community_name": "Community 66", "source_file": "backend/app/pipeline/modules/date_format_validator.py", "file_type": "code", "degree": 3}, {"id": "modules_date_format_validator_rationale_1", "label": "Validate date and percentage format strings against approved locale formats. Ch", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Validate date and percentage format strings against approved locale formats. Ch", "community": 66, "community_name": "Community 66", "source_file": "backend/app/pipeline/modules/date_format_validator.py", "file_type": "rationale", "degree": 1}, {"id": "modules_date_format_validator_rationale_13", "label": "A detected date/percentage format violation.", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "A detected date/percentage format violation.", "community": 66, "community_name": "Community 66", "source_file": "backend/app/pipeline/modules/date_format_validator.py", "file_type": "rationale", "degree": 1}, {"id": "modules_date_format_validator_rationale_23", "label": "Validate date strings in text against approved formats. Args: text:", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Validate date strings in text against approved formats. Args: text:", "community": 66, "community_name": "Community 66", "source_file": "backend/app/pipeline/modules/date_format_validator.py", "file_type": "rationale", "degree": 1}, {"id": "modules_date_format_validator_rationale_80", "label": "Validate percentage strings in text against approved formats. Args:", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Validate percentage strings in text against approved formats. Args:", "community": 66, "community_name": "Community 66", "source_file": "backend/app/pipeline/modules/date_format_validator.py", "file_type": "rationale", "degree": 1}, {"id": "backend_app_pipeline_modules_source_file_parser_py", "label": "source_file_parser.py", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "source_file_parser.py", "community": 42, "community_name": "Community 42", "source_file": "backend/app/pipeline/modules/source_file_parser.py", "file_type": "code", "degree": 4}, {"id": "modules_source_file_parser_sourcefileparseerror", "label": "SourceFileParseError", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "SourceFileParseError", "community": 42, "community_name": "Community 42", "source_file": "backend/app/pipeline/modules/source_file_parser.py", "file_type": "code", "degree": 4}, {"id": "exception", "label": "Exception", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Exception", "community": 42, "community_name": "Community 42", "source_file": "", "file_type": "code", "degree": 3}, {"id": "modules_source_file_parser_resolve_headers", "label": "_resolve_headers()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "_resolve_headers()", "community": 42, "community_name": "Community 42", "source_file": "backend/app/pipeline/modules/source_file_parser.py", "file_type": "code", "degree": 4}, {"id": "modules_source_file_parser_parse_source_file", "label": "parse_source_file()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 13.0, "font": {"size": 0, "color": "#ffffff"}, "title": "parse_source_file()", "community": 42, "community_name": "Community 42", "source_file": "backend/app/pipeline/modules/source_file_parser.py", "file_type": "code", "degree": 8}, {"id": "modules_source_file_parser_rationale_1", "label": "Parse source xlsx files into structured source line data. Validates the expecte", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Parse source xlsx files into structured source line data. Validates the expecte", "community": 42, "community_name": "Community 42", "source_file": "backend/app/pipeline/modules/source_file_parser.py", "file_type": "rationale", "degree": 1}, {"id": "modules_source_file_parser_rationale_27", "label": "Raised when the source file has validation errors.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Raised when the source file has validation errors.", "community": 42, "community_name": "Community 42", "source_file": "backend/app/pipeline/modules/source_file_parser.py", "file_type": "rationale", "degree": 1}, {"id": "modules_source_file_parser_rationale_32", "label": "Match raw file headers to canonical field names using aliases. Returns a di", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Match raw file headers to canonical field names using aliases. Returns a di", "community": 42, "community_name": "Community 42", "source_file": "backend/app/pipeline/modules/source_file_parser.py", "file_type": "rationale", "degree": 1}, {"id": "modules_source_file_parser_rationale_49", "label": "Parse a source xlsx file and return a list of source line dicts. Args:", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Parse a source xlsx file and return a list of source line dicts. Args:", "community": 42, "community_name": "Community 42", "source_file": "backend/app/pipeline/modules/source_file_parser.py", "file_type": "rationale", "degree": 1}, {"id": "backend_app_pipeline_modules_blacklist_scanner_py", "label": "blacklist_scanner.py", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "blacklist_scanner.py", "community": 65, "community_name": "Community 65", "source_file": "backend/app/pipeline/modules/blacklist_scanner.py", "file_type": "code", "degree": 4}, {"id": "modules_blacklist_scanner_blacklistviolation", "label": "BlacklistViolation", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "BlacklistViolation", "community": 65, "community_name": "Community 65", "source_file": "backend/app/pipeline/modules/blacklist_scanner.py", "file_type": "code", "degree": 3}, {"id": "modules_blacklist_scanner_scan_text", "label": "scan_text()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": "scan_text()", "community": 65, "community_name": "Community 65", "source_file": "backend/app/pipeline/modules/blacklist_scanner.py", "file_type": "code", "degree": 5}, {"id": "modules_blacklist_scanner_scan_all_options", "label": "scan_all_options()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "scan_all_options()", "community": 65, "community_name": "Community 65", "source_file": "backend/app/pipeline/modules/blacklist_scanner.py", "file_type": "code", "degree": 3}, {"id": "modules_blacklist_scanner_rationale_1", "label": "Blacklist scanner for forbidden terms and brand violations. Supports: - Exact m", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Blacklist scanner for forbidden terms and brand violations. Supports: - Exact m", "community": 65, "community_name": "Community 65", "source_file": "backend/app/pipeline/modules/blacklist_scanner.py", "file_type": "rationale", "degree": 1}, {"id": "modules_blacklist_scanner_rationale_14", "label": "A detected blacklist violation.", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "A detected blacklist violation.", "community": 65, "community_name": "Community 65", "source_file": "backend/app/pipeline/modules/blacklist_scanner.py", "file_type": "rationale", "degree": 1}, {"id": "modules_blacklist_scanner_rationale_25", "label": "Scan text against blacklist entries for violations. Args: text: The", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Scan text against blacklist entries for violations. Args: text: The", "community": 65, "community_name": "Community 65", "source_file": "backend/app/pipeline/modules/blacklist_scanner.py", "file_type": "rationale", "degree": 1}, {"id": "modules_blacklist_scanner_rationale_93", "label": "Scan multiple text options against the blacklist. Args: options: Li", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Scan multiple text options against the blacklist. Args: options: Li", "community": 65, "community_name": "Community 65", "source_file": "backend/app/pipeline/modules/blacklist_scanner.py", "file_type": "rationale", "degree": 1}, {"id": "backend_app_pipeline_modules_tm_file_loader_py", "label": "tm_file_loader.py", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 12.6, "font": {"size": 0, "color": "#ffffff"}, "title": "tm_file_loader.py", "community": 9, "community_name": "Community 9", "source_file": "backend/app/pipeline/modules/tm_file_loader.py", "file_type": "code", "degree": 7}, {"id": "modules_tm_file_loader_tmfileloaderror", "label": "TMFileLoadError", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 12.2, "font": {"size": 0, "color": "#ffffff"}, "title": "TMFileLoadError", "community": 9, "community_name": "Community 9", "source_file": "backend/app/pipeline/modules/tm_file_loader.py", "file_type": "code", "degree": 6}, {"id": "modules_tm_file_loader_parse_entry", "label": "_parse_entry()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": "_parse_entry()", "community": 9, "community_name": "Community 9", "source_file": "backend/app/pipeline/modules/tm_file_loader.py", "file_type": "code", "degree": 5}, {"id": "modules_tm_file_loader_split_en_tx", "label": "_split_en_tx()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_split_en_tx()", "community": 9, "community_name": "Community 9", "source_file": "backend/app/pipeline/modules/tm_file_loader.py", "file_type": "code", "degree": 3}, {"id": "modules_tm_file_loader_parse_compact_entry", "label": "_parse_compact_entry()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": "_parse_compact_entry()", "community": 9, "community_name": "Community 9", "source_file": "backend/app/pipeline/modules/tm_file_loader.py", "file_type": "code", "degree": 5}, {"id": "modules_tm_file_loader_load_multiple_tm_files", "label": "load_multiple_tm_files()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "load_multiple_tm_files()", "community": 9, "community_name": "Community 9", "source_file": "backend/app/pipeline/modules/tm_file_loader.py", "file_type": "code", "degree": 3}, {"id": "modules_tm_file_loader_rationale_1", "label": "Translation Memory file loader. Reads JSONL files in two formats: 1. Compact: {", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Translation Memory file loader. Reads JSONL files in two formats: 1. Compact: {", "community": 9, "community_name": "Community 9", "source_file": "backend/app/pipeline/modules/tm_file_loader.py", "file_type": "rationale", "degree": 1}, {"id": "modules_tm_file_loader_rationale_17", "label": "Raised when a TM file cannot be loaded or parsed.", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Raised when a TM file cannot be loaded or parsed.", "community": 9, "community_name": "Community 9", "source_file": "backend/app/pipeline/modules/tm_file_loader.py", "file_type": "rationale", "degree": 1}, {"id": "modules_tm_file_loader_rationale_25", "label": "Load and parse a JSONL TM file, filtering by locale. Args: file_pat", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Load and parse a JSONL TM file, filtering by locale. Args: file_pat", "community": 9, "community_name": "Community 9", "source_file": "backend/app/pipeline/modules/tm_file_loader.py", "file_type": "rationale", "degree": 1}, {"id": "modules_tm_file_loader_rationale_71", "label": "Parse a single JSON object into a TMEntry. Detects compact vs multi-field f", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Parse a single JSON object into a TMEntry. Detects compact vs multi-field f", "community": 9, "community_name": "Community 9", "source_file": "backend/app/pipeline/modules/tm_file_loader.py", "file_type": "rationale", "degree": 1}, {"id": "modules_tm_file_loader_rationale_116", "label": "Attempt to split combined EN/TX text from compact TM entries. The compact f", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Attempt to split combined EN/TX text from compact TM entries. The compact f", "community": 9, "community_name": "Community 9", "source_file": "backend/app/pipeline/modules/tm_file_loader.py", "file_type": "rationale", "degree": 1}, {"id": "modules_tm_file_loader_rationale_161", "label": "Parse the compact 't' field format used in real TM files. Format: '{seg_key", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Parse the compact &#x27;t&#x27; field format used in real TM files. Format: &#x27;{seg_key", "community": 9, "community_name": "Community 9", "source_file": "backend/app/pipeline/modules/tm_file_loader.py", "file_type": "rationale", "degree": 1}, {"id": "modules_tm_file_loader_rationale_231", "label": "Load and merge multiple TM files. Args: file_paths: List of file pa", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Load and merge multiple TM files. Args: file_paths: List of file pa", "community": 9, "community_name": "Community 9", "source_file": "backend/app/pipeline/modules/tm_file_loader.py", "file_type": "rationale", "degree": 1}, {"id": "backend_app_pipeline_modules_character_counter_py", "label": "character_counter.py", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "character_counter.py", "community": 8, "community_name": "Community 8", "source_file": "backend/app/pipeline/modules/character_counter.py", "file_type": "code", "degree": 3}, {"id": "modules_character_counter_count_characters", "label": "count_characters()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "count_characters()", "community": 8, "community_name": "Community 8", "source_file": "backend/app/pipeline/modules/character_counter.py", "file_type": "code", "degree": 4}, {"id": "modules_character_counter_check_character_limit", "label": "check_character_limit()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 13.0, "font": {"size": 0, "color": "#ffffff"}, "title": "check_character_limit()", "community": 8, "community_name": "Community 8", "source_file": "backend/app/pipeline/modules/character_counter.py", "file_type": "code", "degree": 8}, {"id": "modules_character_counter_rationale_1", "label": "Unicode grapheme cluster character counting. Uses the grapheme library for accu", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Unicode grapheme cluster character counting. Uses the grapheme library for accu", "community": 8, "community_name": "Community 8", "source_file": "backend/app/pipeline/modules/character_counter.py", "file_type": "rationale", "degree": 1}, {"id": "modules_character_counter_rationale_15", "label": "Count grapheme clusters in a string, excluding line breaks. Args: t", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Count grapheme clusters in a string, excluding line breaks. Args: t", "community": 8, "community_name": "Community 8", "source_file": "backend/app/pipeline/modules/character_counter.py", "file_type": "rationale", "degree": 1}, {"id": "modules_character_counter_rationale_36", "label": "Count characters and check against a limit. Args: text: The text to", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Count characters and check against a limit. Args: text: The text to", "community": 8, "community_name": "Community 8", "source_file": "backend/app/pipeline/modules/character_counter.py", "file_type": "rationale", "degree": 1}, {"id": "backend_app_pipeline_modules_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": 243, "community_name": "Community 243", "source_file": "backend/app/pipeline/modules/__init__.py", "file_type": "code", "degree": 0}, {"id": "backend_app_pipeline_modules_excel_writer_py", "label": "excel_writer.py", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "excel_writer.py", "community": 29, "community_name": "Community 29", "source_file": "backend/app/pipeline/modules/excel_writer.py", "file_type": "code", "degree": 3}, {"id": "modules_excel_writer_generate_output_xlsx", "label": "generate_output_xlsx()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": "generate_output_xlsx()", "community": 29, "community_name": "Community 29", "source_file": "backend/app/pipeline/modules/excel_writer.py", "file_type": "code", "degree": 5}, {"id": "modules_excel_writer_find_source_line", "label": "_find_source_line()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_find_source_line()", "community": 29, "community_name": "Community 29", "source_file": "backend/app/pipeline/modules/excel_writer.py", "file_type": "code", "degree": 3}, {"id": "modules_excel_writer_rationale_1", "label": "Generate output xlsx files with structured output and summary tabs. Tab 1: 11-c", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Generate output xlsx files with structured output and summary tabs. Tab 1: 11-c", "community": 29, "community_name": "Community 29", "source_file": "backend/app/pipeline/modules/excel_writer.py", "file_type": "rationale", "degree": 1}, {"id": "modules_excel_writer_rationale_49", "label": "Generate the output xlsx file. Args: output_path: Absolute path whe", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Generate the output xlsx file. Args: output_path: Absolute path whe", "community": 29, "community_name": "Community 29", "source_file": "backend/app/pipeline/modules/excel_writer.py", "file_type": "rationale", "degree": 1}, {"id": "modules_excel_writer_rationale_198", "label": "Find the source line matching an output row by row_order or line_id.", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Find the source line matching an output row by row_order or line_id.", "community": 29, "community_name": "Community 29", "source_file": "backend/app/pipeline/modules/excel_writer.py", "file_type": "rationale", "degree": 1}, {"id": "backend_app_pipeline_modules_line_break_normaliser_py", "label": "line_break_normaliser.py", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "line_break_normaliser.py", "community": 29, "community_name": "Community 29", "source_file": "backend/app/pipeline/modules/line_break_normaliser.py", "file_type": "code", "degree": 4}, {"id": "modules_line_break_normaliser_normalise_for_query", "label": "normalise_for_query()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "normalise_for_query()", "community": 29, "community_name": "Community 29", "source_file": "backend/app/pipeline/modules/line_break_normaliser.py", "file_type": "code", "degree": 2}, {"id": "modules_line_break_normaliser_normalise_for_excel", "label": "normalise_for_excel()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "normalise_for_excel()", "community": 29, "community_name": "Community 29", "source_file": "backend/app/pipeline/modules/line_break_normaliser.py", "file_type": "code", "degree": 3}, {"id": "modules_line_break_normaliser_preserve_raw", "label": "preserve_raw()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "preserve_raw()", "community": 29, "community_name": "Community 29", "source_file": "backend/app/pipeline/modules/line_break_normaliser.py", "file_type": "code", "degree": 2}, {"id": "modules_line_break_normaliser_rationale_1", "label": "Line break normalisation utilities. Three modes: - normalise_for_query: Strip l", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Line break normalisation utilities. Three modes: - normalise_for_query: Strip l", "community": 29, "community_name": "Community 29", "source_file": "backend/app/pipeline/modules/line_break_normaliser.py", "file_type": "rationale", "degree": 1}, {"id": "modules_line_break_normaliser_rationale_15", "label": "Strip line breaks and collapse spaces for TM query matching. Args:", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Strip line breaks and collapse spaces for TM query matching. Args:", "community": 29, "community_name": "Community 29", "source_file": "backend/app/pipeline/modules/line_break_normaliser.py", "file_type": "rationale", "degree": 1}, {"id": "modules_line_break_normaliser_rationale_36", "label": "Convert line breaks to openpyxl-compatible format. openpyxl uses \\\\n for in", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Convert line breaks to openpyxl-compatible format. openpyxl uses \\\\n for in", "community": 29, "community_name": "Community 29", "source_file": "backend/app/pipeline/modules/line_break_normaliser.py", "file_type": "rationale", "degree": 1}, {"id": "modules_line_break_normaliser_rationale_57", "label": "Return text as-is (identity function). Used in the pipeline to explicitly i", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Return text as-is (identity function). Used in the pipeline to explicitly i", "community": 29, "community_name": "Community 29", "source_file": "backend/app/pipeline/modules/line_break_normaliser.py", "file_type": "rationale", "degree": 1}, {"id": "backend_app_pipeline_modules_ref_file_loader_py", "label": "ref_file_loader.py", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 13.3, "font": {"size": 0, "color": "#ffffff"}, "title": "ref_file_loader.py", "community": 0, "community_name": "Community 0", "source_file": "backend/app/pipeline/modules/ref_file_loader.py", "file_type": "code", "degree": 9}, {"id": "modules_ref_file_loader_reffileloaderror", "label": "RefFileLoadError", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 14.1, "font": {"size": 0, "color": "#ffffff"}, "title": "RefFileLoadError", "community": 0, "community_name": "Community 0", "source_file": "backend/app/pipeline/modules/ref_file_loader.py", "file_type": "code", "degree": 11}, {"id": "modules_ref_file_loader_load_json_file", "label": "load_json_file()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 13.3, "font": {"size": 0, "color": "#ffffff"}, "title": "load_json_file()", "community": 0, "community_name": "Community 0", "source_file": "backend/app/pipeline/modules/ref_file_loader.py", "file_type": "code", "degree": 9}, {"id": "modules_ref_file_loader_load_glossary", "label": "load_glossary()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "load_glossary()", "community": 0, "community_name": "Community 0", "source_file": "backend/app/pipeline/modules/ref_file_loader.py", "file_type": "code", "degree": 4}, {"id": "modules_ref_file_loader_load_blacklist", "label": "load_blacklist()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "load_blacklist()", "community": 0, "community_name": "Community 0", "source_file": "backend/app/pipeline/modules/ref_file_loader.py", "file_type": "code", "degree": 4}, {"id": "modules_ref_file_loader_load_date_pct_formats", "label": "load_date_pct_formats()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "load_date_pct_formats()", "community": 0, "community_name": "Community 0", "source_file": "backend/app/pipeline/modules/ref_file_loader.py", "file_type": "code", "degree": 4}, {"id": "modules_ref_file_loader_load_locale_considerations", "label": "load_locale_considerations()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "load_locale_considerations()", "community": 0, "community_name": "Community 0", "source_file": "backend/app/pipeline/modules/ref_file_loader.py", "file_type": "code", "degree": 4}, {"id": "modules_ref_file_loader_load_tov", "label": "load_tov()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "load_tov()", "community": 0, "community_name": "Community 0", "source_file": "backend/app/pipeline/modules/ref_file_loader.py", "file_type": "code", "degree": 4}, {"id": "modules_ref_file_loader_load_all_reference_files", "label": "load_all_reference_files()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": "load_all_reference_files()", "community": 0, "community_name": "Community 0", "source_file": "backend/app/pipeline/modules/ref_file_loader.py", "file_type": "code", "degree": 5}, {"id": "modules_ref_file_loader_rationale_1", "label": "Reference file loader. Loads various reference files used in the transcreation", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Reference file loader. Loads various reference files used in the transcreation", "community": 0, "community_name": "Community 0", "source_file": "backend/app/pipeline/modules/ref_file_loader.py", "file_type": "rationale", "degree": 1}, {"id": "modules_ref_file_loader_rationale_17", "label": "Raised when a reference file cannot be loaded or parsed.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Raised when a reference file cannot be loaded or parsed.", "community": 0, "community_name": "Community 0", "source_file": "backend/app/pipeline/modules/ref_file_loader.py", "file_type": "rationale", "degree": 1}, {"id": "modules_ref_file_loader_rationale_22", "label": "Load and parse a JSON file. Args: file_path: Absolute path to the J", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Load and parse a JSON file. Args: file_path: Absolute path to the J", "community": 0, "community_name": "Community 0", "source_file": "backend/app/pipeline/modules/ref_file_loader.py", "file_type": "rationale", "degree": 1}, {"id": "modules_ref_file_loader_rationale_47", "label": "Load a glossary file. Expected format: list of dicts with keys like: {\"", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Load a glossary file. Expected format: list of dicts with keys like: {&quot;", "community": 0, "community_name": "Community 0", "source_file": "backend/app/pipeline/modules/ref_file_loader.py", "file_type": "rationale", "degree": 1}, {"id": "modules_ref_file_loader_rationale_65", "label": "Load a blacklist file. Expected format: list of dicts with keys: {\"term", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Load a blacklist file. Expected format: list of dicts with keys: {&quot;term", "community": 0, "community_name": "Community 0", "source_file": "backend/app/pipeline/modules/ref_file_loader.py", "file_type": "rationale", "degree": 1}, {"id": "modules_ref_file_loader_rationale_83", "label": "Load date/percentage format rules. Expected format: { \"date_for", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Load date/percentage format rules. Expected format: { &quot;date_for", "community": 0, "community_name": "Community 0", "source_file": "backend/app/pipeline/modules/ref_file_loader.py", "file_type": "rationale", "degree": 1}, {"id": "modules_ref_file_loader_rationale_107", "label": "Load locale-specific considerations. Expected format: JSON object with loca", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Load locale-specific considerations. Expected format: JSON object with loca", "community": 0, "community_name": "Community 0", "source_file": "backend/app/pipeline/modules/ref_file_loader.py", "file_type": "rationale", "degree": 1}, {"id": "modules_ref_file_loader_rationale_126", "label": "Load a Tone of Voice file (global or supplement). Expected format: JSON obj", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Load a Tone of Voice file (global or supplement). Expected format: JSON obj", "community": 0, "community_name": "Community 0", "source_file": "backend/app/pipeline/modules/ref_file_loader.py", "file_type": "rationale", "degree": 1}, {"id": "modules_ref_file_loader_rationale_145", "label": "Load all reference files from a file manifest. Args: file_manifest:", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Load all reference files from a file manifest. Args: file_manifest:", "community": 0, "community_name": "Community 0", "source_file": "backend/app/pipeline/modules/ref_file_loader.py", "file_type": "rationale", "degree": 1}, {"id": "backend_app_pipeline_modules_domain_substitutor_py", "label": "domain_substitutor.py", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": "domain_substitutor.py", "community": 52, "community_name": "Community 52", "source_file": "backend/app/pipeline/modules/domain_substitutor.py", "file_type": "code", "degree": 5}, {"id": "modules_domain_substitutor_substitute_domains", "label": "substitute_domains()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "substitute_domains()", "community": 52, "community_name": "Community 52", "source_file": "backend/app/pipeline/modules/domain_substitutor.py", "file_type": "code", "degree": 2}, {"id": "modules_domain_substitutor_substitute_bare_amazon", "label": "substitute_bare_amazon()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "substitute_bare_amazon()", "community": 52, "community_name": "Community 52", "source_file": "backend/app/pipeline/modules/domain_substitutor.py", "file_type": "code", "degree": 2}, {"id": "modules_domain_substitutor_get_locale_domain", "label": "get_locale_domain()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "get_locale_domain()", "community": 52, "community_name": "Community 52", "source_file": "backend/app/pipeline/modules/domain_substitutor.py", "file_type": "code", "degree": 2}, {"id": "modules_domain_substitutor_is_emerging_locale", "label": "is_emerging_locale()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "is_emerging_locale()", "community": 52, "community_name": "Community 52", "source_file": "backend/app/pipeline/modules/domain_substitutor.py", "file_type": "code", "degree": 2}, {"id": "modules_domain_substitutor_rationale_1", "label": "Domain substitution for Amazon locales. Maps Amazon.co.uk (source domain) to th", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Domain substitution for Amazon locales. Maps Amazon.co.uk (source domain) to th", "community": 52, "community_name": "Community 52", "source_file": "backend/app/pipeline/modules/domain_substitutor.py", "file_type": "rationale", "degree": 1}, {"id": "modules_domain_substitutor_rationale_41", "label": "Replace Amazon.co.uk with the locale-specific domain. Args: text: T", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Replace Amazon.co.uk with the locale-specific domain. Args: text: T", "community": 52, "community_name": "Community 52", "source_file": "backend/app/pipeline/modules/domain_substitutor.py", "file_type": "rationale", "degree": 1}, {"id": "modules_domain_substitutor_rationale_72", "label": "Handle bare 'Amazon' references based on locale type. For emerging locales:", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Handle bare &#x27;Amazon&#x27; references based on locale type. For emerging locales:", "community": 52, "community_name": "Community 52", "source_file": "backend/app/pipeline/modules/domain_substitutor.py", "file_type": "rationale", "degree": 1}, {"id": "modules_domain_substitutor_rationale_97", "label": "Get the domain for a locale code. Args: locale_code: The target loc", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Get the domain for a locale code. Args: locale_code: The target loc", "community": 52, "community_name": "Community 52", "source_file": "backend/app/pipeline/modules/domain_substitutor.py", "file_type": "rationale", "degree": 1}, {"id": "modules_domain_substitutor_rationale_109", "label": "Check if a locale is classified as emerging.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Check if a locale is classified as emerging.", "community": 52, "community_name": "Community 52", "source_file": "backend/app/pipeline/modules/domain_substitutor.py", "file_type": "rationale", "degree": 1}, {"id": "backend_app_tasks_celery_app_py", "label": "celery_app.py", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "celery_app.py", "community": 149, "community_name": "Community 149", "source_file": "backend/app/tasks/celery_app.py", "file_type": "code", "degree": 1}, {"id": "tasks_celery_app_rationale_1", "label": "Celery application configuration.", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Celery application configuration.", "community": 149, "community_name": "Community 149", "source_file": "backend/app/tasks/celery_app.py", "file_type": "rationale", "degree": 1}, {"id": "backend_app_tasks_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": 244, "community_name": "Community 244", "source_file": "backend/app/tasks/__init__.py", "file_type": "code", "degree": 0}, {"id": "backend_app_tasks_job_tasks_py", "label": "job_tasks.py", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 12.2, "font": {"size": 0, "color": "#ffffff"}, "title": "job_tasks.py", "community": 43, "community_name": "Community 43", "source_file": "backend/app/tasks/job_tasks.py", "file_type": "code", "degree": 6}, {"id": "tasks_job_tasks_resolve_file_manifest", "label": "_resolve_file_manifest()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "_resolve_file_manifest()", "community": 43, "community_name": "Community 43", "source_file": "backend/app/tasks/job_tasks.py", "file_type": "code", "degree": 2}, {"id": "tasks_job_tasks_get_async_session_factory", "label": "_get_async_session_factory()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "_get_async_session_factory()", "community": 43, "community_name": "Community 43", "source_file": "backend/app/tasks/job_tasks.py", "file_type": "code", "degree": 2}, {"id": "tasks_job_tasks_process_job", "label": "process_job()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "process_job()", "community": 43, "community_name": "Community 43", "source_file": "backend/app/tasks/job_tasks.py", "file_type": "code", "degree": 2}, {"id": "tasks_job_tasks_process_locale_instance", "label": "process_locale_instance()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "process_locale_instance()", "community": 43, "community_name": "Community 43", "source_file": "backend/app/tasks/job_tasks.py", "file_type": "code", "degree": 2}, {"id": "tasks_job_tasks_check_job_completion", "label": "_check_job_completion()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "_check_job_completion()", "community": 43, "community_name": "Community 43", "source_file": "backend/app/tasks/job_tasks.py", "file_type": "code", "degree": 2}, {"id": "tasks_job_tasks_rationale_1", "label": "Celery tasks for job processing.", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Celery tasks for job processing.", "community": 43, "community_name": "Community 43", "source_file": "backend/app/tasks/job_tasks.py", "file_type": "rationale", "degree": 1}, {"id": "tasks_job_tasks_rationale_32", "label": "Resolve all reference and TM file paths for a locale. File layout in storag", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Resolve all reference and TM file paths for a locale. File layout in storag", "community": 43, "community_name": "Community 43", "source_file": "backend/app/tasks/job_tasks.py", "file_type": "rationale", "degree": 1}, {"id": "tasks_job_tasks_rationale_95", "label": "Create a fresh async session factory for use in Celery tasks.", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Create a fresh async session factory for use in Celery tasks.", "community": 43, "community_name": "Community 43", "source_file": "backend/app/tasks/job_tasks.py", "file_type": "rationale", "degree": 1}, {"id": "tasks_job_tasks_rationale_102", "label": "Fan out locale instance processing for a job. For each locale instance in t", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Fan out locale instance processing for a job. For each locale instance in t", "community": 43, "community_name": "Community 43", "source_file": "backend/app/tasks/job_tasks.py", "file_type": "rationale", "degree": 1}, {"id": "tasks_job_tasks_rationale_144", "label": "Process a single locale instance through the pipeline. Runs the pipeline or", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Process a single locale instance through the pipeline. Runs the pipeline or", "community": 43, "community_name": "Community 43", "source_file": "backend/app/tasks/job_tasks.py", "file_type": "rationale", "degree": 1}, {"id": "tasks_job_tasks_rationale_339", "label": "Check if all locale instances are done and update job status accordingly.", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Check if all locale instances are done and update job status accordingly.", "community": 43, "community_name": "Community 43", "source_file": "backend/app/tasks/job_tasks.py", "file_type": "rationale", "degree": 1}, {"id": "backend_app_llm_client_py", "label": "client.py", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "client.py", "community": 60, "community_name": "Community 60", "source_file": "backend/app/llm/client.py", "file_type": "code", "degree": 2}, {"id": "llm_client_llmclient", "label": "LLMClient", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 13.7, "font": {"size": 0, "color": "#ffffff"}, "title": "LLMClient", "community": 60, "community_name": "Community 60", "source_file": "backend/app/llm/client.py", "file_type": "code", "degree": 10}, {"id": "llm_client_llmclient_init", "label": ".__init__()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".__init__()", "community": 60, "community_name": "Community 60", "source_file": "backend/app/llm/client.py", "file_type": "code", "degree": 1}, {"id": "llm_client_llmclient_create_message", "label": ".create_message()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".create_message()", "community": 60, "community_name": "Community 60", "source_file": "backend/app/llm/client.py", "file_type": "code", "degree": 3}, {"id": "llm_client_rationale_1", "label": "Anthropic SDK wrapper with retry logic and token tracking.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Anthropic SDK wrapper with retry logic and token tracking.", "community": 60, "community_name": "Community 60", "source_file": "backend/app/llm/client.py", "file_type": "rationale", "degree": 1}, {"id": "llm_client_rationale_25", "label": "Wrapper around the Anthropic SDK with retry and token tracking. Provides ex", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Wrapper around the Anthropic SDK with retry and token tracking. Provides ex", "community": 60, "community_name": "Community 60", "source_file": "backend/app/llm/client.py", "file_type": "rationale", "degree": 1}, {"id": "llm_client_rationale_53", "label": "Send a message to Claude and return the response with usage data. Args:", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Send a message to Claude and return the response with usage data. Args:", "community": 60, "community_name": "Community 60", "source_file": "backend/app/llm/client.py", "file_type": "rationale", "degree": 1}, {"id": "llm_client_rationale_139", "label": "Async version of create_message using the async client. Same interface", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Async version of create_message using the async client. Same interface", "community": 60, "community_name": "Community 60", "source_file": "backend/app/llm/client.py", "file_type": "rationale", "degree": 1}, {"id": "backend_app_llm_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": 245, "community_name": "Community 245", "source_file": "backend/app/llm/__init__.py", "file_type": "code", "degree": 0}, {"id": "backend_app_llm_token_tracker_py", "label": "token_tracker.py", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "token_tracker.py", "community": 78, "community_name": "Community 78", "source_file": "backend/app/llm/token_tracker.py", "file_type": "code", "degree": 3}, {"id": "llm_token_tracker_record_token_usage", "label": "record_token_usage()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "record_token_usage()", "community": 78, "community_name": "Community 78", "source_file": "backend/app/llm/token_tracker.py", "file_type": "code", "degree": 3}, {"id": "llm_token_tracker_get_total_usage_for_instance", "label": "get_total_usage_for_instance()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "get_total_usage_for_instance()", "community": 78, "community_name": "Community 78", "source_file": "backend/app/llm/token_tracker.py", "file_type": "code", "degree": 2}, {"id": "llm_token_tracker_rationale_1", "label": "Token usage tracking - records LLM usage to the database.", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Token usage tracking - records LLM usage to the database.", "community": 78, "community_name": "Community 78", "source_file": "backend/app/llm/token_tracker.py", "file_type": "rationale", "degree": 1}, {"id": "llm_token_tracker_rationale_20", "label": "Record token usage from an LLM call to the database. Args: db: Asyn", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Record token usage from an LLM call to the database. Args: db: Asyn", "community": 78, "community_name": "Community 78", "source_file": "backend/app/llm/token_tracker.py", "file_type": "rationale", "degree": 1}, {"id": "llm_token_tracker_rationale_58", "label": "Get aggregated token usage for a locale instance. Args: db: Async d", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Get aggregated token usage for a locale instance. Args: db: Async d", "community": 78, "community_name": "Community 78", "source_file": "backend/app/llm/token_tracker.py", "file_type": "rationale", "degree": 1}, {"id": "backend_app_auth_service_py", "label": "service.py", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "service.py", "community": 44, "community_name": "Community 44", "source_file": "backend/app/auth/service.py", "file_type": "code", "degree": 1}, {"id": "auth_service_authservice", "label": "AuthService", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 14.4, "font": {"size": 0, "color": "#ffffff"}, "title": "AuthService", "community": 44, "community_name": "Community 44", "source_file": "backend/app/auth/service.py", "file_type": "code", "degree": 12}, {"id": "auth_service_authservice_init", "label": ".__init__()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".__init__()", "community": 44, "community_name": "Community 44", "source_file": "backend/app/auth/service.py", "file_type": "code", "degree": 2}, {"id": "auth_service_authservice_login", "label": ".login()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".login()", "community": 44, "community_name": "Community 44", "source_file": "backend/app/auth/service.py", "file_type": "code", "degree": 2}, {"id": "auth_service_authservice_sso_login", "label": ".sso_login()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".sso_login()", "community": 44, "community_name": "Community 44", "source_file": "backend/app/auth/service.py", "file_type": "code", "degree": 3}, {"id": "auth_service_authservice_validate_token", "label": ".validate_token()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".validate_token()", "community": 44, "community_name": "Community 44", "source_file": "backend/app/auth/service.py", "file_type": "code", "degree": 3}, {"id": "auth_service_authservice_hash_password", "label": ".hash_password()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".hash_password()", "community": 44, "community_name": "Community 44", "source_file": "backend/app/auth/service.py", "file_type": "code", "degree": 1}, {"id": "auth_service_rationale_13", "label": "Authentication service wrapping the JWT provider.", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Authentication service wrapping the JWT provider.", "community": 44, "community_name": "Community 44", "source_file": "backend/app/auth/service.py", "file_type": "rationale", "degree": 1}, {"id": "auth_service_rationale_21", "label": "Authenticate a user and return tokens, or None if invalid.", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Authenticate a user and return tokens, or None if invalid.", "community": 44, "community_name": "Community 44", "source_file": "backend/app/auth/service.py", "file_type": "rationale", "degree": 1}, {"id": "auth_service_rationale_50", "label": "Validate an Azure AD token, auto-provision the user, and return app tokens.", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Validate an Azure AD token, auto-provision the user, and return app tokens.", "community": 44, "community_name": "Community 44", "source_file": "backend/app/auth/service.py", "file_type": "rationale", "degree": 1}, {"id": "auth_service_rationale_103", "label": "Validate a refresh token and issue new token pair.", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Validate a refresh token and issue new token pair.", "community": 57, "community_name": "Community 57", "source_file": "backend/app/auth/service.py", "file_type": "rationale", "degree": 1}, {"id": "auth_service_rationale_124", "label": "Validate a token and return claims.", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Validate a token and return claims.", "community": 44, "community_name": "Community 44", "source_file": "backend/app/auth/service.py", "file_type": "rationale", "degree": 1}, {"id": "backend_app_auth_init_py", "label": "__init__.py", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "__init__.py", "community": 246, "community_name": "Community 246", "source_file": "backend/app/auth/__init__.py", "file_type": "code", "degree": 0}, {"id": "backend_app_auth_schemas_py", "label": "schemas.py", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": "schemas.py", "community": 19, "community_name": "Community 19", "source_file": "backend/app/auth/schemas.py", "file_type": "code", "degree": 5}, {"id": "auth_schemas_loginrequest", "label": "LoginRequest", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "LoginRequest", "community": 19, "community_name": "Community 19", "source_file": "backend/app/auth/schemas.py", "file_type": "code", "degree": 2}, {"id": "auth_schemas_tokenresponse", "label": "TokenResponse", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": "TokenResponse", "community": 57, "community_name": "Community 57", "source_file": "backend/app/auth/schemas.py", "file_type": "code", "degree": 5}, {"id": "auth_schemas_ssologinrequest", "label": "SSOLoginRequest", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "SSOLoginRequest", "community": 19, "community_name": "Community 19", "source_file": "backend/app/auth/schemas.py", "file_type": "code", "degree": 2}, {"id": "auth_schemas_refreshrequest", "label": "RefreshRequest", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "RefreshRequest", "community": 19, "community_name": "Community 19", "source_file": "backend/app/auth/schemas.py", "file_type": "code", "degree": 2}, {"id": "auth_schemas_userclaims", "label": "UserClaims", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "UserClaims", "community": 19, "community_name": "Community 19", "source_file": "backend/app/auth/schemas.py", "file_type": "code", "degree": 3}, {"id": "backend_app_auth_router_py", "label": "router.py", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "router.py", "community": 57, "community_name": "Community 57", "source_file": "backend/app/auth/router.py", "file_type": "code", "degree": 4}, {"id": "auth_router_login", "label": "login()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "login()", "community": 57, "community_name": "Community 57", "source_file": "backend/app/auth/router.py", "file_type": "code", "degree": 3}, {"id": "auth_router_sso_login", "label": "sso_login()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "sso_login()", "community": 57, "community_name": "Community 57", "source_file": "backend/app/auth/router.py", "file_type": "code", "degree": 3}, {"id": "auth_router_refresh_token", "label": "refresh_token()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 12.2, "font": {"size": 0, "color": "#ffffff"}, "title": "refresh_token()", "community": 57, "community_name": "Community 57", "source_file": "backend/app/auth/router.py", "file_type": "code", "degree": 6}, {"id": "auth_router_get_me", "label": "get_me()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "get_me()", "community": 19, "community_name": "Community 19", "source_file": "backend/app/auth/router.py", "file_type": "code", "degree": 3}, {"id": "auth_router_rationale_27", "label": "Authenticate user and return access + refresh tokens.", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Authenticate user and return access + refresh tokens.", "community": 57, "community_name": "Community 57", "source_file": "backend/app/auth/router.py", "file_type": "rationale", "degree": 1}, {"id": "auth_router_rationale_59", "label": "Authenticate via Azure AD ID token (SPA flow) and return app tokens.", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Authenticate via Azure AD ID token (SPA flow) and return app tokens.", "community": 57, "community_name": "Community 57", "source_file": "backend/app/auth/router.py", "file_type": "rationale", "degree": 1}, {"id": "auth_router_rationale_93", "label": "Exchange a valid refresh token for a new token pair.", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Exchange a valid refresh token for a new token pair.", "community": 57, "community_name": "Community 57", "source_file": "backend/app/auth/router.py", "file_type": "rationale", "degree": 1}, {"id": "auth_router_rationale_107", "label": "Return the current authenticated user's claims.", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Return the current authenticated user&#x27;s claims.", "community": 19, "community_name": "Community 19", "source_file": "backend/app/auth/router.py", "file_type": "rationale", "degree": 1}, {"id": "backend_app_auth_middleware_py", "label": "middleware.py", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "middleware.py", "community": 104, "community_name": "Community 104", "source_file": "backend/app/auth/middleware.py", "file_type": "code", "degree": 1}, {"id": "auth_middleware_decode_jwt", "label": "decode_jwt()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "decode_jwt()", "community": 104, "community_name": "Community 104", "source_file": "backend/app/auth/middleware.py", "file_type": "code", "degree": 2}, {"id": "auth_middleware_rationale_15", "label": "Decode JWT from Authorization header and return user claims.", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Decode JWT from Authorization header and return user claims.", "community": 104, "community_name": "Community 104", "source_file": "backend/app/auth/middleware.py", "file_type": "rationale", "degree": 1}, {"id": "backend_app_auth_providers_azure_ad_py", "label": "azure_ad.py", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": "azure_ad.py", "community": 58, "community_name": "Community 58", "source_file": "backend/app/auth/providers/azure_ad.py", "file_type": "code", "degree": 5}, {"id": "providers_azure_ad_jwks_url", "label": "_jwks_url()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "_jwks_url()", "community": 58, "community_name": "Community 58", "source_file": "backend/app/auth/providers/azure_ad.py", "file_type": "code", "degree": 2}, {"id": "providers_azure_ad_fetch_jwks", "label": "_fetch_jwks()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "_fetch_jwks()", "community": 58, "community_name": "Community 58", "source_file": "backend/app/auth/providers/azure_ad.py", "file_type": "code", "degree": 4}, {"id": "providers_azure_ad_find_key", "label": "_find_key()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "_find_key()", "community": 58, "community_name": "Community 58", "source_file": "backend/app/auth/providers/azure_ad.py", "file_type": "code", "degree": 3}, {"id": "providers_azure_ad_validate_azure_token", "label": "validate_azure_token()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": "validate_azure_token()", "community": 58, "community_name": "Community 58", "source_file": "backend/app/auth/providers/azure_ad.py", "file_type": "code", "degree": 5}, {"id": "providers_azure_ad_rationale_1", "label": "Azure AD token validation via JWKS. Validates ID tokens issued by Azure AD for", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Azure AD token validation via JWKS. Validates ID tokens issued by Azure AD for", "community": 58, "community_name": "Community 58", "source_file": "backend/app/auth/providers/azure_ad.py", "file_type": "rationale", "degree": 1}, {"id": "providers_azure_ad_rationale_32", "label": "Fetch and cache Azure AD JWKS. Re-fetches if TTL expired or force=True.", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Fetch and cache Azure AD JWKS. Re-fetches if TTL expired or force=True.", "community": 58, "community_name": "Community 58", "source_file": "backend/app/auth/providers/azure_ad.py", "file_type": "rationale", "degree": 1}, {"id": "providers_azure_ad_rationale_53", "label": "Find the signing key matching the given key ID.", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Find the signing key matching the given key ID.", "community": 58, "community_name": "Community 58", "source_file": "backend/app/auth/providers/azure_ad.py", "file_type": "rationale", "degree": 1}, {"id": "providers_azure_ad_rationale_64", "label": "Validate an Azure AD ID token and return its claims. Raises HTTPException(4", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Validate an Azure AD ID token and return its claims. Raises HTTPException(4", "community": 58, "community_name": "Community 58", "source_file": "backend/app/auth/providers/azure_ad.py", "file_type": "rationale", "degree": 1}, {"id": "backend_app_auth_providers_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": 247, "community_name": "Community 247", "source_file": "backend/app/auth/providers/__init__.py", "file_type": "code", "degree": 0}, {"id": "backend_app_auth_providers_jwt_provider_py", "label": "jwt_provider.py", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "jwt_provider.py", "community": 25, "community_name": "Community 25", "source_file": "backend/app/auth/providers/jwt_provider.py", "file_type": "code", "degree": 1}, {"id": "providers_jwt_provider_jwtauthprovider", "label": "JWTAuthProvider", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 15.2, "font": {"size": 12, "color": "#ffffff"}, "title": "JWTAuthProvider", "community": 25, "community_name": "Community 25", "source_file": "backend/app/auth/providers/jwt_provider.py", "file_type": "code", "degree": 14}, {"id": "abstractauthprovider", "label": "AbstractAuthProvider", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "AbstractAuthProvider", "community": 25, "community_name": "Community 25", "source_file": "", "file_type": "code", "degree": 1}, {"id": "providers_jwt_provider_jwtauthprovider_init", "label": ".__init__()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".__init__()", "community": 25, "community_name": "Community 25", "source_file": "backend/app/auth/providers/jwt_provider.py", "file_type": "code", "degree": 1}, {"id": "providers_jwt_provider_jwtauthprovider_authenticate", "label": ".authenticate()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".authenticate()", "community": 25, "community_name": "Community 25", "source_file": "backend/app/auth/providers/jwt_provider.py", "file_type": "code", "degree": 2}, {"id": "providers_jwt_provider_jwtauthprovider_create_access_token", "label": ".create_access_token()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".create_access_token()", "community": 25, "community_name": "Community 25", "source_file": "backend/app/auth/providers/jwt_provider.py", "file_type": "code", "degree": 2}, {"id": "providers_jwt_provider_jwtauthprovider_create_refresh_token", "label": ".create_refresh_token()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".create_refresh_token()", "community": 25, "community_name": "Community 25", "source_file": "backend/app/auth/providers/jwt_provider.py", "file_type": "code", "degree": 2}, {"id": "providers_jwt_provider_jwtauthprovider_validate_token", "label": ".validate_token()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".validate_token()", "community": 25, "community_name": "Community 25", "source_file": "backend/app/auth/providers/jwt_provider.py", "file_type": "code", "degree": 2}, {"id": "providers_jwt_provider_jwtauthprovider_hash_password", "label": ".hash_password()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".hash_password()", "community": 25, "community_name": "Community 25", "source_file": "backend/app/auth/providers/jwt_provider.py", "file_type": "code", "degree": 2}, {"id": "providers_jwt_provider_jwtauthprovider_verify_password", "label": ".verify_password()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".verify_password()", "community": 25, "community_name": "Community 25", "source_file": "backend/app/auth/providers/jwt_provider.py", "file_type": "code", "degree": 2}, {"id": "providers_jwt_provider_rationale_12", "label": "JWT-based authentication provider with bcrypt password hashing.", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "JWT-based authentication provider with bcrypt password hashing.", "community": 25, "community_name": "Community 25", "source_file": "backend/app/auth/providers/jwt_provider.py", "file_type": "rationale", "degree": 1}, {"id": "providers_jwt_provider_rationale_21", "label": "Not used directly - authentication happens through AuthService.", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Not used directly - authentication happens through AuthService.", "community": 25, "community_name": "Community 25", "source_file": "backend/app/auth/providers/jwt_provider.py", "file_type": "rationale", "degree": 1}, {"id": "providers_jwt_provider_rationale_25", "label": "Create a JWT access token (8-hour expiry by default).", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Create a JWT access token (8-hour expiry by default).", "community": 25, "community_name": "Community 25", "source_file": "backend/app/auth/providers/jwt_provider.py", "file_type": "rationale", "degree": 1}, {"id": "providers_jwt_provider_rationale_32", "label": "Create a JWT refresh token (7-day expiry).", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Create a JWT refresh token (7-day expiry).", "community": 25, "community_name": "Community 25", "source_file": "backend/app/auth/providers/jwt_provider.py", "file_type": "rationale", "degree": 1}, {"id": "providers_jwt_provider_rationale_39", "label": "Validate a JWT and return its claims, or None if invalid.", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Validate a JWT and return its claims, or None if invalid.", "community": 25, "community_name": "Community 25", "source_file": "backend/app/auth/providers/jwt_provider.py", "file_type": "rationale", "degree": 1}, {"id": "providers_jwt_provider_rationale_47", "label": "Hash a password using bcrypt.", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Hash a password using bcrypt.", "community": 25, "community_name": "Community 25", "source_file": "backend/app/auth/providers/jwt_provider.py", "file_type": "rationale", "degree": 1}, {"id": "providers_jwt_provider_rationale_51", "label": "Verify a password against a bcrypt hash.", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Verify a password against a bcrypt hash.", "community": 25, "community_name": "Community 25", "source_file": "backend/app/auth/providers/jwt_provider.py", "file_type": "rationale", "degree": 1}, {"id": "backend_app_auth_providers_base_py", "label": "base.py", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 13.0, "font": {"size": 0, "color": "#ffffff"}, "title": "base.py", "community": 50, "community_name": "Community 50", "source_file": "backend/app/auth/providers/base.py", "file_type": "code", "degree": 8}, {"id": "providers_base_abstractauthprovider", "label": "AbstractAuthProvider", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "AbstractAuthProvider", "community": 50, "community_name": "Community 50", "source_file": "backend/app/auth/providers/base.py", "file_type": "code", "degree": 4}, {"id": "providers_base_authenticate", "label": "authenticate()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "authenticate()", "community": 50, "community_name": "Community 50", "source_file": "backend/app/auth/providers/base.py", "file_type": "code", "degree": 1}, {"id": "providers_base_create_access_token", "label": "create_access_token()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "create_access_token()", "community": 50, "community_name": "Community 50", "source_file": "backend/app/auth/providers/base.py", "file_type": "code", "degree": 1}, {"id": "providers_base_create_refresh_token", "label": "create_refresh_token()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "create_refresh_token()", "community": 50, "community_name": "Community 50", "source_file": "backend/app/auth/providers/base.py", "file_type": "code", "degree": 1}, {"id": "providers_base_validate_token", "label": "validate_token()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "validate_token()", "community": 50, "community_name": "Community 50", "source_file": "backend/app/auth/providers/base.py", "file_type": "code", "degree": 1}, {"id": "providers_base_hash_password", "label": "hash_password()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "hash_password()", "community": 50, "community_name": "Community 50", "source_file": "backend/app/auth/providers/base.py", "file_type": "code", "degree": 1}, {"id": "providers_base_verify_password", "label": "verify_password()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "verify_password()", "community": 50, "community_name": "Community 50", "source_file": "backend/app/auth/providers/base.py", "file_type": "code", "degree": 1}, {"id": "providers_base_rationale_6", "label": "Abstract base for authentication providers.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Abstract base for authentication providers.", "community": 50, "community_name": "Community 50", "source_file": "backend/app/auth/providers/base.py", "file_type": "rationale", "degree": 1}, {"id": "providers_base_rationale_10", "label": "Authenticate a user. Returns user dict or None if invalid.", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Authenticate a user. Returns user dict or None if invalid.", "community": 248, "community_name": "Community 248", "source_file": "backend/app/auth/providers/base.py", "file_type": "rationale", "degree": 0}, {"id": "providers_base_rationale_15", "label": "Create an access token for the given data.", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Create an access token for the given data.", "community": 249, "community_name": "Community 249", "source_file": "backend/app/auth/providers/base.py", "file_type": "rationale", "degree": 0}, {"id": "providers_base_rationale_20", "label": "Create a refresh token for the given data.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Create a refresh token for the given data.", "community": 250, "community_name": "Community 250", "source_file": "backend/app/auth/providers/base.py", "file_type": "rationale", "degree": 0}, {"id": "providers_base_rationale_25", "label": "Validate a token and return the claims, or None if invalid.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Validate a token and return the claims, or None if invalid.", "community": 251, "community_name": "Community 251", "source_file": "backend/app/auth/providers/base.py", "file_type": "rationale", "degree": 0}, {"id": "providers_base_rationale_30", "label": "Hash a plaintext password.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Hash a plaintext password.", "community": 252, "community_name": "Community 252", "source_file": "backend/app/auth/providers/base.py", "file_type": "rationale", "degree": 0}, {"id": "providers_base_rationale_35", "label": "Verify a plaintext password against a hash.", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Verify a plaintext password against a hash.", "community": 253, "community_name": "Community 253", "source_file": "backend/app/auth/providers/base.py", "file_type": "rationale", "degree": 0}, {"id": "backend_app_models_files_py", "label": "files.py", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "files.py", "community": 3, "community_name": "Community 3", "source_file": "backend/app/models/files.py", "file_type": "code", "degree": 3}, {"id": "models_files_referencefiletype", "label": "ReferenceFileType", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 12.6, "font": {"size": 0, "color": "#ffffff"}, "title": "ReferenceFileType", "community": 19, "community_name": "Community 19", "source_file": "backend/app/models/files.py", "file_type": "code", "degree": 7}, {"id": "models_files_tmfileregistry", "label": "TMFileRegistry", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 12.2, "font": {"size": 0, "color": "#ffffff"}, "title": "TMFileRegistry", "community": 3, "community_name": "Community 3", "source_file": "backend/app/models/files.py", "file_type": "code", "degree": 6}, {"id": "base", "label": "Base", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 14.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Base", "community": 3, "community_name": "Community 3", "source_file": "", "file_type": "code", "degree": 12}, {"id": "models_files_referencefile", "label": "ReferenceFile", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "ReferenceFile", "community": 3, "community_name": "Community 3", "source_file": "backend/app/models/files.py", "file_type": "code", "degree": 4}, {"id": "backend_app_models_user_py", "label": "user.py", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "user.py", "community": 73, "community_name": "Community 73", "source_file": "backend/app/models/user.py", "file_type": "code", "degree": 4}, {"id": "models_user_userrole", "label": "UserRole", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 13.0, "font": {"size": 0, "color": "#ffffff"}, "title": "UserRole", "community": 73, "community_name": "Community 73", "source_file": "backend/app/models/user.py", "file_type": "code", "degree": 8}, {"id": "models_user_userstatus", "label": "UserStatus", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 13.0, "font": {"size": 0, "color": "#ffffff"}, "title": "UserStatus", "community": 73, "community_name": "Community 73", "source_file": "backend/app/models/user.py", "file_type": "code", "degree": 8}, {"id": "models_user_user", "label": "User", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 12.2, "font": {"size": 0, "color": "#ffffff"}, "title": "User", "community": 3, "community_name": "Community 3", "source_file": "backend/app/models/user.py", "file_type": "code", "degree": 6}, {"id": "timestampmixin", "label": "TimestampMixin", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 12.2, "font": {"size": 0, "color": "#ffffff"}, "title": "TimestampMixin", "community": 3, "community_name": "Community 3", "source_file": "", "file_type": "code", "degree": 6}, {"id": "models_user_userclient", "label": "UserClient", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 12.2, "font": {"size": 0, "color": "#ffffff"}, "title": "UserClient", "community": 3, "community_name": "Community 3", "source_file": "backend/app/models/user.py", "file_type": "code", "degree": 6}, {"id": "backend_app_models_audit_py", "label": "audit.py", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "audit.py", "community": 64, "community_name": "Community 64", "source_file": "backend/app/models/audit.py", "file_type": "code", "degree": 2}, {"id": "models_audit_auditlog", "label": "AuditLog", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": "AuditLog", "community": 64, "community_name": "Community 64", "source_file": "backend/app/models/audit.py", "file_type": "code", "degree": 5}, {"id": "models_audit_tokenusagelog", "label": "TokenUsageLog", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": "TokenUsageLog", "community": 3, "community_name": "Community 3", "source_file": "backend/app/models/audit.py", "file_type": "code", "degree": 5}, {"id": "backend_app_models_feedback_py", "label": "feedback.py", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "feedback.py", "community": 83, "community_name": "Community 83", "source_file": "backend/app/models/feedback.py", "file_type": "code", "degree": 2}, {"id": "models_feedback_flagtype", "label": "FlagType", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 12.2, "font": {"size": 0, "color": "#ffffff"}, "title": "FlagType", "community": 83, "community_name": "Community 83", "source_file": "backend/app/models/feedback.py", "file_type": "code", "degree": 6}, {"id": "models_feedback_feedback", "label": "Feedback", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Feedback", "community": 3, "community_name": "Community 3", "source_file": "backend/app/models/feedback.py", "file_type": "code", "degree": 5}, {"id": "backend_app_models_job_py", "label": "job.py", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 12.6, "font": {"size": 0, "color": "#ffffff"}, "title": "job.py", "community": 37, "community_name": "Community 37", "source_file": "backend/app/models/job.py", "file_type": "code", "degree": 7}, {"id": "models_job_programme", "label": "Programme", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 13.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Programme", "community": 37, "community_name": "Community 37", "source_file": "backend/app/models/job.py", "file_type": "code", "degree": 9}, {"id": "models_job_jobtype", "label": "JobType", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 13.7, "font": {"size": 0, "color": "#ffffff"}, "title": "JobType", "community": 37, "community_name": "Community 37", "source_file": "backend/app/models/job.py", "file_type": "code", "degree": 10}, {"id": "models_job_jobstatus", "label": "JobStatus", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 14.1, "font": {"size": 0, "color": "#ffffff"}, "title": "JobStatus", "community": 37, "community_name": "Community 37", "source_file": "backend/app/models/job.py", "file_type": "code", "degree": 11}, {"id": "models_job_localetype", "label": "LocaleType", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 13.7, "font": {"size": 0, "color": "#ffffff"}, "title": "LocaleType", "community": 37, "community_name": "Community 37", "source_file": "backend/app/models/job.py", "file_type": "code", "degree": 10}, {"id": "models_job_job", "label": "Job", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 12.6, "font": {"size": 0, "color": "#ffffff"}, "title": "Job", "community": 3, "community_name": "Community 3", "source_file": "backend/app/models/job.py", "file_type": "code", "degree": 7}, {"id": "models_job_localeinstance", "label": "LocaleInstance", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 13.0, "font": {"size": 0, "color": "#ffffff"}, "title": "LocaleInstance", "community": 3, "community_name": "Community 3", "source_file": "backend/app/models/job.py", "file_type": "code", "degree": 8}, {"id": "backend_app_models_client_py", "label": "client.py", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "client.py", "community": 3, "community_name": "Community 3", "source_file": "backend/app/models/client.py", "file_type": "code", "degree": 1}, {"id": "models_client_client", "label": "Client", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Client", "community": 3, "community_name": "Community 3", "source_file": "backend/app/models/client.py", "file_type": "code", "degree": 5}, {"id": "backend_app_models_init_py", "label": "__init__.py", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "__init__.py", "community": 173, "community_name": "Community 173", "source_file": "backend/app/models/__init__.py", "file_type": "code", "degree": 1}, {"id": "models_init_rationale_1", "label": "SQLAlchemy models - import all models so Alembic can discover them.", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "SQLAlchemy models - import all models so Alembic can discover them.", "community": 173, "community_name": "Community 173", "source_file": "backend/app/models/__init__.py", "file_type": "rationale", "degree": 1}, {"id": "backend_app_models_source_py", "label": "source.py", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "source.py", "community": 3, "community_name": "Community 3", "source_file": "backend/app/models/source.py", "file_type": "code", "degree": 1}, {"id": "models_source_sourceline", "label": "SourceLine", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 13.0, "font": {"size": 0, "color": "#ffffff"}, "title": "SourceLine", "community": 3, "community_name": "Community 3", "source_file": "backend/app/models/source.py", "file_type": "code", "degree": 8}, {"id": "backend_app_models_base_py", "label": "base.py", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "base.py", "community": 3, "community_name": "Community 3", "source_file": "backend/app/models/base.py", "file_type": "code", "degree": 3}, {"id": "models_base_base", "label": "Base", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 19.3, "font": {"size": 12, "color": "#ffffff"}, "title": "Base", "community": 3, "community_name": "Community 3", "source_file": "backend/app/models/base.py", "file_type": "code", "degree": 25}, {"id": "declarativebase", "label": "DeclarativeBase", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "DeclarativeBase", "community": 3, "community_name": "Community 3", "source_file": "", "file_type": "code", "degree": 1}, {"id": "models_base_timestampmixin", "label": "TimestampMixin", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 16.3, "font": {"size": 12, "color": "#ffffff"}, "title": "TimestampMixin", "community": 3, "community_name": "Community 3", "source_file": "backend/app/models/base.py", "file_type": "code", "degree": 17}, {"id": "models_base_generate_uuid", "label": "generate_uuid()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "generate_uuid()", "community": 3, "community_name": "Community 3", "source_file": "backend/app/models/base.py", "file_type": "code", "degree": 1}, {"id": "models_base_rationale_9", "label": "Base class for all SQLAlchemy models.", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Base class for all SQLAlchemy models.", "community": 3, "community_name": "Community 3", "source_file": "backend/app/models/base.py", "file_type": "rationale", "degree": 1}, {"id": "models_base_rationale_14", "label": "Mixin that adds created_at and updated_at columns.", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Mixin that adds created_at and updated_at columns.", "community": 3, "community_name": "Community 3", "source_file": "backend/app/models/base.py", "file_type": "rationale", "degree": 1}, {"id": "backend_app_models_output_py", "label": "output.py", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "output.py", "community": 3, "community_name": "Community 3", "source_file": "backend/app/models/output.py", "file_type": "code", "degree": 2}, {"id": "models_output_confidencetier", "label": "ConfidenceTier", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 13.3, "font": {"size": 0, "color": "#ffffff"}, "title": "ConfidenceTier", "community": 30, "community_name": "Community 30", "source_file": "backend/app/models/output.py", "file_type": "code", "degree": 9}, {"id": "models_output_outputrow", "label": "OutputRow", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 12.6, "font": {"size": 0, "color": "#ffffff"}, "title": "OutputRow", "community": 3, "community_name": "Community 3", "source_file": "backend/app/models/output.py", "file_type": "code", "degree": 7}, {"id": "backend_app_schemas_files_py", "label": "files.py", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "files.py", "community": 19, "community_name": "Community 19", "source_file": "backend/app/schemas/files.py", "file_type": "code", "degree": 3}, {"id": "schemas_files_tmfileresponse", "label": "TMFileResponse", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "TMFileResponse", "community": 19, "community_name": "Community 19", "source_file": "backend/app/schemas/files.py", "file_type": "code", "degree": 3}, {"id": "schemas_files_referencefileresponse", "label": "ReferenceFileResponse", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ReferenceFileResponse", "community": 19, "community_name": "Community 19", "source_file": "backend/app/schemas/files.py", "file_type": "code", "degree": 3}, {"id": "schemas_files_fileuploadresponse", "label": "FileUploadResponse", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": "FileUploadResponse", "community": 19, "community_name": "Community 19", "source_file": "backend/app/schemas/files.py", "file_type": "code", "degree": 5}, {"id": "backend_app_schemas_user_py", "label": "user.py", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "user.py", "community": 73, "community_name": "Community 73", "source_file": "backend/app/schemas/user.py", "file_type": "code", "degree": 3}, {"id": "schemas_user_usercreate", "label": "UserCreate", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "UserCreate", "community": 73, "community_name": "Community 73", "source_file": "backend/app/schemas/user.py", "file_type": "code", "degree": 4}, {"id": "schemas_user_userupdate", "label": "UserUpdate", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "UserUpdate", "community": 73, "community_name": "Community 73", "source_file": "backend/app/schemas/user.py", "file_type": "code", "degree": 4}, {"id": "schemas_user_userresponse", "label": "UserResponse", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "UserResponse", "community": 73, "community_name": "Community 73", "source_file": "backend/app/schemas/user.py", "file_type": "code", "degree": 4}, {"id": "backend_app_schemas_feedback_py", "label": "feedback.py", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "feedback.py", "community": 83, "community_name": "Community 83", "source_file": "backend/app/schemas/feedback.py", "file_type": "code", "degree": 2}, {"id": "schemas_feedback_feedbackcreate", "label": "FeedbackCreate", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "FeedbackCreate", "community": 83, "community_name": "Community 83", "source_file": "backend/app/schemas/feedback.py", "file_type": "code", "degree": 4}, {"id": "schemas_feedback_feedbackresponse", "label": "FeedbackResponse", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "FeedbackResponse", "community": 83, "community_name": "Community 83", "source_file": "backend/app/schemas/feedback.py", "file_type": "code", "degree": 3}, {"id": "backend_app_schemas_job_py", "label": "job.py", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": "job.py", "community": 37, "community_name": "Community 37", "source_file": "backend/app/schemas/job.py", "file_type": "code", "degree": 5}, {"id": "schemas_job_jobcreate", "label": "JobCreate", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 13.0, "font": {"size": 0, "color": "#ffffff"}, "title": "JobCreate", "community": 37, "community_name": "Community 37", "source_file": "backend/app/schemas/job.py", "file_type": "code", "degree": 8}, {"id": "schemas_job_jobupdate", "label": "JobUpdate", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 13.0, "font": {"size": 0, "color": "#ffffff"}, "title": "JobUpdate", "community": 37, "community_name": "Community 37", "source_file": "backend/app/schemas/job.py", "file_type": "code", "degree": 8}, {"id": "schemas_job_localeinstanceresponse", "label": "LocaleInstanceResponse", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 12.6, "font": {"size": 0, "color": "#ffffff"}, "title": "LocaleInstanceResponse", "community": 37, "community_name": "Community 37", "source_file": "backend/app/schemas/job.py", "file_type": "code", "degree": 7}, {"id": "schemas_job_jobresponse", "label": "JobResponse", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 12.6, "font": {"size": 0, "color": "#ffffff"}, "title": "JobResponse", "community": 37, "community_name": "Community 37", "source_file": "backend/app/schemas/job.py", "file_type": "code", "degree": 7}, {"id": "schemas_job_joblistresponse", "label": "JobListResponse", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 13.0, "font": {"size": 0, "color": "#ffffff"}, "title": "JobListResponse", "community": 37, "community_name": "Community 37", "source_file": "backend/app/schemas/job.py", "file_type": "code", "degree": 8}, {"id": "backend_app_schemas_client_py", "label": "client.py", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "client.py", "community": 19, "community_name": "Community 19", "source_file": "backend/app/schemas/client.py", "file_type": "code", "degree": 3}, {"id": "schemas_client_clientcreate", "label": "ClientCreate", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "ClientCreate", "community": 19, "community_name": "Community 19", "source_file": "backend/app/schemas/client.py", "file_type": "code", "degree": 2}, {"id": "schemas_client_clientupdate", "label": "ClientUpdate", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "ClientUpdate", "community": 19, "community_name": "Community 19", "source_file": "backend/app/schemas/client.py", "file_type": "code", "degree": 2}, {"id": "schemas_client_clientresponse", "label": "ClientResponse", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "ClientResponse", "community": 19, "community_name": "Community 19", "source_file": "backend/app/schemas/client.py", "file_type": "code", "degree": 2}, {"id": "backend_app_schemas_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": 254, "community_name": "Community 254", "source_file": "backend/app/schemas/__init__.py", "file_type": "code", "degree": 0}, {"id": "backend_app_schemas_common_py", "label": "common.py", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "common.py", "community": 19, "community_name": "Community 19", "source_file": "backend/app/schemas/common.py", "file_type": "code", "degree": 2}, {"id": "schemas_common_paginatedresponse", "label": "PaginatedResponse", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "PaginatedResponse", "community": 19, "community_name": "Community 19", "source_file": "backend/app/schemas/common.py", "file_type": "code", "degree": 2}, {"id": "schemas_common_errorresponse", "label": "ErrorResponse", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "ErrorResponse", "community": 19, "community_name": "Community 19", "source_file": "backend/app/schemas/common.py", "file_type": "code", "degree": 2}, {"id": "backend_app_schemas_output_py", "label": "output.py", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "output.py", "community": 30, "community_name": "Community 30", "source_file": "backend/app/schemas/output.py", "file_type": "code", "degree": 4}, {"id": "schemas_output_feedbacksummary", "label": "FeedbackSummary", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "FeedbackSummary", "community": 30, "community_name": "Community 30", "source_file": "backend/app/schemas/output.py", "file_type": "code", "degree": 4}, {"id": "schemas_output_outputrowresponse", "label": "OutputRowResponse", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "OutputRowResponse", "community": 30, "community_name": "Community 30", "source_file": "backend/app/schemas/output.py", "file_type": "code", "degree": 4}, {"id": "schemas_output_sourcelinepreview", "label": "SourceLinePreview", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "SourceLinePreview", "community": 30, "community_name": "Community 30", "source_file": "backend/app/schemas/output.py", "file_type": "code", "degree": 4}, {"id": "schemas_output_outputpreviewresponse", "label": "OutputPreviewResponse", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": "OutputPreviewResponse", "community": 30, "community_name": "Community 30", "source_file": "backend/app/schemas/output.py", "file_type": "code", "degree": 5}, {"id": "schemas_output_rationale_11", "label": "Lightweight feedback info embedded in output row responses.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Lightweight feedback info embedded in output row responses.", "community": 30, "community_name": "Community 30", "source_file": "backend/app/schemas/output.py", "file_type": "rationale", "degree": 1}, {"id": "backend_app_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": 255, "community_name": "Community 255", "source_file": "backend/app/api/__init__.py", "file_type": "code", "degree": 0}, {"id": "backend_app_api_v1_files_py", "label": "files.py", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 13.0, "font": {"size": 0, "color": "#ffffff"}, "title": "files.py", "community": 9, "community_name": "Community 9", "source_file": "backend/app/api/v1/files.py", "file_type": "code", "degree": 8}, {"id": "v1_files_list_tm_files", "label": "list_tm_files()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "list_tm_files()", "community": 9, "community_name": "Community 9", "source_file": "backend/app/api/v1/files.py", "file_type": "code", "degree": 2}, {"id": "v1_files_download_tm_file", "label": "download_tm_file()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "download_tm_file()", "community": 9, "community_name": "Community 9", "source_file": "backend/app/api/v1/files.py", "file_type": "code", "degree": 1}, {"id": "v1_files_list_reference_files", "label": "list_reference_files()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "list_reference_files()", "community": 9, "community_name": "Community 9", "source_file": "backend/app/api/v1/files.py", "file_type": "code", "degree": 2}, {"id": "v1_files_rationale_34", "label": "Upload a Translation Memory (JSONL) file.", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Upload a Translation Memory (JSONL) file.", "community": 9, "community_name": "Community 9", "source_file": "backend/app/api/v1/files.py", "file_type": "rationale", "degree": 1}, {"id": "v1_files_rationale_66", "label": "List TM files for a client.", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "List TM files for a client.", "community": 9, "community_name": "Community 9", "source_file": "backend/app/api/v1/files.py", "file_type": "rationale", "degree": 1}, {"id": "v1_files_rationale_128", "label": "Upload a reference file (glossary, blacklist, TOV, etc.).", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Upload a reference file (glossary, blacklist, TOV, etc.).", "community": 0, "community_name": "Community 0", "source_file": "backend/app/api/v1/files.py", "file_type": "rationale", "degree": 1}, {"id": "v1_files_rationale_158", "label": "List reference files for a client.", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "List reference files for a client.", "community": 9, "community_name": "Community 9", "source_file": "backend/app/api/v1/files.py", "file_type": "rationale", "degree": 1}, {"id": "v1_files_rationale_171", "label": "Download a reference file.", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Download a reference file.", "community": 9, "community_name": "Community 9", "source_file": "backend/app/api/v1/files.py", "file_type": "rationale", "degree": 1}, {"id": "v1_files_rationale_195", "label": "Delete a reference file.", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Delete a reference file.", "community": 9, "community_name": "Community 9", "source_file": "backend/app/api/v1/files.py", "file_type": "rationale", "degree": 3}, {"id": "backend_app_api_v1_audit_py", "label": "audit.py", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "audit.py", "community": 143, "community_name": "Community 143", "source_file": "backend/app/api/v1/audit.py", "file_type": "code", "degree": 1}, {"id": "v1_audit_list_audit_logs", "label": "list_audit_logs()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "list_audit_logs()", "community": 143, "community_name": "Community 143", "source_file": "backend/app/api/v1/audit.py", "file_type": "code", "degree": 2}, {"id": "v1_audit_rationale_28", "label": "List audit logs with filters (admin only).", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "List audit logs with filters (admin only).", "community": 143, "community_name": "Community 143", "source_file": "backend/app/api/v1/audit.py", "file_type": "rationale", "degree": 1}, {"id": "backend_app_api_v1_users_py", "label": "users.py", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": "users.py", "community": 49, "community_name": "Community 49", "source_file": "backend/app/api/v1/users.py", "file_type": "code", "degree": 5}, {"id": "v1_users_create_user", "label": "create_user()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "create_user()", "community": 49, "community_name": "Community 49", "source_file": "backend/app/api/v1/users.py", "file_type": "code", "degree": 3}, {"id": "v1_users_list_users", "label": "list_users()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "list_users()", "community": 49, "community_name": "Community 49", "source_file": "backend/app/api/v1/users.py", "file_type": "code", "degree": 2}, {"id": "v1_users_get_user", "label": "get_user()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "get_user()", "community": 49, "community_name": "Community 49", "source_file": "backend/app/api/v1/users.py", "file_type": "code", "degree": 2}, {"id": "v1_users_update_user", "label": "update_user()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "update_user()", "community": 49, "community_name": "Community 49", "source_file": "backend/app/api/v1/users.py", "file_type": "code", "degree": 2}, {"id": "v1_users_delete_user", "label": "delete_user()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "delete_user()", "community": 49, "community_name": "Community 49", "source_file": "backend/app/api/v1/users.py", "file_type": "code", "degree": 2}, {"id": "v1_users_rationale_27", "label": "Create a new user (admin only).", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Create a new user (admin only).", "community": 49, "community_name": "Community 49", "source_file": "backend/app/api/v1/users.py", "file_type": "rationale", "degree": 1}, {"id": "v1_users_rationale_60", "label": "List all users (admin only).", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "List all users (admin only).", "community": 49, "community_name": "Community 49", "source_file": "backend/app/api/v1/users.py", "file_type": "rationale", "degree": 1}, {"id": "v1_users_rationale_84", "label": "Get a user by ID (admin only).", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Get a user by ID (admin only).", "community": 49, "community_name": "Community 49", "source_file": "backend/app/api/v1/users.py", "file_type": "rationale", "degree": 1}, {"id": "v1_users_rationale_99", "label": "Update a user (admin only).", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Update a user (admin only).", "community": 49, "community_name": "Community 49", "source_file": "backend/app/api/v1/users.py", "file_type": "rationale", "degree": 1}, {"id": "v1_users_rationale_125", "label": "Soft-delete a user by setting status to inactive (admin only).", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Soft-delete a user by setting status to inactive (admin only).", "community": 49, "community_name": "Community 49", "source_file": "backend/app/api/v1/users.py", "file_type": "rationale", "degree": 1}, {"id": "backend_app_api_v1_init_py", "label": "__init__.py", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "__init__.py", "community": 256, "community_name": "Community 256", "source_file": "backend/app/api/v1/__init__.py", "file_type": "code", "degree": 0}, {"id": "backend_app_api_v1_jobs_py", "label": "jobs.py", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 14.1, "font": {"size": 0, "color": "#ffffff"}, "title": "jobs.py", "community": 22, "community_name": "Community 22", "source_file": "backend/app/api/v1/jobs.py", "file_type": "code", "degree": 11}, {"id": "v1_jobs_enrich_job_response", "label": "_enrich_job_response()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 12.2, "font": {"size": 0, "color": "#ffffff"}, "title": "_enrich_job_response()", "community": 22, "community_name": "Community 22", "source_file": "backend/app/api/v1/jobs.py", "file_type": "code", "degree": 6}, {"id": "v1_jobs_create_job", "label": "create_job()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "create_job()", "community": 22, "community_name": "Community 22", "source_file": "backend/app/api/v1/jobs.py", "file_type": "code", "degree": 4}, {"id": "v1_jobs_list_jobs", "label": "list_jobs()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "list_jobs()", "community": 22, "community_name": "Community 22", "source_file": "backend/app/api/v1/jobs.py", "file_type": "code", "degree": 3}, {"id": "v1_jobs_get_job", "label": "get_job()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 13.0, "font": {"size": 0, "color": "#ffffff"}, "title": "get_job()", "community": 22, "community_name": "Community 22", "source_file": "backend/app/api/v1/jobs.py", "file_type": "code", "degree": 8}, {"id": "v1_jobs_delete_job", "label": "delete_job()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "delete_job()", "community": 22, "community_name": "Community 22", "source_file": "backend/app/api/v1/jobs.py", "file_type": "code", "degree": 2}, {"id": "v1_jobs_launch_job", "label": "launch_job()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "launch_job()", "community": 22, "community_name": "Community 22", "source_file": "backend/app/api/v1/jobs.py", "file_type": "code", "degree": 4}, {"id": "v1_jobs_cancel_job", "label": "cancel_job()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "cancel_job()", "community": 22, "community_name": "Community 22", "source_file": "backend/app/api/v1/jobs.py", "file_type": "code", "degree": 4}, {"id": "v1_jobs_rationale_24", "label": "Build JobResponse with computed fields from relationships.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Build JobResponse with computed fields from relationships.", "community": 22, "community_name": "Community 22", "source_file": "backend/app/api/v1/jobs.py", "file_type": "rationale", "degree": 1}, {"id": "v1_jobs_rationale_38", "label": "Create a new transcreation job.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Create a new transcreation job.", "community": 22, "community_name": "Community 22", "source_file": "backend/app/api/v1/jobs.py", "file_type": "rationale", "degree": 1}, {"id": "v1_jobs_rationale_62", "label": "List jobs with filters and pagination.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "List jobs with filters and pagination.", "community": 22, "community_name": "Community 22", "source_file": "backend/app/api/v1/jobs.py", "file_type": "rationale", "degree": 1}, {"id": "v1_jobs_rationale_136", "label": "Get job details with locale instances.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Get job details with locale instances.", "community": 22, "community_name": "Community 22", "source_file": "backend/app/api/v1/jobs.py", "file_type": "rationale", "degree": 1}, {"id": "v1_jobs_rationale_148", "label": "Validate a source xlsx file without saving. Returns line count, columns, etc.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Validate a source xlsx file without saving. Returns line count, columns, etc.", "community": 42, "community_name": "Community 42", "source_file": "backend/app/api/v1/jobs.py", "file_type": "rationale", "degree": 1}, {"id": "v1_jobs_rationale_226", "label": "Upload source xlsx file for a job.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Upload source xlsx file for a job.", "community": 22, "community_name": "Community 22", "source_file": "backend/app/api/v1/jobs.py", "file_type": "rationale", "degree": 1}, {"id": "v1_jobs_rationale_254", "label": "Upload supplementary files for a job.", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 12.6, "font": {"size": 0, "color": "#ffffff"}, "title": "Upload supplementary files for a job.", "community": 56, "community_name": "Community 56", "source_file": "backend/app/api/v1/jobs.py", "file_type": "rationale", "degree": 7}, {"id": "v1_jobs_rationale_271", "label": "Delete a job (admin only). Cascades to locale instances, output rows, source lin", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Delete a job (admin only). Cascades to locale instances, output rows, source lin", "community": 22, "community_name": "Community 22", "source_file": "backend/app/api/v1/jobs.py", "file_type": "rationale", "degree": 1}, {"id": "v1_jobs_rationale_292", "label": "Validate and queue a job for processing.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Validate and queue a job for processing.", "community": 22, "community_name": "Community 22", "source_file": "backend/app/api/v1/jobs.py", "file_type": "rationale", "degree": 1}, {"id": "v1_jobs_rationale_314", "label": "Cancel a running job.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Cancel a running job.", "community": 22, "community_name": "Community 22", "source_file": "backend/app/api/v1/jobs.py", "file_type": "rationale", "degree": 1}, {"id": "v1_jobs_rationale_339", "label": "Re-run a single locale instance.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Re-run a single locale instance.", "community": 22, "community_name": "Community 22", "source_file": "backend/app/api/v1/jobs.py", "file_type": "rationale", "degree": 1}, {"id": "backend_app_api_v1_clients_py", "label": "clients.py", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": "clients.py", "community": 59, "community_name": "Community 59", "source_file": "backend/app/api/v1/clients.py", "file_type": "code", "degree": 5}, {"id": "v1_clients_list_clients", "label": "list_clients()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "list_clients()", "community": 59, "community_name": "Community 59", "source_file": "backend/app/api/v1/clients.py", "file_type": "code", "degree": 1}, {"id": "v1_clients_get_client", "label": "get_client()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "get_client()", "community": 59, "community_name": "Community 59", "source_file": "backend/app/api/v1/clients.py", "file_type": "code", "degree": 1}, {"id": "v1_clients_delete_client", "label": "delete_client()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "delete_client()", "community": 59, "community_name": "Community 59", "source_file": "backend/app/api/v1/clients.py", "file_type": "code", "degree": 2}, {"id": "v1_clients_rationale_25", "label": "Create a new client (admin only).", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Create a new client (admin only).", "community": 59, "community_name": "Community 59", "source_file": "backend/app/api/v1/clients.py", "file_type": "rationale", "degree": 1}, {"id": "v1_clients_rationale_78", "label": "Update a client (admin only).", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Update a client (admin only).", "community": 59, "community_name": "Community 59", "source_file": "backend/app/api/v1/clients.py", "file_type": "rationale", "degree": 1}, {"id": "v1_clients_rationale_98", "label": "Delete a client (admin only).", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Delete a client (admin only).", "community": 59, "community_name": "Community 59", "source_file": "backend/app/api/v1/clients.py", "file_type": "rationale", "degree": 1}, {"id": "backend_app_api_v1_reports_py", "label": "reports.py", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": "reports.py", "community": 18, "community_name": "Community 18", "source_file": "backend/app/api/v1/reports.py", "file_type": "code", "degree": 5}, {"id": "v1_reports_get_token_cost_data", "label": "get_token_cost_data()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "get_token_cost_data()", "community": 18, "community_name": "Community 18", "source_file": "backend/app/api/v1/reports.py", "file_type": "code", "degree": 2}, {"id": "v1_reports_rationale_23", "label": "Get usage statistics (total jobs, tokens, cost, status breakdown).", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Get usage statistics (total jobs, tokens, cost, status breakdown).", "community": 18, "community_name": "Community 18", "source_file": "backend/app/api/v1/reports.py", "file_type": "rationale", "degree": 1}, {"id": "v1_reports_rationale_37", "label": "Get token usage and cost data grouped by day.", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "Get token usage and cost data grouped by day.", "community": 18, "community_name": "Community 18", "source_file": "backend/app/api/v1/reports.py", "file_type": "rationale", "degree": 2}, {"id": "v1_reports_rationale_49", "label": "Get quality metrics (confidence tier distribution, feedback stats).", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Get quality metrics (confidence tier distribution, feedback stats).", "community": 18, "community_name": "Community 18", "source_file": "backend/app/api/v1/reports.py", "file_type": "rationale", "degree": 1}, {"id": "v1_reports_rationale_61", "label": "Get per-locale stats (tokens, cost, avg duration).", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Get per-locale stats (tokens, cost, avg duration).", "community": 18, "community_name": "Community 18", "source_file": "backend/app/api/v1/reports.py", "file_type": "rationale", "degree": 1}, {"id": "v1_reports_rationale_75", "label": "Get job counts grouped by week for chart display.", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Get job counts grouped by week for chart display.", "community": 18, "community_name": "Community 18", "source_file": "backend/app/api/v1/reports.py", "file_type": "rationale", "degree": 1}, {"id": "backend_app_api_v1_router_py", "label": "router.py", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "router.py", "community": 257, "community_name": "Community 257", "source_file": "backend/app/api/v1/router.py", "file_type": "code", "degree": 0}, {"id": "backend_app_api_v1_output_py", "label": "output.py", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "output.py", "community": 63, "community_name": "Community 63", "source_file": "backend/app/api/v1/output.py", "file_type": "code", "degree": 4}, {"id": "v1_output_create_feedback", "label": "create_feedback()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "create_feedback()", "community": 63, "community_name": "Community 63", "source_file": "backend/app/api/v1/output.py", "file_type": "code", "degree": 2}, {"id": "v1_output_list_feedback_for_output", "label": "list_feedback_for_output()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "list_feedback_for_output()", "community": 63, "community_name": "Community 63", "source_file": "backend/app/api/v1/output.py", "file_type": "code", "degree": 2}, {"id": "v1_output_export_output", "label": "export_output()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "export_output()", "community": 63, "community_name": "Community 63", "source_file": "backend/app/api/v1/output.py", "file_type": "code", "degree": 2}, {"id": "v1_output_rationale_30", "label": "Get preview data for a locale instance output.", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Get preview data for a locale instance output.", "community": 63, "community_name": "Community 63", "source_file": "backend/app/api/v1/output.py", "file_type": "rationale", "degree": 1}, {"id": "v1_output_rationale_50", "label": "Submit feedback on an output row.", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Submit feedback on an output row.", "community": 63, "community_name": "Community 63", "source_file": "backend/app/api/v1/output.py", "file_type": "rationale", "degree": 1}, {"id": "v1_output_rationale_69", "label": "List all feedback for a specific output row.", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "List all feedback for a specific output row.", "community": 63, "community_name": "Community 63", "source_file": "backend/app/api/v1/output.py", "file_type": "rationale", "degree": 1}, {"id": "v1_output_rationale_81", "label": "Export output as xlsx for a locale instance.", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Export output as xlsx for a locale instance.", "community": 63, "community_name": "Community 63", "source_file": "backend/app/api/v1/output.py", "file_type": "rationale", "degree": 1}, {"id": "services_file_service_fileservice", "label": "FileService", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 16.3, "font": {"size": 12, "color": "#ffffff"}, "title": "FileService", "community": 32, "community_name": "Community 32", "source_file": "backend/app/services/file_service.py", "file_type": "code", "degree": 17}, {"id": "services_file_service_fileservice_init", "label": ".__init__()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".__init__()", "community": 32, "community_name": "Community 32", "source_file": "backend/app/services/file_service.py", "file_type": "code", "degree": 1}, {"id": "services_file_service_fileservice_resolve_path", "label": "._resolve_path()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 12.2, "font": {"size": 0, "color": "#ffffff"}, "title": "._resolve_path()", "community": 56, "community_name": "Community 56", "source_file": "backend/app/services/file_service.py", "file_type": "code", "degree": 6}, {"id": "services_file_service_fileservice_upload_source_file", "label": ".upload_source_file()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".upload_source_file()", "community": 56, "community_name": "Community 56", "source_file": "backend/app/services/file_service.py", "file_type": "code", "degree": 4}, {"id": "services_file_service_fileservice_upload_tm_file", "label": ".upload_tm_file()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".upload_tm_file()", "community": 56, "community_name": "Community 56", "source_file": "backend/app/services/file_service.py", "file_type": "code", "degree": 4}, {"id": "services_file_service_fileservice_upload_reference_file", "label": ".upload_reference_file()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".upload_reference_file()", "community": 56, "community_name": "Community 56", "source_file": "backend/app/services/file_service.py", "file_type": "code", "degree": 3}, {"id": "services_file_service_fileservice_list_tm_files", "label": ".list_tm_files()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".list_tm_files()", "community": 32, "community_name": "Community 32", "source_file": "backend/app/services/file_service.py", "file_type": "code", "degree": 2}, {"id": "services_file_service_fileservice_list_reference_files", "label": ".list_reference_files()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".list_reference_files()", "community": 32, "community_name": "Community 32", "source_file": "backend/app/services/file_service.py", "file_type": "code", "degree": 2}, {"id": "services_file_service_fileservice_get_file_path", "label": ".get_file_path()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".get_file_path()", "community": 32, "community_name": "Community 32", "source_file": "backend/app/services/file_service.py", "file_type": "code", "degree": 2}, {"id": "services_file_service_fileservice_delete_tm_file", "label": ".delete_tm_file()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".delete_tm_file()", "community": 32, "community_name": "Community 32", "source_file": "backend/app/services/file_service.py", "file_type": "code", "degree": 2}, {"id": "services_file_service_fileservice_delete_reference_file", "label": ".delete_reference_file()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".delete_reference_file()", "community": 32, "community_name": "Community 32", "source_file": "backend/app/services/file_service.py", "file_type": "code", "degree": 2}, {"id": "services_file_service_fileservice_validate_file_extension", "label": ".validate_file_extension()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".validate_file_extension()", "community": 32, "community_name": "Community 32", "source_file": "backend/app/services/file_service.py", "file_type": "code", "degree": 2}, {"id": "services_file_service_rationale_17", "label": "Service for file upload, download, path resolution, and storage management.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Service for file upload, download, path resolution, and storage management.", "community": 32, "community_name": "Community 32", "source_file": "backend/app/services/file_service.py", "file_type": "rationale", "degree": 1}, {"id": "services_file_service_rationale_23", "label": "Resolve a storage path and ensure parent directories exist.", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Resolve a storage path and ensure parent directories exist.", "community": 56, "community_name": "Community 56", "source_file": "backend/app/services/file_service.py", "file_type": "rationale", "degree": 1}, {"id": "services_file_service_rationale_35", "label": "Upload and parse a source xlsx file, creating SourceLine records.", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Upload and parse a source xlsx file, creating SourceLine records.", "community": 56, "community_name": "Community 56", "source_file": "backend/app/services/file_service.py", "file_type": "rationale", "degree": 1}, {"id": "services_file_service_rationale_77", "label": "Upload a supplementary file (TM, glossary, etc.) for a job.", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Upload a supplementary file (TM, glossary, etc.) for a job.", "community": 56, "community_name": "Community 56", "source_file": "backend/app/services/file_service.py", "file_type": "rationale", "degree": 1}, {"id": "services_file_service_rationale_93", "label": "Upload a TM file and create a registry entry.", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Upload a TM file and create a registry entry.", "community": 56, "community_name": "Community 56", "source_file": "backend/app/services/file_service.py", "file_type": "rationale", "degree": 1}, {"id": "services_file_service_rationale_130", "label": "Upload a reference file and create a registry entry.", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Upload a reference file and create a registry entry.", "community": 56, "community_name": "Community 56", "source_file": "backend/app/services/file_service.py", "file_type": "rationale", "degree": 1}, {"id": "services_file_service_rationale_156", "label": "List TM files for a client with optional filters.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "List TM files for a client with optional filters.", "community": 32, "community_name": "Community 32", "source_file": "backend/app/services/file_service.py", "file_type": "rationale", "degree": 1}, {"id": "services_file_service_rationale_173", "label": "List reference files for a client with optional filters.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "List reference files for a client with optional filters.", "community": 32, "community_name": "Community 32", "source_file": "backend/app/services/file_service.py", "file_type": "rationale", "degree": 1}, {"id": "services_file_service_rationale_184", "label": "Resolve a stored file path and verify it exists.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Resolve a stored file path and verify it exists.", "community": 32, "community_name": "Community 32", "source_file": "backend/app/services/file_service.py", "file_type": "rationale", "degree": 1}, {"id": "services_file_service_rationale_193", "label": "Delete a TM file from storage and database.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Delete a TM file from storage and database.", "community": 32, "community_name": "Community 32", "source_file": "backend/app/services/file_service.py", "file_type": "rationale", "degree": 1}, {"id": "services_file_service_rationale_213", "label": "Delete a reference file from storage and database.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Delete a reference file from storage and database.", "community": 32, "community_name": "Community 32", "source_file": "backend/app/services/file_service.py", "file_type": "rationale", "degree": 1}, {"id": "services_file_service_rationale_232", "label": "Validate that a file has an allowed extension.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Validate that a file has an allowed extension.", "community": 32, "community_name": "Community 32", "source_file": "backend/app/services/file_service.py", "file_type": "rationale", "degree": 1}, {"id": "backend_app_services_init_py", "label": "__init__.py", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "__init__.py", "community": 258, "community_name": "Community 258", "source_file": "backend/app/services/__init__.py", "file_type": "code", "degree": 0}, {"id": "services_job_service_jobservice", "label": "JobService", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 16.7, "font": {"size": 12, "color": "#ffffff"}, "title": "JobService", "community": 27, "community_name": "Community 27", "source_file": "backend/app/services/job_service.py", "file_type": "code", "degree": 18}, {"id": "services_job_service_jobservice_create_job", "label": ".create_job()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".create_job()", "community": 27, "community_name": "Community 27", "source_file": "backend/app/services/job_service.py", "file_type": "code", "degree": 2}, {"id": "services_job_service_jobservice_get_job", "label": ".get_job()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".get_job()", "community": 27, "community_name": "Community 27", "source_file": "backend/app/services/job_service.py", "file_type": "code", "degree": 5}, {"id": "services_job_service_jobservice_list_jobs", "label": ".list_jobs()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".list_jobs()", "community": 27, "community_name": "Community 27", "source_file": "backend/app/services/job_service.py", "file_type": "code", "degree": 2}, {"id": "services_job_service_jobservice_update_job", "label": ".update_job()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".update_job()", "community": 27, "community_name": "Community 27", "source_file": "backend/app/services/job_service.py", "file_type": "code", "degree": 2}, {"id": "services_job_service_jobservice_launch_job", "label": ".launch_job()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".launch_job()", "community": 27, "community_name": "Community 27", "source_file": "backend/app/services/job_service.py", "file_type": "code", "degree": 3}, {"id": "services_job_service_jobservice_cancel_job", "label": ".cancel_job()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".cancel_job()", "community": 27, "community_name": "Community 27", "source_file": "backend/app/services/job_service.py", "file_type": "code", "degree": 3}, {"id": "services_job_service_jobservice_rerun_locale", "label": ".rerun_locale()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".rerun_locale()", "community": 27, "community_name": "Community 27", "source_file": "backend/app/services/job_service.py", "file_type": "code", "degree": 2}, {"id": "services_job_service_jobservice_delete_job", "label": ".delete_job()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".delete_job()", "community": 27, "community_name": "Community 27", "source_file": "backend/app/services/job_service.py", "file_type": "code", "degree": 2}, {"id": "services_job_service_rationale_18", "label": "Service for Job CRUD and launch logic.", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Service for Job CRUD and launch logic.", "community": 27, "community_name": "Community 27", "source_file": "backend/app/services/job_service.py", "file_type": "rationale", "degree": 1}, {"id": "services_job_service_rationale_23", "label": "Create a new job with locale instances.", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Create a new job with locale instances.", "community": 27, "community_name": "Community 27", "source_file": "backend/app/services/job_service.py", "file_type": "rationale", "degree": 1}, {"id": "services_job_service_rationale_74", "label": "Get a job by ID with locale instances and related data.", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Get a job by ID with locale instances and related data.", "community": 27, "community_name": "Community 27", "source_file": "backend/app/services/job_service.py", "file_type": "rationale", "degree": 1}, {"id": "services_job_service_rationale_99", "label": "List jobs with filters and pagination.", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "List jobs with filters and pagination.", "community": 27, "community_name": "Community 27", "source_file": "backend/app/services/job_service.py", "file_type": "rationale", "degree": 1}, {"id": "services_job_service_rationale_154", "label": "Validate and queue a job for processing.", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Validate and queue a job for processing.", "community": 27, "community_name": "Community 27", "source_file": "backend/app/services/job_service.py", "file_type": "rationale", "degree": 1}, {"id": "services_job_service_rationale_188", "label": "Cancel a running job.", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Cancel a running job.", "community": 27, "community_name": "Community 27", "source_file": "backend/app/services/job_service.py", "file_type": "rationale", "degree": 1}, {"id": "services_job_service_rationale_210", "label": "Re-run a single locale instance.", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Re-run a single locale instance.", "community": 27, "community_name": "Community 27", "source_file": "backend/app/services/job_service.py", "file_type": "rationale", "degree": 1}, {"id": "services_job_service_rationale_237", "label": "Delete a job and all related data (cascade). Returns True if deleted, F", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Delete a job and all related data (cascade). Returns True if deleted, F", "community": 27, "community_name": "Community 27", "source_file": "backend/app/services/job_service.py", "file_type": "rationale", "degree": 1}, {"id": "services_report_service_reportservice", "label": "ReportService", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 15.6, "font": {"size": 12, "color": "#ffffff"}, "title": "ReportService", "community": 3, "community_name": "Community 3", "source_file": "backend/app/services/report_service.py", "file_type": "code", "degree": 15}, {"id": "services_report_service_reportservice_get_usage_stats", "label": ".get_usage_stats()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".get_usage_stats()", "community": 3, "community_name": "Community 3", "source_file": "backend/app/services/report_service.py", "file_type": "code", "degree": 2}, {"id": "services_report_service_reportservice_get_token_cost_data", "label": ".get_token_cost_data()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".get_token_cost_data()", "community": 18, "community_name": "Community 18", "source_file": "backend/app/services/report_service.py", "file_type": "code", "degree": 2}, {"id": "services_report_service_reportservice_get_quality_metrics", "label": ".get_quality_metrics()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".get_quality_metrics()", "community": 3, "community_name": "Community 3", "source_file": "backend/app/services/report_service.py", "file_type": "code", "degree": 2}, {"id": "services_report_service_reportservice_get_locale_stats", "label": ".get_locale_stats()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".get_locale_stats()", "community": 3, "community_name": "Community 3", "source_file": "backend/app/services/report_service.py", "file_type": "code", "degree": 2}, {"id": "services_report_service_reportservice_get_jobs_over_time", "label": ".get_jobs_over_time()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".get_jobs_over_time()", "community": 3, "community_name": "Community 3", "source_file": "backend/app/services/report_service.py", "file_type": "code", "degree": 2}, {"id": "services_report_service_rationale_15", "label": "Service for aggregation queries powering reports.", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Service for aggregation queries powering reports.", "community": 3, "community_name": "Community 3", "source_file": "backend/app/services/report_service.py", "file_type": "rationale", "degree": 1}, {"id": "services_report_service_rationale_24", "label": "Get overall usage statistics.", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Get overall usage statistics.", "community": 3, "community_name": "Community 3", "source_file": "backend/app/services/report_service.py", "file_type": "rationale", "degree": 1}, {"id": "services_report_service_rationale_109", "label": "Get quality metrics from output confidence tiers and feedback.", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Get quality metrics from output confidence tiers and feedback.", "community": 3, "community_name": "Community 3", "source_file": "backend/app/services/report_service.py", "file_type": "rationale", "degree": 1}, {"id": "services_report_service_rationale_147", "label": "Get per-locale aggregate stats (tokens, cost, avg duration, job count).", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Get per-locale aggregate stats (tokens, cost, avg duration, job count).", "community": 3, "community_name": "Community 3", "source_file": "backend/app/services/report_service.py", "file_type": "rationale", "degree": 1}, {"id": "services_report_service_rationale_192", "label": "Get job counts grouped by week.", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Get job counts grouped by week.", "community": 3, "community_name": "Community 3", "source_file": "backend/app/services/report_service.py", "file_type": "rationale", "degree": 1}, {"id": "backend_app_services_feedback_service_py", "label": "feedback_service.py", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.6, "font": {"size": 0, "color": "#ffffff"}, "title": "feedback_service.py", "community": 51, "community_name": "Community 51", "source_file": "backend/app/services/feedback_service.py", "file_type": "code", "degree": 7}, {"id": "services_feedback_service_feedbackservice_create_feedback", "label": ".create_feedback()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".create_feedback()", "community": 51, "community_name": "Community 51", "source_file": "backend/app/services/feedback_service.py", "file_type": "code", "degree": 2}, {"id": "services_feedback_service_feedbackservice_list_feedback", "label": ".list_feedback()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".list_feedback()", "community": 51, "community_name": "Community 51", "source_file": "backend/app/services/feedback_service.py", "file_type": "code", "degree": 2}, {"id": "services_feedback_service_feedbackservice_get_feedback", "label": ".get_feedback()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".get_feedback()", "community": 51, "community_name": "Community 51", "source_file": "backend/app/services/feedback_service.py", "file_type": "code", "degree": 3}, {"id": "services_feedback_service_feedbackservice_delete_feedback", "label": ".delete_feedback()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".delete_feedback()", "community": 51, "community_name": "Community 51", "source_file": "backend/app/services/feedback_service.py", "file_type": "code", "degree": 3}, {"id": "services_feedback_service_rationale_11", "label": "Service for feedback CRUD operations.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Service for feedback CRUD operations.", "community": 51, "community_name": "Community 51", "source_file": "backend/app/services/feedback_service.py", "file_type": "rationale", "degree": 1}, {"id": "services_feedback_service_rationale_19", "label": "Create a new feedback entry.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Create a new feedback entry.", "community": 51, "community_name": "Community 51", "source_file": "backend/app/services/feedback_service.py", "file_type": "rationale", "degree": 1}, {"id": "services_feedback_service_rationale_37", "label": "List feedback entries with optional filters.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "List feedback entries with optional filters.", "community": 51, "community_name": "Community 51", "source_file": "backend/app/services/feedback_service.py", "file_type": "rationale", "degree": 1}, {"id": "services_feedback_service_rationale_51", "label": "Get a single feedback entry by ID.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Get a single feedback entry by ID.", "community": 51, "community_name": "Community 51", "source_file": "backend/app/services/feedback_service.py", "file_type": "rationale", "degree": 1}, {"id": "services_feedback_service_rationale_60", "label": "Delete a feedback entry.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Delete a feedback entry.", "community": 51, "community_name": "Community 51", "source_file": "backend/app/services/feedback_service.py", "file_type": "rationale", "degree": 1}, {"id": "services_audit_service_auditservice", "label": "AuditService", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "AuditService", "community": 64, "community_name": "Community 64", "source_file": "backend/app/services/audit_service.py", "file_type": "code", "degree": 4}, {"id": "services_audit_service_auditservice_log", "label": ".log()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".log()", "community": 64, "community_name": "Community 64", "source_file": "backend/app/services/audit_service.py", "file_type": "code", "degree": 3}, {"id": "services_audit_service_auditservice_list_logs", "label": ".list_logs()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".list_logs()", "community": 64, "community_name": "Community 64", "source_file": "backend/app/services/audit_service.py", "file_type": "code", "degree": 2}, {"id": "services_audit_service_rationale_13", "label": "Service for audit log creation and retrieval.", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Service for audit log creation and retrieval.", "community": 64, "community_name": "Community 64", "source_file": "backend/app/services/audit_service.py", "file_type": "rationale", "degree": 1}, {"id": "services_audit_service_rationale_25", "label": "Create an audit log entry.", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Create an audit log entry.", "community": 64, "community_name": "Community 64", "source_file": "backend/app/services/audit_service.py", "file_type": "rationale", "degree": 1}, {"id": "services_audit_service_rationale_50", "label": "List audit logs with filters and pagination.", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "List audit logs with filters and pagination.", "community": 64, "community_name": "Community 64", "source_file": "backend/app/services/audit_service.py", "file_type": "rationale", "degree": 1}, {"id": "services_output_service_outputservice", "label": "OutputService", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 13.7, "font": {"size": 0, "color": "#ffffff"}, "title": "OutputService", "community": 30, "community_name": "Community 30", "source_file": "backend/app/services/output_service.py", "file_type": "code", "degree": 10}, {"id": "services_output_service_outputservice_get_preview", "label": ".get_preview()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".get_preview()", "community": 30, "community_name": "Community 30", "source_file": "backend/app/services/output_service.py", "file_type": "code", "degree": 3}, {"id": "services_output_service_outputservice_get_output_rows", "label": ".get_output_rows()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".get_output_rows()", "community": 30, "community_name": "Community 30", "source_file": "backend/app/services/output_service.py", "file_type": "code", "degree": 2}, {"id": "services_output_service_outputservice_trigger_export", "label": ".trigger_export()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".trigger_export()", "community": 30, "community_name": "Community 30", "source_file": "backend/app/services/output_service.py", "file_type": "code", "degree": 2}, {"id": "services_output_service_rationale_18", "label": "Service for assembling output preview data and triggering exports.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Service for assembling output preview data and triggering exports.", "community": 30, "community_name": "Community 30", "source_file": "backend/app/services/output_service.py", "file_type": "rationale", "degree": 1}, {"id": "services_output_service_rationale_26", "label": "Assemble output preview data for a specific locale instance.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Assemble output preview data for a specific locale instance.", "community": 30, "community_name": "Community 30", "source_file": "backend/app/services/output_service.py", "file_type": "rationale", "degree": 1}, {"id": "services_output_service_rationale_75", "label": "Get all output rows for a locale instance.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Get all output rows for a locale instance.", "community": 30, "community_name": "Community 30", "source_file": "backend/app/services/output_service.py", "file_type": "rationale", "degree": 1}, {"id": "services_output_service_rationale_89", "label": "Trigger export generation for a locale and return the file path.", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Trigger export generation for a locale and return the file path.", "community": 30, "community_name": "Community 30", "source_file": "backend/app/services/output_service.py", "file_type": "rationale", "degree": 1}, {"id": "backend_app_ws_handler_py", "label": "handler.py", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "handler.py", "community": 106, "community_name": "Community 106", "source_file": "backend/app/ws/handler.py", "file_type": "code", "degree": 1}, {"id": "ws_handler_websocket_endpoint", "label": "websocket_endpoint()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "websocket_endpoint()", "community": 106, "community_name": "Community 106", "source_file": "backend/app/ws/handler.py", "file_type": "code", "degree": 2}, {"id": "ws_handler_rationale_16", "label": "WebSocket endpoint for real-time job progress updates. Authentication is pe", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "WebSocket endpoint for real-time job progress updates. Authentication is pe", "community": 106, "community_name": "Community 106", "source_file": "backend/app/ws/handler.py", "file_type": "rationale", "degree": 1}, {"id": "backend_app_ws_init_py", "label": "__init__.py", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "__init__.py", "community": 259, "community_name": "Community 259", "source_file": "backend/app/ws/__init__.py", "file_type": "code", "degree": 0}, {"id": "backend_app_ws_manager_py", "label": "manager.py", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "manager.py", "community": 34, "community_name": "Community 34", "source_file": "backend/app/ws/manager.py", "file_type": "code", "degree": 1}, {"id": "ws_manager_connectionmanager", "label": "ConnectionManager", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 13.0, "font": {"size": 0, "color": "#ffffff"}, "title": "ConnectionManager", "community": 34, "community_name": "Community 34", "source_file": "backend/app/ws/manager.py", "file_type": "code", "degree": 8}, {"id": "ws_manager_connectionmanager_init", "label": ".__init__()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".__init__()", "community": 34, "community_name": "Community 34", "source_file": "backend/app/ws/manager.py", "file_type": "code", "degree": 1}, {"id": "ws_manager_connectionmanager_connect", "label": ".connect()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".connect()", "community": 34, "community_name": "Community 34", "source_file": "backend/app/ws/manager.py", "file_type": "code", "degree": 2}, {"id": "ws_manager_connectionmanager_disconnect", "label": ".disconnect()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".disconnect()", "community": 34, "community_name": "Community 34", "source_file": "backend/app/ws/manager.py", "file_type": "code", "degree": 3}, {"id": "ws_manager_connectionmanager_broadcast", "label": ".broadcast()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".broadcast()", "community": 34, "community_name": "Community 34", "source_file": "backend/app/ws/manager.py", "file_type": "code", "degree": 3}, {"id": "ws_manager_connectionmanager_send_personal", "label": ".send_personal()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".send_personal()", "community": 34, "community_name": "Community 34", "source_file": "backend/app/ws/manager.py", "file_type": "code", "degree": 2}, {"id": "ws_manager_connectionmanager_get_connection_count", "label": ".get_connection_count()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".get_connection_count()", "community": 34, "community_name": "Community 34", "source_file": "backend/app/ws/manager.py", "file_type": "code", "degree": 2}, {"id": "ws_manager_rationale_8", "label": "Manage WebSocket connections grouped by job_id.", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Manage WebSocket connections grouped by job_id.", "community": 34, "community_name": "Community 34", "source_file": "backend/app/ws/manager.py", "file_type": "rationale", "degree": 1}, {"id": "ws_manager_rationale_14", "label": "Accept a websocket connection and register it for a job.", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Accept a websocket connection and register it for a job.", "community": 34, "community_name": "Community 34", "source_file": "backend/app/ws/manager.py", "file_type": "rationale", "degree": 1}, {"id": "ws_manager_rationale_21", "label": "Remove a websocket connection from a job's connection list.", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Remove a websocket connection from a job&#x27;s connection list.", "community": 34, "community_name": "Community 34", "source_file": "backend/app/ws/manager.py", "file_type": "rationale", "degree": 1}, {"id": "ws_manager_rationale_30", "label": "Broadcast a JSON message to all connections for a job.", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Broadcast a JSON message to all connections for a job.", "community": 34, "community_name": "Community 34", "source_file": "backend/app/ws/manager.py", "file_type": "rationale", "degree": 1}, {"id": "ws_manager_rationale_50", "label": "Send a message to a specific websocket.", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Send a message to a specific websocket.", "community": 34, "community_name": "Community 34", "source_file": "backend/app/ws/manager.py", "file_type": "rationale", "degree": 1}, {"id": "ws_manager_rationale_54", "label": "Get the number of active connections for a job.", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Get the number of active connections for a job.", "community": 34, "community_name": "Community 34", "source_file": "backend/app/ws/manager.py", "file_type": "rationale", "degree": 1}, {"id": "backend_tests_init_py", "label": "__init__.py", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "__init__.py", "community": 260, "community_name": "Community 260", "source_file": "backend/tests/__init__.py", "file_type": "code", "degree": 0}, {"id": "backend_tests_test_pipeline_init_py", "label": "__init__.py", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "__init__.py", "community": 261, "community_name": "Community 261", "source_file": "backend/tests/test_pipeline/__init__.py", "file_type": "code", "degree": 0}, {"id": "backend_tests_test_api_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": 262, "community_name": "Community 262", "source_file": "backend/tests/test_api/__init__.py", "file_type": "code", "degree": 0}, {"id": "backend_tests_fixtures_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": 263, "community_name": "Community 263", "source_file": "backend/tests/fixtures/__init__.py", "file_type": "code", "degree": 0}, {"id": "backend_tests_test_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": 264, "community_name": "Community 264", "source_file": "backend/tests/test_auth/__init__.py", "file_type": "code", "degree": 0}, {"id": "backend_tests_test_modules_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": 265, "community_name": "Community 265", "source_file": "backend/tests/test_modules/__init__.py", "file_type": "code", "degree": 0}, {"id": "backend_alembic_env_py", "label": "env.py", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "env.py", "community": 72, "community_name": "Community 72", "source_file": "backend/alembic/env.py", "file_type": "code", "degree": 4}, {"id": "alembic_env_run_migrations_offline", "label": "run_migrations_offline()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "run_migrations_offline()", "community": 72, "community_name": "Community 72", "source_file": "backend/alembic/env.py", "file_type": "code", "degree": 2}, {"id": "alembic_env_do_run_migrations", "label": "do_run_migrations()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "do_run_migrations()", "community": 72, "community_name": "Community 72", "source_file": "backend/alembic/env.py", "file_type": "code", "degree": 1}, {"id": "alembic_env_run_async_migrations", "label": "run_async_migrations()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "run_async_migrations()", "community": 72, "community_name": "Community 72", "source_file": "backend/alembic/env.py", "file_type": "code", "degree": 3}, {"id": "alembic_env_run_migrations_online", "label": "run_migrations_online()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "run_migrations_online()", "community": 72, "community_name": "Community 72", "source_file": "backend/alembic/env.py", "file_type": "code", "degree": 3}, {"id": "alembic_env_rationale_29", "label": "Run migrations in 'offline' mode.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "Run migrations in &#x27;offline&#x27; mode.", "community": 72, "community_name": "Community 72", "source_file": "backend/alembic/env.py", "file_type": "rationale", "degree": 2}, {"id": "alembic_env_rationale_50", "label": "Run migrations in 'online' mode with async engine.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Run migrations in &#x27;online&#x27; mode with async engine.", "community": 72, "community_name": "Community 72", "source_file": "backend/alembic/env.py", "file_type": "rationale", "degree": 1}, {"id": "backend_alembic_versions_a1b2c3d4e5f6_add_tm_channels_to_jobs_py", "label": "a1b2c3d4e5f6_add_tm_channels_to_jobs.py", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "a1b2c3d4e5f6_add_tm_channels_to_jobs.py", "community": 144, "community_name": "Community 144", "source_file": "backend/alembic/versions/a1b2c3d4e5f6_add_tm_channels_to_jobs.py", "file_type": "code", "degree": 2}, {"id": "versions_a1b2c3d4e5f6_add_tm_channels_to_jobs_upgrade", "label": "upgrade()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "upgrade()", "community": 144, "community_name": "Community 144", "source_file": "backend/alembic/versions/a1b2c3d4e5f6_add_tm_channels_to_jobs.py", "file_type": "code", "degree": 1}, {"id": "versions_a1b2c3d4e5f6_add_tm_channels_to_jobs_downgrade", "label": "downgrade()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "downgrade()", "community": 144, "community_name": "Community 144", "source_file": "backend/alembic/versions/a1b2c3d4e5f6_add_tm_channels_to_jobs.py", "file_type": "code", "degree": 1}, {"id": "backend_alembic_versions_d4a016fd0817_initial_schema_py", "label": "d4a016fd0817_initial_schema.py", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "d4a016fd0817_initial_schema.py", "community": 148, "community_name": "Community 148", "source_file": "backend/alembic/versions/d4a016fd0817_initial_schema.py", "file_type": "code", "degree": 2}, {"id": "versions_d4a016fd0817_initial_schema_upgrade", "label": "upgrade()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "upgrade()", "community": 148, "community_name": "Community 148", "source_file": "backend/alembic/versions/d4a016fd0817_initial_schema.py", "file_type": "code", "degree": 1}, {"id": "versions_d4a016fd0817_initial_schema_downgrade", "label": "downgrade()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "downgrade()", "community": 148, "community_name": "Community 148", "source_file": "backend/alembic/versions/d4a016fd0817_initial_schema.py", "file_type": "code", "degree": 1}, {"id": "backend_alembic_versions_b2c3d4e5f6a7_add_llm_model_to_jobs_py", "label": "b2c3d4e5f6a7_add_llm_model_to_jobs.py", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "b2c3d4e5f6a7_add_llm_model_to_jobs.py", "community": 145, "community_name": "Community 145", "source_file": "backend/alembic/versions/b2c3d4e5f6a7_add_llm_model_to_jobs.py", "file_type": "code", "degree": 2}, {"id": "versions_b2c3d4e5f6a7_add_llm_model_to_jobs_upgrade", "label": "upgrade()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "upgrade()", "community": 145, "community_name": "Community 145", "source_file": "backend/alembic/versions/b2c3d4e5f6a7_add_llm_model_to_jobs.py", "file_type": "code", "degree": 1}, {"id": "versions_b2c3d4e5f6a7_add_llm_model_to_jobs_downgrade", "label": "downgrade()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "downgrade()", "community": 145, "community_name": "Community 145", "source_file": "backend/alembic/versions/b2c3d4e5f6a7_add_llm_model_to_jobs.py", "file_type": "code", "degree": 1}, {"id": "backend_alembic_versions_c1d2e3f4a5b6_add_sso_fields_py", "label": "c1d2e3f4a5b6_add_sso_fields.py", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "c1d2e3f4a5b6_add_sso_fields.py", "community": 146, "community_name": "Community 146", "source_file": "backend/alembic/versions/c1d2e3f4a5b6_add_sso_fields.py", "file_type": "code", "degree": 2}, {"id": "versions_c1d2e3f4a5b6_add_sso_fields_upgrade", "label": "upgrade()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "upgrade()", "community": 146, "community_name": "Community 146", "source_file": "backend/alembic/versions/c1d2e3f4a5b6_add_sso_fields.py", "file_type": "code", "degree": 1}, {"id": "versions_c1d2e3f4a5b6_add_sso_fields_downgrade", "label": "downgrade()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "downgrade()", "community": 146, "community_name": "Community 146", "source_file": "backend/alembic/versions/c1d2e3f4a5b6_add_sso_fields.py", "file_type": "code", "degree": 1}, {"id": "backend_alembic_versions_d3e4f5a6b7c8_add_viewer_role_py", "label": "d3e4f5a6b7c8_add_viewer_role.py", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "d3e4f5a6b7c8_add_viewer_role.py", "community": 147, "community_name": "Community 147", "source_file": "backend/alembic/versions/d3e4f5a6b7c8_add_viewer_role.py", "file_type": "code", "degree": 2}, {"id": "versions_d3e4f5a6b7c8_add_viewer_role_upgrade", "label": "upgrade()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "upgrade()", "community": 147, "community_name": "Community 147", "source_file": "backend/alembic/versions/d3e4f5a6b7c8_add_viewer_role.py", "file_type": "code", "degree": 1}, {"id": "versions_d3e4f5a6b7c8_add_viewer_role_downgrade", "label": "downgrade()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "downgrade()", "community": 147, "community_name": "Community 147", "source_file": "backend/alembic/versions/d3e4f5a6b7c8_add_viewer_role.py", "file_type": "code", "degree": 1}, {"id": "backend_alembic_versions_63181f0dd8e4_add_progress_and_current_stage_to_py", "label": "63181f0dd8e4_add_progress_and_current_stage_to_.py", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "63181f0dd8e4_add_progress_and_current_stage_to_.py", "community": 105, "community_name": "Community 105", "source_file": "backend/alembic/versions/63181f0dd8e4_add_progress_and_current_stage_to_.py", "file_type": "code", "degree": 2}, {"id": "versions_63181f0dd8e4_add_progress_and_current_stage_to_upgrade", "label": "upgrade()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "upgrade()", "community": 105, "community_name": "Community 105", "source_file": "backend/alembic/versions/63181f0dd8e4_add_progress_and_current_stage_to_.py", "file_type": "code", "degree": 1}, {"id": "versions_63181f0dd8e4_add_progress_and_current_stage_to_downgrade", "label": "downgrade()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "downgrade()", "community": 105, "community_name": "Community 105", "source_file": "backend/alembic/versions/63181f0dd8e4_add_progress_and_current_stage_to_.py", "file_type": "code", "degree": 1}, {"id": "storage_amazon_ref_locale_considerations_nl_be_local_considerations_json", "label": "nl_BE_local_considerations.json", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "nl_BE_local_considerations.json", "community": 100, "community_name": "Community 100", "source_file": "storage/amazon/ref/locale_considerations/nl_BE_local_considerations.json", "file_type": "code", "degree": 3}, {"id": "locale_considerations_nl_be_local_considerations_locale", "label": "locale", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "locale", "community": 100, "community_name": "Community 100", "source_file": "storage/amazon/ref/locale_considerations/nl_BE_local_considerations.json", "file_type": "code", "degree": 1}, {"id": "locale_considerations_nl_be_local_considerations_all_locales", "label": "all_locales", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "all_locales", "community": 100, "community_name": "Community 100", "source_file": "storage/amazon/ref/locale_considerations/nl_BE_local_considerations.json", "file_type": "code", "degree": 1}, {"id": "locale_considerations_nl_be_local_considerations_nl_be", "label": "NL-BE", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "NL-BE", "community": 100, "community_name": "Community 100", "source_file": "storage/amazon/ref/locale_considerations/nl_BE_local_considerations.json", "file_type": "code", "degree": 1}, {"id": "storage_amazon_ref_locale_considerations_de_de_local_considerations_json", "label": "de_DE_local_considerations.json", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "de_DE_local_considerations.json", "community": 96, "community_name": "Community 96", "source_file": "storage/amazon/ref/locale_considerations/de_DE_local_considerations.json", "file_type": "code", "degree": 3}, {"id": "locale_considerations_de_de_local_considerations_locale", "label": "locale", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "locale", "community": 96, "community_name": "Community 96", "source_file": "storage/amazon/ref/locale_considerations/de_DE_local_considerations.json", "file_type": "code", "degree": 1}, {"id": "locale_considerations_de_de_local_considerations_all_locales", "label": "all_locales", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "all_locales", "community": 96, "community_name": "Community 96", "source_file": "storage/amazon/ref/locale_considerations/de_DE_local_considerations.json", "file_type": "code", "degree": 1}, {"id": "locale_considerations_de_de_local_considerations_de_de", "label": "DE-DE", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "DE-DE", "community": 96, "community_name": "Community 96", "source_file": "storage/amazon/ref/locale_considerations/de_DE_local_considerations.json", "file_type": "code", "degree": 1}, {"id": "storage_amazon_ref_locale_considerations_sv_se_local_considerations_json", "label": "sv_SE_local_considerations.json", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 12.2, "font": {"size": 0, "color": "#ffffff"}, "title": "sv_SE_local_considerations.json", "community": 76, "community_name": "Community 76", "source_file": "storage/amazon/ref/locale_considerations/sv_SE_local_considerations.json", "file_type": "code", "degree": 6}, {"id": "locale_considerations_sv_se_local_considerations_locale", "label": "locale", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "locale", "community": 76, "community_name": "Community 76", "source_file": "storage/amazon/ref/locale_considerations/sv_SE_local_considerations.json", "file_type": "code", "degree": 1}, {"id": "locale_considerations_sv_se_local_considerations_all_locales", "label": "all_locales", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "all_locales", "community": 76, "community_name": "Community 76", "source_file": "storage/amazon/ref/locale_considerations/sv_SE_local_considerations.json", "file_type": "code", "degree": 1}, {"id": "locale_considerations_sv_se_local_considerations_sv_se", "label": "SV-SE", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "SV-SE", "community": 76, "community_name": "Community 76", "source_file": "storage/amazon/ref/locale_considerations/sv_SE_local_considerations.json", "file_type": "code", "degree": 1}, {"id": "storage_amazon_ref_locale_considerations_pl_pl_local_considerations_json", "label": "pl_PL_local_considerations.json", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "pl_PL_local_considerations.json", "community": 102, "community_name": "Community 102", "source_file": "storage/amazon/ref/locale_considerations/pl_PL_local_considerations.json", "file_type": "code", "degree": 3}, {"id": "locale_considerations_pl_pl_local_considerations_locale", "label": "locale", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "locale", "community": 102, "community_name": "Community 102", "source_file": "storage/amazon/ref/locale_considerations/pl_PL_local_considerations.json", "file_type": "code", "degree": 1}, {"id": "locale_considerations_pl_pl_local_considerations_all_locales", "label": "all_locales", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "all_locales", "community": 102, "community_name": "Community 102", "source_file": "storage/amazon/ref/locale_considerations/pl_PL_local_considerations.json", "file_type": "code", "degree": 1}, {"id": "locale_considerations_pl_pl_local_considerations_pl_pl", "label": "PL-PL", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "PL-PL", "community": 102, "community_name": "Community 102", "source_file": "storage/amazon/ref/locale_considerations/pl_PL_local_considerations.json", "file_type": "code", "degree": 1}, {"id": "storage_amazon_ref_locale_considerations_pt_pt_local_considerations_json", "label": "pt_PT_local_considerations.json", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "pt_PT_local_considerations.json", "community": 103, "community_name": "Community 103", "source_file": "storage/amazon/ref/locale_considerations/pt_PT_local_considerations.json", "file_type": "code", "degree": 3}, {"id": "locale_considerations_pt_pt_local_considerations_locale", "label": "locale", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "locale", "community": 103, "community_name": "Community 103", "source_file": "storage/amazon/ref/locale_considerations/pt_PT_local_considerations.json", "file_type": "code", "degree": 1}, {"id": "locale_considerations_pt_pt_local_considerations_all_locales", "label": "all_locales", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "all_locales", "community": 103, "community_name": "Community 103", "source_file": "storage/amazon/ref/locale_considerations/pt_PT_local_considerations.json", "file_type": "code", "degree": 1}, {"id": "locale_considerations_pt_pt_local_considerations_pt_pt", "label": "PT-PT", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "PT-PT", "community": 103, "community_name": "Community 103", "source_file": "storage/amazon/ref/locale_considerations/pt_PT_local_considerations.json", "file_type": "code", "degree": 1}, {"id": "locale_considerations_es_es_local_considerations_locale", "label": "locale", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "locale", "community": 76, "community_name": "Community 76", "source_file": "storage/amazon/ref/locale_considerations/es_ES_local_considerations.json", "file_type": "code", "degree": 1}, {"id": "locale_considerations_es_es_local_considerations_all_locales", "label": "all_locales", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "all_locales", "community": 76, "community_name": "Community 76", "source_file": "storage/amazon/ref/locale_considerations/es_ES_local_considerations.json", "file_type": "code", "degree": 1}, {"id": "locale_considerations_es_es_local_considerations_es_es", "label": "ES-ES", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "ES-ES", "community": 76, "community_name": "Community 76", "source_file": "storage/amazon/ref/locale_considerations/es_ES_local_considerations.json", "file_type": "code", "degree": 1}, {"id": "storage_amazon_ref_locale_considerations_ca_es_local_considerations_json", "label": "ca_ES_local_considerations.json", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ca_ES_local_considerations.json", "community": 94, "community_name": "Community 94", "source_file": "storage/amazon/ref/locale_considerations/ca_ES_local_considerations.json", "file_type": "code", "degree": 3}, {"id": "locale_considerations_ca_es_local_considerations_locale", "label": "locale", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "locale", "community": 94, "community_name": "Community 94", "source_file": "storage/amazon/ref/locale_considerations/ca_ES_local_considerations.json", "file_type": "code", "degree": 1}, {"id": "locale_considerations_ca_es_local_considerations_all_locales", "label": "all_locales", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "all_locales", "community": 94, "community_name": "Community 94", "source_file": "storage/amazon/ref/locale_considerations/ca_ES_local_considerations.json", "file_type": "code", "degree": 1}, {"id": "locale_considerations_ca_es_local_considerations_ca_es", "label": "CA-ES", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "CA-ES", "community": 94, "community_name": "Community 94", "source_file": "storage/amazon/ref/locale_considerations/ca_ES_local_considerations.json", "file_type": "code", "degree": 1}, {"id": "storage_amazon_ref_locale_considerations_fr_be_local_considerations_json", "label": "fr_BE_local_considerations.json", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "fr_BE_local_considerations.json", "community": 97, "community_name": "Community 97", "source_file": "storage/amazon/ref/locale_considerations/fr_BE_local_considerations.json", "file_type": "code", "degree": 3}, {"id": "locale_considerations_fr_be_local_considerations_locale", "label": "locale", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "locale", "community": 97, "community_name": "Community 97", "source_file": "storage/amazon/ref/locale_considerations/fr_BE_local_considerations.json", "file_type": "code", "degree": 1}, {"id": "locale_considerations_fr_be_local_considerations_all_locales", "label": "all_locales", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "all_locales", "community": 97, "community_name": "Community 97", "source_file": "storage/amazon/ref/locale_considerations/fr_BE_local_considerations.json", "file_type": "code", "degree": 1}, {"id": "locale_considerations_fr_be_local_considerations_fr_be", "label": "FR-BE", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "FR-BE", "community": 97, "community_name": "Community 97", "source_file": "storage/amazon/ref/locale_considerations/fr_BE_local_considerations.json", "file_type": "code", "degree": 1}, {"id": "storage_amazon_ref_locale_considerations_fr_fr_local_considerations_json", "label": "fr_FR_local_considerations.json", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "fr_FR_local_considerations.json", "community": 98, "community_name": "Community 98", "source_file": "storage/amazon/ref/locale_considerations/fr_FR_local_considerations.json", "file_type": "code", "degree": 3}, {"id": "locale_considerations_fr_fr_local_considerations_locale", "label": "locale", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "locale", "community": 98, "community_name": "Community 98", "source_file": "storage/amazon/ref/locale_considerations/fr_FR_local_considerations.json", "file_type": "code", "degree": 1}, {"id": "locale_considerations_fr_fr_local_considerations_all_locales", "label": "all_locales", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "all_locales", "community": 98, "community_name": "Community 98", "source_file": "storage/amazon/ref/locale_considerations/fr_FR_local_considerations.json", "file_type": "code", "degree": 1}, {"id": "locale_considerations_fr_fr_local_considerations_fr_fr", "label": "FR-FR", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "FR-FR", "community": 98, "community_name": "Community 98", "source_file": "storage/amazon/ref/locale_considerations/fr_FR_local_considerations.json", "file_type": "code", "degree": 1}, {"id": "storage_amazon_ref_locale_considerations_de_at_local_considerations_json", "label": "de_AT_local_considerations.json", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "de_AT_local_considerations.json", "community": 95, "community_name": "Community 95", "source_file": "storage/amazon/ref/locale_considerations/de_AT_local_considerations.json", "file_type": "code", "degree": 3}, {"id": "locale_considerations_de_at_local_considerations_locale", "label": "locale", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "locale", "community": 95, "community_name": "Community 95", "source_file": "storage/amazon/ref/locale_considerations/de_AT_local_considerations.json", "file_type": "code", "degree": 1}, {"id": "locale_considerations_de_at_local_considerations_all_locales", "label": "all_locales", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "all_locales", "community": 95, "community_name": "Community 95", "source_file": "storage/amazon/ref/locale_considerations/de_AT_local_considerations.json", "file_type": "code", "degree": 1}, {"id": "locale_considerations_de_at_local_considerations_de_at", "label": "DE-AT", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "DE-AT", "community": 95, "community_name": "Community 95", "source_file": "storage/amazon/ref/locale_considerations/de_AT_local_considerations.json", "file_type": "code", "degree": 1}, {"id": "storage_amazon_ref_locale_considerations_it_it_local_considerations_json", "label": "it_IT_local_considerations.json", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "it_IT_local_considerations.json", "community": 99, "community_name": "Community 99", "source_file": "storage/amazon/ref/locale_considerations/it_IT_local_considerations.json", "file_type": "code", "degree": 3}, {"id": "locale_considerations_it_it_local_considerations_locale", "label": "locale", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "locale", "community": 99, "community_name": "Community 99", "source_file": "storage/amazon/ref/locale_considerations/it_IT_local_considerations.json", "file_type": "code", "degree": 1}, {"id": "locale_considerations_it_it_local_considerations_all_locales", "label": "all_locales", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "all_locales", "community": 99, "community_name": "Community 99", "source_file": "storage/amazon/ref/locale_considerations/it_IT_local_considerations.json", "file_type": "code", "degree": 1}, {"id": "locale_considerations_it_it_local_considerations_it_it", "label": "IT-IT", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "IT-IT", "community": 99, "community_name": "Community 99", "source_file": "storage/amazon/ref/locale_considerations/it_IT_local_considerations.json", "file_type": "code", "degree": 1}, {"id": "storage_amazon_ref_locale_considerations_nl_nl_local_considerations_json", "label": "nl_NL_local_considerations.json", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "nl_NL_local_considerations.json", "community": 101, "community_name": "Community 101", "source_file": "storage/amazon/ref/locale_considerations/nl_NL_local_considerations.json", "file_type": "code", "degree": 3}, {"id": "locale_considerations_nl_nl_local_considerations_locale", "label": "locale", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "locale", "community": 101, "community_name": "Community 101", "source_file": "storage/amazon/ref/locale_considerations/nl_NL_local_considerations.json", "file_type": "code", "degree": 1}, {"id": "locale_considerations_nl_nl_local_considerations_all_locales", "label": "all_locales", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "all_locales", "community": 101, "community_name": "Community 101", "source_file": "storage/amazon/ref/locale_considerations/nl_NL_local_considerations.json", "file_type": "code", "degree": 1}, {"id": "locale_considerations_nl_nl_local_considerations_nl_nl", "label": "NL-NL", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "NL-NL", "community": 101, "community_name": "Community 101", "source_file": "storage/amazon/ref/locale_considerations/nl_NL_local_considerations.json", "file_type": "code", "degree": 1}, {"id": "storage_amazon_ref_date_pct_formats_sv_se_date_percent_formats_json", "label": "sv_SE_date_percent_formats.json", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "sv_SE_date_percent_formats.json", "community": 86, "community_name": "Community 86", "source_file": "storage/amazon/ref/date_pct_formats/sv_SE_date_percent_formats.json", "file_type": "code", "degree": 4}, {"id": "date_pct_formats_sv_se_date_percent_formats_locale", "label": "locale", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "locale", "community": 86, "community_name": "Community 86", "source_file": "storage/amazon/ref/date_pct_formats/sv_SE_date_percent_formats.json", "file_type": "code", "degree": 1}, {"id": "date_pct_formats_sv_se_date_percent_formats_entries", "label": "entries", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "entries", "community": 86, "community_name": "Community 86", "source_file": "storage/amazon/ref/date_pct_formats/sv_SE_date_percent_formats.json", "file_type": "code", "degree": 1}, {"id": "storage_amazon_ref_date_pct_formats_de_de_date_percent_formats_json", "label": "de_DE_date_percent_formats.json", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 13.0, "font": {"size": 0, "color": "#ffffff"}, "title": "de_DE_date_percent_formats.json", "community": 62, "community_name": "Community 62", "source_file": "storage/amazon/ref/date_pct_formats/de_DE_date_percent_formats.json", "file_type": "code", "degree": 8}, {"id": "date_pct_formats_de_de_date_percent_formats_locale", "label": "locale", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "locale", "community": 62, "community_name": "Community 62", "source_file": "storage/amazon/ref/date_pct_formats/de_DE_date_percent_formats.json", "file_type": "code", "degree": 1}, {"id": "date_pct_formats_de_de_date_percent_formats_entries", "label": "entries", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "entries", "community": 62, "community_name": "Community 62", "source_file": "storage/amazon/ref/date_pct_formats/de_DE_date_percent_formats.json", "file_type": "code", "degree": 1}, {"id": "date_pct_formats_nl_be_date_percent_formats_locale", "label": "locale", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "locale", "community": 86, "community_name": "Community 86", "source_file": "storage/amazon/ref/date_pct_formats/nl_BE_date_percent_formats.json", "file_type": "code", "degree": 1}, {"id": "date_pct_formats_nl_be_date_percent_formats_entries", "label": "entries", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "entries", "community": 86, "community_name": "Community 86", "source_file": "storage/amazon/ref/date_pct_formats/nl_BE_date_percent_formats.json", "file_type": "code", "degree": 1}, {"id": "date_pct_formats_ca_es_date_percent_formats_locale", "label": "locale", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "locale", "community": 62, "community_name": "Community 62", "source_file": "storage/amazon/ref/date_pct_formats/ca_ES_date_percent_formats.json", "file_type": "code", "degree": 1}, {"id": "date_pct_formats_ca_es_date_percent_formats_entries", "label": "entries", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "entries", "community": 62, "community_name": "Community 62", "source_file": "storage/amazon/ref/date_pct_formats/ca_ES_date_percent_formats.json", "file_type": "code", "degree": 1}, {"id": "storage_amazon_ref_date_pct_formats_it_it_date_percent_formats_json", "label": "it_IT_date_percent_formats.json", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "it_IT_date_percent_formats.json", "community": 112, "community_name": "Community 112", "source_file": "storage/amazon/ref/date_pct_formats/it_IT_date_percent_formats.json", "file_type": "code", "degree": 2}, {"id": "date_pct_formats_it_it_date_percent_formats_locale", "label": "locale", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "locale", "community": 112, "community_name": "Community 112", "source_file": "storage/amazon/ref/date_pct_formats/it_IT_date_percent_formats.json", "file_type": "code", "degree": 1}, {"id": "date_pct_formats_it_it_date_percent_formats_entries", "label": "entries", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "entries", "community": 112, "community_name": "Community 112", "source_file": "storage/amazon/ref/date_pct_formats/it_IT_date_percent_formats.json", "file_type": "code", "degree": 1}, {"id": "storage_amazon_ref_date_pct_formats_nl_nl_date_percent_formats_json", "label": "nl_NL_date_percent_formats.json", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "nl_NL_date_percent_formats.json", "community": 113, "community_name": "Community 113", "source_file": "storage/amazon/ref/date_pct_formats/nl_NL_date_percent_formats.json", "file_type": "code", "degree": 2}, {"id": "date_pct_formats_nl_nl_date_percent_formats_locale", "label": "locale", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "locale", "community": 113, "community_name": "Community 113", "source_file": "storage/amazon/ref/date_pct_formats/nl_NL_date_percent_formats.json", "file_type": "code", "degree": 1}, {"id": "date_pct_formats_nl_nl_date_percent_formats_entries", "label": "entries", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "entries", "community": 113, "community_name": "Community 113", "source_file": "storage/amazon/ref/date_pct_formats/nl_NL_date_percent_formats.json", "file_type": "code", "degree": 1}, {"id": "date_pct_formats_de_at_date_percent_formats_locale", "label": "locale", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "locale", "community": 62, "community_name": "Community 62", "source_file": "storage/amazon/ref/date_pct_formats/de_AT_date_percent_formats.json", "file_type": "code", "degree": 1}, {"id": "date_pct_formats_de_at_date_percent_formats_entries", "label": "entries", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "entries", "community": 62, "community_name": "Community 62", "source_file": "storage/amazon/ref/date_pct_formats/de_AT_date_percent_formats.json", "file_type": "code", "degree": 1}, {"id": "storage_amazon_ref_date_pct_formats_fr_fr_date_percent_formats_json", "label": "fr_FR_date_percent_formats.json", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "fr_FR_date_percent_formats.json", "community": 85, "community_name": "Community 85", "source_file": "storage/amazon/ref/date_pct_formats/fr_FR_date_percent_formats.json", "file_type": "code", "degree": 4}, {"id": "date_pct_formats_fr_fr_date_percent_formats_locale", "label": "locale", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "locale", "community": 85, "community_name": "Community 85", "source_file": "storage/amazon/ref/date_pct_formats/fr_FR_date_percent_formats.json", "file_type": "code", "degree": 1}, {"id": "date_pct_formats_fr_fr_date_percent_formats_entries", "label": "entries", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "entries", "community": 85, "community_name": "Community 85", "source_file": "storage/amazon/ref/date_pct_formats/fr_FR_date_percent_formats.json", "file_type": "code", "degree": 1}, {"id": "date_pct_formats_fr_be_date_percent_formats_locale", "label": "locale", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "locale", "community": 85, "community_name": "Community 85", "source_file": "storage/amazon/ref/date_pct_formats/fr_BE_date_percent_formats.json", "file_type": "code", "degree": 1}, {"id": "date_pct_formats_fr_be_date_percent_formats_entries", "label": "entries", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "entries", "community": 85, "community_name": "Community 85", "source_file": "storage/amazon/ref/date_pct_formats/fr_BE_date_percent_formats.json", "file_type": "code", "degree": 1}, {"id": "storage_amazon_ref_date_pct_formats_pt_pt_date_percent_formats_json", "label": "pt_PT_date_percent_formats.json", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "pt_PT_date_percent_formats.json", "community": 114, "community_name": "Community 114", "source_file": "storage/amazon/ref/date_pct_formats/pt_PT_date_percent_formats.json", "file_type": "code", "degree": 2}, {"id": "date_pct_formats_pt_pt_date_percent_formats_locale", "label": "locale", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "locale", "community": 114, "community_name": "Community 114", "source_file": "storage/amazon/ref/date_pct_formats/pt_PT_date_percent_formats.json", "file_type": "code", "degree": 1}, {"id": "date_pct_formats_pt_pt_date_percent_formats_entries", "label": "entries", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "entries", "community": 114, "community_name": "Community 114", "source_file": "storage/amazon/ref/date_pct_formats/pt_PT_date_percent_formats.json", "file_type": "code", "degree": 1}, {"id": "storage_amazon_ref_date_pct_formats_pl_pl_date_percent_formats_json", "label": "pl_PL_date_percent_formats.json", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "pl_PL_date_percent_formats.json", "community": 135, "community_name": "Community 135", "source_file": "storage/amazon/ref/date_pct_formats/pl_PL_date_percent_formats.json", "file_type": "code", "degree": 2}, {"id": "date_pct_formats_pl_pl_date_percent_formats_locale", "label": "locale", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "locale", "community": 135, "community_name": "Community 135", "source_file": "storage/amazon/ref/date_pct_formats/pl_PL_date_percent_formats.json", "file_type": "code", "degree": 1}, {"id": "date_pct_formats_pl_pl_date_percent_formats_entries", "label": "entries", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "entries", "community": 135, "community_name": "Community 135", "source_file": "storage/amazon/ref/date_pct_formats/pl_PL_date_percent_formats.json", "file_type": "code", "degree": 1}, {"id": "date_pct_formats_es_es_date_percent_formats_locale", "label": "locale", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "locale", "community": 62, "community_name": "Community 62", "source_file": "storage/amazon/ref/date_pct_formats/es_ES_date_percent_formats.json", "file_type": "code", "degree": 1}, {"id": "date_pct_formats_es_es_date_percent_formats_entries", "label": "entries", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "entries", "community": 62, "community_name": "Community 62", "source_file": "storage/amazon/ref/date_pct_formats/es_ES_date_percent_formats.json", "file_type": "code", "degree": 1}, {"id": "storage_amazon_ref_tov_supplement_de_at_tov_guidelines_json", "label": "DE_AT_TOV_Guidelines.json", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "DE_AT_TOV_Guidelines.json", "community": 82, "community_name": "Community 82", "source_file": "storage/amazon/ref/tov_supplement/DE_AT_TOV_Guidelines.json", "file_type": "code", "degree": 1}, {"id": "tov_supplement_de_at_tov_guidelines_document", "label": "document", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": "document", "community": 82, "community_name": "Community 82", "source_file": "storage/amazon/ref/tov_supplement/DE_AT_TOV_Guidelines.json", "file_type": "code", "degree": 5}, {"id": "tov_supplement_de_at_tov_guidelines_document_title", "label": "title", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "title", "community": 82, "community_name": "Community 82", "source_file": "storage/amazon/ref/tov_supplement/DE_AT_TOV_Guidelines.json", "file_type": "code", "degree": 1}, {"id": "tov_supplement_de_at_tov_guidelines_document_version_date", "label": "version_date", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "version_date", "community": 82, "community_name": "Community 82", "source_file": "storage/amazon/ref/tov_supplement/DE_AT_TOV_Guidelines.json", "file_type": "code", "degree": 1}, {"id": "tov_supplement_de_at_tov_guidelines_document_scope", "label": "scope", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "scope", "community": 82, "community_name": "Community 82", "source_file": "storage/amazon/ref/tov_supplement/DE_AT_TOV_Guidelines.json", "file_type": "code", "degree": 1}, {"id": "tov_supplement_de_at_tov_guidelines_document_sections", "label": "sections", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "sections", "community": 82, "community_name": "Community 82", "source_file": "storage/amazon/ref/tov_supplement/DE_AT_TOV_Guidelines.json", "file_type": "code", "degree": 1}, {"id": "storage_amazon_ref_tov_global_amazon_tov_guidelines_for_transcreation_290224_json", "label": "Amazon_TOV_Guidelines_for_Transcreation_290224.json", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Amazon_TOV_Guidelines_for_Transcreation_290224.json", "community": 87, "community_name": "Community 87", "source_file": "storage/amazon/ref/tov_global/Amazon_TOV_Guidelines_for_Transcreation_290224.json", "file_type": "code", "degree": 1}, {"id": "tov_global_amazon_tov_guidelines_for_transcreation_290224_document", "label": "document", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "document", "community": 87, "community_name": "Community 87", "source_file": "storage/amazon/ref/tov_global/Amazon_TOV_Guidelines_for_Transcreation_290224.json", "file_type": "code", "degree": 4}, {"id": "tov_global_amazon_tov_guidelines_for_transcreation_290224_document_title", "label": "title", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "title", "community": 87, "community_name": "Community 87", "source_file": "storage/amazon/ref/tov_global/Amazon_TOV_Guidelines_for_Transcreation_290224.json", "file_type": "code", "degree": 1}, {"id": "tov_global_amazon_tov_guidelines_for_transcreation_290224_document_version_note", "label": "version_note", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "version_note", "community": 87, "community_name": "Community 87", "source_file": "storage/amazon/ref/tov_global/Amazon_TOV_Guidelines_for_Transcreation_290224.json", "file_type": "code", "degree": 1}, {"id": "tov_global_amazon_tov_guidelines_for_transcreation_290224_document_sections", "label": "sections", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "sections", "community": 87, "community_name": "Community 87", "source_file": "storage/amazon/ref/tov_global/Amazon_TOV_Guidelines_for_Transcreation_290224.json", "file_type": "code", "degree": 1}, {"id": "storage_amazon_ref_blacklist_it_it_blacklist_json", "label": "it_IT_blacklist.json", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "it_IT_blacklist.json", "community": 130, "community_name": "Community 130", "source_file": "storage/amazon/ref/blacklist/it_IT_blacklist.json", "file_type": "code", "degree": 2}, {"id": "blacklist_it_it_blacklist_locale", "label": "locale", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "locale", "community": 130, "community_name": "Community 130", "source_file": "storage/amazon/ref/blacklist/it_IT_blacklist.json", "file_type": "code", "degree": 1}, {"id": "blacklist_it_it_blacklist_entries", "label": "entries", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "entries", "community": 130, "community_name": "Community 130", "source_file": "storage/amazon/ref/blacklist/it_IT_blacklist.json", "file_type": "code", "degree": 1}, {"id": "storage_amazon_ref_blacklist_es_es_blacklist_json", "label": "es_ES_blacklist.json", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "es_ES_blacklist.json", "community": 109, "community_name": "Community 109", "source_file": "storage/amazon/ref/blacklist/es_ES_blacklist.json", "file_type": "code", "degree": 2}, {"id": "blacklist_es_es_blacklist_locale", "label": "locale", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "locale", "community": 109, "community_name": "Community 109", "source_file": "storage/amazon/ref/blacklist/es_ES_blacklist.json", "file_type": "code", "degree": 1}, {"id": "blacklist_es_es_blacklist_entries", "label": "entries", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "entries", "community": 109, "community_name": "Community 109", "source_file": "storage/amazon/ref/blacklist/es_ES_blacklist.json", "file_type": "code", "degree": 1}, {"id": "storage_amazon_ref_blacklist_pl_pl_blacklist_json", "label": "pl_PL_blacklist.json", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "pl_PL_blacklist.json", "community": 132, "community_name": "Community 132", "source_file": "storage/amazon/ref/blacklist/pl_PL_blacklist.json", "file_type": "code", "degree": 2}, {"id": "blacklist_pl_pl_blacklist_locale", "label": "locale", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "locale", "community": 132, "community_name": "Community 132", "source_file": "storage/amazon/ref/blacklist/pl_PL_blacklist.json", "file_type": "code", "degree": 1}, {"id": "blacklist_pl_pl_blacklist_entries", "label": "entries", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "entries", "community": 132, "community_name": "Community 132", "source_file": "storage/amazon/ref/blacklist/pl_PL_blacklist.json", "file_type": "code", "degree": 1}, {"id": "storage_amazon_ref_blacklist_nl_nl_blacklist_json", "label": "nl_NL_blacklist.json", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "nl_NL_blacklist.json", "community": 111, "community_name": "Community 111", "source_file": "storage/amazon/ref/blacklist/nl_NL_blacklist.json", "file_type": "code", "degree": 2}, {"id": "blacklist_nl_nl_blacklist_locale", "label": "locale", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "locale", "community": 111, "community_name": "Community 111", "source_file": "storage/amazon/ref/blacklist/nl_NL_blacklist.json", "file_type": "code", "degree": 1}, {"id": "blacklist_nl_nl_blacklist_entries", "label": "entries", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "entries", "community": 111, "community_name": "Community 111", "source_file": "storage/amazon/ref/blacklist/nl_NL_blacklist.json", "file_type": "code", "degree": 1}, {"id": "storage_amazon_ref_blacklist_pt_pt_blacklist_json", "label": "pt_PT_blacklist.json", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "pt_PT_blacklist.json", "community": 133, "community_name": "Community 133", "source_file": "storage/amazon/ref/blacklist/pt_PT_blacklist.json", "file_type": "code", "degree": 2}, {"id": "blacklist_pt_pt_blacklist_locale", "label": "locale", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "locale", "community": 133, "community_name": "Community 133", "source_file": "storage/amazon/ref/blacklist/pt_PT_blacklist.json", "file_type": "code", "degree": 1}, {"id": "blacklist_pt_pt_blacklist_entries", "label": "entries", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "entries", "community": 133, "community_name": "Community 133", "source_file": "storage/amazon/ref/blacklist/pt_PT_blacklist.json", "file_type": "code", "degree": 1}, {"id": "storage_amazon_ref_blacklist_ca_es_blacklist_json", "label": "ca_ES_blacklist.json", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "ca_ES_blacklist.json", "community": 128, "community_name": "Community 128", "source_file": "storage/amazon/ref/blacklist/ca_ES_blacklist.json", "file_type": "code", "degree": 2}, {"id": "blacklist_ca_es_blacklist_locale", "label": "locale", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "locale", "community": 128, "community_name": "Community 128", "source_file": "storage/amazon/ref/blacklist/ca_ES_blacklist.json", "file_type": "code", "degree": 1}, {"id": "blacklist_ca_es_blacklist_entries", "label": "entries", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "entries", "community": 128, "community_name": "Community 128", "source_file": "storage/amazon/ref/blacklist/ca_ES_blacklist.json", "file_type": "code", "degree": 1}, {"id": "storage_amazon_ref_blacklist_fr_fr_blacklist_json", "label": "fr_FR_blacklist.json", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "fr_FR_blacklist.json", "community": 110, "community_name": "Community 110", "source_file": "storage/amazon/ref/blacklist/fr_FR_blacklist.json", "file_type": "code", "degree": 2}, {"id": "blacklist_fr_fr_blacklist_locale", "label": "locale", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "locale", "community": 110, "community_name": "Community 110", "source_file": "storage/amazon/ref/blacklist/fr_FR_blacklist.json", "file_type": "code", "degree": 1}, {"id": "blacklist_fr_fr_blacklist_entries", "label": "entries", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "entries", "community": 110, "community_name": "Community 110", "source_file": "storage/amazon/ref/blacklist/fr_FR_blacklist.json", "file_type": "code", "degree": 1}, {"id": "storage_amazon_ref_blacklist_de_at_blacklist_json", "label": "de_AT_blacklist.json", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "de_AT_blacklist.json", "community": 107, "community_name": "Community 107", "source_file": "storage/amazon/ref/blacklist/de_AT_blacklist.json", "file_type": "code", "degree": 2}, {"id": "blacklist_de_at_blacklist_locale", "label": "locale", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "locale", "community": 107, "community_name": "Community 107", "source_file": "storage/amazon/ref/blacklist/de_AT_blacklist.json", "file_type": "code", "degree": 1}, {"id": "blacklist_de_at_blacklist_entries", "label": "entries", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "entries", "community": 107, "community_name": "Community 107", "source_file": "storage/amazon/ref/blacklist/de_AT_blacklist.json", "file_type": "code", "degree": 1}, {"id": "storage_amazon_ref_blacklist_fr_be_blacklist_json", "label": "fr_BE_blacklist.json", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "fr_BE_blacklist.json", "community": 129, "community_name": "Community 129", "source_file": "storage/amazon/ref/blacklist/fr_BE_blacklist.json", "file_type": "code", "degree": 2}, {"id": "blacklist_fr_be_blacklist_locale", "label": "locale", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "locale", "community": 129, "community_name": "Community 129", "source_file": "storage/amazon/ref/blacklist/fr_BE_blacklist.json", "file_type": "code", "degree": 1}, {"id": "blacklist_fr_be_blacklist_entries", "label": "entries", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "entries", "community": 129, "community_name": "Community 129", "source_file": "storage/amazon/ref/blacklist/fr_BE_blacklist.json", "file_type": "code", "degree": 1}, {"id": "storage_amazon_ref_blacklist_sv_se_blacklist_json", "label": "sv_SE_blacklist.json", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "sv_SE_blacklist.json", "community": 134, "community_name": "Community 134", "source_file": "storage/amazon/ref/blacklist/sv_SE_blacklist.json", "file_type": "code", "degree": 2}, {"id": "blacklist_sv_se_blacklist_locale", "label": "locale", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "locale", "community": 134, "community_name": "Community 134", "source_file": "storage/amazon/ref/blacklist/sv_SE_blacklist.json", "file_type": "code", "degree": 1}, {"id": "blacklist_sv_se_blacklist_entries", "label": "entries", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "entries", "community": 134, "community_name": "Community 134", "source_file": "storage/amazon/ref/blacklist/sv_SE_blacklist.json", "file_type": "code", "degree": 1}, {"id": "storage_amazon_ref_blacklist_de_de_blacklist_json", "label": "de_DE_blacklist.json", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "de_DE_blacklist.json", "community": 108, "community_name": "Community 108", "source_file": "storage/amazon/ref/blacklist/de_DE_blacklist.json", "file_type": "code", "degree": 2}, {"id": "blacklist_de_de_blacklist_locale", "label": "locale", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "locale", "community": 108, "community_name": "Community 108", "source_file": "storage/amazon/ref/blacklist/de_DE_blacklist.json", "file_type": "code", "degree": 1}, {"id": "blacklist_de_de_blacklist_entries", "label": "entries", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "entries", "community": 108, "community_name": "Community 108", "source_file": "storage/amazon/ref/blacklist/de_DE_blacklist.json", "file_type": "code", "degree": 1}, {"id": "storage_amazon_ref_blacklist_nl_be_blacklist_json", "label": "nl_BE_blacklist.json", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "nl_BE_blacklist.json", "community": 131, "community_name": "Community 131", "source_file": "storage/amazon/ref/blacklist/nl_BE_blacklist.json", "file_type": "code", "degree": 2}, {"id": "blacklist_nl_be_blacklist_locale", "label": "locale", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "locale", "community": 131, "community_name": "Community 131", "source_file": "storage/amazon/ref/blacklist/nl_BE_blacklist.json", "file_type": "code", "degree": 1}, {"id": "blacklist_nl_be_blacklist_entries", "label": "entries", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "entries", "community": 131, "community_name": "Community 131", "source_file": "storage/amazon/ref/blacklist/nl_BE_blacklist.json", "file_type": "code", "degree": 1}, {"id": "storage_amazon_ref_glossary_it_it_glossary_json", "label": "it_IT_glossary.json", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "it_IT_glossary.json", "community": 136, "community_name": "Community 136", "source_file": "storage/amazon/ref/glossary/it_IT_glossary.json", "file_type": "code", "degree": 2}, {"id": "glossary_it_it_glossary_locale", "label": "locale", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "locale", "community": 136, "community_name": "Community 136", "source_file": "storage/amazon/ref/glossary/it_IT_glossary.json", "file_type": "code", "degree": 1}, {"id": "glossary_it_it_glossary_entries", "label": "entries", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "entries", "community": 136, "community_name": "Community 136", "source_file": "storage/amazon/ref/glossary/it_IT_glossary.json", "file_type": "code", "degree": 1}, {"id": "storage_amazon_ref_glossary_fr_be_glossary_json", "label": "fr_BE_glossary.json", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "fr_BE_glossary.json", "community": 123, "community_name": "Community 123", "source_file": "storage/amazon/ref/glossary/fr_BE_glossary.json", "file_type": "code", "degree": 2}, {"id": "glossary_fr_be_glossary_locale", "label": "locale", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "locale", "community": 123, "community_name": "Community 123", "source_file": "storage/amazon/ref/glossary/fr_BE_glossary.json", "file_type": "code", "degree": 1}, {"id": "glossary_fr_be_glossary_entries", "label": "entries", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "entries", "community": 123, "community_name": "Community 123", "source_file": "storage/amazon/ref/glossary/fr_BE_glossary.json", "file_type": "code", "degree": 1}, {"id": "storage_amazon_ref_glossary_es_es_glossary_json", "label": "es_ES_glossary.json", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "es_ES_glossary.json", "community": 122, "community_name": "Community 122", "source_file": "storage/amazon/ref/glossary/es_ES_glossary.json", "file_type": "code", "degree": 2}, {"id": "glossary_es_es_glossary_locale", "label": "locale", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "locale", "community": 122, "community_name": "Community 122", "source_file": "storage/amazon/ref/glossary/es_ES_glossary.json", "file_type": "code", "degree": 1}, {"id": "glossary_es_es_glossary_entries", "label": "entries", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "entries", "community": 122, "community_name": "Community 122", "source_file": "storage/amazon/ref/glossary/es_ES_glossary.json", "file_type": "code", "degree": 1}, {"id": "storage_amazon_ref_glossary_pl_pl_glossary_json", "label": "pl_PL_glossary.json", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "pl_PL_glossary.json", "community": 139, "community_name": "Community 139", "source_file": "storage/amazon/ref/glossary/pl_PL_glossary.json", "file_type": "code", "degree": 2}, {"id": "glossary_pl_pl_glossary_locale", "label": "locale", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "locale", "community": 139, "community_name": "Community 139", "source_file": "storage/amazon/ref/glossary/pl_PL_glossary.json", "file_type": "code", "degree": 1}, {"id": "glossary_pl_pl_glossary_entries", "label": "entries", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "entries", "community": 139, "community_name": "Community 139", "source_file": "storage/amazon/ref/glossary/pl_PL_glossary.json", "file_type": "code", "degree": 1}, {"id": "storage_amazon_ref_glossary_sv_se_glossary_json", "label": "sv_SE_glossary.json", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "sv_SE_glossary.json", "community": 140, "community_name": "Community 140", "source_file": "storage/amazon/ref/glossary/sv_SE_glossary.json", "file_type": "code", "degree": 2}, {"id": "glossary_sv_se_glossary_locale", "label": "locale", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "locale", "community": 140, "community_name": "Community 140", "source_file": "storage/amazon/ref/glossary/sv_SE_glossary.json", "file_type": "code", "degree": 1}, {"id": "glossary_sv_se_glossary_entries", "label": "entries", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "entries", "community": 140, "community_name": "Community 140", "source_file": "storage/amazon/ref/glossary/sv_SE_glossary.json", "file_type": "code", "degree": 1}, {"id": "storage_amazon_ref_glossary_ca_es_glossary_json", "label": "ca_ES_glossary.json", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "ca_ES_glossary.json", "community": 119, "community_name": "Community 119", "source_file": "storage/amazon/ref/glossary/ca_ES_glossary.json", "file_type": "code", "degree": 2}, {"id": "glossary_ca_es_glossary_locale", "label": "locale", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "locale", "community": 119, "community_name": "Community 119", "source_file": "storage/amazon/ref/glossary/ca_ES_glossary.json", "file_type": "code", "degree": 1}, {"id": "glossary_ca_es_glossary_entries", "label": "entries", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "entries", "community": 119, "community_name": "Community 119", "source_file": "storage/amazon/ref/glossary/ca_ES_glossary.json", "file_type": "code", "degree": 1}, {"id": "storage_amazon_ref_glossary_de_at_glossary_json", "label": "de_AT_glossary.json", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "de_AT_glossary.json", "community": 120, "community_name": "Community 120", "source_file": "storage/amazon/ref/glossary/de_AT_glossary.json", "file_type": "code", "degree": 2}, {"id": "glossary_de_at_glossary_locale", "label": "locale", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "locale", "community": 120, "community_name": "Community 120", "source_file": "storage/amazon/ref/glossary/de_AT_glossary.json", "file_type": "code", "degree": 1}, {"id": "glossary_de_at_glossary_entries", "label": "entries", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "entries", "community": 120, "community_name": "Community 120", "source_file": "storage/amazon/ref/glossary/de_AT_glossary.json", "file_type": "code", "degree": 1}, {"id": "storage_amazon_ref_glossary_pt_pt_glossary_json", "label": "pt_PT_glossary.json", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "pt_PT_glossary.json", "community": 125, "community_name": "Community 125", "source_file": "storage/amazon/ref/glossary/pt_PT_glossary.json", "file_type": "code", "degree": 2}, {"id": "glossary_pt_pt_glossary_locale", "label": "locale", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "locale", "community": 125, "community_name": "Community 125", "source_file": "storage/amazon/ref/glossary/pt_PT_glossary.json", "file_type": "code", "degree": 1}, {"id": "glossary_pt_pt_glossary_entries", "label": "entries", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "entries", "community": 125, "community_name": "Community 125", "source_file": "storage/amazon/ref/glossary/pt_PT_glossary.json", "file_type": "code", "degree": 1}, {"id": "storage_amazon_ref_glossary_de_de_glossary_json", "label": "de_DE_glossary.json", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "de_DE_glossary.json", "community": 121, "community_name": "Community 121", "source_file": "storage/amazon/ref/glossary/de_DE_glossary.json", "file_type": "code", "degree": 2}, {"id": "glossary_de_de_glossary_locale", "label": "locale", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "locale", "community": 121, "community_name": "Community 121", "source_file": "storage/amazon/ref/glossary/de_DE_glossary.json", "file_type": "code", "degree": 1}, {"id": "glossary_de_de_glossary_entries", "label": "entries", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "entries", "community": 121, "community_name": "Community 121", "source_file": "storage/amazon/ref/glossary/de_DE_glossary.json", "file_type": "code", "degree": 1}, {"id": "storage_amazon_ref_glossary_nl_be_glossary_json", "label": "nl_BE_glossary.json", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "nl_BE_glossary.json", "community": 137, "community_name": "Community 137", "source_file": "storage/amazon/ref/glossary/nl_BE_glossary.json", "file_type": "code", "degree": 2}, {"id": "glossary_nl_be_glossary_locale", "label": "locale", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "locale", "community": 137, "community_name": "Community 137", "source_file": "storage/amazon/ref/glossary/nl_BE_glossary.json", "file_type": "code", "degree": 1}, {"id": "glossary_nl_be_glossary_entries", "label": "entries", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "entries", "community": 137, "community_name": "Community 137", "source_file": "storage/amazon/ref/glossary/nl_BE_glossary.json", "file_type": "code", "degree": 1}, {"id": "storage_amazon_ref_glossary_nl_nl_glossary_json", "label": "nl_NL_glossary.json", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "nl_NL_glossary.json", "community": 138, "community_name": "Community 138", "source_file": "storage/amazon/ref/glossary/nl_NL_glossary.json", "file_type": "code", "degree": 2}, {"id": "glossary_nl_nl_glossary_locale", "label": "locale", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "locale", "community": 138, "community_name": "Community 138", "source_file": "storage/amazon/ref/glossary/nl_NL_glossary.json", "file_type": "code", "degree": 1}, {"id": "glossary_nl_nl_glossary_entries", "label": "entries", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "entries", "community": 138, "community_name": "Community 138", "source_file": "storage/amazon/ref/glossary/nl_NL_glossary.json", "file_type": "code", "degree": 1}, {"id": "storage_amazon_ref_glossary_fr_fr_glossary_json", "label": "fr_FR_glossary.json", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "fr_FR_glossary.json", "community": 124, "community_name": "Community 124", "source_file": "storage/amazon/ref/glossary/fr_FR_glossary.json", "file_type": "code", "degree": 2}, {"id": "glossary_fr_fr_glossary_locale", "label": "locale", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "locale", "community": 124, "community_name": "Community 124", "source_file": "storage/amazon/ref/glossary/fr_FR_glossary.json", "file_type": "code", "degree": 1}, {"id": "glossary_fr_fr_glossary_entries", "label": "entries", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "entries", "community": 124, "community_name": "Community 124", "source_file": "storage/amazon/ref/glossary/fr_FR_glossary.json", "file_type": "code", "degree": 1}, {"id": "storage_amazon_tm_fr_fr_flat_uefa_fr_fr_json", "label": "flat_UEFA_fr-fr.json", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "flat_UEFA_fr-fr.json", "community": 118, "community_name": "Community 118", "source_file": "storage/amazon/tm/fr-FR/flat_UEFA_fr-fr.json", "file_type": "code", "degree": 2}, {"id": "fr_fr_flat_uefa_fr_fr_t", "label": "t", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "t", "community": 118, "community_name": "Community 118", "source_file": "storage/amazon/tm/fr-FR/flat_UEFA_fr-fr.json", "file_type": "code", "degree": 1}, {"id": "storage_amazon_tm_fr_fr_flat_primedualbenefit_fr_fr_json", "label": "flat_PrimeDualBenefit_fr-fr.json", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 13.7, "font": {"size": 0, "color": "#ffffff"}, "title": "flat_PrimeDualBenefit_fr-fr.json", "community": 48, "community_name": "Community 48", "source_file": "storage/amazon/tm/fr-FR/flat_PrimeDualBenefit_fr-fr.json", "file_type": "code", "degree": 10}, {"id": "fr_fr_flat_primedualbenefit_fr_fr_t", "label": "t", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "t", "community": 48, "community_name": "Community 48", "source_file": "storage/amazon/tm/fr-FR/flat_PrimeDualBenefit_fr-fr.json", "file_type": "code", "degree": 1}, {"id": "storage_amazon_tm_fr_fr_flat_primespeed_fr_fr_json", "label": "flat_PrimeSpeed_fr-fr.json", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "flat_PrimeSpeed_fr-fr.json", "community": 164, "community_name": "Community 164", "source_file": "storage/amazon/tm/fr-FR/flat_PrimeSpeed_fr-fr.json", "file_type": "code", "degree": 1}, {"id": "fr_fr_flat_primespeed_fr_fr_t", "label": "t", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "t", "community": 164, "community_name": "Community 164", "source_file": "storage/amazon/tm/fr-FR/flat_PrimeSpeed_fr-fr.json", "file_type": "code", "degree": 1}, {"id": "storage_amazon_tm_fr_fr_flat_primemidfunnel_fr_fr_json", "label": "flat_PrimeMidfunnel_fr-fr.json", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "flat_PrimeMidfunnel_fr-fr.json", "community": 92, "community_name": "Community 92", "source_file": "storage/amazon/tm/fr-FR/flat_PrimeMidfunnel_fr-fr.json", "file_type": "code", "degree": 3}, {"id": "fr_fr_flat_primemidfunnel_fr_fr_t", "label": "t", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "t", "community": 92, "community_name": "Community 92", "source_file": "storage/amazon/tm/fr-FR/flat_PrimeMidfunnel_fr-fr.json", "file_type": "code", "degree": 1}, {"id": "storage_amazon_tm_fr_fr_flat_onsite_fr_fr_json", "label": "flat_Onsite_fr-fr.json", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "flat_Onsite_fr-fr.json", "community": 163, "community_name": "Community 163", "source_file": "storage/amazon/tm/fr-FR/flat_Onsite_fr-fr.json", "file_type": "code", "degree": 1}, {"id": "fr_fr_flat_onsite_fr_fr_t", "label": "t", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "t", "community": 163, "community_name": "Community 163", "source_file": "storage/amazon/tm/fr-FR/flat_Onsite_fr-fr.json", "file_type": "code", "degree": 1}, {"id": "storage_amazon_tm_fr_fr_flat_mass_fr_fr_json", "label": "flat_MASS_fr-fr.json", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "flat_MASS_fr-fr.json", "community": 201, "community_name": "Community 201", "source_file": "storage/amazon/tm/fr-FR/flat_MASS_fr-fr.json", "file_type": "code", "degree": 1}, {"id": "fr_fr_flat_mass_fr_fr_t", "label": "t", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "t", "community": 201, "community_name": "Community 201", "source_file": "storage/amazon/tm/fr-FR/flat_MASS_fr-fr.json", "file_type": "code", "degree": 1}, {"id": "storage_amazon_tm_fr_fr_flat_euselection_fr_fr_json", "label": "flat_EUSelection_fr-fr.json", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "flat_EUSelection_fr-fr.json", "community": 116, "community_name": "Community 116", "source_file": "storage/amazon/tm/fr-FR/flat_EUSelection_fr-fr.json", "file_type": "code", "degree": 2}, {"id": "fr_fr_flat_euselection_fr_fr_t", "label": "t", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "t", "community": 116, "community_name": "Community 116", "source_file": "storage/amazon/tm/fr-FR/flat_EUSelection_fr-fr.json", "file_type": "code", "degree": 1}, {"id": "storage_amazon_tm_fr_fr_flat_value_fr_fr_json", "label": "flat_value_fr-fr.json", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "flat_value_fr-fr.json", "community": 202, "community_name": "Community 202", "source_file": "storage/amazon/tm/fr-FR/flat_value_fr-fr.json", "file_type": "code", "degree": 1}, {"id": "fr_fr_flat_value_fr_fr_t", "label": "t", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "t", "community": 202, "community_name": "Community 202", "source_file": "storage/amazon/tm/fr-FR/flat_value_fr-fr.json", "file_type": "code", "degree": 1}, {"id": "storage_amazon_tm_fr_fr_flat_thekiss_fr_fr_json", "label": "flat_TheKiss_fr-fr.json", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "flat_TheKiss_fr-fr.json", "community": 165, "community_name": "Community 165", "source_file": "storage/amazon/tm/fr-FR/flat_TheKiss_fr-fr.json", "file_type": "code", "degree": 1}, {"id": "fr_fr_flat_thekiss_fr_fr_t", "label": "t", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "t", "community": 165, "community_name": "Community 165", "source_file": "storage/amazon/tm/fr-FR/flat_TheKiss_fr-fr.json", "file_type": "code", "degree": 1}, {"id": "storage_amazon_tm_fr_fr_flat_primegourmetguard_fr_fr_json", "label": "flat_PrimeGourmetGuard_fr-fr.json", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "flat_PrimeGourmetGuard_fr-fr.json", "community": 115, "community_name": "Community 115", "source_file": "storage/amazon/tm/fr-FR/flat_PrimeGourmetGuard_fr-fr.json", "file_type": "code", "degree": 2}, {"id": "fr_fr_flat_primegourmetguard_fr_fr_t", "label": "t", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "t", "community": 115, "community_name": "Community 115", "source_file": "storage/amazon/tm/fr-FR/flat_PrimeGourmetGuard_fr-fr.json", "file_type": "code", "degree": 1}, {"id": "storage_amazon_tm_fr_fr_flat_doubledonut_fr_fr_json", "label": "flat_DoubleDonut_fr-fr.json", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "flat_DoubleDonut_fr-fr.json", "community": 162, "community_name": "Community 162", "source_file": "storage/amazon/tm/fr-FR/flat_DoubleDonut_fr-fr.json", "file_type": "code", "degree": 1}, {"id": "fr_fr_flat_doubledonut_fr_fr_t", "label": "t", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "t", "community": 162, "community_name": "Community 162", "source_file": "storage/amazon/tm/fr-FR/flat_DoubleDonut_fr-fr.json", "file_type": "code", "degree": 1}, {"id": "storage_amazon_tm_fr_fr_flat_outbound_fr_fr_json", "label": "flat_Outbound_fr-fr.json", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "flat_Outbound_fr-fr.json", "community": 117, "community_name": "Community 117", "source_file": "storage/amazon/tm/fr-FR/flat_Outbound_fr-fr.json", "file_type": "code", "degree": 2}, {"id": "fr_fr_flat_outbound_fr_fr_t", "label": "t", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "t", "community": 117, "community_name": "Community 117", "source_file": "storage/amazon/tm/fr-FR/flat_Outbound_fr-fr.json", "file_type": "code", "degree": 1}, {"id": "storage_amazon_tm_de_de_flat_primespeed_de_de_json", "label": "flat_PrimeSpeed_de-de.json", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "flat_PrimeSpeed_de-de.json", "community": 190, "community_name": "Community 190", "source_file": "storage/amazon/tm/de-DE/flat_PrimeSpeed_de-de.json", "file_type": "code", "degree": 1}, {"id": "de_de_flat_primespeed_de_de_t", "label": "t", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "t", "community": 190, "community_name": "Community 190", "source_file": "storage/amazon/tm/de-DE/flat_PrimeSpeed_de-de.json", "file_type": "code", "degree": 1}, {"id": "de_de_flat_primedualbenefit_de_de_t", "label": "t", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "t", "community": 48, "community_name": "Community 48", "source_file": "storage/amazon/tm/de-DE/flat_PrimeDualBenefit_de-de.json", "file_type": "code", "degree": 1}, {"id": "storage_amazon_tm_de_de_flat_uefa_de_de_json", "label": "flat_UEFA_de-de.json", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "flat_UEFA_de-de.json", "community": 156, "community_name": "Community 156", "source_file": "storage/amazon/tm/de-DE/flat_UEFA_de-de.json", "file_type": "code", "degree": 1}, {"id": "de_de_flat_uefa_de_de_t", "label": "t", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "t", "community": 156, "community_name": "Community 156", "source_file": "storage/amazon/tm/de-DE/flat_UEFA_de-de.json", "file_type": "code", "degree": 1}, {"id": "storage_amazon_tm_de_de_flat_primemidfunnel_de_de_json", "label": "flat_PrimeMidfunnel_de-de.json", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "flat_PrimeMidfunnel_de-de.json", "community": 189, "community_name": "Community 189", "source_file": "storage/amazon/tm/de-DE/flat_PrimeMidfunnel_de-de.json", "file_type": "code", "degree": 1}, {"id": "de_de_flat_primemidfunnel_de_de_t", "label": "t", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "t", "community": 189, "community_name": "Community 189", "source_file": "storage/amazon/tm/de-DE/flat_PrimeMidfunnel_de-de.json", "file_type": "code", "degree": 1}, {"id": "storage_amazon_tm_de_de_flat_onsite_de_de_json", "label": "flat_Onsite_de-de.json", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "flat_Onsite_de-de.json", "community": 155, "community_name": "Community 155", "source_file": "storage/amazon/tm/de-DE/flat_Onsite_de-de.json", "file_type": "code", "degree": 1}, {"id": "de_de_flat_onsite_de_de_t", "label": "t", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "t", "community": 155, "community_name": "Community 155", "source_file": "storage/amazon/tm/de-DE/flat_Onsite_de-de.json", "file_type": "code", "degree": 1}, {"id": "storage_amazon_tm_de_de_flat_mass_de_de_json", "label": "flat_MASS_de-de.json", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "flat_MASS_de-de.json", "community": 187, "community_name": "Community 187", "source_file": "storage/amazon/tm/de-DE/flat_MASS_de-de.json", "file_type": "code", "degree": 1}, {"id": "de_de_flat_mass_de_de_t", "label": "t", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "t", "community": 187, "community_name": "Community 187", "source_file": "storage/amazon/tm/de-DE/flat_MASS_de-de.json", "file_type": "code", "degree": 1}, {"id": "storage_amazon_tm_de_de_flat_value_de_de_json", "label": "flat_value_de-de.json", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "flat_value_de-de.json", "community": 157, "community_name": "Community 157", "source_file": "storage/amazon/tm/de-DE/flat_value_de-de.json", "file_type": "code", "degree": 1}, {"id": "de_de_flat_value_de_de_t", "label": "t", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "t", "community": 157, "community_name": "Community 157", "source_file": "storage/amazon/tm/de-DE/flat_value_de-de.json", "file_type": "code", "degree": 1}, {"id": "storage_amazon_tm_de_de_flat_thekiss_de_de_json", "label": "flat_TheKiss_de-de.json", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "flat_TheKiss_de-de.json", "community": 191, "community_name": "Community 191", "source_file": "storage/amazon/tm/de-DE/flat_TheKiss_de-de.json", "file_type": "code", "degree": 1}, {"id": "de_de_flat_thekiss_de_de_t", "label": "t", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "t", "community": 191, "community_name": "Community 191", "source_file": "storage/amazon/tm/de-DE/flat_TheKiss_de-de.json", "file_type": "code", "degree": 1}, {"id": "storage_amazon_tm_de_de_flat_doubledonut_de_de_json", "label": "flat_DoubleDonut_de-de.json", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "flat_DoubleDonut_de-de.json", "community": 154, "community_name": "Community 154", "source_file": "storage/amazon/tm/de-DE/flat_DoubleDonut_de-de.json", "file_type": "code", "degree": 1}, {"id": "de_de_flat_doubledonut_de_de_t", "label": "t", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "t", "community": 154, "community_name": "Community 154", "source_file": "storage/amazon/tm/de-DE/flat_DoubleDonut_de-de.json", "file_type": "code", "degree": 1}, {"id": "de_de_flat_primegourmetguard_de_de_t", "label": "t", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "t", "community": 115, "community_name": "Community 115", "source_file": "storage/amazon/tm/de-DE/flat_PrimeGourmetGuard_de-de.json", "file_type": "code", "degree": 1}, {"id": "storage_amazon_tm_de_de_flat_outbound_de_de_json", "label": "flat_Outbound_de-de.json", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "flat_Outbound_de-de.json", "community": 188, "community_name": "Community 188", "source_file": "storage/amazon/tm/de-DE/flat_Outbound_de-de.json", "file_type": "code", "degree": 1}, {"id": "de_de_flat_outbound_de_de_t", "label": "t", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "t", "community": 188, "community_name": "Community 188", "source_file": "storage/amazon/tm/de-DE/flat_Outbound_de-de.json", "file_type": "code", "degree": 1}, {"id": "storage_amazon_tm_de_at_flat_outbound_de_at_json", "label": "flat_Outbound_de-at.json", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "flat_Outbound_de-at.json", "community": 151, "community_name": "Community 151", "source_file": "storage/amazon/tm/de-AT/flat_Outbound_de-at.json", "file_type": "code", "degree": 1}, {"id": "de_at_flat_outbound_de_at_t", "label": "t", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "t", "community": 151, "community_name": "Community 151", "source_file": "storage/amazon/tm/de-AT/flat_Outbound_de-at.json", "file_type": "code", "degree": 1}, {"id": "storage_amazon_tm_de_at_flat_primegourmetguard_de_at_json", "label": "flat_PrimeGourmetGuard_de-at.json", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "flat_PrimeGourmetGuard_de-at.json", "community": 152, "community_name": "Community 152", "source_file": "storage/amazon/tm/de-AT/flat_PrimeGourmetGuard_de-at.json", "file_type": "code", "degree": 1}, {"id": "de_at_flat_primegourmetguard_de_at_t", "label": "t", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "t", "community": 152, "community_name": "Community 152", "source_file": "storage/amazon/tm/de-AT/flat_PrimeGourmetGuard_de-at.json", "file_type": "code", "degree": 1}, {"id": "storage_amazon_tm_de_at_flat_value_de_at_json", "label": "flat_value_de-at.json", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "flat_value_de-at.json", "community": 153, "community_name": "Community 153", "source_file": "storage/amazon/tm/de-AT/flat_value_de-at.json", "file_type": "code", "degree": 1}, {"id": "de_at_flat_value_de_at_t", "label": "t", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "t", "community": 153, "community_name": "Community 153", "source_file": "storage/amazon/tm/de-AT/flat_value_de-at.json", "file_type": "code", "degree": 1}, {"id": "storage_amazon_tm_de_at_flat_mass_de_at_json", "label": "flat_MASS_de-at.json", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "flat_MASS_de-at.json", "community": 184, "community_name": "Community 184", "source_file": "storage/amazon/tm/de-AT/flat_MASS_de-at.json", "file_type": "code", "degree": 1}, {"id": "de_at_flat_mass_de_at_t", "label": "t", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "t", "community": 184, "community_name": "Community 184", "source_file": "storage/amazon/tm/de-AT/flat_MASS_de-at.json", "file_type": "code", "degree": 1}, {"id": "storage_amazon_tm_de_at_flat_onsite_de_at_json", "label": "flat_Onsite_de-at.json", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "flat_Onsite_de-at.json", "community": 185, "community_name": "Community 185", "source_file": "storage/amazon/tm/de-AT/flat_Onsite_de-at.json", "file_type": "code", "degree": 1}, {"id": "de_at_flat_onsite_de_at_t", "label": "t", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "t", "community": 185, "community_name": "Community 185", "source_file": "storage/amazon/tm/de-AT/flat_Onsite_de-at.json", "file_type": "code", "degree": 1}, {"id": "storage_amazon_tm_de_at_flat_uefa_de_at_json", "label": "flat_UEFA_de-at.json", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "flat_UEFA_de-at.json", "community": 186, "community_name": "Community 186", "source_file": "storage/amazon/tm/de-AT/flat_UEFA_de-at.json", "file_type": "code", "degree": 1}, {"id": "de_at_flat_uefa_de_at_t", "label": "t", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "t", "community": 186, "community_name": "Community 186", "source_file": "storage/amazon/tm/de-AT/flat_UEFA_de-at.json", "file_type": "code", "degree": 1}, {"id": "de_at_flat_primedualbenefit_de_at_t", "label": "t", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "t", "community": 48, "community_name": "Community 48", "source_file": "storage/amazon/tm/de-AT/flat_PrimeDualBenefit_de-at.json", "file_type": "code", "degree": 1}, {"id": "storage_amazon_tm_pl_pl_flat_uefa_pl_pl_json", "label": "flat_UEFA_pl-pl.json", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "flat_UEFA_pl-pl.json", "community": 218, "community_name": "Community 218", "source_file": "storage/amazon/tm/pl-PL/flat_UEFA_pl-pl.json", "file_type": "code", "degree": 1}, {"id": "pl_pl_flat_uefa_pl_pl_t", "label": "t", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "t", "community": 218, "community_name": "Community 218", "source_file": "storage/amazon/tm/pl-PL/flat_UEFA_pl-pl.json", "file_type": "code", "degree": 1}, {"id": "pl_pl_flat_primedualbenefit_pl_pl_t", "label": "t", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "t", "community": 48, "community_name": "Community 48", "source_file": "storage/amazon/tm/pl-PL/flat_PrimeDualBenefit_pl-pl.json", "file_type": "code", "degree": 1}, {"id": "storage_amazon_tm_pl_pl_flat_euselection_pl_pl_json", "label": "flat_EUSelection_pl-pl.json", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "flat_EUSelection_pl-pl.json", "community": 215, "community_name": "Community 215", "source_file": "storage/amazon/tm/pl-PL/flat_EUSelection_pl-pl.json", "file_type": "code", "degree": 1}, {"id": "pl_pl_flat_euselection_pl_pl_t", "label": "t", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "t", "community": 215, "community_name": "Community 215", "source_file": "storage/amazon/tm/pl-PL/flat_EUSelection_pl-pl.json", "file_type": "code", "degree": 1}, {"id": "storage_amazon_tm_pl_pl_flat_mass_pl_pl_json", "label": "flat_MASS_pl-pl.json", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "flat_MASS_pl-pl.json", "community": 216, "community_name": "Community 216", "source_file": "storage/amazon/tm/pl-PL/flat_MASS_pl-pl.json", "file_type": "code", "degree": 1}, {"id": "pl_pl_flat_mass_pl_pl_t", "label": "t", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "t", "community": 216, "community_name": "Community 216", "source_file": "storage/amazon/tm/pl-PL/flat_MASS_pl-pl.json", "file_type": "code", "degree": 1}, {"id": "storage_amazon_tm_pl_pl_flat_onsite_pl_pl_json", "label": "flat_Onsite_pl-pl.json", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "flat_Onsite_pl-pl.json", "community": 180, "community_name": "Community 180", "source_file": "storage/amazon/tm/pl-PL/flat_Onsite_pl-pl.json", "file_type": "code", "degree": 1}, {"id": "pl_pl_flat_onsite_pl_pl_t", "label": "t", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "t", "community": 180, "community_name": "Community 180", "source_file": "storage/amazon/tm/pl-PL/flat_Onsite_pl-pl.json", "file_type": "code", "degree": 1}, {"id": "storage_amazon_tm_pl_pl_flat_thekiss_pl_pl_json", "label": "flat_TheKiss_pl-pl.json", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "flat_TheKiss_pl-pl.json", "community": 181, "community_name": "Community 181", "source_file": "storage/amazon/tm/pl-PL/flat_TheKiss_pl-pl.json", "file_type": "code", "degree": 1}, {"id": "pl_pl_flat_thekiss_pl_pl_t", "label": "t", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "t", "community": 181, "community_name": "Community 181", "source_file": "storage/amazon/tm/pl-PL/flat_TheKiss_pl-pl.json", "file_type": "code", "degree": 1}, {"id": "storage_amazon_tm_pl_pl_flat_value_pl_pl_json", "label": "flat_value_pl-pl.json", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "flat_value_pl-pl.json", "community": 219, "community_name": "Community 219", "source_file": "storage/amazon/tm/pl-PL/flat_value_pl-pl.json", "file_type": "code", "degree": 1}, {"id": "pl_pl_flat_value_pl_pl_t", "label": "t", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "t", "community": 219, "community_name": "Community 219", "source_file": "storage/amazon/tm/pl-PL/flat_value_pl-pl.json", "file_type": "code", "degree": 1}, {"id": "storage_amazon_tm_pl_pl_flat_outbound_pl_pl_json", "label": "flat_Outbound_pl-pl.json", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "flat_Outbound_pl-pl.json", "community": 217, "community_name": "Community 217", "source_file": "storage/amazon/tm/pl-PL/flat_Outbound_pl-pl.json", "file_type": "code", "degree": 1}, {"id": "pl_pl_flat_outbound_pl_pl_t", "label": "t", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "t", "community": 217, "community_name": "Community 217", "source_file": "storage/amazon/tm/pl-PL/flat_Outbound_pl-pl.json", "file_type": "code", "degree": 1}, {"id": "storage_amazon_tm_es_es_flat_outbound_es_es_json", "label": "flat_Outbound_es-es.json", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "flat_Outbound_es-es.json", "community": 159, "community_name": "Community 159", "source_file": "storage/amazon/tm/es-ES/flat_Outbound_es-es.json", "file_type": "code", "degree": 1}, {"id": "es_es_flat_outbound_es_es_t", "label": "t", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "t", "community": 159, "community_name": "Community 159", "source_file": "storage/amazon/tm/es-ES/flat_Outbound_es-es.json", "file_type": "code", "degree": 1}, {"id": "storage_amazon_tm_es_es_flat_primegourmetguard_es_es_json", "label": "flat_PrimeGourmetGuard_es-es.json", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "flat_PrimeGourmetGuard_es-es.json", "community": 196, "community_name": "Community 196", "source_file": "storage/amazon/tm/es-ES/flat_PrimeGourmetGuard_es-es.json", "file_type": "code", "degree": 1}, {"id": "es_es_flat_primegourmetguard_es_es_t", "label": "t", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "t", "community": 196, "community_name": "Community 196", "source_file": "storage/amazon/tm/es-ES/flat_PrimeGourmetGuard_es-es.json", "file_type": "code", "degree": 1}, {"id": "storage_amazon_tm_es_es_flat_doubledonut_es_es_json", "label": "flat_DoubleDonut_es-es.json", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "flat_DoubleDonut_es-es.json", "community": 192, "community_name": "Community 192", "source_file": "storage/amazon/tm/es-ES/flat_DoubleDonut_es-es.json", "file_type": "code", "degree": 1}, {"id": "es_es_flat_doubledonut_es_es_t", "label": "t", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "t", "community": 192, "community_name": "Community 192", "source_file": "storage/amazon/tm/es-ES/flat_DoubleDonut_es-es.json", "file_type": "code", "degree": 1}, {"id": "storage_amazon_tm_es_es_flat_thekiss_es_es_json", "label": "flat_TheKiss_es-es.json", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "flat_TheKiss_es-es.json", "community": 160, "community_name": "Community 160", "source_file": "storage/amazon/tm/es-ES/flat_TheKiss_es-es.json", "file_type": "code", "degree": 1}, {"id": "es_es_flat_thekiss_es_es_t", "label": "t", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "t", "community": 160, "community_name": "Community 160", "source_file": "storage/amazon/tm/es-ES/flat_TheKiss_es-es.json", "file_type": "code", "degree": 1}, {"id": "storage_amazon_tm_es_es_flat_value_es_es_json", "label": "flat_value_es-es.json", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "flat_value_es-es.json", "community": 141, "community_name": "Community 141", "source_file": "storage/amazon/tm/es-ES/flat_value_es-es.json", "file_type": "code", "degree": 2}, {"id": "es_es_flat_value_es_es_t", "label": "t", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "t", "community": 141, "community_name": "Community 141", "source_file": "storage/amazon/tm/es-ES/flat_value_es-es.json", "file_type": "code", "degree": 1}, {"id": "storage_amazon_tm_es_es_flat_mass_es_es_json", "label": "flat_MASS_es-es.json", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "flat_MASS_es-es.json", "community": 158, "community_name": "Community 158", "source_file": "storage/amazon/tm/es-ES/flat_MASS_es-es.json", "file_type": "code", "degree": 1}, {"id": "es_es_flat_mass_es_es_t", "label": "t", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "t", "community": 158, "community_name": "Community 158", "source_file": "storage/amazon/tm/es-ES/flat_MASS_es-es.json", "file_type": "code", "degree": 1}, {"id": "storage_amazon_tm_es_es_flat_euselection_es_es_json", "label": "flat_EUSelection_es-es.json", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "flat_EUSelection_es-es.json", "community": 193, "community_name": "Community 193", "source_file": "storage/amazon/tm/es-ES/flat_EUSelection_es-es.json", "file_type": "code", "degree": 1}, {"id": "es_es_flat_euselection_es_es_t", "label": "t", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "t", "community": 193, "community_name": "Community 193", "source_file": "storage/amazon/tm/es-ES/flat_EUSelection_es-es.json", "file_type": "code", "degree": 1}, {"id": "storage_amazon_tm_es_es_flat_onsite_es_es_json", "label": "flat_Onsite_es-es.json", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "flat_Onsite_es-es.json", "community": 194, "community_name": "Community 194", "source_file": "storage/amazon/tm/es-ES/flat_Onsite_es-es.json", "file_type": "code", "degree": 1}, {"id": "es_es_flat_onsite_es_es_t", "label": "t", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "t", "community": 194, "community_name": "Community 194", "source_file": "storage/amazon/tm/es-ES/flat_Onsite_es-es.json", "file_type": "code", "degree": 1}, {"id": "es_es_flat_primemidfunnel_es_es_t", "label": "t", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "t", "community": 92, "community_name": "Community 92", "source_file": "storage/amazon/tm/es-ES/flat_PrimeMidfunnel_es-es.json", "file_type": "code", "degree": 1}, {"id": "storage_amazon_tm_es_es_flat_uefa_es_es_json", "label": "flat_UEFA_es-es.json", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "flat_UEFA_es-es.json", "community": 198, "community_name": "Community 198", "source_file": "storage/amazon/tm/es-ES/flat_UEFA_es-es.json", "file_type": "code", "degree": 1}, {"id": "es_es_flat_uefa_es_es_t", "label": "t", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "t", "community": 198, "community_name": "Community 198", "source_file": "storage/amazon/tm/es-ES/flat_UEFA_es-es.json", "file_type": "code", "degree": 1}, {"id": "storage_amazon_tm_es_es_flat_primespeed_es_es_json", "label": "flat_PrimeSpeed_es-es.json", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "flat_PrimeSpeed_es-es.json", "community": 197, "community_name": "Community 197", "source_file": "storage/amazon/tm/es-ES/flat_PrimeSpeed_es-es.json", "file_type": "code", "degree": 1}, {"id": "es_es_flat_primespeed_es_es_t", "label": "t", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "t", "community": 197, "community_name": "Community 197", "source_file": "storage/amazon/tm/es-ES/flat_PrimeSpeed_es-es.json", "file_type": "code", "degree": 1}, {"id": "storage_amazon_tm_es_es_flat_primedualbenefit_es_es_json", "label": "flat_PrimeDualBenefit_es-es.json", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "flat_PrimeDualBenefit_es-es.json", "community": 195, "community_name": "Community 195", "source_file": "storage/amazon/tm/es-ES/flat_PrimeDualBenefit_es-es.json", "file_type": "code", "degree": 1}, {"id": "es_es_flat_primedualbenefit_es_es_t", "label": "t", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "t", "community": 195, "community_name": "Community 195", "source_file": "storage/amazon/tm/es-ES/flat_PrimeDualBenefit_es-es.json", "file_type": "code", "degree": 1}, {"id": "storage_amazon_tm_ca_es_flat_primespeed_ca_es_json", "label": "flat_PrimeSpeed_ca-es.json", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "flat_PrimeSpeed_ca-es.json", "community": 150, "community_name": "Community 150", "source_file": "storage/amazon/tm/ca-ES/flat_PrimeSpeed_ca-es.json", "file_type": "code", "degree": 1}, {"id": "ca_es_flat_primespeed_ca_es_t", "label": "t", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "t", "community": 150, "community_name": "Community 150", "source_file": "storage/amazon/tm/ca-ES/flat_PrimeSpeed_ca-es.json", "file_type": "code", "degree": 1}, {"id": "storage_amazon_tm_ca_es_flat_mass_ca_es_json", "label": "flat_MASS_ca-es.json", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "flat_MASS_ca-es.json", "community": 183, "community_name": "Community 183", "source_file": "storage/amazon/tm/ca-ES/flat_MASS_ca-es.json", "file_type": "code", "degree": 1}, {"id": "ca_es_flat_mass_ca_es_t", "label": "t", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "t", "community": 183, "community_name": "Community 183", "source_file": "storage/amazon/tm/ca-ES/flat_MASS_ca-es.json", "file_type": "code", "degree": 1}, {"id": "ca_es_flat_value_ca_es_t", "label": "t", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "t", "community": 141, "community_name": "Community 141", "source_file": "storage/amazon/tm/ca-ES/flat_value_ca-es.json", "file_type": "code", "degree": 1}, {"id": "storage_amazon_tm_nl_nl_flat_onsite_nl_nl_json", "label": "flat_Onsite_nl-nl.json", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "flat_Onsite_nl-nl.json", "community": 176, "community_name": "Community 176", "source_file": "storage/amazon/tm/nl-NL/flat_Onsite_nl-nl.json", "file_type": "code", "degree": 1}, {"id": "nl_nl_flat_onsite_nl_nl_t", "label": "t", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "t", "community": 176, "community_name": "Community 176", "source_file": "storage/amazon/tm/nl-NL/flat_Onsite_nl-nl.json", "file_type": "code", "degree": 1}, {"id": "storage_amazon_tm_nl_nl_flat_mass_nl_nl_json", "label": "flat_MASS_nl-nl.json", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "flat_MASS_nl-nl.json", "community": 175, "community_name": "Community 175", "source_file": "storage/amazon/tm/nl-NL/flat_MASS_nl-nl.json", "file_type": "code", "degree": 1}, {"id": "nl_nl_flat_mass_nl_nl_t", "label": "t", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "t", "community": 175, "community_name": "Community 175", "source_file": "storage/amazon/tm/nl-NL/flat_MASS_nl-nl.json", "file_type": "code", "degree": 1}, {"id": "storage_amazon_tm_nl_nl_flat_euselection_nl_nl_json", "label": "flat_EUSelection_nl-nl.json", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "flat_EUSelection_nl-nl.json", "community": 213, "community_name": "Community 213", "source_file": "storage/amazon/tm/nl-NL/flat_EUSelection_nl-nl.json", "file_type": "code", "degree": 1}, {"id": "nl_nl_flat_euselection_nl_nl_t", "label": "t", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "t", "community": 213, "community_name": "Community 213", "source_file": "storage/amazon/tm/nl-NL/flat_EUSelection_nl-nl.json", "file_type": "code", "degree": 1}, {"id": "storage_amazon_tm_nl_nl_flat_uefa_nl_nl_json", "label": "flat_UEFA_nl-nl.json", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "flat_UEFA_nl-nl.json", "community": 179, "community_name": "Community 179", "source_file": "storage/amazon/tm/nl-NL/flat_UEFA_nl-nl.json", "file_type": "code", "degree": 1}, {"id": "nl_nl_flat_uefa_nl_nl_t", "label": "t", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "t", "community": 179, "community_name": "Community 179", "source_file": "storage/amazon/tm/nl-NL/flat_UEFA_nl-nl.json", "file_type": "code", "degree": 1}, {"id": "nl_nl_flat_primedualbenefit_nl_nl_t", "label": "t", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "t", "community": 48, "community_name": "Community 48", "source_file": "storage/amazon/tm/nl-NL/flat_PrimeDualBenefit_nl-nl.json", "file_type": "code", "degree": 1}, {"id": "storage_amazon_tm_nl_nl_flat_outbound_nl_nl_json", "label": "flat_Outbound_nl-nl.json", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "flat_Outbound_nl-nl.json", "community": 177, "community_name": "Community 177", "source_file": "storage/amazon/tm/nl-NL/flat_Outbound_nl-nl.json", "file_type": "code", "degree": 1}, {"id": "nl_nl_flat_outbound_nl_nl_t", "label": "t", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "t", "community": 177, "community_name": "Community 177", "source_file": "storage/amazon/tm/nl-NL/flat_Outbound_nl-nl.json", "file_type": "code", "degree": 1}, {"id": "storage_amazon_tm_nl_nl_flat_thekiss_nl_nl_json", "label": "flat_TheKiss_nl-nl.json", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "flat_TheKiss_nl-nl.json", "community": 178, "community_name": "Community 178", "source_file": "storage/amazon/tm/nl-NL/flat_TheKiss_nl-nl.json", "file_type": "code", "degree": 1}, {"id": "nl_nl_flat_thekiss_nl_nl_t", "label": "t", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "t", "community": 178, "community_name": "Community 178", "source_file": "storage/amazon/tm/nl-NL/flat_TheKiss_nl-nl.json", "file_type": "code", "degree": 1}, {"id": "storage_amazon_tm_nl_nl_flat_value_nl_nl_json", "label": "flat_value_nl-nl.json", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "flat_value_nl-nl.json", "community": 214, "community_name": "Community 214", "source_file": "storage/amazon/tm/nl-NL/flat_value_nl-nl.json", "file_type": "code", "degree": 1}, {"id": "nl_nl_flat_value_nl_nl_t", "label": "t", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "t", "community": 214, "community_name": "Community 214", "source_file": "storage/amazon/tm/nl-NL/flat_value_nl-nl.json", "file_type": "code", "degree": 1}, {"id": "storage_amazon_tm_pt_pt_flat_outbound_pt_pt_json", "label": "flat_Outbound_pt-pt.json", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "flat_Outbound_pt-pt.json", "community": 221, "community_name": "Community 221", "source_file": "storage/amazon/tm/pt-PT/flat_Outbound_pt-pt.json", "file_type": "code", "degree": 1}, {"id": "pt_pt_flat_outbound_pt_pt_t", "label": "t", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "t", "community": 221, "community_name": "Community 221", "source_file": "storage/amazon/tm/pt-PT/flat_Outbound_pt-pt.json", "file_type": "code", "degree": 1}, {"id": "storage_amazon_tm_pt_pt_flat_value_pt_pt_json", "label": "flat_value_pt-pt.json", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "flat_value_pt-pt.json", "community": 223, "community_name": "Community 223", "source_file": "storage/amazon/tm/pt-PT/flat_value_pt-pt.json", "file_type": "code", "degree": 1}, {"id": "pt_pt_flat_value_pt_pt_t", "label": "t", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "t", "community": 223, "community_name": "Community 223", "source_file": "storage/amazon/tm/pt-PT/flat_value_pt-pt.json", "file_type": "code", "degree": 1}, {"id": "storage_amazon_tm_pt_pt_flat_onsite_pt_pt_json", "label": "flat_Onsite_pt-pt.json", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "flat_Onsite_pt-pt.json", "community": 220, "community_name": "Community 220", "source_file": "storage/amazon/tm/pt-PT/flat_Onsite_pt-pt.json", "file_type": "code", "degree": 1}, {"id": "pt_pt_flat_onsite_pt_pt_t", "label": "t", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "t", "community": 220, "community_name": "Community 220", "source_file": "storage/amazon/tm/pt-PT/flat_Onsite_pt-pt.json", "file_type": "code", "degree": 1}, {"id": "storage_amazon_tm_pt_pt_flat_mass_pt_pt_json", "label": "flat_MASS_pt-pt.json", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "flat_MASS_pt-pt.json", "community": 182, "community_name": "Community 182", "source_file": "storage/amazon/tm/pt-PT/flat_MASS_pt-pt.json", "file_type": "code", "degree": 1}, {"id": "pt_pt_flat_mass_pt_pt_t", "label": "t", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "t", "community": 182, "community_name": "Community 182", "source_file": "storage/amazon/tm/pt-PT/flat_MASS_pt-pt.json", "file_type": "code", "degree": 1}, {"id": "pt_pt_flat_primedualbenefit_pt_pt_t", "label": "t", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "t", "community": 48, "community_name": "Community 48", "source_file": "storage/amazon/tm/pt-PT/flat_PrimeDualBenefit_pt-pt.json", "file_type": "code", "degree": 1}, {"id": "storage_amazon_tm_pt_pt_flat_uefa_pt_pt_json", "label": "flat_UEFA_pt-pt.json", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "flat_UEFA_pt-pt.json", "community": 222, "community_name": "Community 222", "source_file": "storage/amazon/tm/pt-PT/flat_UEFA_pt-pt.json", "file_type": "code", "degree": 1}, {"id": "pt_pt_flat_uefa_pt_pt_t", "label": "t", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "t", "community": 222, "community_name": "Community 222", "source_file": "storage/amazon/tm/pt-PT/flat_UEFA_pt-pt.json", "file_type": "code", "degree": 1}, {"id": "storage_amazon_tm_it_it_flat_value_it_it_json", "label": "flat_value_it-it.json", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "flat_value_it-it.json", "community": 206, "community_name": "Community 206", "source_file": "storage/amazon/tm/it-IT/flat_value_it-it.json", "file_type": "code", "degree": 1}, {"id": "it_it_flat_value_it_it_t", "label": "t", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "t", "community": 206, "community_name": "Community 206", "source_file": "storage/amazon/tm/it-IT/flat_value_it-it.json", "file_type": "code", "degree": 1}, {"id": "storage_amazon_tm_it_it_flat_thekiss_it_it_json", "label": "flat_TheKiss_it-it.json", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "flat_TheKiss_it-it.json", "community": 172, "community_name": "Community 172", "source_file": "storage/amazon/tm/it-IT/flat_TheKiss_it-it.json", "file_type": "code", "degree": 1}, {"id": "it_it_flat_thekiss_it_it_t", "label": "t", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "t", "community": 172, "community_name": "Community 172", "source_file": "storage/amazon/tm/it-IT/flat_TheKiss_it-it.json", "file_type": "code", "degree": 1}, {"id": "storage_amazon_tm_it_it_flat_primegourmetguard_it_it_json", "label": "flat_PrimeGourmetGuard_it-it.json", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "flat_PrimeGourmetGuard_it-it.json", "community": 171, "community_name": "Community 171", "source_file": "storage/amazon/tm/it-IT/flat_PrimeGourmetGuard_it-it.json", "file_type": "code", "degree": 1}, {"id": "it_it_flat_primegourmetguard_it_it_t", "label": "t", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "t", "community": 171, "community_name": "Community 171", "source_file": "storage/amazon/tm/it-IT/flat_PrimeGourmetGuard_it-it.json", "file_type": "code", "degree": 1}, {"id": "storage_amazon_tm_it_it_flat_doubledonut_it_it_json", "label": "flat_DoubleDonut_it-it.json", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "flat_DoubleDonut_it-it.json", "community": 167, "community_name": "Community 167", "source_file": "storage/amazon/tm/it-IT/flat_DoubleDonut_it-it.json", "file_type": "code", "degree": 1}, {"id": "it_it_flat_doubledonut_it_it_t", "label": "t", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "t", "community": 167, "community_name": "Community 167", "source_file": "storage/amazon/tm/it-IT/flat_DoubleDonut_it-it.json", "file_type": "code", "degree": 1}, {"id": "storage_amazon_tm_it_it_flat_outbound_it_it_json", "label": "flat_Outbound_it-it.json", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "flat_Outbound_it-it.json", "community": 203, "community_name": "Community 203", "source_file": "storage/amazon/tm/it-IT/flat_Outbound_it-it.json", "file_type": "code", "degree": 1}, {"id": "it_it_flat_outbound_it_it_t", "label": "t", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "t", "community": 203, "community_name": "Community 203", "source_file": "storage/amazon/tm/it-IT/flat_Outbound_it-it.json", "file_type": "code", "degree": 1}, {"id": "storage_amazon_tm_it_it_flat_primespeed_it_it_json", "label": "flat_PrimeSpeed_it-it.json", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "flat_PrimeSpeed_it-it.json", "community": 204, "community_name": "Community 204", "source_file": "storage/amazon/tm/it-IT/flat_PrimeSpeed_it-it.json", "file_type": "code", "degree": 1}, {"id": "it_it_flat_primespeed_it_it_t", "label": "t", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "t", "community": 204, "community_name": "Community 204", "source_file": "storage/amazon/tm/it-IT/flat_PrimeSpeed_it-it.json", "file_type": "code", "degree": 1}, {"id": "it_it_flat_primedualbenefit_it_it_t", "label": "t", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "t", "community": 48, "community_name": "Community 48", "source_file": "storage/amazon/tm/it-IT/flat_PrimeDualBenefit_it-it.json", "file_type": "code", "degree": 1}, {"id": "storage_amazon_tm_it_it_flat_uefa_it_it_json", "label": "flat_UEFA_it-it.json", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "flat_UEFA_it-it.json", "community": 205, "community_name": "Community 205", "source_file": "storage/amazon/tm/it-IT/flat_UEFA_it-it.json", "file_type": "code", "degree": 1}, {"id": "it_it_flat_uefa_it_it_t", "label": "t", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "t", "community": 205, "community_name": "Community 205", "source_file": "storage/amazon/tm/it-IT/flat_UEFA_it-it.json", "file_type": "code", "degree": 1}, {"id": "it_it_flat_primemidfunnel_it_it_t", "label": "t", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "t", "community": 92, "community_name": "Community 92", "source_file": "storage/amazon/tm/it-IT/flat_PrimeMidfunnel_it-it.json", "file_type": "code", "degree": 1}, {"id": "storage_amazon_tm_it_it_flat_onsite_it_it_json", "label": "flat_Onsite_it-it.json", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "flat_Onsite_it-it.json", "community": 170, "community_name": "Community 170", "source_file": "storage/amazon/tm/it-IT/flat_Onsite_it-it.json", "file_type": "code", "degree": 1}, {"id": "it_it_flat_onsite_it_it_t", "label": "t", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "t", "community": 170, "community_name": "Community 170", "source_file": "storage/amazon/tm/it-IT/flat_Onsite_it-it.json", "file_type": "code", "degree": 1}, {"id": "storage_amazon_tm_it_it_flat_mass_it_it_json", "label": "flat_MASS_it-it.json", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "flat_MASS_it-it.json", "community": 169, "community_name": "Community 169", "source_file": "storage/amazon/tm/it-IT/flat_MASS_it-it.json", "file_type": "code", "degree": 1}, {"id": "it_it_flat_mass_it_it_t", "label": "t", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "t", "community": 169, "community_name": "Community 169", "source_file": "storage/amazon/tm/it-IT/flat_MASS_it-it.json", "file_type": "code", "degree": 1}, {"id": "storage_amazon_tm_it_it_flat_euselection_it_it_json", "label": "flat_EUSelection_it-it.json", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "flat_EUSelection_it-it.json", "community": 168, "community_name": "Community 168", "source_file": "storage/amazon/tm/it-IT/flat_EUSelection_it-it.json", "file_type": "code", "degree": 1}, {"id": "it_it_flat_euselection_it_it_t", "label": "t", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "t", "community": 168, "community_name": "Community 168", "source_file": "storage/amazon/tm/it-IT/flat_EUSelection_it-it.json", "file_type": "code", "degree": 1}, {"id": "storage_amazon_tm_sv_se_flat_outbound_sv_se_json", "label": "flat_Outbound_sv-se.json", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "flat_Outbound_sv-se.json", "community": 225, "community_name": "Community 225", "source_file": "storage/amazon/tm/sv-SE/flat_Outbound_sv-se.json", "file_type": "code", "degree": 1}, {"id": "sv_se_flat_outbound_sv_se_t", "label": "t", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "t", "community": 225, "community_name": "Community 225", "source_file": "storage/amazon/tm/sv-SE/flat_Outbound_sv-se.json", "file_type": "code", "degree": 1}, {"id": "storage_amazon_tm_sv_se_flat_value_sv_se_json", "label": "flat_value_sv-se.json", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "flat_value_sv-se.json", "community": 142, "community_name": "Community 142", "source_file": "storage/amazon/tm/sv-SE/flat_value_sv-se.json", "file_type": "code", "degree": 2}, {"id": "sv_se_flat_value_sv_se_t", "label": "t", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "t", "community": 142, "community_name": "Community 142", "source_file": "storage/amazon/tm/sv-SE/flat_value_sv-se.json", "file_type": "code", "degree": 1}, {"id": "storage_amazon_tm_sv_se_flat_thekiss_sv_se_json", "label": "flat_TheKiss_sv-se.json", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "flat_TheKiss_sv-se.json", "community": 226, "community_name": "Community 226", "source_file": "storage/amazon/tm/sv-SE/flat_TheKiss_sv-se.json", "file_type": "code", "degree": 1}, {"id": "sv_se_flat_thekiss_sv_se_t", "label": "t", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "t", "community": 226, "community_name": "Community 226", "source_file": "storage/amazon/tm/sv-SE/flat_TheKiss_sv-se.json", "file_type": "code", "degree": 1}, {"id": "storage_amazon_tm_sv_se_flat_onsite_sv_se_json", "label": "flat_Onsite_sv-se.json", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "flat_Onsite_sv-se.json", "community": 229, "community_name": "Community 229", "source_file": "storage/amazon/tm/sv-SE/flat_Onsite_sv-se.json", "file_type": "code", "degree": 1}, {"id": "sv_se_flat_onsite_sv_se_t", "label": "t", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "t", "community": 229, "community_name": "Community 229", "source_file": "storage/amazon/tm/sv-SE/flat_Onsite_sv-se.json", "file_type": "code", "degree": 1}, {"id": "storage_amazon_tm_sv_se_flat_mass_sv_se_json", "label": "flat_MASS_sv-se.json", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "flat_MASS_sv-se.json", "community": 228, "community_name": "Community 228", "source_file": "storage/amazon/tm/sv-SE/flat_MASS_sv-se.json", "file_type": "code", "degree": 1}, {"id": "sv_se_flat_mass_sv_se_t", "label": "t", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "t", "community": 228, "community_name": "Community 228", "source_file": "storage/amazon/tm/sv-SE/flat_MASS_sv-se.json", "file_type": "code", "degree": 1}, {"id": "storage_amazon_tm_sv_se_flat_euselection_sv_se_json", "label": "flat_EUSelection_sv-se.json", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "flat_EUSelection_sv-se.json", "community": 224, "community_name": "Community 224", "source_file": "storage/amazon/tm/sv-SE/flat_EUSelection_sv-se.json", "file_type": "code", "degree": 1}, {"id": "sv_se_flat_euselection_sv_se_t", "label": "t", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "t", "community": 224, "community_name": "Community 224", "source_file": "storage/amazon/tm/sv-SE/flat_EUSelection_sv-se.json", "file_type": "code", "degree": 1}, {"id": "storage_amazon_tm_sv_se_flat_uefa_sv_se_json", "label": "flat_UEFA_sv-se.json", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "flat_UEFA_sv-se.json", "community": 227, "community_name": "Community 227", "source_file": "storage/amazon/tm/sv-SE/flat_UEFA_sv-se.json", "file_type": "code", "degree": 1}, {"id": "sv_se_flat_uefa_sv_se_t", "label": "t", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "t", "community": 227, "community_name": "Community 227", "source_file": "storage/amazon/tm/sv-SE/flat_UEFA_sv-se.json", "file_type": "code", "degree": 1}, {"id": "sv_se_flat_primedualbenefit_sv_se_t", "label": "t", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "t", "community": 48, "community_name": "Community 48", "source_file": "storage/amazon/tm/sv-SE/flat_PrimeDualBenefit_sv-se.json", "file_type": "code", "degree": 1}, {"id": "nl_be_flat_primedualbenefit_nl_be_t", "label": "t", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "t", "community": 48, "community_name": "Community 48", "source_file": "storage/amazon/tm/nl-BE/flat_PrimeDualBenefit_nl-be.json", "file_type": "code", "degree": 1}, {"id": "storage_amazon_tm_nl_be_flat_uefa_nl_be_json", "label": "flat_UEFA_nl-be.json", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "flat_UEFA_nl-be.json", "community": 212, "community_name": "Community 212", "source_file": "storage/amazon/tm/nl-BE/flat_UEFA_nl-be.json", "file_type": "code", "degree": 1}, {"id": "nl_be_flat_uefa_nl_be_t", "label": "t", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "t", "community": 212, "community_name": "Community 212", "source_file": "storage/amazon/tm/nl-BE/flat_UEFA_nl-be.json", "file_type": "code", "degree": 1}, {"id": "storage_amazon_tm_nl_be_flat_onsite_nl_be_json", "label": "flat_Onsite_nl-be.json", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "flat_Onsite_nl-be.json", "community": 209, "community_name": "Community 209", "source_file": "storage/amazon/tm/nl-BE/flat_Onsite_nl-be.json", "file_type": "code", "degree": 1}, {"id": "nl_be_flat_onsite_nl_be_t", "label": "t", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "t", "community": 209, "community_name": "Community 209", "source_file": "storage/amazon/tm/nl-BE/flat_Onsite_nl-be.json", "file_type": "code", "degree": 1}, {"id": "storage_amazon_tm_nl_be_flat_mass_nl_be_json", "label": "flat_MASS_nl-be.json", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "flat_MASS_nl-be.json", "community": 208, "community_name": "Community 208", "source_file": "storage/amazon/tm/nl-BE/flat_MASS_nl-be.json", "file_type": "code", "degree": 1}, {"id": "nl_be_flat_mass_nl_be_t", "label": "t", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "t", "community": 208, "community_name": "Community 208", "source_file": "storage/amazon/tm/nl-BE/flat_MASS_nl-be.json", "file_type": "code", "degree": 1}, {"id": "storage_amazon_tm_nl_be_flat_euselection_nl_be_json", "label": "flat_EUSelection_nl-be.json", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "flat_EUSelection_nl-be.json", "community": 207, "community_name": "Community 207", "source_file": "storage/amazon/tm/nl-BE/flat_EUSelection_nl-be.json", "file_type": "code", "degree": 1}, {"id": "nl_be_flat_euselection_nl_be_t", "label": "t", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "t", "community": 207, "community_name": "Community 207", "source_file": "storage/amazon/tm/nl-BE/flat_EUSelection_nl-be.json", "file_type": "code", "degree": 1}, {"id": "storage_amazon_tm_nl_be_flat_thekiss_nl_be_json", "label": "flat_TheKiss_nl-be.json", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "flat_TheKiss_nl-be.json", "community": 211, "community_name": "Community 211", "source_file": "storage/amazon/tm/nl-BE/flat_TheKiss_nl-be.json", "file_type": "code", "degree": 1}, {"id": "nl_be_flat_thekiss_nl_be_t", "label": "t", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "t", "community": 211, "community_name": "Community 211", "source_file": "storage/amazon/tm/nl-BE/flat_TheKiss_nl-be.json", "file_type": "code", "degree": 1}, {"id": "storage_amazon_tm_nl_be_flat_value_nl_be_json", "label": "flat_value_nl-be.json", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "flat_value_nl-be.json", "community": 174, "community_name": "Community 174", "source_file": "storage/amazon/tm/nl-BE/flat_value_nl-be.json", "file_type": "code", "degree": 1}, {"id": "nl_be_flat_value_nl_be_t", "label": "t", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "t", "community": 174, "community_name": "Community 174", "source_file": "storage/amazon/tm/nl-BE/flat_value_nl-be.json", "file_type": "code", "degree": 1}, {"id": "storage_amazon_tm_nl_be_flat_outbound_nl_be_json", "label": "flat_Outbound_nl-be.json", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "flat_Outbound_nl-be.json", "community": 210, "community_name": "Community 210", "source_file": "storage/amazon/tm/nl-BE/flat_Outbound_nl-be.json", "file_type": "code", "degree": 1}, {"id": "nl_be_flat_outbound_nl_be_t", "label": "t", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "t", "community": 210, "community_name": "Community 210", "source_file": "storage/amazon/tm/nl-BE/flat_Outbound_nl-be.json", "file_type": "code", "degree": 1}, {"id": "fr_be_flat_outbound_fr_be_t", "label": "t", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "t", "community": 117, "community_name": "Community 117", "source_file": "storage/amazon/tm/fr-BE/flat_Outbound_fr-be.json", "file_type": "code", "degree": 1}, {"id": "storage_amazon_tm_fr_be_flat_thekiss_fr_be_json", "label": "flat_TheKiss_fr-be.json", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "flat_TheKiss_fr-be.json", "community": 200, "community_name": "Community 200", "source_file": "storage/amazon/tm/fr-BE/flat_TheKiss_fr-be.json", "file_type": "code", "degree": 1}, {"id": "fr_be_flat_thekiss_fr_be_t", "label": "t", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "t", "community": 200, "community_name": "Community 200", "source_file": "storage/amazon/tm/fr-BE/flat_TheKiss_fr-be.json", "file_type": "code", "degree": 1}, {"id": "fr_be_flat_value_fr_be_t", "label": "t", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "t", "community": 142, "community_name": "Community 142", "source_file": "storage/amazon/tm/fr-BE/flat_value_fr-be.json", "file_type": "code", "degree": 1}, {"id": "storage_amazon_tm_fr_be_flat_mass_fr_be_json", "label": "flat_MASS_fr-be.json", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "flat_MASS_fr-be.json", "community": 161, "community_name": "Community 161", "source_file": "storage/amazon/tm/fr-BE/flat_MASS_fr-be.json", "file_type": "code", "degree": 1}, {"id": "fr_be_flat_mass_fr_be_t", "label": "t", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "t", "community": 161, "community_name": "Community 161", "source_file": "storage/amazon/tm/fr-BE/flat_MASS_fr-be.json", "file_type": "code", "degree": 1}, {"id": "fr_be_flat_euselection_fr_be_t", "label": "t", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "t", "community": 116, "community_name": "Community 116", "source_file": "storage/amazon/tm/fr-BE/flat_EUSelection_fr-be.json", "file_type": "code", "degree": 1}, {"id": "storage_amazon_tm_fr_be_flat_onsite_fr_be_json", "label": "flat_Onsite_fr-be.json", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "flat_Onsite_fr-be.json", "community": 199, "community_name": "Community 199", "source_file": "storage/amazon/tm/fr-BE/flat_Onsite_fr-be.json", "file_type": "code", "degree": 1}, {"id": "fr_be_flat_onsite_fr_be_t", "label": "t", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "t", "community": 199, "community_name": "Community 199", "source_file": "storage/amazon/tm/fr-BE/flat_Onsite_fr-be.json", "file_type": "code", "degree": 1}, {"id": "fr_be_flat_primedualbenefit_fr_be_t", "label": "t", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "t", "community": 48, "community_name": "Community 48", "source_file": "storage/amazon/tm/fr-BE/flat_PrimeDualBenefit_fr-be.json", "file_type": "code", "degree": 1}, {"id": "fr_be_flat_uefa_fr_be_t", "label": "t", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "t", "community": 118, "community_name": "Community 118", "source_file": "storage/amazon/tm/fr-BE/flat_UEFA_fr-be.json", "file_type": "code", "degree": 1}, {"id": "scripts_tm_format_migrator_py", "label": "tm_format_migrator.py", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "tm_format_migrator.py", "community": 71, "community_name": "Community 71", "source_file": "scripts/tm_format_migrator.py", "file_type": "code", "degree": 4}, {"id": "scripts_tm_format_migrator_parse_compact_line", "label": "parse_compact_line()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "parse_compact_line()", "community": 71, "community_name": "Community 71", "source_file": "scripts/tm_format_migrator.py", "file_type": "code", "degree": 3}, {"id": "scripts_tm_format_migrator_migrate_file", "label": "migrate_file()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "migrate_file()", "community": 71, "community_name": "Community 71", "source_file": "scripts/tm_format_migrator.py", "file_type": "code", "degree": 4}, {"id": "scripts_tm_format_migrator_migrate_directory", "label": "migrate_directory()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "migrate_directory()", "community": 71, "community_name": "Community 71", "source_file": "scripts/tm_format_migrator.py", "file_type": "code", "degree": 4}, {"id": "scripts_tm_format_migrator_main", "label": "main()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "main()", "community": 71, "community_name": "Community 71", "source_file": "scripts/tm_format_migrator.py", "file_type": "code", "degree": 2}, {"id": "scripts_tm_format_migrator_rationale_39", "label": "Parse a compact TM entry's 't' field into structured fields. Returns a dict", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Parse a compact TM entry&#x27;s &#x27;t&#x27; field into structured fields. Returns a dict", "community": 71, "community_name": "Community 71", "source_file": "scripts/tm_format_migrator.py", "file_type": "rationale", "degree": 1}, {"id": "scripts_tm_format_migrator_rationale_103", "label": "Migrate a single compact TM file to multi-field JSONL format. Returns a sta", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Migrate a single compact TM file to multi-field JSONL format. Returns a sta", "community": 71, "community_name": "Community 71", "source_file": "scripts/tm_format_migrator.py", "file_type": "rationale", "degree": 1}, {"id": "scripts_tm_format_migrator_rationale_166", "label": "Recursively migrate all .json TM files from input_dir to output_dir.", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Recursively migrate all .json TM files from input_dir to output_dir.", "community": 71, "community_name": "Community 71", "source_file": "scripts/tm_format_migrator.py", "file_type": "rationale", "degree": 1}, {"id": "scripts_init_py", "label": "__init__.py", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "__init__.py", "community": 266, "community_name": "Community 266", "source_file": "scripts/__init__.py", "file_type": "code", "degree": 0}, {"id": "scripts_validate_tm_files_py", "label": "validate_tm_files.py", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": "validate_tm_files.py", "community": 55, "community_name": "Community 55", "source_file": "scripts/validate_tm_files.py", "file_type": "code", "degree": 5}, {"id": "scripts_validate_tm_files_detect_format", "label": "detect_format()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "detect_format()", "community": 55, "community_name": "Community 55", "source_file": "scripts/validate_tm_files.py", "file_type": "code", "degree": 3}, {"id": "scripts_validate_tm_files_extract_channel_from_filename", "label": "extract_channel_from_filename()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "extract_channel_from_filename()", "community": 55, "community_name": "Community 55", "source_file": "scripts/validate_tm_files.py", "file_type": "code", "degree": 3}, {"id": "scripts_validate_tm_files_validate_file", "label": "validate_file()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "validate_file()", "community": 55, "community_name": "Community 55", "source_file": "scripts/validate_tm_files.py", "file_type": "code", "degree": 4}, {"id": "scripts_validate_tm_files_validate_directory", "label": "validate_directory()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": "validate_directory()", "community": 55, "community_name": "Community 55", "source_file": "scripts/validate_tm_files.py", "file_type": "code", "degree": 5}, {"id": "scripts_validate_tm_files_main", "label": "main()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "main()", "community": 55, "community_name": "Community 55", "source_file": "scripts/validate_tm_files.py", "file_type": "code", "degree": 2}, {"id": "scripts_validate_tm_files_rationale_23", "label": "Detect whether an entry is compact or multi-field format.", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Detect whether an entry is compact or multi-field format.", "community": 55, "community_name": "Community 55", "source_file": "scripts/validate_tm_files.py", "file_type": "rationale", "degree": 1}, {"id": "scripts_validate_tm_files_rationale_32", "label": "Extract channel name from a TM filename. Expected pattern: flat_{Channel}_{", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Extract channel name from a TM filename. Expected pattern: flat_{Channel}_{", "community": 55, "community_name": "Community 55", "source_file": "scripts/validate_tm_files.py", "file_type": "rationale", "degree": 1}, {"id": "scripts_validate_tm_files_rationale_45", "label": "Validate a single TM file and return statistics.", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Validate a single TM file and return statistics.", "community": 55, "community_name": "Community 55", "source_file": "scripts/validate_tm_files.py", "file_type": "rationale", "degree": 1}, {"id": "scripts_validate_tm_files_rationale_106", "label": "Validate all TM files in a directory and print a report.", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Validate all TM files in a directory and print a report.", "community": 55, "community_name": "Community 55", "source_file": "scripts/validate_tm_files.py", "file_type": "rationale", "degree": 1}];
const RAW_EDGES = [{"from": "deploy_sh", "to": "amazon_transcreation_deploy_log", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "deploy_sh", "to": "amazon_transcreation_deploy_warn", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "deploy_sh", "to": "amazon_transcreation_deploy_error", "label": "defines", "title": "defines [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "seed_create_test_users_py", "to": "seed_create_test_users_seed_test_users", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "seed_create_test_users_rationale_1", "to": "seed_create_test_users_py", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "seed_create_test_users_rationale_47", "to": "seed_create_test_users_seed_test_users", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "seed_create_test_users_seed_test_users", "to": "providers_jwt_provider_jwtauthprovider", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "seed_create_test_users_seed_test_users", "to": "models_user_userclient", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "seed_register_storage_files_py", "to": "seed_register_storage_files_extract_channel", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "seed_register_storage_files_py", "to": "seed_register_storage_files_extract_ref_locale", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "seed_register_storage_files_py", "to": "seed_register_storage_files_count_jsonl_lines", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "seed_register_storage_files_py", "to": "seed_register_storage_files_register_files", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "seed_register_storage_files_register_files", "to": "seed_register_storage_files_extract_channel", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "seed_register_storage_files_register_files", "to": "seed_register_storage_files_extract_ref_locale", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "seed_register_storage_files_register_files", "to": "seed_register_storage_files_count_jsonl_lines", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "seed_register_storage_files_rationale_77", "to": "seed_register_storage_files_count_jsonl_lines", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "seed_register_storage_files_register_files", "to": "models_files_tmfileregistry", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "seed_create_default_client_py", "to": "seed_create_default_client_create_amazon_client", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "seed_create_default_client_py", "to": "seed_create_default_client_seed", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "seed_create_default_client_py", "to": "seed_create_default_client_main", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "seed_create_default_client_seed", "to": "seed_create_default_client_create_amazon_client", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "seed_create_default_client_rationale_155", "to": "seed_create_default_client_create_amazon_client", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "seed_create_default_client_main", "to": "seed_create_default_client_seed", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "seed_create_default_client_rationale_177", "to": "seed_create_default_client_seed", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "seed_import_reference_files_py", "to": "seed_import_reference_files_folder_to_tm_locale", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "seed_import_reference_files_py", "to": "seed_import_reference_files_classify_file", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "seed_import_reference_files_py", "to": "seed_import_reference_files_extract_tm_locale_from_filename", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "seed_import_reference_files_py", "to": "seed_import_reference_files_import_global_files", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "seed_import_reference_files_py", "to": "seed_import_reference_files_import_locale_files", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "seed_import_reference_files_py", "to": "seed_import_reference_files_print_db_summary", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "seed_import_reference_files_py", "to": "seed_import_reference_files_main", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "seed_import_reference_files_import_locale_files", "to": "seed_import_reference_files_folder_to_tm_locale", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "seed_import_reference_files_rationale_54", "to": "seed_import_reference_files_folder_to_tm_locale", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "seed_import_reference_files_import_locale_files", "to": "seed_import_reference_files_classify_file", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "seed_import_reference_files_rationale_62", "to": "seed_import_reference_files_classify_file", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "seed_import_reference_files_import_locale_files", "to": "seed_import_reference_files_extract_tm_locale_from_filename", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "seed_import_reference_files_rationale_91", "to": "seed_import_reference_files_extract_tm_locale_from_filename", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "seed_import_reference_files_main", "to": "seed_import_reference_files_import_global_files", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "seed_import_reference_files_rationale_101", "to": "seed_import_reference_files_import_global_files", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "seed_import_reference_files_main", "to": "seed_import_reference_files_import_locale_files", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "seed_import_reference_files_rationale_135", "to": "seed_import_reference_files_import_locale_files", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "seed_import_reference_files_main", "to": "seed_import_reference_files_print_db_summary", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "seed_import_reference_files_rationale_214", "to": "seed_import_reference_files_print_db_summary", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "seed_create_default_admins_py", "to": "seed_create_default_admins_seed_default_admins", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "seed_create_default_admins_rationale_1", "to": "seed_create_default_admins_py", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_tailwind_config_ts", "to": "frontend_tailwind_config_config", "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_version", "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_scripts", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_package_json", "to": "backend_app_dependencies_py", "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_start", "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": "backend_app_dependencies_py", "to": "frontend_package_dependencies_azure_msal_browser", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_dependencies_py", "to": "frontend_package_dependencies_radix_ui_react_checkbox", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_dependencies_py", "to": "frontend_package_dependencies_radix_ui_react_collapsible", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_dependencies_py", "to": "frontend_package_dependencies_radix_ui_react_dialog", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_dependencies_py", "to": "frontend_package_dependencies_radix_ui_react_dropdown_menu", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_dependencies_py", "to": "frontend_package_dependencies_radix_ui_react_label", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_dependencies_py", "to": "frontend_package_dependencies_radix_ui_react_progress", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_dependencies_py", "to": "frontend_package_dependencies_radix_ui_react_radio_group", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_dependencies_py", "to": "frontend_package_dependencies_radix_ui_react_select", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_dependencies_py", "to": "frontend_package_dependencies_radix_ui_react_slot", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_dependencies_py", "to": "frontend_package_dependencies_radix_ui_react_tabs", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_dependencies_py", "to": "frontend_package_dependencies_radix_ui_react_tooltip", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_dependencies_py", "to": "frontend_package_dependencies_axios", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_dependencies_py", "to": "frontend_package_dependencies_class_variance_authority", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_dependencies_py", "to": "frontend_package_dependencies_clsx", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "lib_utils_cn", "to": "frontend_package_dependencies_clsx", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_app_dependencies_py", "to": "frontend_package_dependencies_date_fns", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_dependencies_py", "to": "frontend_package_dependencies_lucide_react", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_dependencies_py", "to": "frontend_package_dependencies_next", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "modules_source_file_parser_parse_source_file", "to": "frontend_package_dependencies_next", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "lib_api_validatesource", "to": "frontend_package_dependencies_next", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_app_dependencies_py", "to": "frontend_package_dependencies_react", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_dependencies_py", "to": "frontend_package_dependencies_react_dom", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_dependencies_py", "to": "frontend_package_dependencies_recharts", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_dependencies_py", "to": "frontend_package_dependencies_tailwind_merge", "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_autoprefixer", "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_config_next", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_package_devdependencies", "to": "frontend_package_devdependencies_postcss", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_package_devdependencies", "to": "frontend_package_devdependencies_tailwindcss", "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_components_json", "to": "frontend_components_schema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_components_json", "to": "frontend_components_style", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_components_json", "to": "frontend_components_rsc", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_components_json", "to": "frontend_components_tsx", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_components_json", "to": "frontend_components_tailwind", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_components_json", "to": "frontend_components_aliases", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_components_tailwind", "to": "frontend_components_tailwind_config", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_components_tailwind", "to": "frontend_components_tailwind_css", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_components_tailwind", "to": "frontend_components_tailwind_basecolor", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_components_tailwind", "to": "frontend_components_tailwind_cssvariables", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_components_aliases", "to": "frontend_components_aliases_components", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_components_aliases", "to": "frontend_components_aliases_utils", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_tsconfig_json", "to": "frontend_tsconfig_compileroptions", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_tsconfig_json", "to": "frontend_tsconfig_include", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_tsconfig_json", "to": "frontend_tsconfig_exclude", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_tsconfig_compileroptions", "to": "frontend_tsconfig_compileroptions_lib", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_tsconfig_compileroptions", "to": "frontend_tsconfig_compileroptions_allowjs", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_tsconfig_compileroptions", "to": "frontend_tsconfig_compileroptions_skiplibcheck", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_tsconfig_compileroptions", "to": "frontend_tsconfig_compileroptions_strict", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_tsconfig_compileroptions", "to": "frontend_tsconfig_compileroptions_noemit", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_tsconfig_compileroptions", "to": "frontend_tsconfig_compileroptions_esmoduleinterop", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_tsconfig_compileroptions", "to": "frontend_tsconfig_compileroptions_module", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_tsconfig_compileroptions", "to": "frontend_tsconfig_compileroptions_moduleresolution", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_tsconfig_compileroptions", "to": "frontend_tsconfig_compileroptions_resolvejsonmodule", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_tsconfig_compileroptions", "to": "frontend_tsconfig_compileroptions_isolatedmodules", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_tsconfig_compileroptions", "to": "frontend_tsconfig_compileroptions_jsx", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_tsconfig_compileroptions", "to": "frontend_tsconfig_compileroptions_incremental", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_tsconfig_compileroptions", "to": "frontend_tsconfig_compileroptions_plugins", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_tsconfig_compileroptions", "to": "frontend_tsconfig_compileroptions_paths", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_tsconfig_compileroptions_paths", "to": "frontend_tsconfig_paths", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_layout_tsx", "to": "app_layout_amazonember", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_layout_tsx", "to": "app_layout_metadata", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_layout_tsx", "to": "app_layout_rootlayout", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_page_tsx", "to": "frontend_src_lib_auth_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_page_tsx", "to": "lib_auth_isauthenticated", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_page_tsx", "to": "app_page_home", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_clients_page_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_admin_clients_page_tsx", "to": "layout_appshell_appshell", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_clients_page_tsx", "to": "frontend_src_components_admin_clientform_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_clients_page_tsx", "to": "admin_clientform_clientform", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_clients_page_tsx", "to": "frontend_src_components_ui_card_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_clients_page_tsx", "to": "ui_card_card", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_clients_page_tsx", "to": "ui_card_cardcontent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_clients_page_tsx", "to": "ui_card_cardheader", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_clients_page_tsx", "to": "ui_card_cardtitle", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_clients_page_tsx", "to": "frontend_src_components_ui_badge_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_clients_page_tsx", "to": "ui_badge_badge", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_clients_page_tsx", "to": "frontend_src_components_ui_button_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_clients_page_tsx", "to": "ui_button_button", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_clients_page_tsx", "to": "frontend_src_components_ui_dialog_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_clients_page_tsx", "to": "ui_dialog_dialogcontent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_clients_page_tsx", "to": "ui_dialog_dialogheader", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_clients_page_tsx", "to": "ui_dialog_dialogtitle", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_clients_page_tsx", "to": "frontend_src_lib_types_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_clients_page_tsx", "to": "lib_types_client", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_clients_page_tsx", "to": "clients_page_mockclients", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_clients_page_tsx", "to": "clients_page_clientspage", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_logs_page_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_admin_logs_page_tsx", "to": "layout_appshell_appshell", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_logs_page_tsx", "to": "frontend_src_components_ui_card_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_logs_page_tsx", "to": "ui_card_card", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_logs_page_tsx", "to": "frontend_src_components_ui_badge_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_logs_page_tsx", "to": "ui_badge_badge", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_logs_page_tsx", "to": "frontend_src_components_ui_button_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_logs_page_tsx", "to": "ui_button_button", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_logs_page_tsx", "to": "frontend_src_components_ui_input_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_logs_page_tsx", "to": "ui_input_input", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_logs_page_tsx", "to": "frontend_src_components_ui_tabs_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_logs_page_tsx", "to": "ui_tabs_tabslist", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_logs_page_tsx", "to": "ui_tabs_tabstrigger", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_logs_page_tsx", "to": "ui_tabs_tabscontent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_logs_page_tsx", "to": "frontend_src_components_ui_table_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_logs_page_tsx", "to": "ui_table_table", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_logs_page_tsx", "to": "ui_table_tablebody", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_logs_page_tsx", "to": "ui_table_tablecell", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_logs_page_tsx", "to": "ui_table_tablehead", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_logs_page_tsx", "to": "ui_table_tableheader", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_logs_page_tsx", "to": "ui_table_tablerow", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_logs_page_tsx", "to": "frontend_src_lib_utils_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_logs_page_tsx", "to": "lib_utils_formatdatetime", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_logs_page_tsx", "to": "frontend_src_lib_api_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_logs_page_tsx", "to": "lib_api_getauditlogs", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_logs_page_tsx", "to": "lib_api_auditlogentry", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_logs_page_tsx", "to": "logs_page_getlevel", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_logs_page_tsx", "to": "logs_page_formatdetails", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_logs_page_tsx", "to": "logs_page_levelbadge", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_logs_page_tsx", "to": "logs_page_action_labels", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_logs_page_tsx", "to": "logs_page_logspage", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_users_page_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_admin_users_page_tsx", "to": "layout_appshell_appshell", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_users_page_tsx", "to": "admin_usertable_usertable", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_users_page_tsx", "to": "frontend_src_components_ui_button_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_users_page_tsx", "to": "ui_button_button", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_users_page_tsx", "to": "frontend_src_components_ui_dialog_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_users_page_tsx", "to": "ui_dialog_dialogcontent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_users_page_tsx", "to": "ui_dialog_dialogdescription", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_users_page_tsx", "to": "ui_dialog_dialogheader", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_users_page_tsx", "to": "ui_dialog_dialogtitle", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_users_page_tsx", "to": "ui_dialog_dialogfooter", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_users_page_tsx", "to": "frontend_src_components_ui_input_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_users_page_tsx", "to": "ui_input_input", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_users_page_tsx", "to": "frontend_src_components_ui_label_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_users_page_tsx", "to": "ui_label_label", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_users_page_tsx", "to": "frontend_src_components_ui_select_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_users_page_tsx", "to": "ui_select_selectcontent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_users_page_tsx", "to": "ui_select_selectitem", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_users_page_tsx", "to": "ui_select_selecttrigger", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_users_page_tsx", "to": "frontend_src_lib_types_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_users_page_tsx", "to": "lib_types_user", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_users_page_tsx", "to": "frontend_src_lib_api_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_users_page_tsx", "to": "lib_api_getusers", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_users_page_tsx", "to": "lib_api_createuser", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_users_page_tsx", "to": "lib_api_updateuser", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_users_page_tsx", "to": "users_page_role_options", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_users_page_tsx", "to": "users_page_userspage", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_files_tm_page_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_admin_files_tm_page_tsx", "to": "layout_appshell_appshell", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_files_tm_page_tsx", "to": "frontend_src_components_ui_card_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_files_tm_page_tsx", "to": "ui_card_card", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_files_tm_page_tsx", "to": "frontend_src_components_ui_badge_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_files_tm_page_tsx", "to": "ui_badge_badge", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_files_tm_page_tsx", "to": "frontend_src_components_ui_button_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_files_tm_page_tsx", "to": "ui_button_button", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_files_tm_page_tsx", "to": "frontend_src_components_ui_label_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_files_tm_page_tsx", "to": "ui_label_label", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_files_tm_page_tsx", "to": "frontend_src_components_ui_input_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_files_tm_page_tsx", "to": "ui_input_input", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_files_tm_page_tsx", "to": "frontend_src_components_ui_select_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_files_tm_page_tsx", "to": "ui_select_selectcontent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_files_tm_page_tsx", "to": "ui_select_selectitem", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_files_tm_page_tsx", "to": "ui_select_selecttrigger", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_files_tm_page_tsx", "to": "frontend_src_components_ui_table_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_files_tm_page_tsx", "to": "ui_table_table", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_files_tm_page_tsx", "to": "ui_table_tablebody", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_files_tm_page_tsx", "to": "ui_table_tablecell", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_files_tm_page_tsx", "to": "ui_table_tablehead", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_files_tm_page_tsx", "to": "ui_table_tableheader", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_files_tm_page_tsx", "to": "ui_table_tablerow", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_files_tm_page_tsx", "to": "frontend_src_components_ui_dialog_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_files_tm_page_tsx", "to": "ui_dialog_dialogcontent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_files_tm_page_tsx", "to": "ui_dialog_dialogheader", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_files_tm_page_tsx", "to": "ui_dialog_dialogtitle", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_files_tm_page_tsx", "to": "frontend_src_lib_utils_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_files_tm_page_tsx", "to": "lib_utils_formatdate", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_files_tm_page_tsx", "to": "frontend_src_lib_api_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_files_tm_page_tsx", "to": "lib_api_gettmfiles", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_files_tm_page_tsx", "to": "lib_api_uploadtmfile", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_files_tm_page_tsx", "to": "lib_api_deletetmfile", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_files_tm_page_tsx", "to": "lib_api_getclients", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_files_tm_page_tsx", "to": "frontend_src_lib_types_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_files_tm_page_tsx", "to": "lib_types_client", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_files_tm_page_tsx", "to": "tm_page_locales", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_files_tm_page_tsx", "to": "tm_page_channels", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_files_tm_page_tsx", "to": "tm_page_tmfilerow", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_files_tm_page_tsx", "to": "tm_page_tmregistrypage", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_files_reference_page_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_admin_files_reference_page_tsx", "to": "layout_appshell_appshell", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_files_reference_page_tsx", "to": "frontend_src_components_ui_card_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_files_reference_page_tsx", "to": "ui_card_card", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_files_reference_page_tsx", "to": "frontend_src_components_ui_badge_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_files_reference_page_tsx", "to": "ui_badge_badge", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_files_reference_page_tsx", "to": "frontend_src_components_ui_button_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_files_reference_page_tsx", "to": "ui_button_button", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_files_reference_page_tsx", "to": "frontend_src_components_ui_label_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_files_reference_page_tsx", "to": "ui_label_label", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_files_reference_page_tsx", "to": "frontend_src_components_ui_input_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_files_reference_page_tsx", "to": "ui_input_input", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_files_reference_page_tsx", "to": "frontend_src_components_ui_select_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_files_reference_page_tsx", "to": "ui_select_selectcontent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_files_reference_page_tsx", "to": "ui_select_selectitem", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_files_reference_page_tsx", "to": "ui_select_selecttrigger", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_files_reference_page_tsx", "to": "frontend_src_components_ui_table_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_files_reference_page_tsx", "to": "ui_table_table", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_files_reference_page_tsx", "to": "ui_table_tablebody", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_files_reference_page_tsx", "to": "ui_table_tablecell", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_files_reference_page_tsx", "to": "ui_table_tablehead", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_files_reference_page_tsx", "to": "ui_table_tableheader", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_files_reference_page_tsx", "to": "ui_table_tablerow", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_files_reference_page_tsx", "to": "frontend_src_components_ui_dialog_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_files_reference_page_tsx", "to": "ui_dialog_dialogcontent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_files_reference_page_tsx", "to": "ui_dialog_dialogheader", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_files_reference_page_tsx", "to": "ui_dialog_dialogtitle", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_files_reference_page_tsx", "to": "frontend_src_lib_utils_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_files_reference_page_tsx", "to": "lib_utils_formatdate", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_files_reference_page_tsx", "to": "frontend_src_lib_api_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_files_reference_page_tsx", "to": "lib_api_getreferencefiles", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_files_reference_page_tsx", "to": "lib_api_uploadreferencefile", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_files_reference_page_tsx", "to": "v1_files_rationale_195", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_files_reference_page_tsx", "to": "lib_api_getclients", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_files_reference_page_tsx", "to": "frontend_src_lib_types_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_files_reference_page_tsx", "to": "lib_types_client", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_files_reference_page_tsx", "to": "reference_page_locales", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_files_reference_page_tsx", "to": "reference_page_file_types", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_files_reference_page_tsx", "to": "reference_page_file_type_labels", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_files_reference_page_tsx", "to": "reference_page_reffilerow", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_files_reference_page_tsx", "to": "reference_page_referencelibrarypage", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_reports_page_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_admin_reports_page_tsx", "to": "layout_appshell_appshell", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_reports_page_tsx", "to": "frontend_src_components_ui_card_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_reports_page_tsx", "to": "ui_card_card", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_reports_page_tsx", "to": "ui_card_cardcontent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_reports_page_tsx", "to": "ui_card_cardheader", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_reports_page_tsx", "to": "ui_card_cardtitle", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_reports_page_tsx", "to": "admin_reportchart_reportchart", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_reports_page_tsx", "to": "frontend_src_components_ui_select_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_reports_page_tsx", "to": "ui_select_selectcontent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_reports_page_tsx", "to": "ui_select_selectitem", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_reports_page_tsx", "to": "ui_select_selecttrigger", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_reports_page_tsx", "to": "frontend_src_lib_api_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_reports_page_tsx", "to": "lib_api_getusagestats", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_reports_page_tsx", "to": "lib_api_getqualitymetrics", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_reports_page_tsx", "to": "lib_api_getlocalestats", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_reports_page_tsx", "to": "lib_api_getjobsovertime", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_reports_page_tsx", "to": "lib_api_usagestats", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_reports_page_tsx", "to": "lib_api_qualitymetrics", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_reports_page_tsx", "to": "lib_api_localestat", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_reports_page_tsx", "to": "lib_api_jobsovertimeentry", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_admin_reports_page_tsx", "to": "reports_page_reportspage", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_dashboard_layout_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_dashboard_layout_tsx", "to": "layout_appshell_appshell", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_dashboard_layout_tsx", "to": "dashboard_layout_dashboardlayout", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_dashboard_page_tsx", "to": "frontend_src_components_ui_button_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_dashboard_page_tsx", "to": "ui_button_button", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_dashboard_page_tsx", "to": "frontend_src_components_ui_card_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_dashboard_page_tsx", "to": "ui_card_card", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_dashboard_page_tsx", "to": "ui_card_cardcontent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_dashboard_page_tsx", "to": "frontend_src_components_ui_input_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_dashboard_page_tsx", "to": "ui_input_input", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_dashboard_page_tsx", "to": "frontend_src_components_ui_select_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_dashboard_page_tsx", "to": "ui_select_selectcontent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_dashboard_page_tsx", "to": "ui_select_selectitem", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_dashboard_page_tsx", "to": "ui_select_selecttrigger", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_dashboard_page_tsx", "to": "frontend_src_components_ui_badge_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_dashboard_page_tsx", "to": "ui_badge_badge", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_dashboard_page_tsx", "to": "frontend_src_components_jobs_jobcard_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_dashboard_page_tsx", "to": "jobs_jobcard_jobcard", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_dashboard_page_tsx", "to": "frontend_src_hooks_usejobs_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_dashboard_page_tsx", "to": "hooks_usejobs_usejobs", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_dashboard_page_tsx", "to": "dashboard_page_dashboardpage", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dashboard_page_dashboardpage", "to": "hooks_usejobs_usejobs", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_jobs_new_page_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_jobs_new_page_tsx", "to": "layout_appshell_appshell", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_jobs_new_page_tsx", "to": "frontend_src_components_jobs_jobwizard_wizardstepper_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_jobs_new_page_tsx", "to": "jobwizard_wizardstepper_wizardstepper", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_jobs_jobwizard_stepconfigure_tsx", "to": "frontend_src_app_jobs_new_page_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_jobs_new_page_tsx", "to": "jobwizard_stepconfigure_stepconfigure", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_jobs_jobwizard_stepupload_tsx", "to": "frontend_src_app_jobs_new_page_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_jobs_new_page_tsx", "to": "jobwizard_stepupload_stepupload", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jobwizard_stepreview_stepreview", "to": "frontend_src_app_jobs_new_page_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_jobs_new_page_tsx", "to": "new_page_jobformdata", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_jobs_new_page_tsx", "to": "new_page_initialformdata", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_jobs_new_page_tsx", "to": "new_page_newjobpage", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_jobs_jobwizard_stepconfigure_tsx", "to": "new_page_jobformdata", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jobwizard_stepreview_stepreview", "to": "new_page_jobformdata", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_jobs_jobwizard_stepupload_tsx", "to": "new_page_jobformdata", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_jobs_jobid_page_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_jobs_jobid_page_tsx", "to": "layout_appshell_appshell", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_jobs_jobid_page_tsx", "to": "frontend_src_components_ui_card_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_jobs_jobid_page_tsx", "to": "ui_card_card", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_jobs_jobid_page_tsx", "to": "ui_card_cardcontent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_jobs_jobid_page_tsx", "to": "ui_card_cardheader", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_jobs_jobid_page_tsx", "to": "ui_card_cardtitle", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_jobs_jobid_page_tsx", "to": "frontend_src_components_ui_badge_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_jobs_jobid_page_tsx", "to": "ui_badge_badge", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_jobs_jobid_page_tsx", "to": "frontend_src_components_ui_button_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_jobs_jobid_page_tsx", "to": "ui_button_button", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_jobs_jobid_page_tsx", "to": "lib_types_localeinstance", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_jobs_jobid_page_tsx", "to": "frontend_src_hooks_usejobs_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_jobs_jobid_page_tsx", "to": "hooks_usejobs_usejob", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_jobs_jobid_page_tsx", "to": "frontend_src_lib_api_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_jobs_jobid_page_tsx", "to": "lib_api_canceljob", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_jobs_jobid_page_tsx", "to": "lib_api_deletejob", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_jobs_jobid_page_tsx", "to": "frontend_src_hooks_useauth_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_jobs_jobid_page_tsx", "to": "hooks_useauth_useauth", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_jobs_jobid_page_tsx", "to": "frontend_src_lib_utils_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_jobs_jobid_page_tsx", "to": "lib_utils_formatdatetime", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_jobs_jobid_page_tsx", "to": "jobid_page_statusconfig", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_jobs_jobid_page_tsx", "to": "jobid_page_jobmonitoringpage", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jobid_page_jobmonitoringpage", "to": "hooks_usejobs_usejob", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jobid_page_jobmonitoringpage", "to": "hooks_useauth_useauth", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jobid_page_jobmonitoringpage", "to": "lib_utils_formatdatetime", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_jobs_jobid_locale_localecode_review_page_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_jobs_jobid_locale_localecode_review_page_tsx", "to": "layout_appshell_appshell", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_jobs_jobid_locale_localecode_review_page_tsx", "to": "frontend_src_components_ui_card_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_jobs_jobid_locale_localecode_review_page_tsx", "to": "ui_card_card", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_jobs_jobid_locale_localecode_review_page_tsx", "to": "ui_card_cardcontent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_jobs_jobid_locale_localecode_review_page_tsx", "to": "frontend_src_components_ui_button_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_jobs_jobid_locale_localecode_review_page_tsx", "to": "ui_button_button", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_jobs_jobid_locale_localecode_review_page_tsx", "to": "frontend_src_components_ui_tabs_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_jobs_jobid_locale_localecode_review_page_tsx", "to": "ui_tabs_tabslist", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_jobs_jobid_locale_localecode_review_page_tsx", "to": "ui_tabs_tabstrigger", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_jobs_jobid_locale_localecode_review_page_tsx", "to": "outputpreview_outputrowcard_outputrowcard", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_jobs_jobid_locale_localecode_review_page_tsx", "to": "outputpreview_confidencebadge_confidencebadge", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_jobs_jobid_locale_localecode_review_page_tsx", "to": "frontend_src_lib_types_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_jobs_jobid_locale_localecode_review_page_tsx", "to": "lib_types_outputrow", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_jobs_jobid_locale_localecode_review_page_tsx", "to": "frontend_src_lib_api_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_jobs_jobid_locale_localecode_review_page_tsx", "to": "lib_api_getoutputpreview", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_jobs_jobid_locale_localecode_review_page_tsx", "to": "lib_api_downloadoutput", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_jobs_jobid_locale_localecode_review_page_tsx", "to": "review_page_reviewpage", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_login_page_tsx", "to": "frontend_src_components_ui_button_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_login_page_tsx", "to": "ui_button_button", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_login_page_tsx", "to": "frontend_src_components_ui_input_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_login_page_tsx", "to": "ui_input_input", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_login_page_tsx", "to": "frontend_src_components_ui_label_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_login_page_tsx", "to": "ui_label_label", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_login_page_tsx", "to": "frontend_src_components_ui_card_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_login_page_tsx", "to": "ui_card_card", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_login_page_tsx", "to": "ui_card_cardcontent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_login_page_tsx", "to": "frontend_src_lib_api_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_login_page_tsx", "to": "lib_api_login", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_login_page_tsx", "to": "lib_api_ssologin", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_login_page_tsx", "to": "frontend_src_lib_auth_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_login_page_tsx", "to": "lib_auth_setauth", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_login_page_tsx", "to": "lib_auth_isauthenticated", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_login_page_tsx", "to": "frontend_src_lib_msal_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_login_page_tsx", "to": "lib_msal_getmsalinstance", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_login_page_tsx", "to": "lib_msal_loginrequest", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_login_page_tsx", "to": "login_page_loginpage", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_help_page_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_help_page_tsx", "to": "layout_appshell_appshell", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_help_page_tsx", "to": "frontend_src_components_ui_card_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_help_page_tsx", "to": "ui_card_card", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_help_page_tsx", "to": "ui_card_cardcontent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_help_page_tsx", "to": "ui_card_cardheader", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_help_page_tsx", "to": "ui_card_cardtitle", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_help_page_tsx", "to": "help_page_section", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_app_help_page_tsx", "to": "help_page_helppage", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_ui_tabs_tsx", "to": "frontend_src_lib_utils_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_ui_tabs_tsx", "to": "lib_utils_cn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_ui_tabs_tsx", "to": "ui_tabs_tabslist", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_ui_tabs_tsx", "to": "ui_tabs_tabstrigger", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_ui_tabs_tsx", "to": "ui_tabs_tabscontent", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_ui_card_tsx", "to": "frontend_src_lib_utils_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_ui_card_tsx", "to": "lib_utils_cn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_ui_card_tsx", "to": "ui_card_card", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_ui_card_tsx", "to": "ui_card_cardheader", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_ui_card_tsx", "to": "ui_card_cardtitle", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_ui_card_tsx", "to": "ui_card_carddescription", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_ui_card_tsx", "to": "ui_card_cardcontent", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_ui_card_tsx", "to": "ui_card_cardfooter", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "admin_usertable_usertable", "to": "frontend_src_components_ui_card_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_jobs_jobcard_tsx", "to": "frontend_src_components_ui_card_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "outputpreview_outputrowcard_outputrowcard", "to": "frontend_src_components_ui_card_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_jobs_jobwizard_stepconfigure_tsx", "to": "frontend_src_components_ui_card_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jobwizard_stepreview_stepreview", "to": "frontend_src_components_ui_card_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_jobs_jobwizard_stepupload_tsx", "to": "frontend_src_components_ui_card_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "lib_types_localeinstance", "to": "frontend_src_components_ui_card_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "admin_usertable_usertable", "to": "ui_card_card", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_jobs_jobcard_tsx", "to": "ui_card_card", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "outputpreview_outputrowcard_outputrowcard", "to": "ui_card_card", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_jobs_jobwizard_stepconfigure_tsx", "to": "ui_card_card", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jobwizard_stepreview_stepreview", "to": "ui_card_card", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_jobs_jobwizard_stepupload_tsx", "to": "ui_card_card", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "lib_types_localeinstance", "to": "ui_card_card", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_jobs_jobwizard_stepconfigure_tsx", "to": "ui_card_cardheader", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jobwizard_stepreview_stepreview", "to": "ui_card_cardheader", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_jobs_jobwizard_stepupload_tsx", "to": "ui_card_cardheader", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_jobs_jobwizard_stepconfigure_tsx", "to": "ui_card_cardtitle", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jobwizard_stepreview_stepreview", "to": "ui_card_cardtitle", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_jobs_jobwizard_stepupload_tsx", "to": "ui_card_cardtitle", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_jobs_jobcard_tsx", "to": "ui_card_cardcontent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "outputpreview_outputrowcard_outputrowcard", "to": "ui_card_cardcontent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_jobs_jobwizard_stepconfigure_tsx", "to": "ui_card_cardcontent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jobwizard_stepreview_stepreview", "to": "ui_card_cardcontent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_jobs_jobwizard_stepupload_tsx", "to": "ui_card_cardcontent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "lib_types_localeinstance", "to": "ui_card_cardcontent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_ui_progress_tsx", "to": "frontend_src_lib_utils_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_ui_progress_tsx", "to": "lib_utils_cn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_ui_progress_tsx", "to": "ui_progress_progress", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_ui_label_tsx", "to": "frontend_src_lib_utils_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_ui_label_tsx", "to": "lib_utils_cn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_ui_label_tsx", "to": "ui_label_labelvariants", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_ui_label_tsx", "to": "ui_label_label", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_admin_clientform_tsx", "to": "frontend_src_components_ui_label_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "admin_fileuploader_fileuploader", "to": "frontend_src_components_ui_label_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_jobs_jobwizard_stepconfigure_tsx", "to": "frontend_src_components_ui_label_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_admin_clientform_tsx", "to": "ui_label_label", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "admin_fileuploader_fileuploader", "to": "ui_label_label", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_jobs_jobwizard_stepconfigure_tsx", "to": "ui_label_label", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_ui_tooltip_tsx", "to": "frontend_src_lib_utils_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_ui_tooltip_tsx", "to": "lib_utils_cn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_ui_tooltip_tsx", "to": "ui_tooltip_tooltipcontent", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_ui_radio_group_tsx", "to": "frontend_src_lib_utils_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_ui_radio_group_tsx", "to": "lib_utils_cn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_ui_radio_group_tsx", "to": "ui_radio_group_radiogroup", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_jobs_jobwizard_stepconfigure_tsx", "to": "frontend_src_components_ui_radio_group_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_jobs_jobwizard_stepconfigure_tsx", "to": "ui_radio_group_radiogroup", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_ui_dialog_tsx", "to": "frontend_src_lib_utils_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_ui_dialog_tsx", "to": "lib_utils_cn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_ui_dialog_tsx", "to": "ui_dialog_dialogoverlay", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_ui_dialog_tsx", "to": "ui_dialog_dialogcontent", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_ui_dialog_tsx", "to": "ui_dialog_dialogheader", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_ui_dialog_tsx", "to": "ui_dialog_dialogfooter", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_ui_dialog_tsx", "to": "ui_dialog_dialogtitle", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_ui_dialog_tsx", "to": "ui_dialog_dialogdescription", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ui_dialog_dialogheader", "to": "lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ui_dialog_dialogfooter", "to": "lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_ui_badge_tsx", "to": "frontend_src_lib_utils_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_ui_badge_tsx", "to": "lib_utils_cn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_ui_badge_tsx", "to": "ui_badge_badgevariants", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_ui_badge_tsx", "to": "ui_badge_badgeprops", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_ui_badge_tsx", "to": "ui_badge_badge", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "admin_usertable_usertable", "to": "frontend_src_components_ui_badge_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_jobs_jobcard_tsx", "to": "frontend_src_components_ui_badge_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "outputpreview_confidencebadge_confidencebadge", "to": "frontend_src_components_ui_badge_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "outputpreview_outputrowcard_outputrowcard", "to": "frontend_src_components_ui_badge_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jobwizard_stepreview_stepreview", "to": "frontend_src_components_ui_badge_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_jobs_jobwizard_stepupload_tsx", "to": "frontend_src_components_ui_badge_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "lib_types_localeinstance", "to": "frontend_src_components_ui_badge_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ui_badge_badge", "to": "ui_badge_badgevariants", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "admin_usertable_usertable", "to": "ui_badge_badge", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_jobs_jobcard_tsx", "to": "ui_badge_badge", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "outputpreview_confidencebadge_confidencebadge", "to": "ui_badge_badge", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "outputpreview_outputrowcard_outputrowcard", "to": "ui_badge_badge", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jobwizard_stepreview_stepreview", "to": "ui_badge_badge", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_jobs_jobwizard_stepupload_tsx", "to": "ui_badge_badge", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "lib_types_localeinstance", "to": "ui_badge_badge", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ui_badge_badge", "to": "lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_ui_table_tsx", "to": "frontend_src_lib_utils_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_ui_table_tsx", "to": "lib_utils_cn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_ui_table_tsx", "to": "ui_table_table", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_ui_table_tsx", "to": "ui_table_tableheader", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_ui_table_tsx", "to": "ui_table_tablebody", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_ui_table_tsx", "to": "ui_table_tablefooter", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_ui_table_tsx", "to": "ui_table_tablerow", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_ui_table_tsx", "to": "ui_table_tablehead", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_ui_table_tsx", "to": "ui_table_tablecell", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_ui_table_tsx", "to": "ui_table_tablecaption", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "admin_usertable_usertable", "to": "frontend_src_components_ui_table_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "admin_usertable_usertable", "to": "ui_table_table", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "admin_usertable_usertable", "to": "ui_table_tableheader", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "admin_usertable_usertable", "to": "ui_table_tablebody", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "admin_usertable_usertable", "to": "ui_table_tablerow", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "admin_usertable_usertable", "to": "ui_table_tablehead", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "admin_usertable_usertable", "to": "ui_table_tablecell", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_ui_separator_tsx", "to": "frontend_src_lib_utils_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_ui_separator_tsx", "to": "lib_utils_cn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_ui_separator_tsx", "to": "ui_separator_separatorprops", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_ui_separator_tsx", "to": "ui_separator_separator", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_admin_clientform_tsx", "to": "frontend_src_components_ui_separator_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_admin_clientform_tsx", "to": "ui_separator_separator", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_ui_button_tsx", "to": "frontend_src_lib_utils_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_ui_button_tsx", "to": "lib_utils_cn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_ui_button_tsx", "to": "ui_button_buttonvariants", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_ui_button_tsx", "to": "ui_button_buttonprops", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_ui_button_tsx", "to": "ui_button_button", "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_ui_button_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "admin_usertable_usertable", "to": "frontend_src_components_ui_button_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_admin_clientform_tsx", "to": "frontend_src_components_ui_button_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "admin_fileuploader_fileuploader", "to": "frontend_src_components_ui_button_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "outputpreview_feedbackbuttons_feedbackbuttons", "to": "frontend_src_components_ui_button_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_jobs_jobwizard_stepconfigure_tsx", "to": "frontend_src_components_ui_button_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jobwizard_stepreview_stepreview", "to": "frontend_src_components_ui_button_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_jobs_jobwizard_stepupload_tsx", "to": "frontend_src_components_ui_button_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "lib_types_localeinstance", "to": "frontend_src_components_ui_button_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": "ui_button_button", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "admin_usertable_usertable", "to": "ui_button_button", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_admin_clientform_tsx", "to": "ui_button_button", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "admin_fileuploader_fileuploader", "to": "ui_button_button", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "outputpreview_feedbackbuttons_feedbackbuttons", "to": "ui_button_button", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_jobs_jobwizard_stepconfigure_tsx", "to": "ui_button_button", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jobwizard_stepreview_stepreview", "to": "ui_button_button", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_jobs_jobwizard_stepupload_tsx", "to": "ui_button_button", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "lib_types_localeinstance", "to": "ui_button_button", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ui_checkbox_checkbox", "to": "frontend_src_lib_utils_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ui_checkbox_checkbox", "to": "lib_utils_cn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_jobs_jobwizard_stepconfigure_tsx", "to": "ui_checkbox_checkbox", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "outputpreview_rationaleexpander_rationaleexpander", "to": "frontend_src_components_ui_collapsible_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jobwizard_stepreview_stepreview", "to": "frontend_src_components_ui_collapsible_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_ui_dropdown_menu_tsx", "to": "frontend_src_lib_utils_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_ui_dropdown_menu_tsx", "to": "lib_utils_cn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_ui_dropdown_menu_tsx", "to": "ui_dropdown_menu_dropdownmenusubtrigger", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_ui_dropdown_menu_tsx", "to": "ui_dropdown_menu_dropdownmenusubcontent", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_ui_dropdown_menu_tsx", "to": "ui_dropdown_menu_dropdownmenucontent", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_ui_dropdown_menu_tsx", "to": "ui_dropdown_menu_dropdownmenuitem", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_ui_dropdown_menu_tsx", "to": "ui_dropdown_menu_dropdownmenucheckboxitem", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_ui_dropdown_menu_tsx", "to": "ui_dropdown_menu_dropdownmenuradioitem", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_ui_dropdown_menu_tsx", "to": "ui_dropdown_menu_dropdownmenulabel", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_ui_dropdown_menu_tsx", "to": "ui_dropdown_menu_dropdownmenuseparator", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_ui_dropdown_menu_tsx", "to": "ui_dropdown_menu_dropdownmenushortcut", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "admin_usertable_usertable", "to": "frontend_src_components_ui_dropdown_menu_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "admin_usertable_usertable", "to": "ui_dropdown_menu_dropdownmenucontent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "admin_usertable_usertable", "to": "ui_dropdown_menu_dropdownmenuitem", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "admin_usertable_usertable", "to": "ui_dropdown_menu_dropdownmenuseparator", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ui_dropdown_menu_dropdownmenushortcut", "to": "lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_ui_select_tsx", "to": "frontend_src_lib_utils_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_ui_select_tsx", "to": "lib_utils_cn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_ui_select_tsx", "to": "ui_select_selecttrigger", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_ui_select_tsx", "to": "ui_select_selectscrollupbutton", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_ui_select_tsx", "to": "ui_select_selectscrolldownbutton", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_ui_select_tsx", "to": "ui_select_selectcontent", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_ui_select_tsx", "to": "ui_select_selectlabel", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_ui_select_tsx", "to": "ui_select_selectitem", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_ui_select_tsx", "to": "ui_select_selectseparator", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "admin_fileuploader_fileuploader", "to": "frontend_src_components_ui_select_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_jobs_jobwizard_stepconfigure_tsx", "to": "frontend_src_components_ui_select_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "admin_fileuploader_fileuploader", "to": "ui_select_selecttrigger", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_jobs_jobwizard_stepconfigure_tsx", "to": "ui_select_selecttrigger", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "admin_fileuploader_fileuploader", "to": "ui_select_selectcontent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_jobs_jobwizard_stepconfigure_tsx", "to": "ui_select_selectcontent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "admin_fileuploader_fileuploader", "to": "ui_select_selectitem", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_jobs_jobwizard_stepconfigure_tsx", "to": "ui_select_selectitem", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_ui_textarea_tsx", "to": "frontend_src_lib_utils_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_ui_textarea_tsx", "to": "lib_utils_cn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_ui_textarea_tsx", "to": "ui_textarea_textareaprops", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_ui_textarea_tsx", "to": "ui_textarea_textarea", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_admin_clientform_tsx", "to": "frontend_src_components_ui_textarea_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "outputpreview_feedbackbuttons_feedbackbuttons", "to": "frontend_src_components_ui_textarea_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_jobs_jobwizard_stepupload_tsx", "to": "frontend_src_components_ui_textarea_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_admin_clientform_tsx", "to": "ui_textarea_textarea", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "outputpreview_feedbackbuttons_feedbackbuttons", "to": "ui_textarea_textarea", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_jobs_jobwizard_stepupload_tsx", "to": "ui_textarea_textarea", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_ui_input_tsx", "to": "frontend_src_lib_utils_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_ui_input_tsx", "to": "lib_utils_cn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_ui_input_tsx", "to": "ui_input_inputprops", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_ui_input_tsx", "to": "ui_input_input", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_admin_clientform_tsx", "to": "frontend_src_components_ui_input_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_jobs_jobwizard_stepconfigure_tsx", "to": "frontend_src_components_ui_input_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_admin_clientform_tsx", "to": "ui_input_input", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_jobs_jobwizard_stepconfigure_tsx", "to": "ui_input_input", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ui_skeleton_skeleton", "to": "frontend_src_lib_utils_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ui_skeleton_skeleton", "to": "lib_utils_cn", "label": "calls", "title": "calls [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": "layout_sidebar_sidebar", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_layout_appshell_tsx", "to": "frontend_src_lib_auth_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": "lib_auth_isauthenticated", "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_getbreadcrumbs", "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_getpagetitle", "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_appshellprops", "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": "layout_appshell_getbreadcrumbs", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "layout_appshell_appshell", "to": "layout_appshell_getpagetitle", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_layout_sidebar_tsx", "to": "frontend_src_lib_utils_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_layout_sidebar_tsx", "to": "lib_utils_cn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_layout_sidebar_tsx", "to": "lib_utils_getinitials", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_layout_sidebar_tsx", "to": "frontend_src_lib_auth_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_layout_sidebar_tsx", "to": "lib_auth_getuser", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_layout_sidebar_tsx", "to": "lib_auth_clearauth", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_layout_sidebar_tsx", "to": "lib_auth_getroledisplayname", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_layout_sidebar_tsx", "to": "layout_sidebar_navitem", "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_navitems", "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": "layout_sidebar_sidebar", "to": "lib_utils_getinitials", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "layout_sidebar_sidebar", "to": "lib_auth_getroledisplayname", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "layout_sidebar_sidebar", "to": "lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "admin_usertable_usertable", "to": "admin_usertable_rolevariant", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "admin_usertable_usertable", "to": "admin_usertable_usertableprops", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "admin_usertable_usertable", "to": "frontend_src_lib_types_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "admin_usertable_usertable", "to": "lib_types_user", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "admin_usertable_usertable", "to": "frontend_src_lib_utils_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "admin_usertable_usertable", "to": "lib_utils_formatdate", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "admin_usertable_usertable", "to": "lib_utils_getinitials", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "admin_usertable_usertable", "to": "frontend_src_lib_auth_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "admin_usertable_usertable", "to": "lib_auth_getroledisplayname", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_admin_clientform_tsx", "to": "frontend_src_lib_types_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_admin_clientform_tsx", "to": "lib_types_client", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_admin_clientform_tsx", "to": "admin_clientform_clientformprops", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_admin_clientform_tsx", "to": "admin_clientform_clientform", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "admin_fileuploader_fileuploader", "to": "admin_fileuploader_locales", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "admin_fileuploader_fileuploader", "to": "frontend_src_lib_utils_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "admin_fileuploader_fileuploader", "to": "lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "admin_reportchart_reportchart", "to": "admin_reportchart_datakey", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "admin_reportchart_reportchart", "to": "admin_reportchart_reportchartprops", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_jobs_jobcard_tsx", "to": "frontend_src_lib_types_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_jobs_jobcard_tsx", "to": "lib_types_job", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_jobs_jobcard_tsx", "to": "frontend_src_lib_utils_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_jobs_jobcard_tsx", "to": "lib_utils_formatdate", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_jobs_jobcard_tsx", "to": "lib_utils_cn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_jobs_jobcard_tsx", "to": "jobs_jobcard_statusconfig", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_jobs_jobcard_tsx", "to": "jobs_jobcard_localestatuscolor", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_jobs_jobcard_tsx", "to": "jobs_jobcard_jobcardprops", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_jobs_jobcard_tsx", "to": "jobs_jobcard_jobcard", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jobs_jobcard_jobcard", "to": "lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jobs_jobcard_jobcard", "to": "lib_utils_formatdate", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "outputpreview_feedbackbuttons_feedbackbuttons", "to": "frontend_src_lib_api_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "outputpreview_feedbackbuttons_feedbackbuttons", "to": "lib_api_submitfeedback", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "outputpreview_feedbackbuttons_feedbackbuttons", "to": "frontend_src_lib_utils_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "outputpreview_feedbackbuttons_feedbackbuttons", "to": "lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "outputpreview_outputrowcard_outputrowcard", "to": "outputpreview_feedbackbuttons_feedbackbuttons", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "outputpreview_rationaleexpander_rationaleexpander", "to": "frontend_src_lib_utils_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "outputpreview_rationaleexpander_rationaleexpander", "to": "lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "outputpreview_outputrowcard_outputrowcard", "to": "outputpreview_rationaleexpander_rationaleexpander", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "outputpreview_confidencebadge_confidencebadge", "to": "outputpreview_confidencebadge_tierconfig", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "outputpreview_confidencebadge_confidencebadge", "to": "outputpreview_confidencebadge_confidencebadgeprops", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "outputpreview_confidencebadge_confidencebadge", "to": "frontend_src_lib_types_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "outputpreview_confidencebadge_confidencebadge", "to": "lib_types_confidencetier", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "outputpreview_outputrowcard_outputrowcard", "to": "outputpreview_confidencebadge_confidencebadge", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "outputpreview_outputrowcard_outputrowcard", "to": "frontend_src_lib_types_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "outputpreview_outputrowcard_outputrowcard", "to": "lib_types_outputrow", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "outputpreview_outputrowcard_outputrowcard", "to": "frontend_src_lib_utils_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "outputpreview_outputrowcard_outputrowcard", "to": "lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_jobs_jobwizard_stepconfigure_tsx", "to": "frontend_src_lib_types_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_jobs_jobwizard_stepconfigure_tsx", "to": "lib_types_client", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_jobs_jobwizard_stepconfigure_tsx", "to": "frontend_src_lib_api_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_jobs_jobwizard_stepconfigure_tsx", "to": "lib_api_getclients", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_jobs_jobwizard_stepconfigure_tsx", "to": "jobwizard_stepconfigure_all_locales", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_jobs_jobwizard_stepconfigure_tsx", "to": "jobwizard_stepconfigure_channels", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_jobs_jobwizard_stepconfigure_tsx", "to": "jobwizard_stepconfigure_tm_channels", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_jobs_jobwizard_stepconfigure_tsx", "to": "jobwizard_stepconfigure_llm_models", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_jobs_jobwizard_stepconfigure_tsx", "to": "lib_types_subchannel", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_jobs_jobwizard_stepconfigure_tsx", "to": "jobwizard_stepconfigure_stepconfigureprops", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_jobs_jobwizard_stepconfigure_tsx", "to": "jobwizard_stepconfigure_stepconfigure", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jobwizard_stepreview_stepreview", "to": "jobwizard_stepreview_stepreviewprops", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jobwizard_stepreview_stepreview", "to": "frontend_src_lib_api_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jobwizard_stepreview_stepreview", "to": "lib_api_createjob", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jobwizard_stepreview_stepreview", "to": "lib_api_uploadsource", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jobwizard_stepreview_stepreview", "to": "v1_jobs_rationale_254", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jobwizard_stepreview_stepreview", "to": "lib_api_launchjob", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jobwizard_stepreview_stepreview", "to": "frontend_src_lib_utils_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jobwizard_stepreview_stepreview", "to": "lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_jobs_jobwizard_stepupload_tsx", "to": "frontend_src_lib_types_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_jobs_jobwizard_stepupload_tsx", "to": "lib_types_validationresult", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_jobs_jobwizard_stepupload_tsx", "to": "frontend_src_lib_api_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_jobs_jobwizard_stepupload_tsx", "to": "lib_api_validatesource", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_jobs_jobwizard_stepupload_tsx", "to": "frontend_src_lib_utils_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_jobs_jobwizard_stepupload_tsx", "to": "lib_utils_cn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_jobs_jobwizard_stepupload_tsx", "to": "jobwizard_stepupload_stepupload", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "jobwizard_stepupload_stepupload", "to": "lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_jobs_jobwizard_wizardstepper_tsx", "to": "frontend_src_lib_utils_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_jobs_jobwizard_wizardstepper_tsx", "to": "lib_utils_cn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_jobs_jobwizard_wizardstepper_tsx", "to": "jobwizard_wizardstepper_wizardstepper", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_jobs_monitoringhud_progressbar_tsx", "to": "frontend_src_lib_utils_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_jobs_monitoringhud_progressbar_tsx", "to": "lib_utils_cn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_jobs_monitoringhud_progressbar_tsx", "to": "monitoringhud_progressbar_progressbarprops", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_components_jobs_monitoringhud_progressbar_tsx", "to": "monitoringhud_progressbar_progressbar", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "lib_types_localeinstance", "to": "frontend_src_components_jobs_monitoringhud_progressbar_tsx", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "lib_types_localeinstance", "to": "monitoringhud_progressbar_progressbar", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "monitoringhud_progressbar_progressbar", "to": "lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "lib_types_localeinstance", "to": "monitoringhud_localeinstancecard_statusconfig", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "lib_types_localeinstance", "to": "monitoringhud_localeinstancecard_localeinstancecardprops", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_hooks_usejobs_ts", "to": "frontend_src_lib_types_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_hooks_usejobs_ts", "to": "lib_types_job", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_hooks_usejobs_ts", "to": "lib_types_jobfilters", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_hooks_usejobs_ts", "to": "lib_types_paginatedresponse", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_hooks_usejobs_ts", "to": "frontend_src_lib_api_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_hooks_usejobs_ts", "to": "lib_api_getjobs", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_hooks_usejobs_ts", "to": "lib_api_getjob", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_hooks_usejobs_ts", "to": "hooks_usejobs_usejobs", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_hooks_usejobs_ts", "to": "hooks_usejobs_usejob", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_usefileupload_usefileupload", "to": "hooks_usefileupload_uploadstate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_usefileupload_usefileupload", "to": "hooks_usefileupload_usemultifileupload", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_hooks_useauth_ts", "to": "frontend_src_lib_types_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_hooks_useauth_ts", "to": "lib_types_user", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_hooks_useauth_ts", "to": "lib_types_loginrequest", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_hooks_useauth_ts", "to": "frontend_src_lib_auth_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_hooks_useauth_ts", "to": "lib_auth_getuser", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_hooks_useauth_ts", "to": "lib_auth_setauth", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_hooks_useauth_ts", "to": "lib_auth_clearauth", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_hooks_useauth_ts", "to": "lib_auth_isauthenticated", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_hooks_useauth_ts", "to": "frontend_src_lib_api_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_hooks_useauth_ts", "to": "lib_api_login", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_hooks_useauth_ts", "to": "hooks_useauth_useauth", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_usewebsocket_usewebsocket", "to": "hooks_usewebsocket_usewebsocketoptions", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_usewebsocket_usewebsocket", "to": "frontend_src_lib_ws_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_usewebsocket_usewebsocket", "to": "lib_ws_websocketclient", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_usewebsocket_usewebsocket", "to": "frontend_src_lib_types_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_usewebsocket_usewebsocket", "to": "lib_types_wsmessage", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hooks_usewebsocket_usewebsocket", "to": "lib_types_progressupdate", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_lib_msal_ts", "to": "lib_msal_msalconfig", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_lib_msal_ts", "to": "lib_msal_loginrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_lib_msal_ts", "to": "lib_msal_getmsalinstance", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "lib_types_localeinstance", "to": "frontend_src_lib_utils_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_lib_utils_ts", "to": "lib_utils_cn", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_lib_utils_ts", "to": "lib_utils_formatdate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_lib_utils_ts", "to": "lib_utils_formatdatetime", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_lib_utils_ts", "to": "lib_utils_formatduration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_lib_utils_ts", "to": "lib_utils_getinitials", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "lib_types_localeinstance", "to": "lib_utils_formatduration", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_lib_api_ts", "to": "lib_types_localeinstance", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_lib_api_ts", "to": "frontend_src_lib_auth_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_lib_api_ts", "to": "lib_auth_gettoken", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_lib_api_ts", "to": "lib_auth_clearauth", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_lib_api_ts", "to": "frontend_src_lib_types_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_lib_api_ts", "to": "lib_types_localeinstancestatus", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_lib_api_ts", "to": "lib_types_loginrequest", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_lib_api_ts", "to": "lib_types_loginresponse", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_lib_api_ts", "to": "lib_types_job", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_lib_api_ts", "to": "lib_types_createjobrequest", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_lib_api_ts", "to": "lib_types_jobfilters", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_lib_api_ts", "to": "lib_types_outputrow", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_lib_api_ts", "to": "lib_types_outputoption", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_lib_api_ts", "to": "lib_types_confidencetier", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_lib_api_ts", "to": "lib_types_user", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_lib_api_ts", "to": "lib_types_client", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_lib_api_ts", "to": "lib_types_tmfile", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_lib_api_ts", "to": "lib_types_referencefile", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_lib_api_ts", "to": "lib_types_paginatedresponse", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_lib_api_ts", "to": "lib_types_validationresult", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_lib_api_ts", "to": "lib_api_api", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_lib_api_ts", "to": "lib_api_token", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_lib_api_ts", "to": "lib_api_mapjobstatus", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_lib_api_ts", "to": "lib_api_maplocalestatus", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_lib_api_ts", "to": "lib_api_maplocaleinstance", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_lib_api_ts", "to": "lib_api_mapjobresponse", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_lib_api_ts", "to": "lib_api_mapjoblistresponse", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_lib_api_ts", "to": "lib_api_login", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_lib_api_ts", "to": "lib_api_ssologin", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_lib_api_ts", "to": "lib_api_getjobs", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_lib_api_ts", "to": "lib_api_getjob", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_lib_api_ts", "to": "lib_api_createjob", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_lib_api_ts", "to": "lib_api_uploadsource", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_lib_api_ts", "to": "lib_api_validatesource", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_lib_api_ts", "to": "v1_jobs_rationale_254", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_lib_api_ts", "to": "lib_api_launchjob", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_lib_api_ts", "to": "lib_api_canceljob", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_lib_api_ts", "to": "lib_api_deletejob", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_lib_api_ts", "to": "lib_api_rerunlocale", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_lib_api_ts", "to": "lib_api_getoutput", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_lib_api_ts", "to": "lib_api_downloadoutput", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_lib_api_ts", "to": "lib_api_getoutputpreview", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_lib_api_ts", "to": "lib_api_submitfeedback", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_lib_api_ts", "to": "lib_api_mapuserresponse", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_lib_api_ts", "to": "lib_api_getusers", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_lib_api_ts", "to": "lib_api_createuser", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_lib_api_ts", "to": "lib_api_updateuser", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_lib_api_ts", "to": "lib_api_deleteuser", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_lib_api_ts", "to": "lib_api_getclients", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_lib_api_ts", "to": "lib_api_createclient", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_lib_api_ts", "to": "lib_api_updateclient", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_lib_api_ts", "to": "lib_api_gettmfiles", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_lib_api_ts", "to": "lib_api_uploadtmfile", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_lib_api_ts", "to": "lib_api_deletetmfile", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_lib_api_ts", "to": "lib_api_getreferencefiles", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_lib_api_ts", "to": "lib_api_uploadreferencefile", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_lib_api_ts", "to": "v1_files_rationale_195", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_lib_api_ts", "to": "lib_api_usagestats", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_lib_api_ts", "to": "lib_api_qualitymetrics", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_lib_api_ts", "to": "lib_api_localestat", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_lib_api_ts", "to": "lib_api_jobsovertimeentry", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_lib_api_ts", "to": "lib_api_getusagestats", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_lib_api_ts", "to": "lib_api_getqualitymetrics", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_lib_api_ts", "to": "lib_api_getlocalestats", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_lib_api_ts", "to": "lib_api_getjobsovertime", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_lib_api_ts", "to": "lib_api_auditlogentry", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_lib_api_ts", "to": "lib_api_getauditlogs", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "lib_api_mapjobresponse", "to": "lib_api_mapjobstatus", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "lib_api_mapjoblistresponse", "to": "lib_api_mapjobstatus", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "lib_api_maplocaleinstance", "to": "lib_api_maplocalestatus", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "lib_api_getjob", "to": "lib_api_mapjobresponse", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "lib_api_createjob", "to": "lib_api_mapjobresponse", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "lib_api_launchjob", "to": "lib_api_mapjobresponse", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "lib_api_canceljob", "to": "lib_api_mapjobresponse", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_api_v1_jobs_py", "to": "lib_api_uploadsource", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "lib_api_uploadsource", "to": "v1_jobs_get_job", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "v1_jobs_rationale_226", "to": "lib_api_uploadsource", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_api_v1_jobs_py", "to": "lib_api_validatesource", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "v1_jobs_rationale_148", "to": "lib_api_validatesource", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "lib_api_validatesource", "to": "modules_source_file_parser_resolve_headers", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "lib_api_validatesource", "to": "modules_source_file_parser_parse_source_file", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "lib_types_localeinstance", "to": "lib_api_rerunlocale", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_api_v1_jobs_py", "to": "lib_api_rerunlocale", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "v1_jobs_rationale_339", "to": "lib_api_rerunlocale", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "lib_types_localeinstance", "to": "lib_api_downloadoutput", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_api_v1_output_py", "to": "lib_api_getoutputpreview", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "v1_output_rationale_30", "to": "lib_api_getoutputpreview", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "lib_api_createuser", "to": "lib_api_mapuserresponse", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "lib_api_updateuser", "to": "lib_api_mapuserresponse", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_api_v1_clients_py", "to": "lib_api_createclient", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "v1_clients_rationale_25", "to": "lib_api_createclient", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_api_v1_clients_py", "to": "lib_api_updateclient", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "v1_clients_rationale_78", "to": "lib_api_updateclient", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_pipeline_modules_tm_file_loader_py", "to": "lib_api_uploadtmfile", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "lib_api_uploadtmfile", "to": "modules_tm_file_loader_tmfileloaderror", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "lib_api_uploadtmfile", "to": "modules_tm_file_loader_parse_entry", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "modules_tm_file_loader_load_multiple_tm_files", "to": "lib_api_uploadtmfile", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "modules_tm_file_loader_rationale_25", "to": "lib_api_uploadtmfile", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_api_v1_files_py", "to": "lib_api_uploadtmfile", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "v1_files_rationale_34", "to": "lib_api_uploadtmfile", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_2_tm_retrieval_load_all_tm_entries", "to": "lib_api_uploadtmfile", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "lib_api_uploadtmfile", "to": "schemas_files_fileuploadresponse", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_app_api_v1_files_py", "to": "lib_api_deletetmfile", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_4_transcreator_agent4transcreator", "to": "lib_api_uploadreferencefile", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_4_transcreator_agent4transcreator_run", "to": "lib_api_uploadreferencefile", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_4_transcreator_rationale_655", "to": "lib_api_uploadreferencefile", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_api_v1_files_py", "to": "lib_api_uploadreferencefile", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "v1_files_rationale_128", "to": "lib_api_uploadreferencefile", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "lib_api_uploadreferencefile", "to": "modules_ref_file_loader_load_all_reference_files", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "lib_api_uploadreferencefile", "to": "schemas_files_fileuploadresponse", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_app_models_job_py", "to": "lib_api_localestat", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "lib_api_localestat", "to": "str", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "lib_api_localestat", "to": "models_base_base", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "lib_api_localestat", "to": "models_base_timestampmixin", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "schemas_job_jobcreate", "to": "lib_api_localestat", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "schemas_job_jobupdate", "to": "lib_api_localestat", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "schemas_job_localeinstanceresponse", "to": "lib_api_localestat", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "schemas_job_jobresponse", "to": "lib_api_localestat", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "schemas_job_joblistresponse", "to": "lib_api_localestat", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "services_job_service_jobservice", "to": "lib_api_localestat", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "services_report_service_reportservice", "to": "lib_api_localestat", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_app_api_v1_reports_py", "to": "lib_api_getusagestats", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "v1_reports_rationale_23", "to": "lib_api_getusagestats", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_api_v1_reports_py", "to": "lib_api_getqualitymetrics", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "v1_reports_rationale_49", "to": "lib_api_getqualitymetrics", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_api_v1_reports_py", "to": "lib_api_getlocalestats", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "v1_reports_rationale_61", "to": "lib_api_getlocalestats", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_api_v1_reports_py", "to": "lib_api_getjobsovertime", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "v1_reports_rationale_75", "to": "lib_api_getjobsovertime", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_lib_ws_ts", "to": "frontend_src_lib_types_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_lib_ws_ts", "to": "lib_types_wsmessage", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_lib_ws_ts", "to": "frontend_src_lib_auth_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_lib_ws_ts", "to": "lib_auth_gettoken", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_lib_ws_ts", "to": "lib_ws_messagehandler", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_lib_ws_ts", "to": "lib_ws_getwsbaseurl", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_lib_ws_ts", "to": "lib_ws_websocketclient", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "lib_ws_websocketclient_constructor", "to": "lib_ws_getwsbaseurl", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "lib_ws_websocketclient", "to": "lib_ws_websocketclient_constructor", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "lib_ws_websocketclient", "to": "lib_ws_websocketclient_connect", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "lib_ws_websocketclient", "to": "lib_ws_websocketclient_attemptreconnect", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "lib_ws_websocketclient", "to": "lib_ws_websocketclient_on", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "lib_ws_websocketclient", "to": "lib_ws_websocketclient_emit", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "lib_ws_websocketclient", "to": "lib_ws_websocketclient_disconnect", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "lib_ws_websocketclient", "to": "lib_ws_websocketclient_isconnected", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "lib_ws_websocketclient_constructor", "to": "lib_auth_gettoken", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "lib_ws_websocketclient_attemptreconnect", "to": "lib_ws_websocketclient_emit", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_lib_types_ts", "to": "lib_types_localeinstance", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_lib_types_ts", "to": "lib_types_jobstatus", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_lib_types_ts", "to": "lib_types_localeinstancestatus", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_lib_types_ts", "to": "lib_types_confidencetier", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_lib_types_ts", "to": "lib_types_userrole", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_lib_types_ts", "to": "lib_types_programme", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_lib_types_ts", "to": "lib_types_channel", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_lib_types_ts", "to": "lib_types_subchannel", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_lib_types_ts", "to": "lib_types_jobtype", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_lib_types_ts", "to": "lib_types_user", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_lib_types_ts", "to": "lib_types_client", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_lib_types_ts", "to": "lib_types_voiceprofile", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_lib_types_ts", "to": "lib_types_job", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_lib_types_ts", "to": "lib_types_sourceline", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_lib_types_ts", "to": "lib_types_outputrow", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_lib_types_ts", "to": "lib_types_outputoption", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_lib_types_ts", "to": "lib_types_feedback", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_lib_types_ts", "to": "lib_types_tmfile", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_lib_types_ts", "to": "lib_types_referencefile", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_lib_types_ts", "to": "lib_types_loginrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_lib_types_ts", "to": "lib_types_loginresponse", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_lib_types_ts", "to": "lib_types_createjobrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_lib_types_ts", "to": "lib_types_jobfilters", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_lib_types_ts", "to": "lib_types_paginatedresponse", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_lib_types_ts", "to": "lib_types_wsmessage", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_lib_types_ts", "to": "lib_types_progressupdate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_lib_types_ts", "to": "lib_types_validationresult", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_lib_types_ts", "to": "lib_types_columncheck", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_lib_auth_ts", "to": "frontend_src_lib_types_ts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_lib_auth_ts", "to": "lib_types_userrole", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_lib_auth_ts", "to": "lib_types_user", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_lib_auth_ts", "to": "lib_types_loginresponse", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_lib_auth_ts", "to": "lib_auth_gettoken", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_lib_auth_ts", "to": "lib_auth_settoken", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_lib_auth_ts", "to": "lib_auth_getuser", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_lib_auth_ts", "to": "lib_auth_setuser", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_lib_auth_ts", "to": "lib_auth_decodejwtpayload", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_lib_auth_ts", "to": "lib_auth_setauth", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_lib_auth_ts", "to": "lib_auth_clearauth", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_lib_auth_ts", "to": "lib_auth_isauthenticated", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_lib_auth_ts", "to": "lib_auth_hasrole", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_lib_auth_ts", "to": "lib_auth_role_display_names", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_src_lib_auth_ts", "to": "lib_auth_getroledisplayname", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "lib_auth_isauthenticated", "to": "lib_auth_gettoken", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "lib_auth_setauth", "to": "lib_auth_settoken", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "lib_auth_hasrole", "to": "lib_auth_getuser", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "lib_auth_setauth", "to": "lib_auth_setuser", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "lib_auth_setauth", "to": "lib_auth_decodejwtpayload", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "lib_auth_isauthenticated", "to": "lib_auth_decodejwtpayload", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_config_py", "to": "app_config_settings", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "app_config_settings", "to": "basesettings", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "app_config_rationale_5", "to": "app_config_settings", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_main_py", "to": "app_main_lifespan", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_main_py", "to": "app_main_create_app", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "app_main_rationale_17", "to": "app_main_lifespan", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_dependencies_py", "to": "app_dependencies_get_db", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_dependencies_py", "to": "app_dependencies_get_current_user", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_dependencies_py", "to": "app_dependencies_require_role", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "app_dependencies_rationale_29", "to": "app_dependencies_get_db", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "app_dependencies_rationale_42", "to": "app_dependencies_get_current_user", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "app_dependencies_rationale_70", "to": "app_dependencies_require_role", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_pipeline_orchestrator_py", "to": "pipeline_orchestrator_pipelinestate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_pipeline_orchestrator_py", "to": "pipeline_orchestrator_pipelineorchestrator", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pipeline_orchestrator_rationale_1", "to": "backend_app_pipeline_orchestrator_py", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pipeline_orchestrator_pipelinestate", "to": "str", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pipeline_orchestrator_pipelinestate", "to": "pipeline_contracts_filemanifest", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "pipeline_orchestrator_pipelinestate", "to": "pipeline_contracts_jobparams", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "pipeline_orchestrator_pipelinestate", "to": "pipeline_contracts_pipelinecontext", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "pipeline_orchestrator_pipelinestate", "to": "agents_agent_1_validator_agent1validator", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "pipeline_orchestrator_pipelinestate", "to": "agents_agent_2_tm_retrieval_agent2tmretrieval", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "pipeline_orchestrator_pipelinestate", "to": "agents_agent_3_ranker_agent3ranker", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "pipeline_orchestrator_pipelinestate", "to": "agents_agent_4_transcreator_agent4transcreator", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "pipeline_orchestrator_pipelinestate", "to": "agents_agent_5_compliance_agent5compliance", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "pipeline_orchestrator_pipelinestate", "to": "agents_agent_6_formatter_agent6formatter", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "pipeline_orchestrator_pipelinestate", "to": "agents_agent_single_agentsingle", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "pipeline_orchestrator_pipelineorchestrator_run", "to": "str", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "models_files_referencefiletype", "to": "str", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "models_user_userrole", "to": "str", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "models_user_userstatus", "to": "str", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "models_feedback_flagtype", "to": "str", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "models_job_programme", "to": "str", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "models_job_jobtype", "to": "str", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "models_job_jobstatus", "to": "str", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "models_job_localetype", "to": "str", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "models_output_confidencetier", "to": "str", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pipeline_orchestrator_pipelineorchestrator", "to": "pipeline_orchestrator_pipelineorchestrator_init", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pipeline_orchestrator_pipelineorchestrator", "to": "pipeline_orchestrator_pipelineorchestrator_emit_progress", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pipeline_orchestrator_pipelineorchestrator", "to": "pipeline_orchestrator_pipelineorchestrator_run", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pipeline_orchestrator_pipelineorchestrator", "to": "pipeline_orchestrator_pipelineorchestrator_run_single_agent", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pipeline_orchestrator_pipelineorchestrator", "to": "pipeline_orchestrator_pipelineorchestrator_run_multi_agent", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pipeline_orchestrator_rationale_47", "to": "pipeline_orchestrator_pipelineorchestrator", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pipeline_orchestrator_pipelineorchestrator", "to": "pipeline_contracts_filemanifest", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "pipeline_orchestrator_pipelineorchestrator", "to": "pipeline_contracts_jobparams", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "pipeline_orchestrator_pipelineorchestrator", "to": "pipeline_contracts_pipelinecontext", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "pipeline_orchestrator_pipelineorchestrator", "to": "agents_agent_1_validator_agent1validator", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "pipeline_orchestrator_pipelineorchestrator", "to": "agents_agent_2_tm_retrieval_agent2tmretrieval", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "pipeline_orchestrator_pipelineorchestrator", "to": "agents_agent_3_ranker_agent3ranker", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "pipeline_orchestrator_pipelineorchestrator", "to": "agents_agent_4_transcreator_agent4transcreator", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "pipeline_orchestrator_pipelineorchestrator", "to": "agents_agent_5_compliance_agent5compliance", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "pipeline_orchestrator_pipelineorchestrator", "to": "agents_agent_6_formatter_agent6formatter", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "pipeline_orchestrator_pipelineorchestrator", "to": "agents_agent_single_agentsingle", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "pipeline_orchestrator_pipelineorchestrator_run", "to": "pipeline_orchestrator_pipelineorchestrator_emit_progress", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pipeline_orchestrator_pipelineorchestrator_run_single_agent", "to": "pipeline_orchestrator_pipelineorchestrator_emit_progress", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pipeline_orchestrator_pipelineorchestrator_run_multi_agent", "to": "pipeline_orchestrator_pipelineorchestrator_emit_progress", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pipeline_orchestrator_rationale_77", "to": "pipeline_orchestrator_pipelineorchestrator_emit_progress", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pipeline_orchestrator_pipelineorchestrator_run_single_agent", "to": "pipeline_orchestrator_pipelineorchestrator_run", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pipeline_orchestrator_pipelineorchestrator_run_multi_agent", "to": "pipeline_orchestrator_pipelineorchestrator_run", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pipeline_orchestrator_rationale_87", "to": "pipeline_orchestrator_pipelineorchestrator_run", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pipeline_orchestrator_pipelineorchestrator_run", "to": "pipeline_contracts_pipelinecontext", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "pipeline_orchestrator_pipelineorchestrator_run", "to": "pipeline_contracts_jobparams", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "pipeline_orchestrator_pipelineorchestrator_run", "to": "pipeline_contracts_filemanifest", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "pipeline_orchestrator_pipelineorchestrator_run", "to": "agents_agent_1_validator_agent1validator", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "pipeline_orchestrator_rationale_130", "to": "pipeline_orchestrator_pipelineorchestrator_run_single_agent", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pipeline_orchestrator_pipelineorchestrator_run_single_agent", "to": "agents_agent_single_agentsingle", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "pipeline_orchestrator_pipelineorchestrator_run_single_agent", "to": "agents_agent_6_formatter_agent6formatter", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "pipeline_orchestrator_rationale_157", "to": "pipeline_orchestrator_pipelineorchestrator_run_multi_agent", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pipeline_orchestrator_pipelineorchestrator_run_multi_agent", "to": "agents_agent_2_tm_retrieval_agent2tmretrieval", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "pipeline_orchestrator_pipelineorchestrator_run_multi_agent", "to": "agents_agent_3_ranker_agent3ranker", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "pipeline_orchestrator_pipelineorchestrator_run_multi_agent", "to": "agents_agent_4_transcreator_agent4transcreator", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "pipeline_orchestrator_pipelineorchestrator_run_multi_agent", "to": "agents_agent_5_compliance_agent5compliance", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "pipeline_orchestrator_pipelineorchestrator_run_multi_agent", "to": "agents_agent_6_formatter_agent6formatter", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_app_pipeline_contracts_py", "to": "pipeline_contracts_tmentry", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_pipeline_contracts_py", "to": "pipeline_contracts_sourcelinecontract", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_pipeline_contracts_py", "to": "pipeline_contracts_filemanifest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_pipeline_contracts_py", "to": "pipeline_contracts_jobparams", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_pipeline_contracts_py", "to": "pipeline_contracts_parsedjob", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_pipeline_contracts_py", "to": "pipeline_contracts_confirmedmatch", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_pipeline_contracts_py", "to": "pipeline_contracts_tmsweepresult", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_pipeline_contracts_py", "to": "pipeline_contracts_rankingdeclaration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_pipeline_contracts_py", "to": "pipeline_contracts_draftoption", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_pipeline_contracts_py", "to": "pipeline_contracts_draftoutput", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_pipeline_contracts_py", "to": "pipeline_contracts_complianceviolation", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_pipeline_contracts_py", "to": "pipeline_contracts_complianceresult", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_pipeline_contracts_py", "to": "pipeline_contracts_pipelinecontext", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pipeline_contracts_rationale_1", "to": "backend_app_pipeline_contracts_py", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pipeline_contracts_tmentry", "to": "basemodel", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pipeline_contracts_rationale_9", "to": "pipeline_contracts_tmentry", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_2_tm_retrieval_agent2tmretrieval", "to": "pipeline_contracts_tmentry", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "modules_tm_file_loader_tmfileloaderror", "to": "pipeline_contracts_tmentry", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "modules_tm_file_loader_parse_entry", "to": "pipeline_contracts_tmentry", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "modules_tm_file_loader_parse_compact_entry", "to": "pipeline_contracts_tmentry", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "pipeline_contracts_sourcelinecontract", "to": "basemodel", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pipeline_contracts_filemanifest", "to": "basemodel", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pipeline_contracts_jobparams", "to": "basemodel", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pipeline_contracts_parsedjob", "to": "basemodel", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pipeline_contracts_confirmedmatch", "to": "basemodel", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pipeline_contracts_tmsweepresult", "to": "basemodel", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pipeline_contracts_rankingdeclaration", "to": "basemodel", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pipeline_contracts_draftoption", "to": "basemodel", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pipeline_contracts_draftoutput", "to": "basemodel", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pipeline_contracts_complianceviolation", "to": "basemodel", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pipeline_contracts_complianceresult", "to": "basemodel", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pipeline_contracts_pipelinecontext", "to": "basemodel", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "auth_schemas_loginrequest", "to": "basemodel", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "auth_schemas_tokenresponse", "to": "basemodel", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "auth_schemas_ssologinrequest", "to": "basemodel", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "auth_schemas_refreshrequest", "to": "basemodel", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "auth_schemas_userclaims", "to": "basemodel", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "schemas_files_tmfileresponse", "to": "basemodel", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "schemas_files_referencefileresponse", "to": "basemodel", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "schemas_files_fileuploadresponse", "to": "basemodel", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "schemas_user_usercreate", "to": "basemodel", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "schemas_user_userupdate", "to": "basemodel", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "schemas_user_userresponse", "to": "basemodel", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "schemas_feedback_feedbackcreate", "to": "basemodel", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "schemas_feedback_feedbackresponse", "to": "basemodel", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "schemas_job_jobcreate", "to": "basemodel", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "schemas_job_jobupdate", "to": "basemodel", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "schemas_job_localeinstanceresponse", "to": "basemodel", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "schemas_job_jobresponse", "to": "basemodel", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "schemas_job_joblistresponse", "to": "basemodel", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "schemas_client_clientcreate", "to": "basemodel", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "schemas_client_clientupdate", "to": "basemodel", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "schemas_client_clientresponse", "to": "basemodel", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "schemas_common_paginatedresponse", "to": "basemodel", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "schemas_common_errorresponse", "to": "basemodel", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "schemas_output_feedbacksummary", "to": "basemodel", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "schemas_output_outputrowresponse", "to": "basemodel", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "schemas_output_sourcelinepreview", "to": "basemodel", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "schemas_output_outputpreviewresponse", "to": "basemodel", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "pipeline_contracts_rationale_24", "to": "pipeline_contracts_sourcelinecontract", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_1_validator_agent1validator", "to": "pipeline_contracts_sourcelinecontract", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agents_agent_4_transcreator_agent4transcreator", "to": "pipeline_contracts_sourcelinecontract", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agents_agent_5_compliance_agent5compliance", "to": "pipeline_contracts_sourcelinecontract", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agents_agent_1_validator_agent1validator_run", "to": "pipeline_contracts_sourcelinecontract", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "pipeline_contracts_rationale_36", "to": "pipeline_contracts_filemanifest", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_1_validator_agent1validator", "to": "pipeline_contracts_filemanifest", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agents_agent_1_validator_agent1validator_run", "to": "pipeline_contracts_filemanifest", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "pipeline_contracts_rationale_47", "to": "pipeline_contracts_jobparams", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_1_validator_agent1validator", "to": "pipeline_contracts_jobparams", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agents_agent_1_validator_agent1validator_run", "to": "pipeline_contracts_jobparams", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "pipeline_contracts_rationale_61", "to": "pipeline_contracts_parsedjob", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_1_validator_agent1validator", "to": "pipeline_contracts_parsedjob", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "pipeline_contracts_rationale_68", "to": "pipeline_contracts_confirmedmatch", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_3_ranker_agent3ranker", "to": "pipeline_contracts_confirmedmatch", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agents_agent_2_tm_retrieval_agent2tmretrieval", "to": "pipeline_contracts_confirmedmatch", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agents_agent_2_tm_retrieval_agent2tmretrieval_parse_llm_response", "to": "pipeline_contracts_confirmedmatch", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "pipeline_contracts_rationale_81", "to": "pipeline_contracts_tmsweepresult", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_single_agentsingle", "to": "pipeline_contracts_tmsweepresult", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agents_agent_3_ranker_agent3ranker", "to": "pipeline_contracts_tmsweepresult", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agents_agent_2_tm_retrieval_agent2tmretrieval", "to": "pipeline_contracts_tmsweepresult", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agents_agent_2_tm_retrieval_empty_results", "to": "pipeline_contracts_tmsweepresult", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agents_agent_2_tm_retrieval_agent2tmretrieval_parse_llm_response", "to": "pipeline_contracts_tmsweepresult", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "pipeline_contracts_rationale_90", "to": "pipeline_contracts_rankingdeclaration", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_single_agentsingle", "to": "pipeline_contracts_rankingdeclaration", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agents_agent_3_ranker_agent3ranker", "to": "pipeline_contracts_rankingdeclaration", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agents_agent_4_transcreator_agent4transcreator", "to": "pipeline_contracts_rankingdeclaration", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agents_agent_single_rows_to_draft_outputs", "to": "pipeline_contracts_rankingdeclaration", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agents_agent_3_ranker_rank_line", "to": "pipeline_contracts_rankingdeclaration", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agents_agent_3_ranker_agent3ranker_run", "to": "pipeline_contracts_rankingdeclaration", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "pipeline_contracts_rationale_101", "to": "pipeline_contracts_draftoption", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_single_agentsingle", "to": "pipeline_contracts_draftoption", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agents_agent_4_transcreator_agent4transcreator", "to": "pipeline_contracts_draftoption", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agents_agent_single_rows_to_draft_outputs", "to": "pipeline_contracts_draftoption", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agents_agent_4_transcreator_parse_draft_option", "to": "pipeline_contracts_draftoption", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agents_agent_4_transcreator_parse_batch_response", "to": "pipeline_contracts_draftoption", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agents_agent_4_transcreator_generate_placeholders", "to": "pipeline_contracts_draftoption", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "pipeline_contracts_rationale_108", "to": "pipeline_contracts_draftoutput", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_single_agentsingle", "to": "pipeline_contracts_draftoutput", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agents_agent_4_transcreator_agent4transcreator", "to": "pipeline_contracts_draftoutput", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agents_agent_5_compliance_agent5compliance", "to": "pipeline_contracts_draftoutput", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agents_agent_single_rows_to_draft_outputs", "to": "pipeline_contracts_draftoutput", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agents_agent_4_transcreator_parse_batch_response", "to": "pipeline_contracts_draftoutput", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agents_agent_4_transcreator_generate_placeholders", "to": "pipeline_contracts_draftoutput", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "pipeline_contracts_rationale_118", "to": "pipeline_contracts_complianceviolation", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_5_compliance_agent5compliance", "to": "pipeline_contracts_complianceviolation", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "modules_character_counter_check_character_limit", "to": "pipeline_contracts_complianceviolation", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agents_agent_5_compliance_check_blacklist", "to": "pipeline_contracts_complianceviolation", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agents_agent_5_compliance_check_domains", "to": "pipeline_contracts_complianceviolation", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "pipeline_contracts_rationale_126", "to": "pipeline_contracts_complianceresult", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_5_compliance_agent5compliance", "to": "pipeline_contracts_complianceresult", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agents_agent_5_compliance_agent5compliance_run", "to": "pipeline_contracts_complianceresult", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "pipeline_contracts_rationale_134", "to": "pipeline_contracts_pipelinecontext", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_6_formatter_agent6formatter", "to": "pipeline_contracts_pipelinecontext", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agents_agent_single_agentsingle", "to": "pipeline_contracts_pipelinecontext", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agents_agent_1_validator_agent1validator", "to": "pipeline_contracts_pipelinecontext", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agents_agent_3_ranker_agent3ranker", "to": "pipeline_contracts_pipelinecontext", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agents_agent_4_transcreator_agent4transcreator", "to": "pipeline_contracts_pipelinecontext", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agents_agent_5_compliance_agent5compliance", "to": "pipeline_contracts_pipelinecontext", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agents_base_baseagent", "to": "pipeline_contracts_pipelinecontext", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agents_agent_2_tm_retrieval_agent2tmretrieval", "to": "pipeline_contracts_pipelinecontext", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agents_agent_6_formatter_agent6formatter", "to": "baseagent", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_6_formatter_agent6formatter", "to": "agents_agent_6_formatter_agent6formatter_init", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_6_formatter_agent6formatter", "to": "agents_agent_6_formatter_agent6formatter_get_system_prompt", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_6_formatter_agent6formatter", "to": "agents_agent_6_formatter_agent6formatter_build_user_message", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_6_formatter_agent6formatter", "to": "agents_agent_6_formatter_agent6formatter_parse_response", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_6_formatter_agent6formatter", "to": "agents_agent_6_formatter_agent6formatter_run", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_6_formatter_rationale_1", "to": "agents_agent_6_formatter_agent6formatter", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_6_formatter_rationale_18", "to": "agents_agent_6_formatter_agent6formatter", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_6_formatter_agent6formatter", "to": "agents_base_baseagent", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agents_agent_single_agentsingle", "to": "baseagent", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_1_validator_agent1validator", "to": "baseagent", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_3_ranker_agent3ranker", "to": "baseagent", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_4_transcreator_agent4transcreator", "to": "baseagent", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_5_compliance_agent5compliance", "to": "baseagent", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_2_tm_retrieval_agent2tmretrieval", "to": "baseagent", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_6_formatter_rationale_36", "to": "agents_agent_6_formatter_agent6formatter_run", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_6_formatter_agent6formatter_run", "to": "modules_excel_writer_generate_output_xlsx", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agents_agent_single_agentsingle", "to": "agents_agent_single_resolve_all_tm_paths", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_single_agentsingle_run", "to": "agents_agent_single_resolve_all_tm_paths", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_single_rationale_50", "to": "agents_agent_single_resolve_all_tm_paths", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_single_agentsingle", "to": "agents_agent_single_format_source_lines_for_prompt", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_single_agentsingle_run", "to": "agents_agent_single_format_source_lines_for_prompt", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_single_rationale_69", "to": "agents_agent_single_format_source_lines_for_prompt", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_single_agentsingle", "to": "agents_agent_single_format_tm_for_prompt", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_single_agentsingle_run", "to": "agents_agent_single_format_tm_for_prompt", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_single_rationale_90", "to": "agents_agent_single_format_tm_for_prompt", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_single_agentsingle", "to": "agents_agent_single_format_ref_data_for_prompt", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_single_agentsingle_run", "to": "agents_agent_single_format_ref_data_for_prompt", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_single_rationale_116", "to": "agents_agent_single_format_ref_data_for_prompt", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_single_agentsingle", "to": "agents_agent_single_parse_markdown_table", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_single_agentsingle_parse_response", "to": "agents_agent_single_parse_markdown_table", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_single_agentsingle_run", "to": "agents_agent_single_parse_markdown_table", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_single_rationale_145", "to": "agents_agent_single_parse_markdown_table", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_single_agentsingle", "to": "agents_agent_single_rows_to_draft_outputs", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_single_agentsingle_run", "to": "agents_agent_single_rows_to_draft_outputs", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_single_rationale_207", "to": "agents_agent_single_rows_to_draft_outputs", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_single_agentsingle", "to": "agents_agent_single_agentsingle_init", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_single_agentsingle", "to": "agents_agent_single_agentsingle_get_system_prompt", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_single_agentsingle", "to": "agents_agent_single_agentsingle_build_user_message", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_single_agentsingle", "to": "agents_agent_single_agentsingle_parse_response", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_single_agentsingle", "to": "agents_agent_single_agentsingle_run", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_single_rationale_1", "to": "agents_agent_single_agentsingle", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_single_rationale_291", "to": "agents_agent_single_agentsingle", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_single_agentsingle", "to": "llm_client_llmclient", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agents_agent_single_agentsingle", "to": "agents_base_baseagent", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agents_agent_single_agentsingle_run", "to": "agents_agent_single_agentsingle_get_system_prompt", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_single_rationale_303", "to": "agents_agent_single_agentsingle_get_system_prompt", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_single_rationale_307", "to": "agents_agent_single_agentsingle_build_user_message", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_single_rationale_312", "to": "agents_agent_single_agentsingle_parse_response", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_single_rationale_316", "to": "agents_agent_single_agentsingle_run", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_single_agentsingle_run", "to": "agents_agent_2_tm_retrieval_load_all_tm_entries", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agents_agent_single_agentsingle_run", "to": "modules_ref_file_loader_load_all_reference_files", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agents_agent_single_agentsingle_run", "to": "llm_client_llmclient", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agents_agent_1_validator_agent1validator", "to": "agents_agent_1_validator_agent1validator_init", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_1_validator_agent1validator", "to": "agents_agent_1_validator_agent1validator_get_system_prompt", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_1_validator_agent1validator", "to": "agents_agent_1_validator_agent1validator_build_user_message", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_1_validator_agent1validator", "to": "agents_agent_1_validator_agent1validator_parse_response", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_1_validator_agent1validator", "to": "agents_agent_1_validator_agent1validator_run", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_1_validator_rationale_1", "to": "agents_agent_1_validator_agent1validator", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_1_validator_rationale_22", "to": "agents_agent_1_validator_agent1validator", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_1_validator_agent1validator", "to": "agents_base_baseagent", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agents_agent_1_validator_rationale_49", "to": "agents_agent_1_validator_agent1validator_run", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_1_validator_agent1validator_run", "to": "modules_source_file_parser_parse_source_file", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agents_agent_1_validator_agent1validator_run", "to": "modules_ref_file_loader_load_all_reference_files", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agents_agent_3_ranker_agent3ranker", "to": "agents_agent_3_ranker_extract_year", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_3_ranker_score_match", "to": "agents_agent_3_ranker_extract_year", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_3_ranker_classify_confidence", "to": "agents_agent_3_ranker_extract_year", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_3_ranker_rank_line", "to": "agents_agent_3_ranker_extract_year", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_3_ranker_rationale_36", "to": "agents_agent_3_ranker_extract_year", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_3_ranker_agent3ranker", "to": "agents_agent_3_ranker_channel_matches", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_3_ranker_score_match", "to": "agents_agent_3_ranker_channel_matches", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_3_ranker_classify_confidence", "to": "agents_agent_3_ranker_channel_matches", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_3_ranker_rank_line", "to": "agents_agent_3_ranker_channel_matches", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_3_ranker_rationale_52", "to": "agents_agent_3_ranker_channel_matches", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_3_ranker_agent3ranker", "to": "agents_agent_3_ranker_sub_channel_matches", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_3_ranker_score_match", "to": "agents_agent_3_ranker_sub_channel_matches", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_3_ranker_classify_confidence", "to": "agents_agent_3_ranker_sub_channel_matches", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_3_ranker_rationale_57", "to": "agents_agent_3_ranker_sub_channel_matches", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_3_ranker_agent3ranker", "to": "agents_agent_3_ranker_score_match", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_3_ranker_rank_line", "to": "agents_agent_3_ranker_score_match", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_3_ranker_rationale_68", "to": "agents_agent_3_ranker_score_match", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_3_ranker_agent3ranker", "to": "agents_agent_3_ranker_classify_confidence", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_3_ranker_rank_line", "to": "agents_agent_3_ranker_classify_confidence", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_3_ranker_rationale_91", "to": "agents_agent_3_ranker_classify_confidence", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_3_ranker_agent3ranker", "to": "agents_agent_3_ranker_option_count_for_tier", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_3_ranker_rank_line", "to": "agents_agent_3_ranker_option_count_for_tier", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_3_ranker_rationale_110", "to": "agents_agent_3_ranker_option_count_for_tier", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_3_ranker_agent3ranker", "to": "agents_agent_3_ranker_rank_line", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_3_ranker_agent3ranker_run", "to": "agents_agent_3_ranker_rank_line", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_3_ranker_rationale_124", "to": "agents_agent_3_ranker_rank_line", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_3_ranker_agent3ranker", "to": "agents_agent_3_ranker_agent3ranker_get_system_prompt", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_3_ranker_agent3ranker", "to": "agents_agent_3_ranker_agent3ranker_build_user_message", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_3_ranker_agent3ranker", "to": "agents_agent_3_ranker_agent3ranker_parse_response", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_3_ranker_agent3ranker", "to": "agents_agent_3_ranker_agent3ranker_run", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_3_ranker_rationale_1", "to": "agents_agent_3_ranker_agent3ranker", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_3_ranker_rationale_218", "to": "agents_agent_3_ranker_agent3ranker", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_3_ranker_agent3ranker", "to": "agents_base_baseagent", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agents_agent_3_ranker_rationale_241", "to": "agents_agent_3_ranker_agent3ranker_run", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_4_transcreator_agent4transcreator", "to": "agents_agent_4_transcreator_get_voice_profile", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_4_transcreator_build_system_prompt", "to": "agents_agent_4_transcreator_get_voice_profile", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_4_transcreator_rationale_75", "to": "agents_agent_4_transcreator_get_voice_profile", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_4_transcreator_agent4transcreator", "to": "agents_agent_4_transcreator_get_locale_display", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_4_transcreator_build_system_prompt", "to": "agents_agent_4_transcreator_get_locale_display", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_4_transcreator_rationale_81", "to": "agents_agent_4_transcreator_get_locale_display", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_4_transcreator_agent4transcreator", "to": "agents_agent_4_transcreator_format_glossary_section", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_4_transcreator_build_system_prompt", "to": "agents_agent_4_transcreator_format_glossary_section", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_4_transcreator_rationale_90", "to": "agents_agent_4_transcreator_format_glossary_section", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_4_transcreator_agent4transcreator", "to": "agents_agent_4_transcreator_format_blacklist_section", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_4_transcreator_build_system_prompt", "to": "agents_agent_4_transcreator_format_blacklist_section", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_4_transcreator_rationale_122", "to": "agents_agent_4_transcreator_format_blacklist_section", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_4_transcreator_agent4transcreator", "to": "agents_agent_4_transcreator_format_tov_section", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_4_transcreator_build_system_prompt", "to": "agents_agent_4_transcreator_format_tov_section", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_4_transcreator_rationale_146", "to": "agents_agent_4_transcreator_format_tov_section", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_4_transcreator_agent4transcreator", "to": "agents_agent_4_transcreator_format_locale_considerations_section", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_4_transcreator_build_system_prompt", "to": "agents_agent_4_transcreator_format_locale_considerations_section", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_4_transcreator_rationale_166", "to": "agents_agent_4_transcreator_format_locale_considerations_section", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_4_transcreator_agent4transcreator", "to": "agents_agent_4_transcreator_build_system_prompt", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_4_transcreator_agent4transcreator_run", "to": "agents_agent_4_transcreator_build_system_prompt", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_4_transcreator_rationale_198", "to": "agents_agent_4_transcreator_build_system_prompt", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_4_transcreator_agent4transcreator", "to": "agents_agent_4_transcreator_build_user_message_for_batch", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_4_transcreator_agent4transcreator_process_batch", "to": "agents_agent_4_transcreator_build_user_message_for_batch", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_4_transcreator_rationale_312", "to": "agents_agent_4_transcreator_build_user_message_for_batch", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_4_transcreator_agent4transcreator", "to": "agents_agent_4_transcreator_build_fallback_user_message", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_4_transcreator_agent4transcreator_process_batch", "to": "agents_agent_4_transcreator_build_fallback_user_message", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_4_transcreator_rationale_385", "to": "agents_agent_4_transcreator_build_fallback_user_message", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_4_transcreator_agent4transcreator", "to": "agents_agent_4_transcreator_extract_json_array", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_4_transcreator_parse_batch_response", "to": "agents_agent_4_transcreator_extract_json_array", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_4_transcreator_rationale_423", "to": "agents_agent_4_transcreator_extract_json_array", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_4_transcreator_agent4transcreator", "to": "agents_agent_4_transcreator_parse_draft_option", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_4_transcreator_parse_batch_response", "to": "agents_agent_4_transcreator_parse_draft_option", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_4_transcreator_rationale_456", "to": "agents_agent_4_transcreator_parse_draft_option", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_4_transcreator_agent4transcreator", "to": "agents_agent_4_transcreator_parse_batch_response", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_4_transcreator_agent4transcreator_process_batch", "to": "agents_agent_4_transcreator_parse_batch_response", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_4_transcreator_rationale_473", "to": "agents_agent_4_transcreator_parse_batch_response", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_4_transcreator_agent4transcreator", "to": "agents_agent_4_transcreator_agent4transcreator_init", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_4_transcreator_agent4transcreator", "to": "agents_agent_4_transcreator_agent4transcreator_get_system_prompt", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_4_transcreator_agent4transcreator", "to": "agents_agent_4_transcreator_agent4transcreator_build_user_message", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_4_transcreator_agent4transcreator", "to": "agents_agent_4_transcreator_agent4transcreator_parse_response", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_4_transcreator_agent4transcreator", "to": "agents_agent_4_transcreator_agent4transcreator_run", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_4_transcreator_agent4transcreator", "to": "agents_agent_4_transcreator_make_batches", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_4_transcreator_agent4transcreator", "to": "agents_agent_4_transcreator_agent4transcreator_process_batch", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_4_transcreator_agent4transcreator", "to": "agents_agent_4_transcreator_generate_placeholders", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_4_transcreator_rationale_1", "to": "agents_agent_4_transcreator_agent4transcreator", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_4_transcreator_rationale_531", "to": "agents_agent_4_transcreator_agent4transcreator", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_4_transcreator_agent4transcreator", "to": "llm_client_llmclient", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agents_agent_4_transcreator_agent4transcreator", "to": "agents_base_baseagent", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agents_agent_4_transcreator_agent4transcreator", "to": "modules_ref_file_loader_reffileloaderror", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agents_agent_4_transcreator_agent4transcreator_init", "to": "llm_client_llmclient", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agents_agent_4_transcreator_agent4transcreator_run", "to": "agents_agent_4_transcreator_make_batches", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_4_transcreator_agent4transcreator_run", "to": "agents_agent_4_transcreator_agent4transcreator_process_batch", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_4_transcreator_rationale_567", "to": "agents_agent_4_transcreator_agent4transcreator_run", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_4_transcreator_agent4transcreator_process_batch", "to": "agents_agent_4_transcreator_generate_placeholders", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_4_transcreator_rationale_689", "to": "agents_agent_4_transcreator_agent4transcreator_process_batch", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_5_compliance_agent5compliance", "to": "agents_agent_5_compliance_load_blacklist_entries", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_5_compliance_agent5compliance_run", "to": "agents_agent_5_compliance_load_blacklist_entries", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_5_compliance_rationale_31", "to": "agents_agent_5_compliance_load_blacklist_entries", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_5_compliance_load_blacklist_entries", "to": "modules_ref_file_loader_load_json_file", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agents_agent_5_compliance_agent5compliance", "to": "agents_agent_5_compliance_get_option_texts", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "modules_character_counter_check_character_limit", "to": "agents_agent_5_compliance_get_option_texts", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_5_compliance_check_blacklist", "to": "agents_agent_5_compliance_get_option_texts", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_5_compliance_check_domains", "to": "agents_agent_5_compliance_get_option_texts", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_5_compliance_rationale_66", "to": "agents_agent_5_compliance_get_option_texts", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_5_compliance_agent5compliance", "to": "agents_agent_5_compliance_check_blacklist", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_5_compliance_agent5compliance_run", "to": "agents_agent_5_compliance_check_blacklist", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_5_compliance_rationale_108", "to": "agents_agent_5_compliance_check_blacklist", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_5_compliance_check_blacklist", "to": "modules_blacklist_scanner_scan_text", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agents_agent_5_compliance_agent5compliance", "to": "agents_agent_5_compliance_check_domains", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_5_compliance_agent5compliance_run", "to": "agents_agent_5_compliance_check_domains", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_5_compliance_rationale_134", "to": "agents_agent_5_compliance_check_domains", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_5_compliance_agent5compliance", "to": "modules_character_counter_check_character_limit", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_5_compliance_agent5compliance", "to": "agents_agent_5_compliance_agent5compliance_get_system_prompt", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_5_compliance_agent5compliance", "to": "agents_agent_5_compliance_agent5compliance_build_user_message", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_5_compliance_agent5compliance", "to": "agents_agent_5_compliance_agent5compliance_parse_response", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_5_compliance_agent5compliance", "to": "agents_agent_5_compliance_agent5compliance_run", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_5_compliance_rationale_1", "to": "agents_agent_5_compliance_agent5compliance", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_5_compliance_rationale_159", "to": "agents_agent_5_compliance_agent5compliance", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_5_compliance_agent5compliance", "to": "agents_base_baseagent", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agents_agent_5_compliance_agent5compliance", "to": "modules_ref_file_loader_reffileloaderror", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agents_agent_5_compliance_agent5compliance_run", "to": "modules_character_counter_check_character_limit", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_5_compliance_rationale_178", "to": "agents_agent_5_compliance_agent5compliance_run", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_5_compliance_agent5compliance_run", "to": "modules_character_counter_count_characters", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agents_agent_5_compliance_rationale_82", "to": "modules_character_counter_check_character_limit", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_pipeline_agents_base_py", "to": "abc", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_pipeline_agents_base_py", "to": "agents_base_baseagent", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_pipeline_agents_base_py", "to": "agents_base_get_system_prompt", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_pipeline_agents_base_py", "to": "agents_base_build_user_message", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_pipeline_agents_base_py", "to": "agents_base_parse_response", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_pipeline_agents_base_py", "to": "agents_base_run", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_base_rationale_1", "to": "backend_app_pipeline_agents_base_py", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_base_baseagent", "to": "abc", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_base_rationale_10", "to": "agents_base_baseagent", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_2_tm_retrieval_agent2tmretrieval", "to": "agents_base_baseagent", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_app_auth_providers_base_py", "to": "abc", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "providers_base_abstractauthprovider", "to": "abc", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_2_tm_retrieval_agent2tmretrieval", "to": "agents_agent_2_tm_retrieval_resolve_tm_paths", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_2_tm_retrieval_agent2tmretrieval_run", "to": "agents_agent_2_tm_retrieval_resolve_tm_paths", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_2_tm_retrieval_rationale_49", "to": "agents_agent_2_tm_retrieval_resolve_tm_paths", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_2_tm_retrieval_agent2tmretrieval", "to": "agents_agent_2_tm_retrieval_load_all_tm_entries", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_2_tm_retrieval_agent2tmretrieval_run", "to": "agents_agent_2_tm_retrieval_load_all_tm_entries", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_2_tm_retrieval_rationale_82", "to": "agents_agent_2_tm_retrieval_load_all_tm_entries", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_2_tm_retrieval_agent2tmretrieval", "to": "agents_agent_2_tm_retrieval_format_tm_entries_for_prompt", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_2_tm_retrieval_agent2tmretrieval_build_full_user_message", "to": "agents_agent_2_tm_retrieval_format_tm_entries_for_prompt", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_2_tm_retrieval_rationale_97", "to": "agents_agent_2_tm_retrieval_format_tm_entries_for_prompt", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_2_tm_retrieval_agent2tmretrieval", "to": "agents_agent_2_tm_retrieval_format_source_lines_for_prompt", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_2_tm_retrieval_agent2tmretrieval_build_full_user_message", "to": "agents_agent_2_tm_retrieval_format_source_lines_for_prompt", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_2_tm_retrieval_rationale_114", "to": "agents_agent_2_tm_retrieval_format_source_lines_for_prompt", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_2_tm_retrieval_agent2tmretrieval", "to": "agents_agent_2_tm_retrieval_empty_results", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_2_tm_retrieval_agent2tmretrieval_parse_llm_response", "to": "agents_agent_2_tm_retrieval_empty_results", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_2_tm_retrieval_agent2tmretrieval_run", "to": "agents_agent_2_tm_retrieval_empty_results", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_2_tm_retrieval_rationale_125", "to": "agents_agent_2_tm_retrieval_empty_results", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_2_tm_retrieval_agent2tmretrieval", "to": "agents_agent_2_tm_retrieval_agent2tmretrieval_get_system_prompt", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_2_tm_retrieval_agent2tmretrieval", "to": "agents_agent_2_tm_retrieval_agent2tmretrieval_build_user_message", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_2_tm_retrieval_agent2tmretrieval", "to": "agents_agent_2_tm_retrieval_agent2tmretrieval_build_full_user_message", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_2_tm_retrieval_agent2tmretrieval", "to": "agents_agent_2_tm_retrieval_agent2tmretrieval_parse_response", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_2_tm_retrieval_agent2tmretrieval", "to": "agents_agent_2_tm_retrieval_agent2tmretrieval_parse_llm_response", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_2_tm_retrieval_agent2tmretrieval", "to": "agents_agent_2_tm_retrieval_agent2tmretrieval_run", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_2_tm_retrieval_rationale_1", "to": "agents_agent_2_tm_retrieval_agent2tmretrieval", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_2_tm_retrieval_rationale_137", "to": "agents_agent_2_tm_retrieval_agent2tmretrieval", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_2_tm_retrieval_agent2tmretrieval", "to": "llm_client_llmclient", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agents_agent_2_tm_retrieval_agent2tmretrieval", "to": "modules_tm_file_loader_tmfileloaderror", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "agents_agent_2_tm_retrieval_agent2tmretrieval_run", "to": "agents_agent_2_tm_retrieval_agent2tmretrieval_get_system_prompt", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_2_tm_retrieval_agent2tmretrieval_run", "to": "agents_agent_2_tm_retrieval_agent2tmretrieval_build_full_user_message", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_2_tm_retrieval_rationale_183", "to": "agents_agent_2_tm_retrieval_agent2tmretrieval_build_full_user_message", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_2_tm_retrieval_agent2tmretrieval_parse_response", "to": "agents_agent_2_tm_retrieval_agent2tmretrieval_parse_llm_response", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_2_tm_retrieval_rationale_197", "to": "agents_agent_2_tm_retrieval_agent2tmretrieval_parse_response", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_2_tm_retrieval_agent2tmretrieval_run", "to": "agents_agent_2_tm_retrieval_agent2tmretrieval_parse_llm_response", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_2_tm_retrieval_rationale_206", "to": "agents_agent_2_tm_retrieval_agent2tmretrieval_parse_llm_response", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_2_tm_retrieval_rationale_289", "to": "agents_agent_2_tm_retrieval_agent2tmretrieval_run", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "agents_agent_2_tm_retrieval_agent2tmretrieval_run", "to": "llm_client_llmclient", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_app_pipeline_agents_prompts_v25_instructions_json", "to": "prompts_v25_instructions_config", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_pipeline_agents_prompts_v25_instructions_json", "to": "prompts_v25_instructions_instructions", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_config", "to": "prompts_v25_instructions_config_target_locales", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_config", "to": "prompts_v25_instructions_config_locale_code_normalization", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_config", "to": "prompts_v25_instructions_config_brand_guidelines_file", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_config", "to": "prompts_v25_instructions_patterns_local_considerations", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_config", "to": "prompts_v25_instructions_config_forbidden_terms_file", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_config", "to": "prompts_v25_instructions_config_date_percent_examples_file", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_config", "to": "prompts_v25_instructions_config_reference_file_registry", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_config", "to": "prompts_v25_instructions_bda_brand_program", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_config", "to": "prompts_v25_instructions_config_channel", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_config", "to": "prompts_v25_instructions_config_channel_subtype", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_config", "to": "prompts_v25_instructions_config_term_memory_files_primary", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_config", "to": "prompts_v25_instructions_config_term_memory_files_secondary", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_config", "to": "prompts_v25_instructions_config_active_locale", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_config", "to": "prompts_v25_instructions_config_tm_channel_registry", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_config", "to": "prompts_v25_instructions_config_tm_files", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_config", "to": "prompts_v25_instructions_config_campaign_calendar_order", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_config", "to": "prompts_v25_instructions_config_dda_same_event_rule", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_config", "to": "prompts_v25_instructions_config_tm_file_format", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_config", "to": "prompts_v25_instructions_config_file_search_scoping", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_config", "to": "prompts_v25_instructions_config_semantic_tm_matching", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_config_locale_code_normalization", "to": "prompts_v25_instructions_locale_code_normalization_strategy", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_config_locale_code_normalization", "to": "prompts_v25_instructions_locale_code_normalization_examples", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_locale_code_normalization_examples", "to": "prompts_v25_instructions_examples_de_de", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_locale_code_normalization_examples", "to": "prompts_v25_instructions_examples_de_at", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_locale_code_normalization_examples", "to": "prompts_v25_instructions_examples_fr_fr", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_locale_code_normalization_examples", "to": "prompts_v25_instructions_examples_fr_be", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_locale_code_normalization_examples", "to": "prompts_v25_instructions_examples_it_it", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_locale_code_normalization_examples", "to": "prompts_v25_instructions_examples_es_es", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_locale_code_normalization_examples", "to": "prompts_v25_instructions_examples_ca_es", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_locale_code_normalization_examples", "to": "prompts_v25_instructions_examples_nl_nl", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_locale_code_normalization_examples", "to": "prompts_v25_instructions_examples_nl_be", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_locale_code_normalization_examples", "to": "prompts_v25_instructions_examples_sv_se", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_locale_code_normalization_examples", "to": "prompts_v25_instructions_examples_pl_pl", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_locale_code_normalization_examples", "to": "prompts_v25_instructions_examples_pt_pt", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_config_reference_file_registry", "to": "prompts_v25_instructions_tm_file_format_description", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_config_reference_file_registry", "to": "prompts_v25_instructions_reference_file_registry_patterns", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_config_reference_file_registry", "to": "prompts_v25_instructions_reference_file_registry_resolution_example", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_config_reference_file_registry", "to": "prompts_v25_instructions_reference_file_registry_de_tov_routing", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_reference_file_registry_patterns", "to": "prompts_v25_instructions_patterns_local_considerations", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_reference_file_registry_patterns", "to": "prompts_v25_instructions_patterns_glossary", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_reference_file_registry_patterns", "to": "prompts_v25_instructions_patterns_blacklist", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_reference_file_registry_patterns", "to": "prompts_v25_instructions_patterns_date_percent_formats", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_reference_file_registry_de_tov_routing", "to": "prompts_v25_instructions_tm_files_rule", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_config_channel_subtype", "to": "prompts_v25_instructions_tm_file_format_description", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_config_channel_subtype", "to": "prompts_v25_instructions_channel_subtype_subtypes", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_config_channel_subtype", "to": "prompts_v25_instructions_channel_subtype_null_channels", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_config_tm_channel_registry", "to": "prompts_v25_instructions_tm_file_format_description", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_config_tm_channel_registry", "to": "prompts_v25_instructions_tm_channel_registry_brand_tov_note", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_config_tm_channel_registry", "to": "prompts_v25_instructions_tm_channel_registry_resolution_rule", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_config_tm_channel_registry", "to": "prompts_v25_instructions_tm_channel_registry_mass_fallback_rule", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_config_tm_channel_registry", "to": "prompts_v25_instructions_tm_channel_registry_channels", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_tm_channel_registry_channels", "to": "prompts_v25_instructions_channels_mass", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_tm_channel_registry_channels", "to": "prompts_v25_instructions_channels_value", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_tm_channel_registry_channels", "to": "prompts_v25_instructions_channels_onsite", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_tm_channel_registry_channels", "to": "prompts_v25_instructions_channels_outbound", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_tm_channel_registry_channels", "to": "prompts_v25_instructions_channels_the_kiss", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_tm_channel_registry_channels", "to": "prompts_v25_instructions_channels_sinterklaas", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_tm_channel_registry_channels", "to": "prompts_v25_instructions_channels_project_double", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_tm_channel_registry_channels", "to": "prompts_v25_instructions_channels_prime_mid_funnel", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_tm_channel_registry_channels", "to": "prompts_v25_instructions_channels_prime_gourmet_guard", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_tm_channel_registry_channels", "to": "prompts_v25_instructions_channels_prime_dual_benefit", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_tm_channel_registry_channels", "to": "prompts_v25_instructions_channels_prime_brand_speed", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_tm_channel_registry_channels", "to": "prompts_v25_instructions_channels_one_prime", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_tm_channel_registry_channels", "to": "prompts_v25_instructions_channels_eu_selection", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_tm_channel_registry_channels", "to": "prompts_v25_instructions_channels_bda", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_tm_channel_registry_channels", "to": "prompts_v25_instructions_channels_uefa", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_tm_channel_registry_channels", "to": "prompts_v25_instructions_channels_bls_quest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_channels_mass", "to": "prompts_v25_instructions_bda_type", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_channels_mass", "to": "prompts_v25_instructions_bda_tm_file", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_channels_value", "to": "prompts_v25_instructions_bda_type", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_channels_value", "to": "prompts_v25_instructions_bda_tm_file", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_channels_onsite", "to": "prompts_v25_instructions_bda_type", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_channels_onsite", "to": "prompts_v25_instructions_onsite_mass_fallback_eligible", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_channels_onsite", "to": "prompts_v25_instructions_bda_tm_file", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_channels_outbound", "to": "prompts_v25_instructions_onsite_mass_fallback_eligible", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_channels_outbound", "to": "prompts_v25_instructions_bda_type", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_channels_outbound", "to": "prompts_v25_instructions_bda_tm_file", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_channels_the_kiss", "to": "prompts_v25_instructions_bda_type", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_channels_the_kiss", "to": "prompts_v25_instructions_bda_brand_program", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_channels_the_kiss", "to": "prompts_v25_instructions_bda_seg_key_id", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_channels_the_kiss", "to": "prompts_v25_instructions_bda_tm_file", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_channels_sinterklaas", "to": "prompts_v25_instructions_bda_type", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_channels_sinterklaas", "to": "prompts_v25_instructions_bda_brand_program", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_channels_sinterklaas", "to": "prompts_v25_instructions_bda_seg_key_id", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_channels_sinterklaas", "to": "prompts_v25_instructions_bda_tm_file", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_channels_project_double", "to": "prompts_v25_instructions_bda_type", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_channels_project_double", "to": "prompts_v25_instructions_bda_brand_program", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_channels_project_double", "to": "prompts_v25_instructions_bda_seg_key_id", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_channels_project_double", "to": "prompts_v25_instructions_bda_tm_file", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_channels_prime_mid_funnel", "to": "prompts_v25_instructions_bda_type", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_channels_prime_mid_funnel", "to": "prompts_v25_instructions_bda_brand_program", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_channels_prime_mid_funnel", "to": "prompts_v25_instructions_bda_seg_key_id", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_channels_prime_mid_funnel", "to": "prompts_v25_instructions_bda_tm_file", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_channels_prime_gourmet_guard", "to": "prompts_v25_instructions_bda_type", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_channels_prime_gourmet_guard", "to": "prompts_v25_instructions_bda_brand_program", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_channels_prime_gourmet_guard", "to": "prompts_v25_instructions_bda_seg_key_id", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_channels_prime_gourmet_guard", "to": "prompts_v25_instructions_bda_tm_file", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_channels_prime_dual_benefit", "to": "prompts_v25_instructions_bda_type", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_channels_prime_dual_benefit", "to": "prompts_v25_instructions_bda_brand_program", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_channels_prime_dual_benefit", "to": "prompts_v25_instructions_bda_seg_key_id", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_channels_prime_dual_benefit", "to": "prompts_v25_instructions_bda_tm_file", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_channels_prime_brand_speed", "to": "prompts_v25_instructions_bda_type", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_channels_prime_brand_speed", "to": "prompts_v25_instructions_bda_brand_program", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_channels_prime_brand_speed", "to": "prompts_v25_instructions_bda_seg_key_id", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_channels_prime_brand_speed", "to": "prompts_v25_instructions_bda_tm_file", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_channels_one_prime", "to": "prompts_v25_instructions_bda_type", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_channels_one_prime", "to": "prompts_v25_instructions_bda_brand_program", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_channels_one_prime", "to": "prompts_v25_instructions_bda_seg_key_id", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_channels_one_prime", "to": "prompts_v25_instructions_bda_tm_file", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_channels_eu_selection", "to": "prompts_v25_instructions_bda_type", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_channels_eu_selection", "to": "prompts_v25_instructions_bda_brand_program", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_channels_eu_selection", "to": "prompts_v25_instructions_bda_seg_key_id", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_channels_eu_selection", "to": "prompts_v25_instructions_bda_tm_file", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_channels_bda", "to": "prompts_v25_instructions_bda_type", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_channels_bda", "to": "prompts_v25_instructions_bda_brand_program", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_channels_bda", "to": "prompts_v25_instructions_bda_seg_key_id", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_channels_bda", "to": "prompts_v25_instructions_bda_tm_file", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_channels_bda", "to": "prompts_v25_instructions_bda_tov_overlay", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_channels_uefa", "to": "prompts_v25_instructions_bda_type", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_channels_bls_quest", "to": "prompts_v25_instructions_bda_type", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_config_tm_file_format", "to": "prompts_v25_instructions_bda_type", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_instructions_output_format", "to": "prompts_v25_instructions_bda_type", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_channels_uefa", "to": "prompts_v25_instructions_bda_brand_program", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_channels_bls_quest", "to": "prompts_v25_instructions_bda_brand_program", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_channels_uefa", "to": "prompts_v25_instructions_bda_seg_key_id", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_channels_bls_quest", "to": "prompts_v25_instructions_bda_seg_key_id", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_channels_uefa", "to": "prompts_v25_instructions_bda_tm_file", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_channels_bls_quest", "to": "prompts_v25_instructions_bda_tm_file", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_channels_uefa", "to": "prompts_v25_instructions_bda_tov_overlay", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_config_tm_files", "to": "prompts_v25_instructions_tm_files_rule", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_dda_same_event_rule_sub_event_preference", "to": "prompts_v25_instructions_tm_files_rule", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_config_file_search_scoping", "to": "prompts_v25_instructions_tm_files_rule", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_hard_locks_term_locks", "to": "prompts_v25_instructions_tm_files_rule", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_output_suppression_rationale_web_research_display", "to": "prompts_v25_instructions_tm_files_rule", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_output_format_line_break_convention", "to": "prompts_v25_instructions_tm_files_rule", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_config_campaign_calendar_order", "to": "prompts_v25_instructions_positivity_rule_scope", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_config_campaign_calendar_order", "to": "prompts_v25_instructions_campaign_calendar_order_channel_applicability", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_config_campaign_calendar_order", "to": "prompts_v25_instructions_campaign_calendar_order_ordered_campaigns", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_config_campaign_calendar_order", "to": "prompts_v25_instructions_campaign_calendar_order_rank_interpretation", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_config_campaign_calendar_order", "to": "prompts_v25_instructions_campaign_calendar_order_unranked_entries", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_config_dda_same_event_rule", "to": "prompts_v25_instructions_positivity_rule_scope", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_config_dda_same_event_rule", "to": "prompts_v25_instructions_dda_same_event_rule_root_match", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_config_dda_same_event_rule", "to": "prompts_v25_instructions_dda_same_event_rule_sub_event_preference", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_config_dda_same_event_rule", "to": "prompts_v25_instructions_dda_same_event_rule_lmg_lmd_equivalence", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_dda_same_event_rule_sub_event_preference", "to": "prompts_v25_instructions_sub_event_preference_rationale_requirement", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_instructions_tm_reference_under_character_limits", "to": "prompts_v25_instructions_sub_event_preference_rationale_requirement", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_instructions_bvo_super_alignment_rule", "to": "prompts_v25_instructions_sub_event_preference_rationale_requirement", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_instructions_display_ooh_linebreak_rule", "to": "prompts_v25_instructions_sub_event_preference_rationale_requirement", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_instructions_cultural_adaptation_rule", "to": "prompts_v25_instructions_sub_event_preference_rationale_requirement", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_config_tm_file_format", "to": "prompts_v25_instructions_tm_file_format_description", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_config_tm_file_format", "to": "prompts_v25_instructions_tm_file_format_keys", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_config_tm_file_format", "to": "prompts_v25_instructions_tm_file_format_parsing_rules", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_config_tm_file_format", "to": "prompts_v25_instructions_tm_file_format_example", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_tm_file_format_keys", "to": "prompts_v25_instructions_keys_t", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_tm_file_format_parsing_rules", "to": "prompts_v25_instructions_parsing_rules_seg_key", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_tm_file_format_parsing_rules", "to": "prompts_v25_instructions_parsing_rules_seg_key_year", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_tm_file_format_parsing_rules", "to": "prompts_v25_instructions_parsing_rules_dda_sub_event", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_tm_file_format_parsing_rules", "to": "prompts_v25_instructions_parsing_rules_note_type", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_tm_file_format_parsing_rules", "to": "prompts_v25_instructions_parsing_rules_locale", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_tm_file_format_parsing_rules", "to": "prompts_v25_instructions_parsing_rules_en_source", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_tm_file_format_parsing_rules", "to": "prompts_v25_instructions_parsing_rules_tx", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_pre_transcreation_tm_sweep_recency_ceiling_probe", "to": "prompts_v25_instructions_tm_file_format_example", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_confidence_based_option_count_rule_table_column_rule", "to": "prompts_v25_instructions_tm_file_format_example", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_instructions_tm_citation_format", "to": "prompts_v25_instructions_tm_file_format_example", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_tm_file_format_example", "to": "prompts_v25_instructions_example_cases", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_config_file_search_scoping", "to": "prompts_v25_instructions_file_search_scoping_format", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_config_file_search_scoping", "to": "prompts_v25_instructions_file_search_scoping_project_channel_note", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_config_file_search_scoping", "to": "prompts_v25_instructions_file_search_scoping_exception", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_config_semantic_tm_matching", "to": "prompts_v25_instructions_concept_extraction_enabled", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_config_semantic_tm_matching", "to": "prompts_v25_instructions_semantic_tm_matching_source_lang", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_config_semantic_tm_matching", "to": "prompts_v25_instructions_semantic_tm_matching_pipeline", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_config_semantic_tm_matching", "to": "prompts_v25_instructions_semantic_tm_matching_normalization", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_config_semantic_tm_matching", "to": "prompts_v25_instructions_semantic_tm_matching_concept_extraction", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_config_semantic_tm_matching", "to": "prompts_v25_instructions_semantic_tm_matching_rationale", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_semantic_tm_matching_pipeline", "to": "prompts_v25_instructions_pipeline_order", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_semantic_tm_matching_pipeline", "to": "prompts_v25_instructions_pipeline_similarity_threshold_2", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_semantic_tm_matching_pipeline", "to": "prompts_v25_instructions_pipeline_accept_low_fuzzy_when_semantic_true", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_semantic_tm_matching_normalization", "to": "prompts_v25_instructions_normalization_strip_proper_names", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_semantic_tm_matching_normalization", "to": "prompts_v25_instructions_normalization_lemmatize", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_semantic_tm_matching_normalization", "to": "prompts_v25_instructions_normalization_strip_punctuation", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_semantic_tm_matching_normalization", "to": "prompts_v25_instructions_normalization_stopwords_en", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_semantic_tm_matching_concept_extraction", "to": "prompts_v25_instructions_concept_extraction_enabled", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_semantic_tm_matching_concept_extraction", "to": "prompts_v25_instructions_concept_extraction_parts_of_speech", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_semantic_tm_matching_concept_extraction", "to": "prompts_v25_instructions_concept_extraction_allow_hypernyms", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_semantic_tm_matching_concept_extraction", "to": "prompts_v25_instructions_concept_extraction_allow_synonyms", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_semantic_tm_matching_rationale", "to": "prompts_v25_instructions_rationale_cite_tm_project", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_instructions", "to": "prompts_v25_instructions_instructions_role", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_instructions", "to": "prompts_v25_instructions_instructions_authoritative_sources_by_filename", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_instructions", "to": "prompts_v25_instructions_instructions_date_percent_format_authority", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_instructions", "to": "prompts_v25_instructions_instructions_program_voice_guidance", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_instructions", "to": "prompts_v25_instructions_instructions_brand_channel_tov_rules", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_instructions", "to": "prompts_v25_instructions_instructions_search_behaviour", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_instructions", "to": "prompts_v25_instructions_instructions_pre_transcreation_tm_sweep", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_instructions", "to": "prompts_v25_instructions_instructions_three_pass_deep_dive_protocol", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_instructions", "to": "prompts_v25_instructions_instructions_post_sweep_ranking_declaration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_instructions", "to": "prompts_v25_instructions_instructions_tm_rationale_citation_rule", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_instructions", "to": "prompts_v25_instructions_instructions_confidence_based_option_count_rule", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_instructions", "to": "prompts_v25_instructions_instructions_tm_retrieval_guardrail", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_instructions", "to": "prompts_v25_instructions_instructions_tm_selection_algorithm", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_instructions", "to": "prompts_v25_instructions_instructions_tm_reference_under_character_limits", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_instructions", "to": "prompts_v25_instructions_instructions_web_search_rule", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_instructions", "to": "prompts_v25_instructions_instructions_hard_locks", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_instructions", "to": "prompts_v25_instructions_instructions_bvo_super_alignment_rule", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_instructions", "to": "prompts_v25_instructions_instructions_display_ooh_linebreak_rule", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_instructions", "to": "prompts_v25_instructions_instructions_character_limit_relaxation_rule", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_instructions", "to": "prompts_v25_instructions_instructions_deals_inclusion_preference", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_instructions", "to": "prompts_v25_instructions_instructions_cultural_adaptation_rule", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_instructions", "to": "prompts_v25_instructions_instructions_retrieval_status_labels", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_instructions", "to": "prompts_v25_instructions_instructions_output_suppression", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_instructions", "to": "prompts_v25_instructions_instructions_rationale_style_rule", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_instructions", "to": "prompts_v25_instructions_instructions_tm_entry_recovered", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_instructions", "to": "prompts_v25_instructions_instructions_tm_citation_format", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_instructions", "to": "prompts_v25_instructions_instructions_similar_tm_line_deviation", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_instructions", "to": "prompts_v25_instructions_instructions_required_output", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_instructions", "to": "prompts_v25_instructions_instructions_confidentiality", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_instructions", "to": "prompts_v25_instructions_instructions_output_format", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_instructions_date_percent_format_authority", "to": "prompts_v25_instructions_date_percent_format_authority_primary", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_instructions_date_percent_format_authority", "to": "prompts_v25_instructions_date_percent_format_authority_secondary", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_instructions_date_percent_format_authority", "to": "prompts_v25_instructions_positivity_rule_hard_rule", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_instructions_program_voice_guidance", "to": "prompts_v25_instructions_program_voice_guidance_status", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_instructions_program_voice_guidance", "to": "prompts_v25_instructions_tiebreaker_principle", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_instructions_program_voice_guidance", "to": "prompts_v25_instructions_program_voice_guidance_profiles", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_instructions_program_voice_guidance", "to": "prompts_v25_instructions_program_voice_guidance_cross_program_note", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_instructions_deals_inclusion_preference", "to": "prompts_v25_instructions_program_voice_guidance_status", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_program_voice_guidance_profiles", "to": "prompts_v25_instructions_profiles_retail", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_program_voice_guidance_profiles", "to": "prompts_v25_instructions_profiles_prime", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_program_voice_guidance_profiles", "to": "prompts_v25_instructions_profiles_brand", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_profiles_retail", "to": "prompts_v25_instructions_prime_attributes", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_profiles_retail", "to": "prompts_v25_instructions_prime_core_job", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_profiles_retail", "to": "prompts_v25_instructions_prime_register", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_profiles_retail", "to": "prompts_v25_instructions_prime_preferred_structure", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_profiles_prime", "to": "prompts_v25_instructions_prime_attributes", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_profiles_prime", "to": "prompts_v25_instructions_prime_core_job", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_profiles_prime", "to": "prompts_v25_instructions_prime_register", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_profiles_prime", "to": "prompts_v25_instructions_prime_preferred_structure", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_profiles_brand", "to": "prompts_v25_instructions_prime_attributes", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_profiles_brand", "to": "prompts_v25_instructions_prime_core_job", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_profiles_brand", "to": "prompts_v25_instructions_prime_register", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_profiles_brand", "to": "prompts_v25_instructions_prime_preferred_structure", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_instructions_brand_channel_tov_rules", "to": "prompts_v25_instructions_tv_super_rule_trigger", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_instructions_brand_channel_tov_rules", "to": "prompts_v25_instructions_brand_channel_tov_rules_tov_source", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_instructions_brand_channel_tov_rules", "to": "prompts_v25_instructions_brand_channel_tov_rules_overview", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_instructions_brand_channel_tov_rules", "to": "prompts_v25_instructions_brand_channel_tov_rules_distinctive_rules", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_instructions_brand_channel_tov_rules", "to": "prompts_v25_instructions_brand_channel_tov_rules_what_brand_is_not", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_instructions_brand_channel_tov_rules", "to": "prompts_v25_instructions_brand_channel_tov_rules_tm_evaluation_note", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_instructions_brand_channel_tov_rules", "to": "prompts_v25_instructions_brand_channel_tov_rules_transcreation_orientation", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_brand_channel_tov_rules_what_brand_is_not", "to": "prompts_v25_instructions_required_output_note", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_brand_channel_tov_rules_what_brand_is_not", "to": "prompts_v25_instructions_what_brand_is_not_prohibitions", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_instructions_search_behaviour", "to": "prompts_v25_instructions_search_behaviour_unlocked_phrasing", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_instructions_pre_transcreation_tm_sweep", "to": "prompts_v25_instructions_recency_ceiling_probe_label", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_instructions_pre_transcreation_tm_sweep", "to": "prompts_v25_instructions_pre_transcreation_tm_sweep_recency_ceiling_probe", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_pre_transcreation_tm_sweep_recency_ceiling_probe", "to": "prompts_v25_instructions_recency_ceiling_probe_label", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_pre_transcreation_tm_sweep_recency_ceiling_probe", "to": "prompts_v25_instructions_positivity_rule_hard_rule", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_pre_transcreation_tm_sweep_recency_ceiling_probe", "to": "prompts_v25_instructions_new_event_name_action", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_pre_transcreation_tm_sweep_recency_ceiling_probe", "to": "prompts_v25_instructions_recency_ceiling_probe_priority_list_override", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_pre_transcreation_tm_sweep_recency_ceiling_probe", "to": "prompts_v25_instructions_recency_ceiling_probe_usage", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_instructions_post_sweep_ranking_declaration", "to": "prompts_v25_instructions_recency_ceiling_probe_label", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_instructions_three_pass_deep_dive_protocol", "to": "prompts_v25_instructions_three_pass_deep_dive_protocol_severity", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_instructions_three_pass_deep_dive_protocol", "to": "prompts_v25_instructions_three_pass_deep_dive_protocol_passes", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_instructions_three_pass_deep_dive_protocol", "to": "prompts_v25_instructions_three_pass_deep_dive_protocol_execution_rules", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_instructions_post_sweep_ranking_declaration", "to": "prompts_v25_instructions_tv_super_rule_trigger", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_instructions_post_sweep_ranking_declaration", "to": "prompts_v25_instructions_positivity_rule_hard_rule", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_instructions_post_sweep_ranking_declaration", "to": "prompts_v25_instructions_post_sweep_ranking_declaration_steps", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_instructions_tm_rationale_citation_rule", "to": "prompts_v25_instructions_positivity_rule_hard_rule", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_instructions_tm_rationale_citation_rule", "to": "prompts_v25_instructions_tm_rationale_citation_rule_per_option_citation_rule", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_instructions_tm_rationale_citation_rule", "to": "prompts_v25_instructions_output_format_ordering", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_instructions_tm_rationale_citation_rule", "to": "prompts_v25_instructions_tm_rationale_citation_rule_format_guidance", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_tm_rationale_citation_rule_per_option_citation_rule", "to": "prompts_v25_instructions_positivity_rule_hard_rule", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_tm_rationale_citation_rule_per_option_citation_rule", "to": "prompts_v25_instructions_per_option_citation_rule_permitted_deviation", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_instructions_confidence_based_option_count_rule", "to": "prompts_v25_instructions_tv_super_rule_trigger", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_instructions_confidence_based_option_count_rule", "to": "prompts_v25_instructions_confidence_based_option_count_rule_tiers", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_instructions_confidence_based_option_count_rule", "to": "prompts_v25_instructions_confidence_based_option_count_rule_table_column_rule", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_confidence_based_option_count_rule_table_column_rule", "to": "prompts_v25_instructions_tiebreaker_principle", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_confidence_based_option_count_rule_table_column_rule", "to": "prompts_v25_instructions_table_column_rule_unused_column_content", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_instructions_tm_retrieval_guardrail", "to": "prompts_v25_instructions_tm_retrieval_guardrail_never_claim_absence", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_instructions_tm_retrieval_guardrail", "to": "prompts_v25_instructions_tm_retrieval_guardrail_if_no_result_for_plausible_prior_line", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_instructions_tm_reference_under_character_limits", "to": "prompts_v25_instructions_tv_super_rule_trigger", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_instructions_tm_reference_under_character_limits", "to": "prompts_v25_instructions_new_event_name_action", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_instructions_hard_locks", "to": "prompts_v25_instructions_hard_locks_event_name_rule", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_instructions_hard_locks", "to": "prompts_v25_instructions_hard_locks_grammar_normalisation", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_instructions_hard_locks", "to": "prompts_v25_instructions_hard_locks_character_names", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_instructions_hard_locks", "to": "prompts_v25_instructions_hard_locks_product_references", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_instructions_hard_locks", "to": "prompts_v25_instructions_hard_locks_term_locks", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_instructions_hard_locks", "to": "prompts_v25_instructions_hard_locks_date_percent", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_instructions_hard_locks", "to": "prompts_v25_instructions_hard_locks_positivity_rule", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_hard_locks_event_name_rule", "to": "prompts_v25_instructions_event_name_rule_summary", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_hard_locks_event_name_rule", "to": "prompts_v25_instructions_event_name_rule_approved_event_name", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_hard_locks_event_name_rule", "to": "prompts_v25_instructions_event_name_rule_new_event_name", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_event_name_rule_approved_event_name", "to": "prompts_v25_instructions_new_event_name_condition", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_event_name_rule_approved_event_name", "to": "prompts_v25_instructions_new_event_name_action", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_event_name_rule_approved_event_name", "to": "prompts_v25_instructions_required_output_note", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_event_name_rule_new_event_name", "to": "prompts_v25_instructions_new_event_name_condition", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_event_name_rule_new_event_name", "to": "prompts_v25_instructions_new_event_name_action", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_instructions_deals_inclusion_preference", "to": "prompts_v25_instructions_new_event_name_action", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_hard_locks_term_locks", "to": "prompts_v25_instructions_term_locks_verbatim_exceptions", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_hard_locks_term_locks", "to": "prompts_v25_instructions_term_locks_no_cross_locale", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_hard_locks_term_locks", "to": "prompts_v25_instructions_term_locks_notes_gating", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_hard_locks_term_locks", "to": "prompts_v25_instructions_term_locks_morphological_adaptation_rationale", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_hard_locks_term_locks", "to": "prompts_v25_instructions_term_locks_inflected_locale_note", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_hard_locks_positivity_rule", "to": "prompts_v25_instructions_positivity_rule_source", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_hard_locks_positivity_rule", "to": "prompts_v25_instructions_positivity_rule_hard_rule", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_hard_locks_positivity_rule", "to": "prompts_v25_instructions_positivity_rule_reframe_requirement", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_hard_locks_positivity_rule", "to": "prompts_v25_instructions_positivity_rule_scope", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_hard_locks_positivity_rule", "to": "prompts_v25_instructions_positivity_rule_pre_output_validation", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_instructions_bvo_super_alignment_rule", "to": "prompts_v25_instructions_positivity_rule_hard_rule", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_instructions_cultural_adaptation_rule", "to": "prompts_v25_instructions_positivity_rule_hard_rule", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_cultural_adaptation_rule_hedge_preservation_rule", "to": "prompts_v25_instructions_positivity_rule_hard_rule", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_instructions_rationale_style_rule", "to": "prompts_v25_instructions_positivity_rule_hard_rule", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_instructions_display_ooh_linebreak_rule", "to": "prompts_v25_instructions_positivity_rule_scope", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_instructions_bvo_super_alignment_rule", "to": "prompts_v25_instructions_tv_super_rule_trigger", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_instructions_bvo_super_alignment_rule", "to": "prompts_v25_instructions_bvo_super_alignment_rule_truncation_caveat", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_instructions_bvo_super_alignment_rule", "to": "prompts_v25_instructions_bvo_super_alignment_rule_tiebreaker", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_bvo_super_alignment_rule_truncation_caveat", "to": "prompts_v25_instructions_tiebreaker_principle", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_bvo_super_alignment_rule_truncation_caveat", "to": "prompts_v25_instructions_truncation_caveat_permitted_truncations", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_bvo_super_alignment_rule_truncation_caveat", "to": "prompts_v25_instructions_truncation_caveat_not_permitted", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_bvo_super_alignment_rule_tiebreaker", "to": "prompts_v25_instructions_tiebreaker_principle", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_instructions_character_limit_relaxation_rule", "to": "prompts_v25_instructions_tiebreaker_principle", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_instructions_display_ooh_linebreak_rule", "to": "prompts_v25_instructions_display_ooh_linebreak_rule_dual_form_explanation", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_instructions_display_ooh_linebreak_rule", "to": "prompts_v25_instructions_display_ooh_linebreak_rule_display_ooh_rule", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_instructions_display_ooh_linebreak_rule", "to": "prompts_v25_instructions_display_ooh_linebreak_rule_tv_super_rule", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_instructions_display_ooh_linebreak_rule", "to": "prompts_v25_instructions_display_ooh_linebreak_rule_flat_form_rule", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_display_ooh_linebreak_rule_display_ooh_rule", "to": "prompts_v25_instructions_tv_super_rule_trigger", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_display_ooh_linebreak_rule_display_ooh_rule", "to": "prompts_v25_instructions_tv_super_rule_retrieval", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_display_ooh_linebreak_rule_display_ooh_rule", "to": "prompts_v25_instructions_tv_super_rule_note_type_lock", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_display_ooh_linebreak_rule_display_ooh_rule", "to": "prompts_v25_instructions_tv_super_rule_output", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_display_ooh_linebreak_rule_display_ooh_rule", "to": "prompts_v25_instructions_tv_super_rule_cross_contamination_guard", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_display_ooh_linebreak_rule_tv_super_rule", "to": "prompts_v25_instructions_tv_super_rule_trigger", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_display_ooh_linebreak_rule_tv_super_rule", "to": "prompts_v25_instructions_tv_super_rule_retrieval", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_display_ooh_linebreak_rule_tv_super_rule", "to": "prompts_v25_instructions_tv_super_rule_note_type_lock", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_display_ooh_linebreak_rule_tv_super_rule", "to": "prompts_v25_instructions_tv_super_rule_output", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_display_ooh_linebreak_rule_tv_super_rule", "to": "prompts_v25_instructions_tv_super_rule_cross_contamination_guard", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_instructions_character_limit_relaxation_rule", "to": "prompts_v25_instructions_tv_super_rule_trigger", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_instructions_deals_inclusion_preference", "to": "prompts_v25_instructions_tv_super_rule_trigger", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_instructions_cultural_adaptation_rule", "to": "prompts_v25_instructions_tv_super_rule_trigger", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_cultural_adaptation_rule_hedge_preservation_rule", "to": "prompts_v25_instructions_tv_super_rule_trigger", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_instructions_character_limit_relaxation_rule", "to": "prompts_v25_instructions_character_limit_relaxation_rule_priority_order", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_instructions_cultural_adaptation_rule", "to": "prompts_v25_instructions_cultural_adaptation_rule_required_approach", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_instructions_cultural_adaptation_rule", "to": "prompts_v25_instructions_cultural_adaptation_rule_hedge_preservation_rule", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_instructions_cultural_adaptation_rule", "to": "prompts_v25_instructions_cultural_adaptation_rule_forbidden_outputs", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_cultural_adaptation_rule_hedge_preservation_rule", "to": "prompts_v25_instructions_hedge_preservation_rule_pre_output_check", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_cultural_adaptation_rule_hedge_preservation_rule", "to": "prompts_v25_instructions_required_output_note", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_instructions_output_suppression", "to": "prompts_v25_instructions_output_suppression_before_table", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_instructions_output_suppression", "to": "prompts_v25_instructions_output_suppression_after_table", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_instructions_output_suppression", "to": "prompts_v25_instructions_output_suppression_internal_reasoning", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_instructions_output_suppression", "to": "prompts_v25_instructions_output_suppression_cell_line_breaks", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_instructions_output_suppression", "to": "prompts_v25_instructions_output_suppression_rationale_web_research_display", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_instructions_rationale_style_rule", "to": "prompts_v25_instructions_rationale_style_rule_creative_reasoning", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_instructions_rationale_style_rule", "to": "prompts_v25_instructions_rationale_style_rule_tm_citations", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_instructions_rationale_style_rule", "to": "prompts_v25_instructions_rationale_style_rule_confidence_flag", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_instructions_rationale_style_rule", "to": "prompts_v25_instructions_rationale_style_rule_forbidden_constructions", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_instructions_rationale_style_rule", "to": "prompts_v25_instructions_rationale_style_rule_redundancy_suppression_rule", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_instructions_tm_citation_format", "to": "prompts_v25_instructions_tm_citation_format_rules", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_instructions_required_output", "to": "prompts_v25_instructions_required_output_sections", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_instructions_required_output", "to": "prompts_v25_instructions_required_output_note", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_instructions_output_format", "to": "prompts_v25_instructions_output_format_line_break_convention", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_instructions_output_format", "to": "prompts_v25_instructions_output_format_ordering", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_instructions_output_format", "to": "prompts_v25_instructions_output_format_columns", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "prompts_v25_instructions_output_format_line_break_convention", "to": "prompts_v25_instructions_line_break_convention_reason", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_pipeline_modules_date_format_validator_py", "to": "modules_date_format_validator_formatviolation", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_pipeline_modules_date_format_validator_py", "to": "modules_date_format_validator_validate_date_formats", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_pipeline_modules_date_format_validator_py", "to": "modules_date_format_validator_validate_percentage_formats", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "modules_date_format_validator_rationale_1", "to": "backend_app_pipeline_modules_date_format_validator_py", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "modules_date_format_validator_validate_date_formats", "to": "modules_date_format_validator_formatviolation", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "modules_date_format_validator_validate_percentage_formats", "to": "modules_date_format_validator_formatviolation", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "modules_date_format_validator_rationale_13", "to": "modules_date_format_validator_formatviolation", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "modules_date_format_validator_rationale_23", "to": "modules_date_format_validator_validate_date_formats", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "modules_date_format_validator_rationale_80", "to": "modules_date_format_validator_validate_percentage_formats", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_pipeline_modules_source_file_parser_py", "to": "modules_source_file_parser_sourcefileparseerror", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_pipeline_modules_source_file_parser_py", "to": "modules_source_file_parser_resolve_headers", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_pipeline_modules_source_file_parser_py", "to": "modules_source_file_parser_parse_source_file", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "modules_source_file_parser_rationale_1", "to": "backend_app_pipeline_modules_source_file_parser_py", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "modules_source_file_parser_sourcefileparseerror", "to": "exception", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "modules_source_file_parser_parse_source_file", "to": "modules_source_file_parser_sourcefileparseerror", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "modules_source_file_parser_rationale_27", "to": "modules_source_file_parser_sourcefileparseerror", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "modules_tm_file_loader_tmfileloaderror", "to": "exception", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "modules_ref_file_loader_reffileloaderror", "to": "exception", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "modules_source_file_parser_parse_source_file", "to": "modules_source_file_parser_resolve_headers", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "modules_source_file_parser_rationale_32", "to": "modules_source_file_parser_resolve_headers", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "modules_source_file_parser_rationale_49", "to": "modules_source_file_parser_parse_source_file", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_file_service_fileservice_upload_source_file", "to": "modules_source_file_parser_parse_source_file", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_app_pipeline_modules_blacklist_scanner_py", "to": "modules_blacklist_scanner_blacklistviolation", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_pipeline_modules_blacklist_scanner_py", "to": "modules_blacklist_scanner_scan_text", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_pipeline_modules_blacklist_scanner_py", "to": "modules_blacklist_scanner_scan_all_options", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "modules_blacklist_scanner_rationale_1", "to": "backend_app_pipeline_modules_blacklist_scanner_py", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "modules_blacklist_scanner_scan_text", "to": "modules_blacklist_scanner_blacklistviolation", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "modules_blacklist_scanner_rationale_14", "to": "modules_blacklist_scanner_blacklistviolation", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "modules_blacklist_scanner_scan_all_options", "to": "modules_blacklist_scanner_scan_text", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "modules_blacklist_scanner_rationale_25", "to": "modules_blacklist_scanner_scan_text", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "modules_blacklist_scanner_rationale_93", "to": "modules_blacklist_scanner_scan_all_options", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_pipeline_modules_tm_file_loader_py", "to": "modules_tm_file_loader_tmfileloaderror", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_pipeline_modules_tm_file_loader_py", "to": "modules_tm_file_loader_parse_entry", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_pipeline_modules_tm_file_loader_py", "to": "modules_tm_file_loader_split_en_tx", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_pipeline_modules_tm_file_loader_py", "to": "modules_tm_file_loader_parse_compact_entry", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_pipeline_modules_tm_file_loader_py", "to": "modules_tm_file_loader_load_multiple_tm_files", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "modules_tm_file_loader_rationale_1", "to": "backend_app_pipeline_modules_tm_file_loader_py", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "modules_tm_file_loader_rationale_17", "to": "modules_tm_file_loader_tmfileloaderror", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "modules_tm_file_loader_parse_entry", "to": "modules_tm_file_loader_parse_compact_entry", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "modules_tm_file_loader_rationale_71", "to": "modules_tm_file_loader_parse_entry", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "modules_tm_file_loader_parse_compact_entry", "to": "modules_tm_file_loader_split_en_tx", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "modules_tm_file_loader_rationale_116", "to": "modules_tm_file_loader_split_en_tx", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "modules_tm_file_loader_rationale_161", "to": "modules_tm_file_loader_parse_compact_entry", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "modules_tm_file_loader_rationale_231", "to": "modules_tm_file_loader_load_multiple_tm_files", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_pipeline_modules_character_counter_py", "to": "modules_character_counter_count_characters", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_pipeline_modules_character_counter_py", "to": "modules_character_counter_check_character_limit", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "modules_character_counter_rationale_1", "to": "backend_app_pipeline_modules_character_counter_py", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "modules_character_counter_check_character_limit", "to": "modules_character_counter_count_characters", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "modules_character_counter_rationale_15", "to": "modules_character_counter_count_characters", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "modules_character_counter_rationale_36", "to": "modules_character_counter_check_character_limit", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_pipeline_modules_excel_writer_py", "to": "modules_excel_writer_generate_output_xlsx", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_pipeline_modules_excel_writer_py", "to": "modules_excel_writer_find_source_line", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "modules_excel_writer_rationale_1", "to": "backend_app_pipeline_modules_excel_writer_py", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "modules_excel_writer_generate_output_xlsx", "to": "modules_excel_writer_find_source_line", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "modules_excel_writer_rationale_49", "to": "modules_excel_writer_generate_output_xlsx", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "modules_excel_writer_generate_output_xlsx", "to": "modules_line_break_normaliser_normalise_for_excel", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "modules_excel_writer_rationale_198", "to": "modules_excel_writer_find_source_line", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_pipeline_modules_line_break_normaliser_py", "to": "modules_line_break_normaliser_normalise_for_query", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_pipeline_modules_line_break_normaliser_py", "to": "modules_line_break_normaliser_normalise_for_excel", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_pipeline_modules_line_break_normaliser_py", "to": "modules_line_break_normaliser_preserve_raw", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "modules_line_break_normaliser_rationale_1", "to": "backend_app_pipeline_modules_line_break_normaliser_py", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "modules_line_break_normaliser_rationale_15", "to": "modules_line_break_normaliser_normalise_for_query", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "modules_line_break_normaliser_rationale_36", "to": "modules_line_break_normaliser_normalise_for_excel", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "modules_line_break_normaliser_rationale_57", "to": "modules_line_break_normaliser_preserve_raw", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_pipeline_modules_ref_file_loader_py", "to": "modules_ref_file_loader_reffileloaderror", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_pipeline_modules_ref_file_loader_py", "to": "modules_ref_file_loader_load_json_file", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_pipeline_modules_ref_file_loader_py", "to": "modules_ref_file_loader_load_glossary", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_pipeline_modules_ref_file_loader_py", "to": "modules_ref_file_loader_load_blacklist", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_pipeline_modules_ref_file_loader_py", "to": "modules_ref_file_loader_load_date_pct_formats", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_pipeline_modules_ref_file_loader_py", "to": "modules_ref_file_loader_load_locale_considerations", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_pipeline_modules_ref_file_loader_py", "to": "modules_ref_file_loader_load_tov", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_pipeline_modules_ref_file_loader_py", "to": "modules_ref_file_loader_load_all_reference_files", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "modules_ref_file_loader_rationale_1", "to": "backend_app_pipeline_modules_ref_file_loader_py", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "modules_ref_file_loader_load_json_file", "to": "modules_ref_file_loader_reffileloaderror", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "modules_ref_file_loader_load_glossary", "to": "modules_ref_file_loader_reffileloaderror", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "modules_ref_file_loader_load_blacklist", "to": "modules_ref_file_loader_reffileloaderror", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "modules_ref_file_loader_load_date_pct_formats", "to": "modules_ref_file_loader_reffileloaderror", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "modules_ref_file_loader_load_locale_considerations", "to": "modules_ref_file_loader_reffileloaderror", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "modules_ref_file_loader_load_tov", "to": "modules_ref_file_loader_reffileloaderror", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "modules_ref_file_loader_rationale_17", "to": "modules_ref_file_loader_reffileloaderror", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "modules_ref_file_loader_load_glossary", "to": "modules_ref_file_loader_load_json_file", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "modules_ref_file_loader_load_blacklist", "to": "modules_ref_file_loader_load_json_file", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "modules_ref_file_loader_load_date_pct_formats", "to": "modules_ref_file_loader_load_json_file", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "modules_ref_file_loader_load_locale_considerations", "to": "modules_ref_file_loader_load_json_file", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "modules_ref_file_loader_load_tov", "to": "modules_ref_file_loader_load_json_file", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "modules_ref_file_loader_rationale_22", "to": "modules_ref_file_loader_load_json_file", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "modules_ref_file_loader_rationale_47", "to": "modules_ref_file_loader_load_glossary", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "modules_ref_file_loader_rationale_65", "to": "modules_ref_file_loader_load_blacklist", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "modules_ref_file_loader_rationale_83", "to": "modules_ref_file_loader_load_date_pct_formats", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "modules_ref_file_loader_rationale_107", "to": "modules_ref_file_loader_load_locale_considerations", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "modules_ref_file_loader_rationale_126", "to": "modules_ref_file_loader_load_tov", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "modules_ref_file_loader_rationale_145", "to": "modules_ref_file_loader_load_all_reference_files", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_pipeline_modules_domain_substitutor_py", "to": "modules_domain_substitutor_substitute_domains", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_pipeline_modules_domain_substitutor_py", "to": "modules_domain_substitutor_substitute_bare_amazon", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_pipeline_modules_domain_substitutor_py", "to": "modules_domain_substitutor_get_locale_domain", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_pipeline_modules_domain_substitutor_py", "to": "modules_domain_substitutor_is_emerging_locale", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "modules_domain_substitutor_rationale_1", "to": "backend_app_pipeline_modules_domain_substitutor_py", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "modules_domain_substitutor_rationale_41", "to": "modules_domain_substitutor_substitute_domains", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "modules_domain_substitutor_rationale_72", "to": "modules_domain_substitutor_substitute_bare_amazon", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "modules_domain_substitutor_rationale_97", "to": "modules_domain_substitutor_get_locale_domain", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "modules_domain_substitutor_rationale_109", "to": "modules_domain_substitutor_is_emerging_locale", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tasks_celery_app_rationale_1", "to": "backend_app_tasks_celery_app_py", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_tasks_job_tasks_py", "to": "tasks_job_tasks_resolve_file_manifest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_tasks_job_tasks_py", "to": "tasks_job_tasks_get_async_session_factory", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_tasks_job_tasks_py", "to": "tasks_job_tasks_process_job", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_tasks_job_tasks_py", "to": "tasks_job_tasks_process_locale_instance", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_tasks_job_tasks_py", "to": "tasks_job_tasks_check_job_completion", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tasks_job_tasks_rationale_1", "to": "backend_app_tasks_job_tasks_py", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tasks_job_tasks_rationale_32", "to": "tasks_job_tasks_resolve_file_manifest", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tasks_job_tasks_rationale_95", "to": "tasks_job_tasks_get_async_session_factory", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tasks_job_tasks_rationale_102", "to": "tasks_job_tasks_process_job", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tasks_job_tasks_rationale_144", "to": "tasks_job_tasks_process_locale_instance", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tasks_job_tasks_rationale_339", "to": "tasks_job_tasks_check_job_completion", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_llm_client_py", "to": "llm_client_llmclient", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "llm_client_rationale_1", "to": "backend_app_llm_client_py", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "llm_client_llmclient", "to": "llm_client_llmclient_init", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "llm_client_llmclient", "to": "llm_client_llmclient_create_message", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "llm_client_rationale_25", "to": "llm_client_llmclient", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "llm_client_rationale_53", "to": "llm_client_llmclient_create_message", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "llm_client_rationale_139", "to": "llm_client_llmclient_create_message", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_llm_token_tracker_py", "to": "llm_token_tracker_record_token_usage", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_llm_token_tracker_py", "to": "llm_token_tracker_get_total_usage_for_instance", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "llm_token_tracker_rationale_1", "to": "backend_app_llm_token_tracker_py", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "llm_token_tracker_rationale_20", "to": "llm_token_tracker_record_token_usage", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "llm_token_tracker_record_token_usage", "to": "models_audit_tokenusagelog", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "llm_token_tracker_rationale_58", "to": "llm_token_tracker_get_total_usage_for_instance", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_auth_service_py", "to": "auth_service_authservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "auth_service_authservice", "to": "auth_service_authservice_init", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "auth_service_authservice", "to": "auth_service_authservice_login", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "auth_service_authservice", "to": "auth_service_authservice_sso_login", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "auth_service_authservice", "to": "auth_router_refresh_token", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "auth_service_authservice", "to": "auth_service_authservice_validate_token", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "auth_service_authservice", "to": "auth_service_authservice_hash_password", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "auth_service_rationale_13", "to": "auth_service_authservice", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "auth_service_authservice", "to": "providers_jwt_provider_jwtauthprovider", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "auth_service_authservice", "to": "models_user_user", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "auth_service_authservice", "to": "models_user_userrole", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "auth_service_authservice", "to": "models_user_userstatus", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "auth_service_authservice_init", "to": "providers_jwt_provider_jwtauthprovider", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "auth_service_rationale_21", "to": "auth_service_authservice_login", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "auth_service_rationale_50", "to": "auth_service_authservice_sso_login", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "auth_service_authservice_sso_login", "to": "providers_azure_ad_validate_azure_token", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "auth_router_refresh_token", "to": "auth_service_authservice_validate_token", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "auth_service_rationale_124", "to": "auth_service_authservice_validate_token", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "auth_service_rationale_103", "to": "auth_router_refresh_token", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_auth_schemas_py", "to": "auth_schemas_loginrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_auth_schemas_py", "to": "auth_schemas_tokenresponse", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_auth_schemas_py", "to": "auth_schemas_ssologinrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_auth_schemas_py", "to": "auth_schemas_refreshrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_auth_schemas_py", "to": "auth_schemas_userclaims", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "auth_router_login", "to": "auth_schemas_tokenresponse", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "auth_router_sso_login", "to": "auth_schemas_tokenresponse", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "auth_router_refresh_token", "to": "auth_schemas_tokenresponse", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "auth_router_get_me", "to": "auth_schemas_userclaims", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_app_auth_router_py", "to": "auth_router_login", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_auth_router_py", "to": "auth_router_sso_login", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_auth_router_py", "to": "auth_router_refresh_token", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_auth_router_py", "to": "auth_router_get_me", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "auth_router_rationale_27", "to": "auth_router_login", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "auth_router_rationale_59", "to": "auth_router_sso_login", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "auth_router_rationale_93", "to": "auth_router_refresh_token", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "auth_router_rationale_107", "to": "auth_router_get_me", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_auth_middleware_py", "to": "auth_middleware_decode_jwt", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "auth_middleware_rationale_15", "to": "auth_middleware_decode_jwt", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_auth_providers_azure_ad_py", "to": "providers_azure_ad_jwks_url", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_auth_providers_azure_ad_py", "to": "providers_azure_ad_fetch_jwks", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_auth_providers_azure_ad_py", "to": "providers_azure_ad_find_key", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_auth_providers_azure_ad_py", "to": "providers_azure_ad_validate_azure_token", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "providers_azure_ad_rationale_1", "to": "backend_app_auth_providers_azure_ad_py", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "providers_azure_ad_fetch_jwks", "to": "providers_azure_ad_jwks_url", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "providers_azure_ad_validate_azure_token", "to": "providers_azure_ad_fetch_jwks", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "providers_azure_ad_rationale_32", "to": "providers_azure_ad_fetch_jwks", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "providers_azure_ad_validate_azure_token", "to": "providers_azure_ad_find_key", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "providers_azure_ad_rationale_53", "to": "providers_azure_ad_find_key", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "providers_azure_ad_rationale_64", "to": "providers_azure_ad_validate_azure_token", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_auth_providers_jwt_provider_py", "to": "providers_jwt_provider_jwtauthprovider", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "providers_jwt_provider_jwtauthprovider", "to": "abstractauthprovider", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "providers_jwt_provider_jwtauthprovider", "to": "providers_jwt_provider_jwtauthprovider_init", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "providers_jwt_provider_jwtauthprovider", "to": "providers_jwt_provider_jwtauthprovider_authenticate", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "providers_jwt_provider_jwtauthprovider", "to": "providers_jwt_provider_jwtauthprovider_create_access_token", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "providers_jwt_provider_jwtauthprovider", "to": "providers_jwt_provider_jwtauthprovider_create_refresh_token", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "providers_jwt_provider_jwtauthprovider", "to": "providers_jwt_provider_jwtauthprovider_validate_token", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "providers_jwt_provider_jwtauthprovider", "to": "providers_jwt_provider_jwtauthprovider_hash_password", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "providers_jwt_provider_jwtauthprovider", "to": "providers_jwt_provider_jwtauthprovider_verify_password", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "providers_jwt_provider_rationale_12", "to": "providers_jwt_provider_jwtauthprovider", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "providers_jwt_provider_jwtauthprovider", "to": "providers_base_abstractauthprovider", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "providers_jwt_provider_rationale_21", "to": "providers_jwt_provider_jwtauthprovider_authenticate", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "providers_jwt_provider_rationale_25", "to": "providers_jwt_provider_jwtauthprovider_create_access_token", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "providers_jwt_provider_rationale_32", "to": "providers_jwt_provider_jwtauthprovider_create_refresh_token", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "providers_jwt_provider_rationale_39", "to": "providers_jwt_provider_jwtauthprovider_validate_token", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "providers_jwt_provider_rationale_47", "to": "providers_jwt_provider_jwtauthprovider_hash_password", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "providers_jwt_provider_rationale_51", "to": "providers_jwt_provider_jwtauthprovider_verify_password", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_auth_providers_base_py", "to": "providers_base_abstractauthprovider", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_auth_providers_base_py", "to": "providers_base_authenticate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_auth_providers_base_py", "to": "providers_base_create_access_token", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_auth_providers_base_py", "to": "providers_base_create_refresh_token", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_auth_providers_base_py", "to": "providers_base_validate_token", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_auth_providers_base_py", "to": "providers_base_hash_password", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_auth_providers_base_py", "to": "providers_base_verify_password", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "providers_base_rationale_6", "to": "providers_base_abstractauthprovider", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_models_files_py", "to": "models_files_referencefiletype", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_models_files_py", "to": "models_files_tmfileregistry", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_models_files_py", "to": "models_files_referencefile", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "models_files_referencefiletype", "to": "models_base_base", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "schemas_files_tmfileresponse", "to": "models_files_referencefiletype", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "schemas_files_referencefileresponse", "to": "models_files_referencefiletype", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "schemas_files_fileuploadresponse", "to": "models_files_referencefiletype", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "services_file_service_fileservice", "to": "models_files_referencefiletype", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "models_files_tmfileregistry", "to": "base", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "models_files_tmfileregistry", "to": "models_base_base", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "services_file_service_fileservice", "to": "models_files_tmfileregistry", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "services_file_service_fileservice_upload_tm_file", "to": "models_files_tmfileregistry", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "models_files_referencefile", "to": "base", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "models_user_user", "to": "base", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "models_user_userclient", "to": "base", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "models_audit_auditlog", "to": "base", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "models_audit_tokenusagelog", "to": "base", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "models_feedback_feedback", "to": "base", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "models_job_job", "to": "base", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "models_job_localeinstance", "to": "base", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "models_client_client", "to": "base", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "models_source_sourceline", "to": "base", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "models_output_outputrow", "to": "base", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "models_files_referencefile", "to": "models_base_base", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "services_file_service_fileservice", "to": "models_files_referencefile", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_app_models_user_py", "to": "models_user_userrole", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_models_user_py", "to": "models_user_userstatus", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_models_user_py", "to": "models_user_user", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_models_user_py", "to": "models_user_userclient", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "models_user_userrole", "to": "models_base_base", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "models_user_userrole", "to": "models_base_timestampmixin", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "schemas_user_usercreate", "to": "models_user_userrole", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "schemas_user_userupdate", "to": "models_user_userrole", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "schemas_user_userresponse", "to": "models_user_userrole", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "models_user_userstatus", "to": "models_base_base", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "models_user_userstatus", "to": "models_base_timestampmixin", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "schemas_user_usercreate", "to": "models_user_userstatus", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "schemas_user_userupdate", "to": "models_user_userstatus", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "schemas_user_userresponse", "to": "models_user_userstatus", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "models_user_user", "to": "timestampmixin", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "models_user_user", "to": "models_base_base", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "models_user_user", "to": "models_base_timestampmixin", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "models_job_job", "to": "timestampmixin", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "models_job_localeinstance", "to": "timestampmixin", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "models_client_client", "to": "timestampmixin", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "models_source_sourceline", "to": "timestampmixin", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "models_output_outputrow", "to": "timestampmixin", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "models_user_userclient", "to": "models_base_base", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "models_user_userclient", "to": "models_base_timestampmixin", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "v1_users_create_user", "to": "models_user_userclient", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_app_models_audit_py", "to": "models_audit_auditlog", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_models_audit_py", "to": "models_audit_tokenusagelog", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "models_audit_auditlog", "to": "models_base_base", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "services_audit_service_auditservice", "to": "models_audit_auditlog", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "services_audit_service_auditservice_log", "to": "models_audit_auditlog", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "models_audit_tokenusagelog", "to": "models_base_base", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "services_report_service_reportservice", "to": "models_audit_tokenusagelog", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_app_models_feedback_py", "to": "models_feedback_flagtype", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_models_feedback_py", "to": "models_feedback_feedback", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "models_feedback_flagtype", "to": "models_base_base", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "schemas_feedback_feedbackcreate", "to": "models_feedback_flagtype", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "schemas_feedback_feedbackresponse", "to": "models_feedback_flagtype", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "services_report_service_reportservice", "to": "models_feedback_flagtype", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "models_feedback_feedback", "to": "models_base_base", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "services_report_service_reportservice", "to": "models_feedback_feedback", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_app_services_feedback_service_py", "to": "models_feedback_feedback", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_app_models_job_py", "to": "models_job_programme", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_models_job_py", "to": "models_job_jobtype", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_models_job_py", "to": "models_job_jobstatus", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_models_job_py", "to": "models_job_localetype", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_models_job_py", "to": "models_job_job", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_models_job_py", "to": "models_job_localeinstance", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "models_job_programme", "to": "models_base_base", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "models_job_programme", "to": "models_base_timestampmixin", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "schemas_job_jobcreate", "to": "models_job_programme", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "schemas_job_jobupdate", "to": "models_job_programme", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "schemas_job_localeinstanceresponse", "to": "models_job_programme", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "schemas_job_jobresponse", "to": "models_job_programme", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "schemas_job_joblistresponse", "to": "models_job_programme", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "models_job_jobtype", "to": "models_base_base", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "models_job_jobtype", "to": "models_base_timestampmixin", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "schemas_job_jobcreate", "to": "models_job_jobtype", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "schemas_job_jobupdate", "to": "models_job_jobtype", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "schemas_job_localeinstanceresponse", "to": "models_job_jobtype", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "schemas_job_jobresponse", "to": "models_job_jobtype", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "schemas_job_joblistresponse", "to": "models_job_jobtype", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "services_job_service_jobservice", "to": "models_job_jobtype", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "models_job_jobstatus", "to": "models_base_base", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "models_job_jobstatus", "to": "models_base_timestampmixin", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "schemas_job_jobcreate", "to": "models_job_jobstatus", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "schemas_job_jobupdate", "to": "models_job_jobstatus", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "schemas_job_localeinstanceresponse", "to": "models_job_jobstatus", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "schemas_job_jobresponse", "to": "models_job_jobstatus", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "schemas_job_joblistresponse", "to": "models_job_jobstatus", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "services_job_service_jobservice", "to": "models_job_jobstatus", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "services_report_service_reportservice", "to": "models_job_jobstatus", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "models_job_localetype", "to": "models_base_base", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "models_job_localetype", "to": "models_base_timestampmixin", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "schemas_job_jobcreate", "to": "models_job_localetype", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "schemas_job_jobupdate", "to": "models_job_localetype", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "schemas_job_localeinstanceresponse", "to": "models_job_localetype", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "schemas_job_jobresponse", "to": "models_job_localetype", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "schemas_job_joblistresponse", "to": "models_job_localetype", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "services_job_service_jobservice", "to": "models_job_localetype", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "models_job_job", "to": "models_base_base", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "models_job_job", "to": "models_base_timestampmixin", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "services_job_service_jobservice", "to": "models_job_job", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "services_report_service_reportservice", "to": "models_job_job", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "models_job_localeinstance", "to": "models_base_base", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "models_job_localeinstance", "to": "models_base_timestampmixin", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "services_job_service_jobservice", "to": "models_job_localeinstance", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "services_report_service_reportservice", "to": "models_job_localeinstance", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "services_output_service_outputservice", "to": "models_job_localeinstance", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_app_models_client_py", "to": "models_client_client", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "models_client_client", "to": "models_base_base", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "models_client_client", "to": "models_base_timestampmixin", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "models_init_rationale_1", "to": "backend_app_models_init_py", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_models_source_py", "to": "models_source_sourceline", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "models_source_sourceline", "to": "models_base_base", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "models_source_sourceline", "to": "models_base_timestampmixin", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "services_file_service_fileservice", "to": "models_source_sourceline", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "services_job_service_jobservice", "to": "models_source_sourceline", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "services_output_service_outputservice", "to": "models_source_sourceline", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_app_models_base_py", "to": "models_base_base", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_models_base_py", "to": "models_base_timestampmixin", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_models_base_py", "to": "models_base_generate_uuid", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "models_base_base", "to": "declarativebase", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "models_base_rationale_9", "to": "models_base_base", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "models_output_confidencetier", "to": "models_base_base", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "models_output_outputrow", "to": "models_base_base", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "models_base_rationale_14", "to": "models_base_timestampmixin", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "models_output_confidencetier", "to": "models_base_timestampmixin", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "models_output_outputrow", "to": "models_base_timestampmixin", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_app_models_output_py", "to": "models_output_confidencetier", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_models_output_py", "to": "models_output_outputrow", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "schemas_output_feedbacksummary", "to": "models_output_confidencetier", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "schemas_output_outputrowresponse", "to": "models_output_confidencetier", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "schemas_output_sourcelinepreview", "to": "models_output_confidencetier", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "schemas_output_outputpreviewresponse", "to": "models_output_confidencetier", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "services_report_service_reportservice", "to": "models_output_confidencetier", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "services_report_service_reportservice", "to": "models_output_outputrow", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "services_output_service_outputservice", "to": "models_output_outputrow", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_app_schemas_files_py", "to": "schemas_files_tmfileresponse", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_schemas_files_py", "to": "schemas_files_referencefileresponse", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_schemas_files_py", "to": "schemas_files_fileuploadresponse", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_schemas_user_py", "to": "schemas_user_usercreate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_schemas_user_py", "to": "schemas_user_userupdate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_schemas_user_py", "to": "schemas_user_userresponse", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_schemas_feedback_py", "to": "schemas_feedback_feedbackcreate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_schemas_feedback_py", "to": "schemas_feedback_feedbackresponse", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_services_feedback_service_py", "to": "schemas_feedback_feedbackcreate", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_app_schemas_job_py", "to": "schemas_job_jobcreate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_schemas_job_py", "to": "schemas_job_jobupdate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_schemas_job_py", "to": "schemas_job_localeinstanceresponse", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_schemas_job_py", "to": "schemas_job_jobresponse", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_schemas_job_py", "to": "schemas_job_joblistresponse", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_job_service_jobservice", "to": "schemas_job_jobcreate", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "services_job_service_jobservice", "to": "schemas_job_jobupdate", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "v1_jobs_list_jobs", "to": "schemas_job_joblistresponse", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_app_schemas_client_py", "to": "schemas_client_clientcreate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_schemas_client_py", "to": "schemas_client_clientupdate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_schemas_client_py", "to": "schemas_client_clientresponse", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_schemas_common_py", "to": "schemas_common_paginatedresponse", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_schemas_common_py", "to": "schemas_common_errorresponse", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_schemas_output_py", "to": "schemas_output_feedbacksummary", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_schemas_output_py", "to": "schemas_output_outputrowresponse", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_schemas_output_py", "to": "schemas_output_sourcelinepreview", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_schemas_output_py", "to": "schemas_output_outputpreviewresponse", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "schemas_output_rationale_11", "to": "schemas_output_feedbacksummary", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_output_service_outputservice", "to": "schemas_output_outputrowresponse", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "services_output_service_outputservice", "to": "schemas_output_sourcelinepreview", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "services_output_service_outputservice", "to": "schemas_output_outputpreviewresponse", "label": "uses", "title": "uses [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "services_output_service_outputservice_get_preview", "to": "schemas_output_outputpreviewresponse", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_app_api_v1_files_py", "to": "v1_files_list_tm_files", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_api_v1_files_py", "to": "v1_files_download_tm_file", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_api_v1_files_py", "to": "v1_files_list_reference_files", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_api_v1_files_py", "to": "v1_files_rationale_171", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_api_v1_files_py", "to": "v1_files_rationale_195", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "v1_files_rationale_66", "to": "v1_files_list_tm_files", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "v1_files_rationale_158", "to": "v1_files_list_reference_files", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_api_v1_audit_py", "to": "v1_audit_list_audit_logs", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "v1_audit_rationale_28", "to": "v1_audit_list_audit_logs", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_api_v1_users_py", "to": "v1_users_create_user", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_api_v1_users_py", "to": "v1_users_list_users", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_api_v1_users_py", "to": "v1_users_get_user", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_api_v1_users_py", "to": "v1_users_update_user", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_api_v1_users_py", "to": "v1_users_delete_user", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "v1_users_rationale_27", "to": "v1_users_create_user", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "v1_users_rationale_60", "to": "v1_users_list_users", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "v1_users_rationale_84", "to": "v1_users_get_user", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "v1_users_rationale_99", "to": "v1_users_update_user", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "v1_users_rationale_125", "to": "v1_users_delete_user", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_api_v1_jobs_py", "to": "v1_jobs_enrich_job_response", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_api_v1_jobs_py", "to": "v1_jobs_create_job", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_api_v1_jobs_py", "to": "v1_jobs_list_jobs", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_api_v1_jobs_py", "to": "v1_jobs_get_job", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_api_v1_jobs_py", "to": "v1_jobs_rationale_254", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_api_v1_jobs_py", "to": "v1_jobs_delete_job", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_api_v1_jobs_py", "to": "v1_jobs_launch_job", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_api_v1_jobs_py", "to": "v1_jobs_cancel_job", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "v1_jobs_create_job", "to": "v1_jobs_enrich_job_response", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "v1_jobs_get_job", "to": "v1_jobs_enrich_job_response", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "v1_jobs_launch_job", "to": "v1_jobs_enrich_job_response", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "v1_jobs_cancel_job", "to": "v1_jobs_enrich_job_response", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "v1_jobs_rationale_24", "to": "v1_jobs_enrich_job_response", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "v1_jobs_create_job", "to": "v1_jobs_get_job", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "v1_jobs_rationale_38", "to": "v1_jobs_create_job", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "v1_jobs_rationale_62", "to": "v1_jobs_list_jobs", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "v1_jobs_rationale_254", "to": "v1_jobs_get_job", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "v1_jobs_launch_job", "to": "v1_jobs_get_job", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "v1_jobs_cancel_job", "to": "v1_jobs_get_job", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "v1_jobs_rationale_136", "to": "v1_jobs_get_job", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "v1_jobs_rationale_271", "to": "v1_jobs_delete_job", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "v1_jobs_rationale_292", "to": "v1_jobs_launch_job", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "v1_jobs_rationale_314", "to": "v1_jobs_cancel_job", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_file_service_fileservice", "to": "v1_jobs_rationale_254", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "v1_jobs_rationale_254", "to": "services_file_service_fileservice_resolve_path", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_file_service_rationale_77", "to": "v1_jobs_rationale_254", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_api_v1_clients_py", "to": "v1_clients_list_clients", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_api_v1_clients_py", "to": "v1_clients_get_client", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_api_v1_clients_py", "to": "v1_clients_delete_client", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "v1_clients_rationale_98", "to": "v1_clients_delete_client", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_api_v1_reports_py", "to": "v1_reports_get_token_cost_data", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "v1_reports_rationale_37", "to": "v1_reports_get_token_cost_data", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "v1_reports_rationale_37", "to": "services_report_service_reportservice_get_token_cost_data", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_api_v1_output_py", "to": "v1_output_create_feedback", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_api_v1_output_py", "to": "v1_output_list_feedback_for_output", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_api_v1_output_py", "to": "v1_output_export_output", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "v1_output_rationale_50", "to": "v1_output_create_feedback", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "v1_output_rationale_69", "to": "v1_output_list_feedback_for_output", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "v1_output_rationale_81", "to": "v1_output_export_output", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_file_service_fileservice", "to": "services_file_service_fileservice_init", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_file_service_fileservice", "to": "services_file_service_fileservice_resolve_path", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_file_service_fileservice", "to": "services_file_service_fileservice_upload_source_file", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_file_service_fileservice", "to": "services_file_service_fileservice_upload_tm_file", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_file_service_fileservice", "to": "services_file_service_fileservice_upload_reference_file", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_file_service_fileservice", "to": "services_file_service_fileservice_list_tm_files", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_file_service_fileservice", "to": "services_file_service_fileservice_list_reference_files", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_file_service_fileservice", "to": "services_file_service_fileservice_get_file_path", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_file_service_fileservice", "to": "services_file_service_fileservice_delete_tm_file", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_file_service_fileservice", "to": "services_file_service_fileservice_delete_reference_file", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_file_service_fileservice", "to": "services_file_service_fileservice_validate_file_extension", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_file_service_rationale_17", "to": "services_file_service_fileservice", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_file_service_fileservice_upload_source_file", "to": "services_file_service_fileservice_resolve_path", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_file_service_fileservice_upload_tm_file", "to": "services_file_service_fileservice_resolve_path", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_file_service_fileservice_upload_reference_file", "to": "services_file_service_fileservice_resolve_path", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_file_service_rationale_23", "to": "services_file_service_fileservice_resolve_path", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_file_service_rationale_35", "to": "services_file_service_fileservice_upload_source_file", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_file_service_rationale_93", "to": "services_file_service_fileservice_upload_tm_file", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_file_service_rationale_130", "to": "services_file_service_fileservice_upload_reference_file", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_file_service_rationale_156", "to": "services_file_service_fileservice_list_tm_files", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_file_service_rationale_173", "to": "services_file_service_fileservice_list_reference_files", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_file_service_rationale_184", "to": "services_file_service_fileservice_get_file_path", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_file_service_rationale_193", "to": "services_file_service_fileservice_delete_tm_file", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_file_service_rationale_213", "to": "services_file_service_fileservice_delete_reference_file", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_file_service_rationale_232", "to": "services_file_service_fileservice_validate_file_extension", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_job_service_jobservice", "to": "services_job_service_jobservice_create_job", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_job_service_jobservice", "to": "services_job_service_jobservice_get_job", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_job_service_jobservice", "to": "services_job_service_jobservice_list_jobs", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_job_service_jobservice", "to": "services_job_service_jobservice_update_job", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_job_service_jobservice", "to": "services_job_service_jobservice_launch_job", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_job_service_jobservice", "to": "services_job_service_jobservice_cancel_job", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_job_service_jobservice", "to": "services_job_service_jobservice_rerun_locale", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_job_service_jobservice", "to": "services_job_service_jobservice_delete_job", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_job_service_rationale_18", "to": "services_job_service_jobservice", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_job_service_rationale_23", "to": "services_job_service_jobservice_create_job", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_job_service_jobservice_update_job", "to": "services_job_service_jobservice_get_job", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_job_service_jobservice_launch_job", "to": "services_job_service_jobservice_get_job", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_job_service_jobservice_cancel_job", "to": "services_job_service_jobservice_get_job", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_job_service_rationale_74", "to": "services_job_service_jobservice_get_job", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_job_service_rationale_99", "to": "services_job_service_jobservice_list_jobs", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_job_service_rationale_154", "to": "services_job_service_jobservice_launch_job", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_job_service_rationale_188", "to": "services_job_service_jobservice_cancel_job", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_job_service_rationale_210", "to": "services_job_service_jobservice_rerun_locale", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_job_service_rationale_237", "to": "services_job_service_jobservice_delete_job", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_report_service_reportservice", "to": "services_report_service_reportservice_get_usage_stats", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_report_service_reportservice", "to": "services_report_service_reportservice_get_token_cost_data", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_report_service_reportservice", "to": "services_report_service_reportservice_get_quality_metrics", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_report_service_reportservice", "to": "services_report_service_reportservice_get_locale_stats", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_report_service_reportservice", "to": "services_report_service_reportservice_get_jobs_over_time", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_report_service_rationale_15", "to": "services_report_service_reportservice", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_report_service_rationale_24", "to": "services_report_service_reportservice_get_usage_stats", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_report_service_rationale_109", "to": "services_report_service_reportservice_get_quality_metrics", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_report_service_rationale_147", "to": "services_report_service_reportservice_get_locale_stats", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_report_service_rationale_192", "to": "services_report_service_reportservice_get_jobs_over_time", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_services_feedback_service_py", "to": "services_feedback_service_feedbackservice_create_feedback", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_services_feedback_service_py", "to": "services_feedback_service_feedbackservice_list_feedback", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_services_feedback_service_py", "to": "services_feedback_service_feedbackservice_get_feedback", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_services_feedback_service_py", "to": "services_feedback_service_feedbackservice_delete_feedback", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_feedback_service_rationale_11", "to": "backend_app_services_feedback_service_py", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_feedback_service_rationale_19", "to": "services_feedback_service_feedbackservice_create_feedback", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_feedback_service_rationale_37", "to": "services_feedback_service_feedbackservice_list_feedback", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_feedback_service_feedbackservice_delete_feedback", "to": "services_feedback_service_feedbackservice_get_feedback", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_feedback_service_rationale_51", "to": "services_feedback_service_feedbackservice_get_feedback", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_feedback_service_rationale_60", "to": "services_feedback_service_feedbackservice_delete_feedback", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_audit_service_auditservice", "to": "services_audit_service_auditservice_log", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_audit_service_auditservice", "to": "services_audit_service_auditservice_list_logs", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_audit_service_rationale_13", "to": "services_audit_service_auditservice", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_audit_service_rationale_25", "to": "services_audit_service_auditservice_log", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_audit_service_rationale_50", "to": "services_audit_service_auditservice_list_logs", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_output_service_outputservice", "to": "services_output_service_outputservice_get_preview", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_output_service_outputservice", "to": "services_output_service_outputservice_get_output_rows", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_output_service_outputservice", "to": "services_output_service_outputservice_trigger_export", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_output_service_rationale_18", "to": "services_output_service_outputservice", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_output_service_rationale_26", "to": "services_output_service_outputservice_get_preview", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_output_service_rationale_75", "to": "services_output_service_outputservice_get_output_rows", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "services_output_service_rationale_89", "to": "services_output_service_outputservice_trigger_export", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_ws_handler_py", "to": "ws_handler_websocket_endpoint", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ws_handler_rationale_16", "to": "ws_handler_websocket_endpoint", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_app_ws_manager_py", "to": "ws_manager_connectionmanager", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ws_manager_connectionmanager", "to": "ws_manager_connectionmanager_init", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ws_manager_connectionmanager", "to": "ws_manager_connectionmanager_connect", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ws_manager_connectionmanager", "to": "ws_manager_connectionmanager_disconnect", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ws_manager_connectionmanager", "to": "ws_manager_connectionmanager_broadcast", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ws_manager_connectionmanager", "to": "ws_manager_connectionmanager_send_personal", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ws_manager_connectionmanager", "to": "ws_manager_connectionmanager_get_connection_count", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ws_manager_rationale_8", "to": "ws_manager_connectionmanager", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ws_manager_rationale_14", "to": "ws_manager_connectionmanager_connect", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ws_manager_connectionmanager_broadcast", "to": "ws_manager_connectionmanager_disconnect", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ws_manager_rationale_21", "to": "ws_manager_connectionmanager_disconnect", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ws_manager_rationale_30", "to": "ws_manager_connectionmanager_broadcast", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ws_manager_rationale_50", "to": "ws_manager_connectionmanager_send_personal", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ws_manager_rationale_54", "to": "ws_manager_connectionmanager_get_connection_count", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_alembic_env_py", "to": "alembic_env_run_migrations_offline", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_alembic_env_py", "to": "alembic_env_do_run_migrations", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_alembic_env_py", "to": "alembic_env_run_async_migrations", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_alembic_env_py", "to": "alembic_env_run_migrations_online", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "alembic_env_rationale_29", "to": "alembic_env_run_migrations_offline", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "alembic_env_run_migrations_online", "to": "alembic_env_run_async_migrations", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "alembic_env_rationale_50", "to": "alembic_env_run_async_migrations", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "alembic_env_rationale_29", "to": "alembic_env_run_migrations_online", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_alembic_versions_a1b2c3d4e5f6_add_tm_channels_to_jobs_py", "to": "versions_a1b2c3d4e5f6_add_tm_channels_to_jobs_upgrade", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_alembic_versions_a1b2c3d4e5f6_add_tm_channels_to_jobs_py", "to": "versions_a1b2c3d4e5f6_add_tm_channels_to_jobs_downgrade", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_alembic_versions_d4a016fd0817_initial_schema_py", "to": "versions_d4a016fd0817_initial_schema_upgrade", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_alembic_versions_d4a016fd0817_initial_schema_py", "to": "versions_d4a016fd0817_initial_schema_downgrade", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_alembic_versions_b2c3d4e5f6a7_add_llm_model_to_jobs_py", "to": "versions_b2c3d4e5f6a7_add_llm_model_to_jobs_upgrade", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_alembic_versions_b2c3d4e5f6a7_add_llm_model_to_jobs_py", "to": "versions_b2c3d4e5f6a7_add_llm_model_to_jobs_downgrade", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_alembic_versions_c1d2e3f4a5b6_add_sso_fields_py", "to": "versions_c1d2e3f4a5b6_add_sso_fields_upgrade", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_alembic_versions_c1d2e3f4a5b6_add_sso_fields_py", "to": "versions_c1d2e3f4a5b6_add_sso_fields_downgrade", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_alembic_versions_d3e4f5a6b7c8_add_viewer_role_py", "to": "versions_d3e4f5a6b7c8_add_viewer_role_upgrade", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_alembic_versions_d3e4f5a6b7c8_add_viewer_role_py", "to": "versions_d3e4f5a6b7c8_add_viewer_role_downgrade", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_alembic_versions_63181f0dd8e4_add_progress_and_current_stage_to_py", "to": "versions_63181f0dd8e4_add_progress_and_current_stage_to_upgrade", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_alembic_versions_63181f0dd8e4_add_progress_and_current_stage_to_py", "to": "versions_63181f0dd8e4_add_progress_and_current_stage_to_downgrade", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_ref_locale_considerations_nl_be_local_considerations_json", "to": "locale_considerations_nl_be_local_considerations_locale", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_ref_locale_considerations_nl_be_local_considerations_json", "to": "locale_considerations_nl_be_local_considerations_all_locales", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_ref_locale_considerations_nl_be_local_considerations_json", "to": "locale_considerations_nl_be_local_considerations_nl_be", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_ref_locale_considerations_de_de_local_considerations_json", "to": "locale_considerations_de_de_local_considerations_locale", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_ref_locale_considerations_de_de_local_considerations_json", "to": "locale_considerations_de_de_local_considerations_all_locales", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_ref_locale_considerations_de_de_local_considerations_json", "to": "locale_considerations_de_de_local_considerations_de_de", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_ref_locale_considerations_sv_se_local_considerations_json", "to": "locale_considerations_sv_se_local_considerations_locale", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_ref_locale_considerations_sv_se_local_considerations_json", "to": "locale_considerations_sv_se_local_considerations_all_locales", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_ref_locale_considerations_sv_se_local_considerations_json", "to": "locale_considerations_sv_se_local_considerations_sv_se", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_ref_locale_considerations_sv_se_local_considerations_json", "to": "locale_considerations_es_es_local_considerations_locale", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_ref_locale_considerations_sv_se_local_considerations_json", "to": "locale_considerations_es_es_local_considerations_all_locales", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_ref_locale_considerations_sv_se_local_considerations_json", "to": "locale_considerations_es_es_local_considerations_es_es", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_ref_locale_considerations_pl_pl_local_considerations_json", "to": "locale_considerations_pl_pl_local_considerations_locale", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_ref_locale_considerations_pl_pl_local_considerations_json", "to": "locale_considerations_pl_pl_local_considerations_all_locales", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_ref_locale_considerations_pl_pl_local_considerations_json", "to": "locale_considerations_pl_pl_local_considerations_pl_pl", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_ref_locale_considerations_pt_pt_local_considerations_json", "to": "locale_considerations_pt_pt_local_considerations_locale", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_ref_locale_considerations_pt_pt_local_considerations_json", "to": "locale_considerations_pt_pt_local_considerations_all_locales", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_ref_locale_considerations_pt_pt_local_considerations_json", "to": "locale_considerations_pt_pt_local_considerations_pt_pt", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_ref_locale_considerations_ca_es_local_considerations_json", "to": "locale_considerations_ca_es_local_considerations_locale", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_ref_locale_considerations_ca_es_local_considerations_json", "to": "locale_considerations_ca_es_local_considerations_all_locales", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_ref_locale_considerations_ca_es_local_considerations_json", "to": "locale_considerations_ca_es_local_considerations_ca_es", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_ref_locale_considerations_fr_be_local_considerations_json", "to": "locale_considerations_fr_be_local_considerations_locale", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_ref_locale_considerations_fr_be_local_considerations_json", "to": "locale_considerations_fr_be_local_considerations_all_locales", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_ref_locale_considerations_fr_be_local_considerations_json", "to": "locale_considerations_fr_be_local_considerations_fr_be", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_ref_locale_considerations_fr_fr_local_considerations_json", "to": "locale_considerations_fr_fr_local_considerations_locale", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_ref_locale_considerations_fr_fr_local_considerations_json", "to": "locale_considerations_fr_fr_local_considerations_all_locales", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_ref_locale_considerations_fr_fr_local_considerations_json", "to": "locale_considerations_fr_fr_local_considerations_fr_fr", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_ref_locale_considerations_de_at_local_considerations_json", "to": "locale_considerations_de_at_local_considerations_locale", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_ref_locale_considerations_de_at_local_considerations_json", "to": "locale_considerations_de_at_local_considerations_all_locales", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_ref_locale_considerations_de_at_local_considerations_json", "to": "locale_considerations_de_at_local_considerations_de_at", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_ref_locale_considerations_it_it_local_considerations_json", "to": "locale_considerations_it_it_local_considerations_locale", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_ref_locale_considerations_it_it_local_considerations_json", "to": "locale_considerations_it_it_local_considerations_all_locales", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_ref_locale_considerations_it_it_local_considerations_json", "to": "locale_considerations_it_it_local_considerations_it_it", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_ref_locale_considerations_nl_nl_local_considerations_json", "to": "locale_considerations_nl_nl_local_considerations_locale", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_ref_locale_considerations_nl_nl_local_considerations_json", "to": "locale_considerations_nl_nl_local_considerations_all_locales", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_ref_locale_considerations_nl_nl_local_considerations_json", "to": "locale_considerations_nl_nl_local_considerations_nl_nl", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_ref_date_pct_formats_sv_se_date_percent_formats_json", "to": "date_pct_formats_sv_se_date_percent_formats_locale", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_ref_date_pct_formats_sv_se_date_percent_formats_json", "to": "date_pct_formats_sv_se_date_percent_formats_entries", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_ref_date_pct_formats_sv_se_date_percent_formats_json", "to": "date_pct_formats_nl_be_date_percent_formats_locale", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_ref_date_pct_formats_sv_se_date_percent_formats_json", "to": "date_pct_formats_nl_be_date_percent_formats_entries", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_ref_date_pct_formats_de_de_date_percent_formats_json", "to": "date_pct_formats_de_de_date_percent_formats_locale", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_ref_date_pct_formats_de_de_date_percent_formats_json", "to": "date_pct_formats_de_de_date_percent_formats_entries", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_ref_date_pct_formats_de_de_date_percent_formats_json", "to": "date_pct_formats_ca_es_date_percent_formats_locale", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_ref_date_pct_formats_de_de_date_percent_formats_json", "to": "date_pct_formats_ca_es_date_percent_formats_entries", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_ref_date_pct_formats_de_de_date_percent_formats_json", "to": "date_pct_formats_de_at_date_percent_formats_locale", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_ref_date_pct_formats_de_de_date_percent_formats_json", "to": "date_pct_formats_de_at_date_percent_formats_entries", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_ref_date_pct_formats_de_de_date_percent_formats_json", "to": "date_pct_formats_es_es_date_percent_formats_locale", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_ref_date_pct_formats_de_de_date_percent_formats_json", "to": "date_pct_formats_es_es_date_percent_formats_entries", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_ref_date_pct_formats_it_it_date_percent_formats_json", "to": "date_pct_formats_it_it_date_percent_formats_locale", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_ref_date_pct_formats_it_it_date_percent_formats_json", "to": "date_pct_formats_it_it_date_percent_formats_entries", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_ref_date_pct_formats_nl_nl_date_percent_formats_json", "to": "date_pct_formats_nl_nl_date_percent_formats_locale", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_ref_date_pct_formats_nl_nl_date_percent_formats_json", "to": "date_pct_formats_nl_nl_date_percent_formats_entries", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_ref_date_pct_formats_fr_fr_date_percent_formats_json", "to": "date_pct_formats_fr_fr_date_percent_formats_locale", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_ref_date_pct_formats_fr_fr_date_percent_formats_json", "to": "date_pct_formats_fr_fr_date_percent_formats_entries", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_ref_date_pct_formats_fr_fr_date_percent_formats_json", "to": "date_pct_formats_fr_be_date_percent_formats_locale", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_ref_date_pct_formats_fr_fr_date_percent_formats_json", "to": "date_pct_formats_fr_be_date_percent_formats_entries", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_ref_date_pct_formats_pt_pt_date_percent_formats_json", "to": "date_pct_formats_pt_pt_date_percent_formats_locale", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_ref_date_pct_formats_pt_pt_date_percent_formats_json", "to": "date_pct_formats_pt_pt_date_percent_formats_entries", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_ref_date_pct_formats_pl_pl_date_percent_formats_json", "to": "date_pct_formats_pl_pl_date_percent_formats_locale", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_ref_date_pct_formats_pl_pl_date_percent_formats_json", "to": "date_pct_formats_pl_pl_date_percent_formats_entries", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_ref_tov_supplement_de_at_tov_guidelines_json", "to": "tov_supplement_de_at_tov_guidelines_document", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tov_supplement_de_at_tov_guidelines_document", "to": "tov_supplement_de_at_tov_guidelines_document_title", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tov_supplement_de_at_tov_guidelines_document", "to": "tov_supplement_de_at_tov_guidelines_document_version_date", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tov_supplement_de_at_tov_guidelines_document", "to": "tov_supplement_de_at_tov_guidelines_document_scope", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tov_supplement_de_at_tov_guidelines_document", "to": "tov_supplement_de_at_tov_guidelines_document_sections", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_ref_tov_global_amazon_tov_guidelines_for_transcreation_290224_json", "to": "tov_global_amazon_tov_guidelines_for_transcreation_290224_document", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tov_global_amazon_tov_guidelines_for_transcreation_290224_document", "to": "tov_global_amazon_tov_guidelines_for_transcreation_290224_document_title", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tov_global_amazon_tov_guidelines_for_transcreation_290224_document", "to": "tov_global_amazon_tov_guidelines_for_transcreation_290224_document_version_note", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "tov_global_amazon_tov_guidelines_for_transcreation_290224_document", "to": "tov_global_amazon_tov_guidelines_for_transcreation_290224_document_sections", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_ref_blacklist_it_it_blacklist_json", "to": "blacklist_it_it_blacklist_locale", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_ref_blacklist_it_it_blacklist_json", "to": "blacklist_it_it_blacklist_entries", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_ref_blacklist_es_es_blacklist_json", "to": "blacklist_es_es_blacklist_locale", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_ref_blacklist_es_es_blacklist_json", "to": "blacklist_es_es_blacklist_entries", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_ref_blacklist_pl_pl_blacklist_json", "to": "blacklist_pl_pl_blacklist_locale", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_ref_blacklist_pl_pl_blacklist_json", "to": "blacklist_pl_pl_blacklist_entries", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_ref_blacklist_nl_nl_blacklist_json", "to": "blacklist_nl_nl_blacklist_locale", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_ref_blacklist_nl_nl_blacklist_json", "to": "blacklist_nl_nl_blacklist_entries", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_ref_blacklist_pt_pt_blacklist_json", "to": "blacklist_pt_pt_blacklist_locale", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_ref_blacklist_pt_pt_blacklist_json", "to": "blacklist_pt_pt_blacklist_entries", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_ref_blacklist_ca_es_blacklist_json", "to": "blacklist_ca_es_blacklist_locale", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_ref_blacklist_ca_es_blacklist_json", "to": "blacklist_ca_es_blacklist_entries", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_ref_blacklist_fr_fr_blacklist_json", "to": "blacklist_fr_fr_blacklist_locale", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_ref_blacklist_fr_fr_blacklist_json", "to": "blacklist_fr_fr_blacklist_entries", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_ref_blacklist_de_at_blacklist_json", "to": "blacklist_de_at_blacklist_locale", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_ref_blacklist_de_at_blacklist_json", "to": "blacklist_de_at_blacklist_entries", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_ref_blacklist_fr_be_blacklist_json", "to": "blacklist_fr_be_blacklist_locale", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_ref_blacklist_fr_be_blacklist_json", "to": "blacklist_fr_be_blacklist_entries", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_ref_blacklist_sv_se_blacklist_json", "to": "blacklist_sv_se_blacklist_locale", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_ref_blacklist_sv_se_blacklist_json", "to": "blacklist_sv_se_blacklist_entries", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_ref_blacklist_de_de_blacklist_json", "to": "blacklist_de_de_blacklist_locale", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_ref_blacklist_de_de_blacklist_json", "to": "blacklist_de_de_blacklist_entries", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_ref_blacklist_nl_be_blacklist_json", "to": "blacklist_nl_be_blacklist_locale", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_ref_blacklist_nl_be_blacklist_json", "to": "blacklist_nl_be_blacklist_entries", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_ref_glossary_it_it_glossary_json", "to": "glossary_it_it_glossary_locale", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_ref_glossary_it_it_glossary_json", "to": "glossary_it_it_glossary_entries", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_ref_glossary_fr_be_glossary_json", "to": "glossary_fr_be_glossary_locale", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_ref_glossary_fr_be_glossary_json", "to": "glossary_fr_be_glossary_entries", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_ref_glossary_es_es_glossary_json", "to": "glossary_es_es_glossary_locale", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_ref_glossary_es_es_glossary_json", "to": "glossary_es_es_glossary_entries", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_ref_glossary_pl_pl_glossary_json", "to": "glossary_pl_pl_glossary_locale", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_ref_glossary_pl_pl_glossary_json", "to": "glossary_pl_pl_glossary_entries", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_ref_glossary_sv_se_glossary_json", "to": "glossary_sv_se_glossary_locale", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_ref_glossary_sv_se_glossary_json", "to": "glossary_sv_se_glossary_entries", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_ref_glossary_ca_es_glossary_json", "to": "glossary_ca_es_glossary_locale", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_ref_glossary_ca_es_glossary_json", "to": "glossary_ca_es_glossary_entries", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_ref_glossary_de_at_glossary_json", "to": "glossary_de_at_glossary_locale", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_ref_glossary_de_at_glossary_json", "to": "glossary_de_at_glossary_entries", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_ref_glossary_pt_pt_glossary_json", "to": "glossary_pt_pt_glossary_locale", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_ref_glossary_pt_pt_glossary_json", "to": "glossary_pt_pt_glossary_entries", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_ref_glossary_de_de_glossary_json", "to": "glossary_de_de_glossary_locale", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_ref_glossary_de_de_glossary_json", "to": "glossary_de_de_glossary_entries", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_ref_glossary_nl_be_glossary_json", "to": "glossary_nl_be_glossary_locale", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_ref_glossary_nl_be_glossary_json", "to": "glossary_nl_be_glossary_entries", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_ref_glossary_nl_nl_glossary_json", "to": "glossary_nl_nl_glossary_locale", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_ref_glossary_nl_nl_glossary_json", "to": "glossary_nl_nl_glossary_entries", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_ref_glossary_fr_fr_glossary_json", "to": "glossary_fr_fr_glossary_locale", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_ref_glossary_fr_fr_glossary_json", "to": "glossary_fr_fr_glossary_entries", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_tm_fr_fr_flat_uefa_fr_fr_json", "to": "fr_fr_flat_uefa_fr_fr_t", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_tm_fr_fr_flat_uefa_fr_fr_json", "to": "fr_be_flat_uefa_fr_be_t", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_tm_fr_fr_flat_primedualbenefit_fr_fr_json", "to": "fr_fr_flat_primedualbenefit_fr_fr_t", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_tm_fr_fr_flat_primedualbenefit_fr_fr_json", "to": "de_de_flat_primedualbenefit_de_de_t", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_tm_fr_fr_flat_primedualbenefit_fr_fr_json", "to": "de_at_flat_primedualbenefit_de_at_t", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_tm_fr_fr_flat_primedualbenefit_fr_fr_json", "to": "pl_pl_flat_primedualbenefit_pl_pl_t", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_tm_fr_fr_flat_primedualbenefit_fr_fr_json", "to": "nl_nl_flat_primedualbenefit_nl_nl_t", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_tm_fr_fr_flat_primedualbenefit_fr_fr_json", "to": "pt_pt_flat_primedualbenefit_pt_pt_t", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_tm_fr_fr_flat_primedualbenefit_fr_fr_json", "to": "it_it_flat_primedualbenefit_it_it_t", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_tm_fr_fr_flat_primedualbenefit_fr_fr_json", "to": "sv_se_flat_primedualbenefit_sv_se_t", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_tm_fr_fr_flat_primedualbenefit_fr_fr_json", "to": "nl_be_flat_primedualbenefit_nl_be_t", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_tm_fr_fr_flat_primedualbenefit_fr_fr_json", "to": "fr_be_flat_primedualbenefit_fr_be_t", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_tm_fr_fr_flat_primespeed_fr_fr_json", "to": "fr_fr_flat_primespeed_fr_fr_t", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_tm_fr_fr_flat_primemidfunnel_fr_fr_json", "to": "fr_fr_flat_primemidfunnel_fr_fr_t", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_tm_fr_fr_flat_primemidfunnel_fr_fr_json", "to": "es_es_flat_primemidfunnel_es_es_t", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_tm_fr_fr_flat_primemidfunnel_fr_fr_json", "to": "it_it_flat_primemidfunnel_it_it_t", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_tm_fr_fr_flat_onsite_fr_fr_json", "to": "fr_fr_flat_onsite_fr_fr_t", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_tm_fr_fr_flat_mass_fr_fr_json", "to": "fr_fr_flat_mass_fr_fr_t", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_tm_fr_fr_flat_euselection_fr_fr_json", "to": "fr_fr_flat_euselection_fr_fr_t", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_tm_fr_fr_flat_euselection_fr_fr_json", "to": "fr_be_flat_euselection_fr_be_t", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_tm_fr_fr_flat_value_fr_fr_json", "to": "fr_fr_flat_value_fr_fr_t", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_tm_fr_fr_flat_thekiss_fr_fr_json", "to": "fr_fr_flat_thekiss_fr_fr_t", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_tm_fr_fr_flat_primegourmetguard_fr_fr_json", "to": "fr_fr_flat_primegourmetguard_fr_fr_t", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_tm_fr_fr_flat_primegourmetguard_fr_fr_json", "to": "de_de_flat_primegourmetguard_de_de_t", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_tm_fr_fr_flat_doubledonut_fr_fr_json", "to": "fr_fr_flat_doubledonut_fr_fr_t", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_tm_fr_fr_flat_outbound_fr_fr_json", "to": "fr_fr_flat_outbound_fr_fr_t", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_tm_fr_fr_flat_outbound_fr_fr_json", "to": "fr_be_flat_outbound_fr_be_t", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_tm_de_de_flat_primespeed_de_de_json", "to": "de_de_flat_primespeed_de_de_t", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_tm_de_de_flat_uefa_de_de_json", "to": "de_de_flat_uefa_de_de_t", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_tm_de_de_flat_primemidfunnel_de_de_json", "to": "de_de_flat_primemidfunnel_de_de_t", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_tm_de_de_flat_onsite_de_de_json", "to": "de_de_flat_onsite_de_de_t", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_tm_de_de_flat_mass_de_de_json", "to": "de_de_flat_mass_de_de_t", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_tm_de_de_flat_value_de_de_json", "to": "de_de_flat_value_de_de_t", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_tm_de_de_flat_thekiss_de_de_json", "to": "de_de_flat_thekiss_de_de_t", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_tm_de_de_flat_doubledonut_de_de_json", "to": "de_de_flat_doubledonut_de_de_t", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_tm_de_de_flat_outbound_de_de_json", "to": "de_de_flat_outbound_de_de_t", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_tm_de_at_flat_outbound_de_at_json", "to": "de_at_flat_outbound_de_at_t", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_tm_de_at_flat_primegourmetguard_de_at_json", "to": "de_at_flat_primegourmetguard_de_at_t", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_tm_de_at_flat_value_de_at_json", "to": "de_at_flat_value_de_at_t", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_tm_de_at_flat_mass_de_at_json", "to": "de_at_flat_mass_de_at_t", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_tm_de_at_flat_onsite_de_at_json", "to": "de_at_flat_onsite_de_at_t", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_tm_de_at_flat_uefa_de_at_json", "to": "de_at_flat_uefa_de_at_t", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_tm_pl_pl_flat_uefa_pl_pl_json", "to": "pl_pl_flat_uefa_pl_pl_t", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_tm_pl_pl_flat_euselection_pl_pl_json", "to": "pl_pl_flat_euselection_pl_pl_t", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_tm_pl_pl_flat_mass_pl_pl_json", "to": "pl_pl_flat_mass_pl_pl_t", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_tm_pl_pl_flat_onsite_pl_pl_json", "to": "pl_pl_flat_onsite_pl_pl_t", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_tm_pl_pl_flat_thekiss_pl_pl_json", "to": "pl_pl_flat_thekiss_pl_pl_t", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_tm_pl_pl_flat_value_pl_pl_json", "to": "pl_pl_flat_value_pl_pl_t", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_tm_pl_pl_flat_outbound_pl_pl_json", "to": "pl_pl_flat_outbound_pl_pl_t", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_tm_es_es_flat_outbound_es_es_json", "to": "es_es_flat_outbound_es_es_t", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_tm_es_es_flat_primegourmetguard_es_es_json", "to": "es_es_flat_primegourmetguard_es_es_t", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_tm_es_es_flat_doubledonut_es_es_json", "to": "es_es_flat_doubledonut_es_es_t", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_tm_es_es_flat_thekiss_es_es_json", "to": "es_es_flat_thekiss_es_es_t", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_tm_es_es_flat_value_es_es_json", "to": "es_es_flat_value_es_es_t", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_tm_es_es_flat_value_es_es_json", "to": "ca_es_flat_value_ca_es_t", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_tm_es_es_flat_mass_es_es_json", "to": "es_es_flat_mass_es_es_t", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_tm_es_es_flat_euselection_es_es_json", "to": "es_es_flat_euselection_es_es_t", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_tm_es_es_flat_onsite_es_es_json", "to": "es_es_flat_onsite_es_es_t", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_tm_es_es_flat_uefa_es_es_json", "to": "es_es_flat_uefa_es_es_t", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_tm_es_es_flat_primespeed_es_es_json", "to": "es_es_flat_primespeed_es_es_t", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_tm_es_es_flat_primedualbenefit_es_es_json", "to": "es_es_flat_primedualbenefit_es_es_t", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_tm_ca_es_flat_primespeed_ca_es_json", "to": "ca_es_flat_primespeed_ca_es_t", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_tm_ca_es_flat_mass_ca_es_json", "to": "ca_es_flat_mass_ca_es_t", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_tm_nl_nl_flat_onsite_nl_nl_json", "to": "nl_nl_flat_onsite_nl_nl_t", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_tm_nl_nl_flat_mass_nl_nl_json", "to": "nl_nl_flat_mass_nl_nl_t", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_tm_nl_nl_flat_euselection_nl_nl_json", "to": "nl_nl_flat_euselection_nl_nl_t", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_tm_nl_nl_flat_uefa_nl_nl_json", "to": "nl_nl_flat_uefa_nl_nl_t", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_tm_nl_nl_flat_outbound_nl_nl_json", "to": "nl_nl_flat_outbound_nl_nl_t", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_tm_nl_nl_flat_thekiss_nl_nl_json", "to": "nl_nl_flat_thekiss_nl_nl_t", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_tm_nl_nl_flat_value_nl_nl_json", "to": "nl_nl_flat_value_nl_nl_t", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_tm_pt_pt_flat_outbound_pt_pt_json", "to": "pt_pt_flat_outbound_pt_pt_t", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_tm_pt_pt_flat_value_pt_pt_json", "to": "pt_pt_flat_value_pt_pt_t", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_tm_pt_pt_flat_onsite_pt_pt_json", "to": "pt_pt_flat_onsite_pt_pt_t", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_tm_pt_pt_flat_mass_pt_pt_json", "to": "pt_pt_flat_mass_pt_pt_t", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_tm_pt_pt_flat_uefa_pt_pt_json", "to": "pt_pt_flat_uefa_pt_pt_t", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_tm_it_it_flat_value_it_it_json", "to": "it_it_flat_value_it_it_t", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_tm_it_it_flat_thekiss_it_it_json", "to": "it_it_flat_thekiss_it_it_t", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_tm_it_it_flat_primegourmetguard_it_it_json", "to": "it_it_flat_primegourmetguard_it_it_t", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_tm_it_it_flat_doubledonut_it_it_json", "to": "it_it_flat_doubledonut_it_it_t", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_tm_it_it_flat_outbound_it_it_json", "to": "it_it_flat_outbound_it_it_t", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_tm_it_it_flat_primespeed_it_it_json", "to": "it_it_flat_primespeed_it_it_t", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_tm_it_it_flat_uefa_it_it_json", "to": "it_it_flat_uefa_it_it_t", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_tm_it_it_flat_onsite_it_it_json", "to": "it_it_flat_onsite_it_it_t", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_tm_it_it_flat_mass_it_it_json", "to": "it_it_flat_mass_it_it_t", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_tm_it_it_flat_euselection_it_it_json", "to": "it_it_flat_euselection_it_it_t", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_tm_sv_se_flat_outbound_sv_se_json", "to": "sv_se_flat_outbound_sv_se_t", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_tm_sv_se_flat_value_sv_se_json", "to": "sv_se_flat_value_sv_se_t", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_tm_sv_se_flat_value_sv_se_json", "to": "fr_be_flat_value_fr_be_t", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_tm_sv_se_flat_thekiss_sv_se_json", "to": "sv_se_flat_thekiss_sv_se_t", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_tm_sv_se_flat_onsite_sv_se_json", "to": "sv_se_flat_onsite_sv_se_t", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_tm_sv_se_flat_mass_sv_se_json", "to": "sv_se_flat_mass_sv_se_t", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_tm_sv_se_flat_euselection_sv_se_json", "to": "sv_se_flat_euselection_sv_se_t", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_tm_sv_se_flat_uefa_sv_se_json", "to": "sv_se_flat_uefa_sv_se_t", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_tm_nl_be_flat_uefa_nl_be_json", "to": "nl_be_flat_uefa_nl_be_t", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_tm_nl_be_flat_onsite_nl_be_json", "to": "nl_be_flat_onsite_nl_be_t", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_tm_nl_be_flat_mass_nl_be_json", "to": "nl_be_flat_mass_nl_be_t", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_tm_nl_be_flat_euselection_nl_be_json", "to": "nl_be_flat_euselection_nl_be_t", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_tm_nl_be_flat_thekiss_nl_be_json", "to": "nl_be_flat_thekiss_nl_be_t", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_tm_nl_be_flat_value_nl_be_json", "to": "nl_be_flat_value_nl_be_t", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_tm_nl_be_flat_outbound_nl_be_json", "to": "nl_be_flat_outbound_nl_be_t", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_tm_fr_be_flat_thekiss_fr_be_json", "to": "fr_be_flat_thekiss_fr_be_t", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_tm_fr_be_flat_mass_fr_be_json", "to": "fr_be_flat_mass_fr_be_t", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "storage_amazon_tm_fr_be_flat_onsite_fr_be_json", "to": "fr_be_flat_onsite_fr_be_t", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_tm_format_migrator_py", "to": "scripts_tm_format_migrator_parse_compact_line", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_tm_format_migrator_py", "to": "scripts_tm_format_migrator_migrate_file", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_tm_format_migrator_py", "to": "scripts_tm_format_migrator_migrate_directory", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_tm_format_migrator_py", "to": "scripts_tm_format_migrator_main", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_tm_format_migrator_migrate_file", "to": "scripts_tm_format_migrator_parse_compact_line", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_tm_format_migrator_rationale_39", "to": "scripts_tm_format_migrator_parse_compact_line", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_tm_format_migrator_migrate_directory", "to": "scripts_tm_format_migrator_migrate_file", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_tm_format_migrator_rationale_103", "to": "scripts_tm_format_migrator_migrate_file", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_tm_format_migrator_main", "to": "scripts_tm_format_migrator_migrate_directory", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_tm_format_migrator_rationale_166", "to": "scripts_tm_format_migrator_migrate_directory", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_validate_tm_files_py", "to": "scripts_validate_tm_files_detect_format", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_validate_tm_files_py", "to": "scripts_validate_tm_files_extract_channel_from_filename", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_validate_tm_files_py", "to": "scripts_validate_tm_files_validate_file", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_validate_tm_files_py", "to": "scripts_validate_tm_files_validate_directory", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_validate_tm_files_py", "to": "scripts_validate_tm_files_main", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_validate_tm_files_validate_file", "to": "scripts_validate_tm_files_detect_format", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_validate_tm_files_rationale_23", "to": "scripts_validate_tm_files_detect_format", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_validate_tm_files_validate_directory", "to": "scripts_validate_tm_files_extract_channel_from_filename", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_validate_tm_files_rationale_32", "to": "scripts_validate_tm_files_extract_channel_from_filename", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_validate_tm_files_validate_directory", "to": "scripts_validate_tm_files_validate_file", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_validate_tm_files_rationale_45", "to": "scripts_validate_tm_files_validate_file", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_validate_tm_files_main", "to": "scripts_validate_tm_files_validate_directory", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "scripts_validate_tm_files_rationale_106", "to": "scripts_validate_tm_files_validate_directory", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}];
const LEGEND = [{"cid": 0, "color": "#4E79A7", "label": "Community 0", "count": 59}, {"cid": 1, "color": "#F28E2B", "label": "Community 1", "count": 46}, {"cid": 2, "color": "#E15759", "label": "Community 2", "count": 35}, {"cid": 3, "color": "#76B7B2", "label": "Community 3", "count": 34}, {"cid": 4, "color": "#59A14F", "label": "Community 4", "count": 30}, {"cid": 5, "color": "#EDC948", "label": "Community 5", "count": 30}, {"cid": 6, "color": "#B07AA1", "label": "Community 6", "count": 27}, {"cid": 7, "color": "#FF9DA7", "label": "Community 7", "count": 27}, {"cid": 8, "color": "#9C755F", "label": "Community 8", "count": 27}, {"cid": 9, "color": "#BAB0AC", "label": "Community 9", "count": 26}, {"cid": 10, "color": "#4E79A7", "label": "Community 10", "count": 26}, {"cid": 11, "color": "#F28E2B", "label": "Community 11", "count": 24}, {"cid": 12, "color": "#E15759", "label": "Community 12", "count": 24}, {"cid": 13, "color": "#76B7B2", "label": "Community 13", "count": 23}, {"cid": 14, "color": "#59A14F", "label": "Community 14", "count": 23}, {"cid": 15, "color": "#EDC948", "label": "Community 15", "count": 23}, {"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": 20}, {"cid": 19, "color": "#BAB0AC", "label": "Community 19", "count": 20}, {"cid": 20, "color": "#4E79A7", "label": "Community 20", "count": 19}, {"cid": 21, "color": "#F28E2B", "label": "Community 21", "count": 19}, {"cid": 22, "color": "#E15759", "label": "Community 22", "count": 19}, {"cid": 23, "color": "#76B7B2", "label": "Community 23", "count": 18}, {"cid": 24, "color": "#59A14F", "label": "Community 24", "count": 18}, {"cid": 25, "color": "#EDC948", "label": "Community 25", "count": 17}, {"cid": 26, "color": "#B07AA1", "label": "Community 26", "count": 17}, {"cid": 27, "color": "#FF9DA7", "label": "Community 27", "count": 17}, {"cid": 28, "color": "#9C755F", "label": "Community 28", "count": 16}, {"cid": 29, "color": "#BAB0AC", "label": "Community 29", "count": 16}, {"cid": 30, "color": "#4E79A7", "label": "Community 30", "count": 15}, {"cid": 31, "color": "#F28E2B", "label": "Community 31", "count": 15}, {"cid": 32, "color": "#E15759", "label": "Community 32", "count": 15}, {"cid": 33, "color": "#76B7B2", "label": "Community 33", "count": 14}, {"cid": 34, "color": "#59A14F", "label": "Community 34", "count": 14}, {"cid": 35, "color": "#EDC948", "label": "Community 35", "count": 13}, {"cid": 36, "color": "#B07AA1", "label": "Community 36", "count": 13}, {"cid": 37, "color": "#FF9DA7", "label": "Community 37", "count": 13}, {"cid": 38, "color": "#9C755F", "label": "Community 38", "count": 13}, {"cid": 39, "color": "#BAB0AC", "label": "Community 39", "count": 13}, {"cid": 40, "color": "#4E79A7", "label": "Community 40", "count": 13}, {"cid": 41, "color": "#F28E2B", "label": "Community 41", "count": 13}, {"cid": 42, "color": "#E15759", "label": "Community 42", "count": 12}, {"cid": 43, "color": "#76B7B2", "label": "Community 43", "count": 12}, {"cid": 44, "color": "#59A14F", "label": "Community 44", "count": 11}, {"cid": 45, "color": "#EDC948", "label": "Community 45", "count": 11}, {"cid": 46, "color": "#B07AA1", "label": "Community 46", "count": 11}, {"cid": 47, "color": "#FF9DA7", "label": "Community 47", "count": 11}, {"cid": 48, "color": "#9C755F", "label": "Community 48", "count": 11}, {"cid": 49, "color": "#BAB0AC", "label": "Community 49", "count": 11}, {"cid": 50, "color": "#4E79A7", "label": "Community 50", "count": 10}, {"cid": 51, "color": "#F28E2B", "label": "Community 51", "count": 10}, {"cid": 52, "color": "#E15759", "label": "Community 52", "count": 10}, {"cid": 53, "color": "#76B7B2", "label": "Community 53", "count": 10}, {"cid": 54, "color": "#59A14F", "label": "Community 54", "count": 10}, {"cid": 55, "color": "#EDC948", "label": "Community 55", "count": 10}, {"cid": 56, "color": "#B07AA1", "label": "Community 56", "count": 10}, {"cid": 57, "color": "#FF9DA7", "label": "Community 57", "count": 9}, {"cid": 58, "color": "#9C755F", "label": "Community 58", "count": 9}, {"cid": 59, "color": "#BAB0AC", "label": "Community 59", "count": 9}, {"cid": 60, "color": "#4E79A7", "label": "Community 60", "count": 9}, {"cid": 61, "color": "#F28E2B", "label": "Community 61", "count": 9}, {"cid": 62, "color": "#E15759", "label": "Community 62", "count": 9}, {"cid": 63, "color": "#76B7B2", "label": "Community 63", "count": 9}, {"cid": 64, "color": "#59A14F", "label": "Community 64", "count": 8}, {"cid": 65, "color": "#EDC948", "label": "Community 65", "count": 8}, {"cid": 66, "color": "#B07AA1", "label": "Community 66", "count": 8}, {"cid": 67, "color": "#FF9DA7", "label": "Community 67", "count": 8}, {"cid": 68, "color": "#9C755F", "label": "Community 68", "count": 8}, {"cid": 69, "color": "#BAB0AC", "label": "Community 69", "count": 8}, {"cid": 70, "color": "#4E79A7", "label": "Community 70", "count": 8}, {"cid": 71, "color": "#F28E2B", "label": "Community 71", "count": 8}, {"cid": 72, "color": "#E15759", "label": "Community 72", "count": 7}, {"cid": 73, "color": "#76B7B2", "label": "Community 73", "count": 7}, {"cid": 74, "color": "#59A14F", "label": "Community 74", "count": 7}, {"cid": 75, "color": "#EDC948", "label": "Community 75", "count": 7}, {"cid": 76, "color": "#B07AA1", "label": "Community 76", "count": 7}, {"cid": 77, "color": "#FF9DA7", "label": "Community 77", "count": 6}, {"cid": 78, "color": "#9C755F", "label": "Community 78", "count": 6}, {"cid": 79, "color": "#BAB0AC", "label": "Community 79", "count": 6}, {"cid": 80, "color": "#4E79A7", "label": "Community 80", "count": 6}, {"cid": 81, "color": "#F28E2B", "label": "Community 81", "count": 6}, {"cid": 82, "color": "#E15759", "label": "Community 82", "count": 6}, {"cid": 83, "color": "#76B7B2", "label": "Community 83", "count": 5}, {"cid": 84, "color": "#59A14F", "label": "Community 84", "count": 5}, {"cid": 85, "color": "#EDC948", "label": "Community 85", "count": 5}, {"cid": 86, "color": "#B07AA1", "label": "Community 86", "count": 5}, {"cid": 87, "color": "#FF9DA7", "label": "Community 87", "count": 5}, {"cid": 88, "color": "#9C755F", "label": "Community 88", "count": 4}, {"cid": 89, "color": "#BAB0AC", "label": "Community 89", "count": 4}, {"cid": 90, "color": "#4E79A7", "label": "Community 90", "count": 4}, {"cid": 91, "color": "#F28E2B", "label": "Community 91", "count": 4}, {"cid": 92, "color": "#E15759", "label": "Community 92", "count": 4}, {"cid": 93, "color": "#76B7B2", "label": "Community 93", "count": 4}, {"cid": 94, "color": "#59A14F", "label": "Community 94", "count": 4}, {"cid": 95, "color": "#EDC948", "label": "Community 95", "count": 4}, {"cid": 96, "color": "#B07AA1", "label": "Community 96", "count": 4}, {"cid": 97, "color": "#FF9DA7", "label": "Community 97", "count": 4}, {"cid": 98, "color": "#9C755F", "label": "Community 98", "count": 4}, {"cid": 99, "color": "#BAB0AC", "label": "Community 99", "count": 4}, {"cid": 100, "color": "#4E79A7", "label": "Community 100", "count": 4}, {"cid": 101, "color": "#F28E2B", "label": "Community 101", "count": 4}, {"cid": 102, "color": "#E15759", "label": "Community 102", "count": 4}, {"cid": 103, "color": "#76B7B2", "label": "Community 103", "count": 4}, {"cid": 104, "color": "#59A14F", "label": "Community 104", "count": 3}, {"cid": 105, "color": "#EDC948", "label": "Community 105", "count": 3}, {"cid": 106, "color": "#B07AA1", "label": "Community 106", "count": 3}, {"cid": 107, "color": "#FF9DA7", "label": "Community 107", "count": 3}, {"cid": 108, "color": "#9C755F", "label": "Community 108", "count": 3}, {"cid": 109, "color": "#BAB0AC", "label": "Community 109", "count": 3}, {"cid": 110, "color": "#4E79A7", "label": "Community 110", "count": 3}, {"cid": 111, "color": "#F28E2B", "label": "Community 111", "count": 3}, {"cid": 112, "color": "#E15759", "label": "Community 112", "count": 3}, {"cid": 113, "color": "#76B7B2", "label": "Community 113", "count": 3}, {"cid": 114, "color": "#59A14F", "label": "Community 114", "count": 3}, {"cid": 115, "color": "#EDC948", "label": "Community 115", "count": 3}, {"cid": 116, "color": "#B07AA1", "label": "Community 116", "count": 3}, {"cid": 117, "color": "#FF9DA7", "label": "Community 117", "count": 3}, {"cid": 118, "color": "#9C755F", "label": "Community 118", "count": 3}, {"cid": 119, "color": "#BAB0AC", "label": "Community 119", "count": 3}, {"cid": 120, "color": "#4E79A7", "label": "Community 120", "count": 3}, {"cid": 121, "color": "#F28E2B", "label": "Community 121", "count": 3}, {"cid": 122, "color": "#E15759", "label": "Community 122", "count": 3}, {"cid": 123, "color": "#76B7B2", "label": "Community 123", "count": 3}, {"cid": 124, "color": "#59A14F", "label": "Community 124", "count": 3}, {"cid": 125, "color": "#EDC948", "label": "Community 125", "count": 3}, {"cid": 126, "color": "#B07AA1", "label": "Community 126", "count": 3}, {"cid": 127, "color": "#FF9DA7", "label": "Community 127", "count": 3}, {"cid": 128, "color": "#9C755F", "label": "Community 128", "count": 3}, {"cid": 129, "color": "#BAB0AC", "label": "Community 129", "count": 3}, {"cid": 130, "color": "#4E79A7", "label": "Community 130", "count": 3}, {"cid": 131, "color": "#F28E2B", "label": "Community 131", "count": 3}, {"cid": 132, "color": "#E15759", "label": "Community 132", "count": 3}, {"cid": 133, "color": "#76B7B2", "label": "Community 133", "count": 3}, {"cid": 134, "color": "#59A14F", "label": "Community 134", "count": 3}, {"cid": 135, "color": "#EDC948", "label": "Community 135", "count": 3}, {"cid": 136, "color": "#B07AA1", "label": "Community 136", "count": 3}, {"cid": 137, "color": "#FF9DA7", "label": "Community 137", "count": 3}, {"cid": 138, "color": "#9C755F", "label": "Community 138", "count": 3}, {"cid": 139, "color": "#BAB0AC", "label": "Community 139", "count": 3}, {"cid": 140, "color": "#4E79A7", "label": "Community 140", "count": 3}, {"cid": 141, "color": "#F28E2B", "label": "Community 141", "count": 3}, {"cid": 142, "color": "#E15759", "label": "Community 142", "count": 3}, {"cid": 143, "color": "#76B7B2", "label": "Community 143", "count": 3}, {"cid": 144, "color": "#59A14F", "label": "Community 144", "count": 3}, {"cid": 145, "color": "#EDC948", "label": "Community 145", "count": 3}, {"cid": 146, "color": "#B07AA1", "label": "Community 146", "count": 3}, {"cid": 147, "color": "#FF9DA7", "label": "Community 147", "count": 3}, {"cid": 148, "color": "#9C755F", "label": "Community 148", "count": 3}, {"cid": 149, "color": "#BAB0AC", "label": "Community 149", "count": 2}, {"cid": 150, "color": "#4E79A7", "label": "Community 150", "count": 2}, {"cid": 151, "color": "#F28E2B", "label": "Community 151", "count": 2}, {"cid": 152, "color": "#E15759", "label": "Community 152", "count": 2}, {"cid": 153, "color": "#76B7B2", "label": "Community 153", "count": 2}, {"cid": 154, "color": "#59A14F", "label": "Community 154", "count": 2}, {"cid": 155, "color": "#EDC948", "label": "Community 155", "count": 2}, {"cid": 156, "color": "#B07AA1", "label": "Community 156", "count": 2}, {"cid": 157, "color": "#FF9DA7", "label": "Community 157", "count": 2}, {"cid": 158, "color": "#9C755F", "label": "Community 158", "count": 2}, {"cid": 159, "color": "#BAB0AC", "label": "Community 159", "count": 2}, {"cid": 160, "color": "#4E79A7", "label": "Community 160", "count": 2}, {"cid": 161, "color": "#F28E2B", "label": "Community 161", "count": 2}, {"cid": 162, "color": "#E15759", "label": "Community 162", "count": 2}, {"cid": 163, "color": "#76B7B2", "label": "Community 163", "count": 2}, {"cid": 164, "color": "#59A14F", "label": "Community 164", "count": 2}, {"cid": 165, "color": "#EDC948", "label": "Community 165", "count": 2}, {"cid": 166, "color": "#B07AA1", "label": "Community 166", "count": 2}, {"cid": 167, "color": "#FF9DA7", "label": "Community 167", "count": 2}, {"cid": 168, "color": "#9C755F", "label": "Community 168", "count": 2}, {"cid": 169, "color": "#BAB0AC", "label": "Community 169", "count": 2}, {"cid": 170, "color": "#4E79A7", "label": "Community 170", "count": 2}, {"cid": 171, "color": "#F28E2B", "label": "Community 171", "count": 2}, {"cid": 172, "color": "#E15759", "label": "Community 172", "count": 2}, {"cid": 173, "color": "#76B7B2", "label": "Community 173", "count": 2}, {"cid": 174, "color": "#59A14F", "label": "Community 174", "count": 2}, {"cid": 175, "color": "#EDC948", "label": "Community 175", "count": 2}, {"cid": 176, "color": "#B07AA1", "label": "Community 176", "count": 2}, {"cid": 177, "color": "#FF9DA7", "label": "Community 177", "count": 2}, {"cid": 178, "color": "#9C755F", "label": "Community 178", "count": 2}, {"cid": 179, "color": "#BAB0AC", "label": "Community 179", "count": 2}, {"cid": 180, "color": "#4E79A7", "label": "Community 180", "count": 2}, {"cid": 181, "color": "#F28E2B", "label": "Community 181", "count": 2}, {"cid": 182, "color": "#E15759", "label": "Community 182", "count": 2}, {"cid": 183, "color": "#76B7B2", "label": "Community 183", "count": 2}, {"cid": 184, "color": "#59A14F", "label": "Community 184", "count": 2}, {"cid": 185, "color": "#EDC948", "label": "Community 185", "count": 2}, {"cid": 186, "color": "#B07AA1", "label": "Community 186", "count": 2}, {"cid": 187, "color": "#FF9DA7", "label": "Community 187", "count": 2}, {"cid": 188, "color": "#9C755F", "label": "Community 188", "count": 2}, {"cid": 189, "color": "#BAB0AC", "label": "Community 189", "count": 2}, {"cid": 190, "color": "#4E79A7", "label": "Community 190", "count": 2}, {"cid": 191, "color": "#F28E2B", "label": "Community 191", "count": 2}, {"cid": 192, "color": "#E15759", "label": "Community 192", "count": 2}, {"cid": 193, "color": "#76B7B2", "label": "Community 193", "count": 2}, {"cid": 194, "color": "#59A14F", "label": "Community 194", "count": 2}, {"cid": 195, "color": "#EDC948", "label": "Community 195", "count": 2}, {"cid": 196, "color": "#B07AA1", "label": "Community 196", "count": 2}, {"cid": 197, "color": "#FF9DA7", "label": "Community 197", "count": 2}, {"cid": 198, "color": "#9C755F", "label": "Community 198", "count": 2}, {"cid": 199, "color": "#BAB0AC", "label": "Community 199", "count": 2}, {"cid": 200, "color": "#4E79A7", "label": "Community 200", "count": 2}, {"cid": 201, "color": "#F28E2B", "label": "Community 201", "count": 2}, {"cid": 202, "color": "#E15759", "label": "Community 202", "count": 2}, {"cid": 203, "color": "#76B7B2", "label": "Community 203", "count": 2}, {"cid": 204, "color": "#59A14F", "label": "Community 204", "count": 2}, {"cid": 205, "color": "#EDC948", "label": "Community 205", "count": 2}, {"cid": 206, "color": "#B07AA1", "label": "Community 206", "count": 2}, {"cid": 207, "color": "#FF9DA7", "label": "Community 207", "count": 2}, {"cid": 208, "color": "#9C755F", "label": "Community 208", "count": 2}, {"cid": 209, "color": "#BAB0AC", "label": "Community 209", "count": 2}, {"cid": 210, "color": "#4E79A7", "label": "Community 210", "count": 2}, {"cid": 211, "color": "#F28E2B", "label": "Community 211", "count": 2}, {"cid": 212, "color": "#E15759", "label": "Community 212", "count": 2}, {"cid": 213, "color": "#76B7B2", "label": "Community 213", "count": 2}, {"cid": 214, "color": "#59A14F", "label": "Community 214", "count": 2}, {"cid": 215, "color": "#EDC948", "label": "Community 215", "count": 2}, {"cid": 216, "color": "#B07AA1", "label": "Community 216", "count": 2}, {"cid": 217, "color": "#FF9DA7", "label": "Community 217", "count": 2}, {"cid": 218, "color": "#9C755F", "label": "Community 218", "count": 2}, {"cid": 219, "color": "#BAB0AC", "label": "Community 219", "count": 2}, {"cid": 220, "color": "#4E79A7", "label": "Community 220", "count": 2}, {"cid": 221, "color": "#F28E2B", "label": "Community 221", "count": 2}, {"cid": 222, "color": "#E15759", "label": "Community 222", "count": 2}, {"cid": 223, "color": "#76B7B2", "label": "Community 223", "count": 2}, {"cid": 224, "color": "#59A14F", "label": "Community 224", "count": 2}, {"cid": 225, "color": "#EDC948", "label": "Community 225", "count": 2}, {"cid": 226, "color": "#B07AA1", "label": "Community 226", "count": 2}, {"cid": 227, "color": "#FF9DA7", "label": "Community 227", "count": 2}, {"cid": 228, "color": "#9C755F", "label": "Community 228", "count": 2}, {"cid": 229, "color": "#BAB0AC", "label": "Community 229", "count": 2}, {"cid": 230, "color": "#4E79A7", "label": "Community 230", "count": 1}, {"cid": 231, "color": "#F28E2B", "label": "Community 231", "count": 1}, {"cid": 232, "color": "#E15759", "label": "Community 232", "count": 1}, {"cid": 233, "color": "#76B7B2", "label": "Community 233", "count": 1}, {"cid": 234, "color": "#59A14F", "label": "Community 234", "count": 1}, {"cid": 235, "color": "#EDC948", "label": "Community 235", "count": 1}, {"cid": 236, "color": "#B07AA1", "label": "Community 236", "count": 1}, {"cid": 237, "color": "#FF9DA7", "label": "Community 237", "count": 1}, {"cid": 238, "color": "#9C755F", "label": "Community 238", "count": 1}, {"cid": 239, "color": "#BAB0AC", "label": "Community 239", "count": 1}, {"cid": 240, "color": "#4E79A7", "label": "Community 240", "count": 1}, {"cid": 241, "color": "#F28E2B", "label": "Community 241", "count": 1}, {"cid": 242, "color": "#E15759", "label": "Community 242", "count": 1}, {"cid": 243, "color": "#76B7B2", "label": "Community 243", "count": 1}, {"cid": 244, "color": "#59A14F", "label": "Community 244", "count": 1}, {"cid": 245, "color": "#EDC948", "label": "Community 245", "count": 1}, {"cid": 246, "color": "#B07AA1", "label": "Community 246", "count": 1}, {"cid": 247, "color": "#FF9DA7", "label": "Community 247", "count": 1}, {"cid": 248, "color": "#9C755F", "label": "Community 248", "count": 1}, {"cid": 249, "color": "#BAB0AC", "label": "Community 249", "count": 1}, {"cid": 250, "color": "#4E79A7", "label": "Community 250", "count": 1}, {"cid": 251, "color": "#F28E2B", "label": "Community 251", "count": 1}, {"cid": 252, "color": "#E15759", "label": "Community 252", "count": 1}, {"cid": 253, "color": "#76B7B2", "label": "Community 253", "count": 1}, {"cid": 254, "color": "#59A14F", "label": "Community 254", "count": 1}, {"cid": 255, "color": "#EDC948", "label": "Community 255", "count": 1}, {"cid": 256, "color": "#B07AA1", "label": "Community 256", "count": 1}, {"cid": 257, "color": "#FF9DA7", "label": "Community 257", "count": 1}, {"cid": 258, "color": "#9C755F", "label": "Community 258", "count": 1}, {"cid": 259, "color": "#BAB0AC", "label": "Community 259", "count": 1}, {"cid": 260, "color": "#4E79A7", "label": "Community 260", "count": 1}, {"cid": 261, "color": "#F28E2B", "label": "Community 261", "count": 1}, {"cid": 262, "color": "#E15759", "label": "Community 262", "count": 1}, {"cid": 263, "color": "#76B7B2", "label": "Community 263", "count": 1}, {"cid": 264, "color": "#59A14F", "label": "Community 264", "count": 1}, {"cid": 265, "color": "#EDC948", "label": "Community 265", "count": 1}, {"cid": 266, "color": "#B07AA1", "label": "Community 266", "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>