1 line
21 KiB
JSON
1 line
21 KiB
JSON
{"nodes": [{"id": "modules_bot_python_nnue_py", "label": "nnue.py", "file_type": "code", "source_file": "modules/bot/python/nnue.py", "source_location": "L1"}, {"id": "nnue_get_weights_dir", "label": "get_weights_dir()", "file_type": "code", "source_file": "modules/bot/python/nnue.py", "source_location": "L39"}, {"id": "nnue_get_data_dir", "label": "get_data_dir()", "file_type": "code", "source_file": "modules/bot/python/nnue.py", "source_location": "L46"}, {"id": "nnue_list_checkpoints", "label": "list_checkpoints()", "file_type": "code", "source_file": "modules/bot/python/nnue.py", "source_location": "L53"}, {"id": "nnue_migrate_legacy_data", "label": "migrate_legacy_data()", "file_type": "code", "source_file": "modules/bot/python/nnue.py", "source_location": "L62"}, {"id": "nnue_show_header", "label": "show_header()", "file_type": "code", "source_file": "modules/bot/python/nnue.py", "source_location": "L75"}, {"id": "nnue_show_checkpoints_table", "label": "show_checkpoints_table()", "file_type": "code", "source_file": "modules/bot/python/nnue.py", "source_location": "L89"}, {"id": "nnue_show_main_menu", "label": "show_main_menu()", "file_type": "code", "source_file": "modules/bot/python/nnue.py", "source_location": "L115"}, {"id": "nnue_datasets_menu", "label": "datasets_menu()", "file_type": "code", "source_file": "modules/bot/python/nnue.py", "source_location": "L145"}, {"id": "nnue_create_dataset_interactive", "label": "create_dataset_interactive()", "file_type": "code", "source_file": "modules/bot/python/nnue.py", "source_location": "L176"}, {"id": "nnue_extend_dataset_interactive", "label": "extend_dataset_interactive()", "file_type": "code", "source_file": "modules/bot/python/nnue.py", "source_location": "L342"}, {"id": "nnue_delete_dataset_interactive", "label": "delete_dataset_interactive()", "file_type": "code", "source_file": "modules/bot/python/nnue.py", "source_location": "L526"}, {"id": "nnue_training_menu", "label": "training_menu()", "file_type": "code", "source_file": "modules/bot/python/nnue.py", "source_location": "L555"}, {"id": "nnue_train_interactive", "label": "train_interactive()", "file_type": "code", "source_file": "modules/bot/python/nnue.py", "source_location": "L582"}, {"id": "nnue_burst_train_interactive", "label": "burst_train_interactive()", "file_type": "code", "source_file": "modules/bot/python/nnue.py", "source_location": "L686"}, {"id": "nnue_export_interactive", "label": "export_interactive()", "file_type": "code", "source_file": "modules/bot/python/nnue.py", "source_location": "L775"}, {"id": "nnue_main", "label": "main()", "file_type": "code", "source_file": "modules/bot/python/nnue.py", "source_location": "L824"}, {"id": "nnue_rationale_40", "label": "Get/create weights directory.", "file_type": "rationale", "source_file": "modules/bot/python/nnue.py", "source_location": "L40"}, {"id": "nnue_rationale_47", "label": "Get/create legacy data directory (for migration).", "file_type": "rationale", "source_file": "modules/bot/python/nnue.py", "source_location": "L47"}, {"id": "nnue_rationale_54", "label": "List available checkpoint versions.", "file_type": "rationale", "source_file": "modules/bot/python/nnue.py", "source_location": "L54"}, {"id": "nnue_rationale_63", "label": "On first run, offer to import existing data/training_data.jsonl as ds_v1.", "file_type": "rationale", "source_file": "modules/bot/python/nnue.py", "source_location": "L63"}, {"id": "nnue_rationale_76", "label": "Display application header.", "file_type": "rationale", "source_file": "modules/bot/python/nnue.py", "source_location": "L76"}, {"id": "nnue_rationale_90", "label": "Display available checkpoints in a table.", "file_type": "rationale", "source_file": "modules/bot/python/nnue.py", "source_location": "L90"}, {"id": "nnue_rationale_116", "label": "Display and handle main menu.", "file_type": "rationale", "source_file": "modules/bot/python/nnue.py", "source_location": "L116"}, {"id": "nnue_rationale_146", "label": "Dataset management submenu.", "file_type": "rationale", "source_file": "modules/bot/python/nnue.py", "source_location": "L146"}, {"id": "nnue_rationale_177", "label": "Interactive dataset creation flow.", "file_type": "rationale", "source_file": "modules/bot/python/nnue.py", "source_location": "L177"}, {"id": "nnue_rationale_343", "label": "Interactive dataset extension flow.", "file_type": "rationale", "source_file": "modules/bot/python/nnue.py", "source_location": "L343"}, {"id": "nnue_rationale_527", "label": "Interactive dataset deletion.", "file_type": "rationale", "source_file": "modules/bot/python/nnue.py", "source_location": "L527"}, {"id": "nnue_rationale_583", "label": "Interactive training menu.", "file_type": "rationale", "source_file": "modules/bot/python/nnue.py", "source_location": "L583"}, {"id": "nnue_rationale_687", "label": "Interactive burst training menu.", "file_type": "rationale", "source_file": "modules/bot/python/nnue.py", "source_location": "L687"}, {"id": "nnue_rationale_776", "label": "Interactive export menu.", "file_type": "rationale", "source_file": "modules/bot/python/nnue.py", "source_location": "L776"}], "edges": [{"source": "modules_bot_python_nnue_py", "target": "os", "relation": "imports", "confidence": "EXTRACTED", "source_file": "modules/bot/python/nnue.py", "source_location": "L4", "weight": 1.0}, {"source": "modules_bot_python_nnue_py", "target": "shutil", "relation": "imports", "confidence": "EXTRACTED", "source_file": "modules/bot/python/nnue.py", "source_location": "L5", "weight": 1.0}, {"source": "modules_bot_python_nnue_py", "target": "sys", "relation": "imports", "confidence": "EXTRACTED", "source_file": "modules/bot/python/nnue.py", "source_location": "L6", "weight": 1.0}, {"source": "modules_bot_python_nnue_py", "target": "tempfile", "relation": "imports", "confidence": "EXTRACTED", "source_file": "modules/bot/python/nnue.py", "source_location": "L7", "weight": 1.0}, {"source": "modules_bot_python_nnue_py", "target": "pathlib", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "modules/bot/python/nnue.py", "source_location": "L8", "weight": 1.0}, {"source": "modules_bot_python_nnue_py", "target": "rich_console", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "modules/bot/python/nnue.py", "source_location": "L9", "weight": 1.0}, {"source": "modules_bot_python_nnue_py", "target": "rich_table", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "modules/bot/python/nnue.py", "source_location": "L10", "weight": 1.0}, {"source": "modules_bot_python_nnue_py", "target": "rich_panel", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "modules/bot/python/nnue.py", "source_location": "L11", "weight": 1.0}, {"source": "modules_bot_python_nnue_py", "target": "rich_prompt", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "modules/bot/python/nnue.py", "source_location": "L12", "weight": 1.0}, {"source": "modules_bot_python_nnue_py", "target": "rich", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "modules/bot/python/nnue.py", "source_location": "L13", "weight": 1.0}, {"source": "modules_bot_python_nnue_py", "target": "generate", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "modules/bot/python/nnue.py", "source_location": "L18", "weight": 1.0}, {"source": "modules_bot_python_nnue_py", "target": "label", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "modules/bot/python/nnue.py", "source_location": "L19", "weight": 1.0}, {"source": "modules_bot_python_nnue_py", "target": "train", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "modules/bot/python/nnue.py", "source_location": "L20", "weight": 1.0}, {"source": "modules_bot_python_nnue_py", "target": "export", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "modules/bot/python/nnue.py", "source_location": "L21", "weight": 1.0}, {"source": "modules_bot_python_nnue_py", "target": "tactical_positions_extractor", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "modules/bot/python/nnue.py", "source_location": "L22", "weight": 1.0}, {"source": "modules_bot_python_nnue_py", "target": "dataset", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "modules/bot/python/nnue.py", "source_location": "L26", "weight": 1.0}, {"source": "modules_bot_python_nnue_py", "target": "nnue_get_weights_dir", "relation": "contains", "confidence": "EXTRACTED", "source_file": "modules/bot/python/nnue.py", "source_location": "L39", "weight": 1.0}, {"source": "modules_bot_python_nnue_py", "target": "nnue_get_data_dir", "relation": "contains", "confidence": "EXTRACTED", "source_file": "modules/bot/python/nnue.py", "source_location": "L46", "weight": 1.0}, {"source": "modules_bot_python_nnue_py", "target": "nnue_list_checkpoints", "relation": "contains", "confidence": "EXTRACTED", "source_file": "modules/bot/python/nnue.py", "source_location": "L53", "weight": 1.0}, {"source": "modules_bot_python_nnue_py", "target": "nnue_migrate_legacy_data", "relation": "contains", "confidence": "EXTRACTED", "source_file": "modules/bot/python/nnue.py", "source_location": "L62", "weight": 1.0}, {"source": "modules_bot_python_nnue_py", "target": "nnue_show_header", "relation": "contains", "confidence": "EXTRACTED", "source_file": "modules/bot/python/nnue.py", "source_location": "L75", "weight": 1.0}, {"source": "modules_bot_python_nnue_py", "target": "nnue_show_checkpoints_table", "relation": "contains", "confidence": "EXTRACTED", "source_file": "modules/bot/python/nnue.py", "source_location": "L89", "weight": 1.0}, {"source": "modules_bot_python_nnue_py", "target": "nnue_show_main_menu", "relation": "contains", "confidence": "EXTRACTED", "source_file": "modules/bot/python/nnue.py", "source_location": "L115", "weight": 1.0}, {"source": "modules_bot_python_nnue_py", "target": "nnue_datasets_menu", "relation": "contains", "confidence": "EXTRACTED", "source_file": "modules/bot/python/nnue.py", "source_location": "L145", "weight": 1.0}, {"source": "modules_bot_python_nnue_py", "target": "nnue_create_dataset_interactive", "relation": "contains", "confidence": "EXTRACTED", "source_file": "modules/bot/python/nnue.py", "source_location": "L176", "weight": 1.0}, {"source": "modules_bot_python_nnue_py", "target": "nnue_extend_dataset_interactive", "relation": "contains", "confidence": "EXTRACTED", "source_file": "modules/bot/python/nnue.py", "source_location": "L342", "weight": 1.0}, {"source": "modules_bot_python_nnue_py", "target": "nnue_delete_dataset_interactive", "relation": "contains", "confidence": "EXTRACTED", "source_file": "modules/bot/python/nnue.py", "source_location": "L526", "weight": 1.0}, {"source": "modules_bot_python_nnue_py", "target": "nnue_training_menu", "relation": "contains", "confidence": "EXTRACTED", "source_file": "modules/bot/python/nnue.py", "source_location": "L555", "weight": 1.0}, {"source": "modules_bot_python_nnue_py", "target": "nnue_train_interactive", "relation": "contains", "confidence": "EXTRACTED", "source_file": "modules/bot/python/nnue.py", "source_location": "L582", "weight": 1.0}, {"source": "modules_bot_python_nnue_py", "target": "nnue_burst_train_interactive", "relation": "contains", "confidence": "EXTRACTED", "source_file": "modules/bot/python/nnue.py", "source_location": "L686", "weight": 1.0}, {"source": "modules_bot_python_nnue_py", "target": "nnue_export_interactive", "relation": "contains", "confidence": "EXTRACTED", "source_file": "modules/bot/python/nnue.py", "source_location": "L775", "weight": 1.0}, {"source": "modules_bot_python_nnue_py", "target": "nnue_main", "relation": "contains", "confidence": "EXTRACTED", "source_file": "modules/bot/python/nnue.py", "source_location": "L824", "weight": 1.0}, {"source": "nnue_list_checkpoints", "target": "nnue_get_weights_dir", "relation": "calls", "confidence": "EXTRACTED", "source_file": "modules/bot/python/nnue.py", "source_location": "L55", "weight": 1.0}, {"source": "nnue_migrate_legacy_data", "target": "nnue_get_data_dir", "relation": "calls", "confidence": "EXTRACTED", "source_file": "modules/bot/python/nnue.py", "source_location": "L65", "weight": 1.0}, {"source": "nnue_show_checkpoints_table", "target": "nnue_list_checkpoints", "relation": "calls", "confidence": "EXTRACTED", "source_file": "modules/bot/python/nnue.py", "source_location": "L92", "weight": 1.0}, {"source": "nnue_show_checkpoints_table", "target": "nnue_get_weights_dir", "relation": "calls", "confidence": "EXTRACTED", "source_file": "modules/bot/python/nnue.py", "source_location": "L103", "weight": 1.0}, {"source": "nnue_show_main_menu", "target": "nnue_migrate_legacy_data", "relation": "calls", "confidence": "EXTRACTED", "source_file": "modules/bot/python/nnue.py", "source_location": "L120", "weight": 1.0}, {"source": "nnue_show_main_menu", "target": "nnue_show_header", "relation": "calls", "confidence": "EXTRACTED", "source_file": "modules/bot/python/nnue.py", "source_location": "L123", "weight": 1.0}, {"source": "nnue_show_main_menu", "target": "nnue_show_checkpoints_table", "relation": "calls", "confidence": "EXTRACTED", "source_file": "modules/bot/python/nnue.py", "source_location": "L124", "weight": 1.0}, {"source": "nnue_show_main_menu", "target": "nnue_datasets_menu", "relation": "calls", "confidence": "EXTRACTED", "source_file": "modules/bot/python/nnue.py", "source_location": "L135", "weight": 1.0}, {"source": "nnue_show_main_menu", "target": "nnue_training_menu", "relation": "calls", "confidence": "EXTRACTED", "source_file": "modules/bot/python/nnue.py", "source_location": "L137", "weight": 1.0}, {"source": "nnue_show_main_menu", "target": "nnue_export_interactive", "relation": "calls", "confidence": "EXTRACTED", "source_file": "modules/bot/python/nnue.py", "source_location": "L139", "weight": 1.0}, {"source": "nnue_datasets_menu", "target": "nnue_show_header", "relation": "calls", "confidence": "EXTRACTED", "source_file": "modules/bot/python/nnue.py", "source_location": "L150", "weight": 1.0}, {"source": "nnue_datasets_menu", "target": "nnue_create_dataset_interactive", "relation": "calls", "confidence": "EXTRACTED", "source_file": "modules/bot/python/nnue.py", "source_location": "L163", "weight": 1.0}, {"source": "nnue_datasets_menu", "target": "nnue_extend_dataset_interactive", "relation": "calls", "confidence": "EXTRACTED", "source_file": "modules/bot/python/nnue.py", "source_location": "L165", "weight": 1.0}, {"source": "nnue_datasets_menu", "target": "nnue_delete_dataset_interactive", "relation": "calls", "confidence": "EXTRACTED", "source_file": "modules/bot/python/nnue.py", "source_location": "L171", "weight": 1.0}, {"source": "nnue_create_dataset_interactive", "target": "nnue_show_header", "relation": "calls", "confidence": "EXTRACTED", "source_file": "modules/bot/python/nnue.py", "source_location": "L179", "weight": 1.0}, {"source": "nnue_extend_dataset_interactive", "target": "nnue_show_header", "relation": "calls", "confidence": "EXTRACTED", "source_file": "modules/bot/python/nnue.py", "source_location": "L345", "weight": 1.0}, {"source": "nnue_delete_dataset_interactive", "target": "nnue_show_header", "relation": "calls", "confidence": "EXTRACTED", "source_file": "modules/bot/python/nnue.py", "source_location": "L529", "weight": 1.0}, {"source": "nnue_training_menu", "target": "nnue_show_header", "relation": "calls", "confidence": "EXTRACTED", "source_file": "modules/bot/python/nnue.py", "source_location": "L560", "weight": 1.0}, {"source": "nnue_training_menu", "target": "nnue_train_interactive", "relation": "calls", "confidence": "EXTRACTED", "source_file": "modules/bot/python/nnue.py", "source_location": "L571", "weight": 1.0}, {"source": "nnue_training_menu", "target": "nnue_burst_train_interactive", "relation": "calls", "confidence": "EXTRACTED", "source_file": "modules/bot/python/nnue.py", "source_location": "L573", "weight": 1.0}, {"source": "nnue_training_menu", "target": "nnue_show_checkpoints_table", "relation": "calls", "confidence": "EXTRACTED", "source_file": "modules/bot/python/nnue.py", "source_location": "L576", "weight": 1.0}, {"source": "nnue_train_interactive", "target": "nnue_show_header", "relation": "calls", "confidence": "EXTRACTED", "source_file": "modules/bot/python/nnue.py", "source_location": "L585", "weight": 1.0}, {"source": "nnue_train_interactive", "target": "nnue_list_checkpoints", "relation": "calls", "confidence": "EXTRACTED", "source_file": "modules/bot/python/nnue.py", "source_location": "L610", "weight": 1.0}, {"source": "nnue_train_interactive", "target": "nnue_get_weights_dir", "relation": "calls", "confidence": "EXTRACTED", "source_file": "modules/bot/python/nnue.py", "source_location": "L652", "weight": 1.0}, {"source": "nnue_burst_train_interactive", "target": "nnue_show_header", "relation": "calls", "confidence": "EXTRACTED", "source_file": "modules/bot/python/nnue.py", "source_location": "L689", "weight": 1.0}, {"source": "nnue_burst_train_interactive", "target": "nnue_list_checkpoints", "relation": "calls", "confidence": "EXTRACTED", "source_file": "modules/bot/python/nnue.py", "source_location": "L719", "weight": 1.0}, {"source": "nnue_burst_train_interactive", "target": "nnue_get_weights_dir", "relation": "calls", "confidence": "EXTRACTED", "source_file": "modules/bot/python/nnue.py", "source_location": "L725", "weight": 1.0}, {"source": "nnue_export_interactive", "target": "nnue_show_header", "relation": "calls", "confidence": "EXTRACTED", "source_file": "modules/bot/python/nnue.py", "source_location": "L778", "weight": 1.0}, {"source": "nnue_export_interactive", "target": "nnue_list_checkpoints", "relation": "calls", "confidence": "EXTRACTED", "source_file": "modules/bot/python/nnue.py", "source_location": "L783", "weight": 1.0}, {"source": "nnue_export_interactive", "target": "nnue_get_weights_dir", "relation": "calls", "confidence": "EXTRACTED", "source_file": "modules/bot/python/nnue.py", "source_location": "L804", "weight": 1.0}, {"source": "nnue_main", "target": "nnue_show_main_menu", "relation": "calls", "confidence": "EXTRACTED", "source_file": "modules/bot/python/nnue.py", "source_location": "L826", "weight": 1.0}, {"source": "nnue_rationale_40", "target": "nnue_get_weights_dir", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "modules/bot/python/nnue.py", "source_location": "L40", "weight": 1.0}, {"source": "nnue_rationale_47", "target": "nnue_get_data_dir", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "modules/bot/python/nnue.py", "source_location": "L47", "weight": 1.0}, {"source": "nnue_rationale_54", "target": "nnue_list_checkpoints", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "modules/bot/python/nnue.py", "source_location": "L54", "weight": 1.0}, {"source": "nnue_rationale_63", "target": "nnue_migrate_legacy_data", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "modules/bot/python/nnue.py", "source_location": "L63", "weight": 1.0}, {"source": "nnue_rationale_76", "target": "nnue_show_header", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "modules/bot/python/nnue.py", "source_location": "L76", "weight": 1.0}, {"source": "nnue_rationale_90", "target": "nnue_show_checkpoints_table", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "modules/bot/python/nnue.py", "source_location": "L90", "weight": 1.0}, {"source": "nnue_rationale_116", "target": "nnue_show_main_menu", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "modules/bot/python/nnue.py", "source_location": "L116", "weight": 1.0}, {"source": "nnue_rationale_146", "target": "nnue_datasets_menu", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "modules/bot/python/nnue.py", "source_location": "L146", "weight": 1.0}, {"source": "nnue_rationale_177", "target": "nnue_create_dataset_interactive", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "modules/bot/python/nnue.py", "source_location": "L177", "weight": 1.0}, {"source": "nnue_rationale_343", "target": "nnue_extend_dataset_interactive", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "modules/bot/python/nnue.py", "source_location": "L343", "weight": 1.0}, {"source": "nnue_rationale_527", "target": "nnue_delete_dataset_interactive", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "modules/bot/python/nnue.py", "source_location": "L527", "weight": 1.0}, {"source": "nnue_rationale_583", "target": "nnue_train_interactive", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "modules/bot/python/nnue.py", "source_location": "L583", "weight": 1.0}, {"source": "nnue_rationale_687", "target": "nnue_burst_train_interactive", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "modules/bot/python/nnue.py", "source_location": "L687", "weight": 1.0}, {"source": "nnue_rationale_776", "target": "nnue_export_interactive", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "modules/bot/python/nnue.py", "source_location": "L776", "weight": 1.0}]} |