free-coding-models 0.4.3 → 0.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +9 -1
- package/bin/free-coding-models.js +19 -9
- package/changelog/v0.5.0.md +15 -0
- package/changelog/v0.5.1.md +24 -0
- package/package.json +7 -2
- package/src/{analysis.js → core/analysis.js} +5 -5
- package/src/{constants.js → core/constants.js} +1 -1
- package/src/{endpoint-installer.js → core/endpoint-installer.js} +1 -1
- package/src/{installed-models-manager.js → core/installed-models-manager.js} +1 -1
- package/src/{kilo.js → core/kilo.js} +1 -2
- package/src/{openclaw.js → core/openclaw.js} +1 -1
- package/src/{opencode.js → core/opencode.js} +2 -1
- package/src/{ping-loop.js → core/ping-loop.js} +1 -1
- package/src/{router-daemon.js → core/router-daemon.js} +169 -4
- package/src/{router-dashboard.js → core/router-dashboard.js} +2 -2
- package/src/{setup.js → core/setup.js} +1 -1
- package/src/{sync-set.js → core/sync-set.js} +1 -1
- package/src/{telemetry.js → core/telemetry.js} +1 -1
- package/src/{tool-launchers.js → core/tool-launchers.js} +2 -2
- package/src/{updater.js → core/updater.js} +1 -1
- package/src/{utils.js → core/utils.js} +2 -0
- package/src/{app.js → tui/app.js} +38 -38
- package/src/{cli-help.js → tui/cli-help.js} +3 -1
- package/src/{command-palette.js → tui/command-palette.js} +2 -2
- package/src/{key-handler.js → tui/key-handler.js} +11 -11
- package/src/{overlays.js → tui/overlays.js} +2 -2
- package/src/{render-helpers.js → tui/render-helpers.js} +2 -2
- package/src/{render-table.js → tui/render-table.js} +9 -9
- package/src/{tui-filters.js → tui/tui-filters.js} +3 -3
- package/src/{tui-state.js → tui/tui-state.js} +1 -1
- package/web/README.md +46 -0
- package/web/dist/assets/index-ByGf4Kq-.js +14 -0
- package/web/dist/assets/index-Ds7wmHBv.css +1 -0
- package/web/dist/index.html +3 -6
- package/web/index.html +1 -4
- package/web/package.json +11 -0
- package/web/server.js +609 -214
- package/web/src/App.jsx +54 -12
- package/web/src/components/analytics/AnalyticsView.jsx +10 -4
- package/web/src/components/atoms/AILatencyCell.jsx +38 -0
- package/web/src/components/atoms/AILatencyCell.module.css +43 -0
- package/web/src/components/atoms/HealthCell.jsx +53 -0
- package/web/src/components/atoms/HealthCell.module.css +15 -0
- package/web/src/components/atoms/LastPingCell.jsx +35 -0
- package/web/src/components/atoms/LastPingCell.module.css +35 -0
- package/web/src/components/atoms/MoodCell.jsx +25 -0
- package/web/src/components/atoms/MoodCell.module.css +6 -0
- package/web/src/components/atoms/RankCell.jsx +9 -0
- package/web/src/components/atoms/RankCell.module.css +9 -0
- package/web/src/components/atoms/TPSCell.jsx +36 -0
- package/web/src/components/atoms/TPSCell.module.css +38 -0
- package/web/src/components/atoms/VerdictBadge.jsx +30 -7
- package/web/src/components/atoms/VerdictBadge.module.css +24 -15
- package/web/src/components/dashboard/ExportModal.jsx +9 -4
- package/web/src/components/dashboard/FilterBar.jsx +112 -10
- package/web/src/components/dashboard/FilterBar.module.css +86 -1
- package/web/src/components/dashboard/ModelTable.jsx +293 -52
- package/web/src/components/dashboard/ModelTable.module.css +131 -33
- package/web/src/components/dashboard/StatsBar.jsx +7 -5
- package/web/src/components/layout/Footer.jsx +1 -1
- package/web/src/components/layout/Header.jsx +43 -9
- package/web/src/components/layout/Header.module.css +38 -4
- package/web/src/components/layout/Sidebar.jsx +19 -11
- package/web/src/components/layout/Sidebar.module.css +15 -5
- package/web/src/components/settings/SettingsView.jsx +24 -6
- package/web/src/components/settings/SettingsView.module.css +0 -1
- package/web/src/global.css +70 -73
- package/web/src/hooks/useFilter.js +117 -25
- package/web/src/hooks/useSSE.js +33 -9
- package/web/src/hooks/useSocket.js +200 -0
- package/web/vite.config.js +41 -0
- package/src/graphify-out/cache/089db1c1def873cf6d112f1590da4490e61e691aff0db41e006aa2fb15ba0656.json +0 -1
- package/src/graphify-out/cache/0b510b53cf1a1393fb52b1fc3bbbf88b63938e961ec5b82119a2e9715fee8bd7.json +0 -1
- package/src/graphify-out/cache/0ec9a95a326bde58e0316889018b278062d06d494d0f31ba177c9de71e5fed2d.json +0 -1
- package/src/graphify-out/cache/1548663a24a68dce740ebab1bd1d3091048c9604e9d067a1650a42a6d82541d4.json +0 -1
- package/src/graphify-out/cache/1783af63cb6d0dfb4d469009f71ac83a74ba0b33d48186ff2c6e63f9429e900a.json +0 -1
- package/src/graphify-out/cache/1e109f5eb5dc4fd285871c3613e32b6b14a8c225f4080ee34b51c7e1a1764571.json +0 -1
- package/src/graphify-out/cache/1eb24dbeb69b46c8bc1caf925df2f2a964af0f33aea143adf8ddf88e017db6ca.json +0 -1
- package/src/graphify-out/cache/21e1bcfed11685e8347243f9d8516072dda183266a4bfe22c52fb31753a446c8.json +0 -1
- package/src/graphify-out/cache/2327473478b9c4b1940bf7ef66c9ee960b3cba8d5302e56b625df8274246e0b4.json +0 -1
- package/src/graphify-out/cache/25955b81fd25454c8fa90fb71a47db8d1215cf621beb8ff3cbd580aaf011b4f3.json +0 -1
- package/src/graphify-out/cache/2739677f19c702f88f3de0a0bac475066adbda98709907ad3de967aef689f86d.json +0 -1
- package/src/graphify-out/cache/2bba03422f6b3ee7f5b5d29cc90314a064d259e5822a176657bda3e04505cf00.json +0 -1
- package/src/graphify-out/cache/2ddf1d2c6d10147b0402446bc71a7988187b79b6210dd7e7250be8c555b9ff35.json +0 -1
- package/src/graphify-out/cache/2ee07457a5767c95a57f8e9eb95b28f800044f35666e0715e9d88ad1103a092e.json +0 -1
- package/src/graphify-out/cache/2fe9f75dc2951c417f2c8dd22749092cf550dc67599f1c8d1866900dc6e9154e.json +0 -1
- package/src/graphify-out/cache/41c4b7c27e7fc3e2948d3a4bf95a72de2ed9a6f0463994babdce8ed2cc84598c.json +0 -1
- package/src/graphify-out/cache/5028defd54b7fbd3c7e444973e493de036e097e9b1d2a7cae7f19b88d68aacde.json +0 -1
- package/src/graphify-out/cache/5b133aba3fb16410c5b1fdbd1730039fc7fa1ac93abd99d7be08f60da70fc8d4.json +0 -1
- package/src/graphify-out/cache/74252e5b0978d85ab3421a3de1a9384aa282ffd2be2cfe7db2530139089f4275.json +0 -1
- package/src/graphify-out/cache/7695ebeea056095edd14332963cc43354ef3a097caf46f1e28d0f01369642901.json +0 -1
- package/src/graphify-out/cache/777aa7085c395a935c6556bbde182cd871edb61f3a685ed8068ec0c8f6fb0075.json +0 -1
- package/src/graphify-out/cache/82a723881980e82273c113def8315533d7da28827e300413d9ad30f27b7407df.json +0 -1
- package/src/graphify-out/cache/86b87c9603e6cd188f42c7eed3b86c291d48a781c223a707e74f3e7ed0c02a21.json +0 -1
- package/src/graphify-out/cache/890fead9a78cadaed560a2d2453916121fa605c3e43a334910ac4bc951a9ef6d.json +0 -1
- package/src/graphify-out/cache/89d3ea66f52783caa775ef9a30923d7d6225e1d8ae9e962f4741b8c7785dab1e.json +0 -1
- package/src/graphify-out/cache/8cc82cd9edce41f0e1c092f14a94fd52bf847addf3237b616dc5a9e505bd05bd.json +0 -1
- package/src/graphify-out/cache/93ba2e25e3ff7ad525f397902345fbd375df7315de7b402e20cc803c14eccde8.json +0 -1
- package/src/graphify-out/cache/99beed29580b9c7bfecfee794cb3d8e535fcf0eb3b92113108f88bdd0a8e79b3.json +0 -1
- package/src/graphify-out/cache/aeeb931fa477c65ce2e51d8149957350fa54225c613222bbbe8448998d1afd3d.json +0 -1
- package/src/graphify-out/cache/baf91bef5b5ecb2a476433b6cc0c48c563c54ee2d07fc3c192e543685e3e7222.json +0 -1
- package/src/graphify-out/cache/bd98b94ac4e9b92b6336d47b26e0366b51a4eaf0711d722f05f98dfae23ab42b.json +0 -1
- package/src/graphify-out/cache/bfcb51e9328e9cbfbee4f6fee0f56635d7b03488addc9f6c4e4b190b70a73362.json +0 -1
- package/src/graphify-out/cache/c0d3dabeb093aa758c49eadf41b87ecc96a16c1449c2670aaf48cbfc891d8da6.json +0 -1
- package/src/graphify-out/cache/c20d6630236f473c1406068c3ae205853e649b216495c93dfec055dd222c55cf.json +0 -1
- package/src/graphify-out/cache/c22b9122816bebce0a2f79af41a986559d01e00163dbcd579c5755621b4cb483.json +0 -1
- package/src/graphify-out/cache/ca556ec14453ddb8f9e0c5a832dac90d77111b9bad5f8c2d80d272e2e7a06371.json +0 -1
- package/src/graphify-out/cache/d6dbc9135dfa35a756b3b09b06700e4bc229fdccba11bb963f2ba44028e0bbae.json +0 -1
- package/src/graphify-out/cache/e1cf71276f1779d0fa075f79bd7c8a9fd0b8eef6932ac043137451b7c7fa7cbe.json +0 -1
- package/src/graphify-out/cache/e4b3be14494467df2d2ed389bc4f18f099021cb5bc355b901fa88387b2d8b8a2.json +0 -1
- package/src/graphify-out/cache/eaea0dded097f6f9553b654220046c6ec0c9be592a5973d906564ee60af34e0d.json +0 -1
- package/src/graphify-out/cache/ef07d0cd2675d1f79d2a2fdbf3bc3319687638751e9ce89b0d0d97ed1cd9f7e1.json +0 -1
- package/src/graphify-out/cache/f81272d6eb8aaff9e96d5a1d9f06777db70ac3652a646b951ded51f79871d733.json +0 -1
- package/src/graphify-out/cache/f9619dd92186f75a6dbda937e0c606647153918524cdb5763f956e6ec2a9e386.json +0 -1
- package/src/graphify-out/cache/fd88b1b2ff4bfcae08559d9c2aaeeb9a3f1e2f5cd8928762c311196956c170a5.json +0 -1
- package/web/dist/assets/index-CGN-0_A0.css +0 -1
- package/web/dist/assets/index-Czwis3ab.js +0 -11
- /package/src/{benchmark.js → core/benchmark.js} +0 -0
- /package/src/{cache.js → core/cache.js} +0 -0
- /package/src/{changelog-loader.js → core/changelog-loader.js} +0 -0
- /package/src/{config.js → core/config.js} +0 -0
- /package/src/{favorites.js → core/favorites.js} +0 -0
- /package/src/{kilo-config.js → core/kilo-config.js} +0 -0
- /package/src/{legacy-proxy-cleanup.js → core/legacy-proxy-cleanup.js} +0 -0
- /package/src/{model-merger.js → core/model-merger.js} +0 -0
- /package/src/{opencode-config.js → core/opencode-config.js} +0 -0
- /package/src/{ping.js → core/ping.js} +0 -0
- /package/src/{product-flags.js → core/product-flags.js} +0 -0
- /package/src/{provider-metadata.js → core/provider-metadata.js} +0 -0
- /package/src/{provider-quota-fetchers.js → core/provider-quota-fetchers.js} +0 -0
- /package/src/{quota-capabilities.js → core/quota-capabilities.js} +0 -0
- /package/src/{security.js → core/security.js} +0 -0
- /package/src/{shell-env.js → core/shell-env.js} +0 -0
- /package/src/{testfcm.js → core/testfcm.js} +0 -0
- /package/src/{token-usage-reader.js → core/token-usage-reader.js} +0 -0
- /package/src/{tool-bootstrap.js → core/tool-bootstrap.js} +0 -0
- /package/src/{tool-metadata.js → core/tool-metadata.js} +0 -0
- /package/src/{usage-reader.js → core/usage-reader.js} +0 -0
- /package/src/{mouse.js → tui/mouse.js} +0 -0
- /package/src/{theme.js → tui/theme.js} +0 -0
- /package/src/{tier-colors.js → tui/tier-colors.js} +0 -0
- /package/src/{ui-config.js → tui/ui-config.js} +0 -0
package/src/graphify-out/cache/e4b3be14494467df2d2ed389bc4f18f099021cb5bc355b901fa88387b2d8b8a2.json
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"nodes": [{"id": "users_vava_documents_github_free_coding_models_src_installed_models_manager_js", "label": "installed-models-manager.js", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/installed-models-manager.js", "source_location": "L1"}, {"id": "installed_models_manager_gettoolconfigpaths", "label": "getToolConfigPaths()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/installed-models-manager.js", "source_location": "L58"}, {"id": "installed_models_manager_parsesimpleyaml", "label": "parseSimpleYaml()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/installed-models-manager.js", "source_location": "L76"}, {"id": "installed_models_manager_parsegooseconfig", "label": "parseGooseConfig()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/installed-models-manager.js", "source_location": "L116"}, {"id": "installed_models_manager_parsecrushconfig", "label": "parseCrushConfig()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/installed-models-manager.js", "source_location": "L158"}, {"id": "installed_models_manager_parseaiderconfig", "label": "parseAiderConfig()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/installed-models-manager.js", "source_location": "L238"}, {"id": "installed_models_manager_parsekiloconfig", "label": "parseKiloConfig()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/installed-models-manager.js", "source_location": "L279"}, {"id": "installed_models_manager_parseqwenconfig", "label": "parseQwenConfig()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/installed-models-manager.js", "source_location": "L316"}, {"id": "installed_models_manager_parsepiconfig", "label": "parsePiConfig()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/installed-models-manager.js", "source_location": "L353"}, {"id": "installed_models_manager_parseopenhandsconfig", "label": "parseOpenHandsConfig()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/installed-models-manager.js", "source_location": "L390"}, {"id": "installed_models_manager_parseampconfig", "label": "parseAmpConfig()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/installed-models-manager.js", "source_location": "L432"}, {"id": "installed_models_manager_enhancemodelmetadata", "label": "enhanceModelMetadata()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/installed-models-manager.js", "source_location": "L469"}, {"id": "installed_models_manager_parsetoolconfig", "label": "parseToolConfig()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/installed-models-manager.js", "source_location": "L494"}, {"id": "installed_models_manager_scanalltoolconfigs", "label": "scanAllToolConfigs()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/installed-models-manager.js", "source_location": "L520"}, {"id": "installed_models_manager_gettoolemoji", "label": "getToolEmoji()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/installed-models-manager.js", "source_location": "L539"}, {"id": "installed_models_manager_loadbackups", "label": "loadBackups()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/installed-models-manager.js", "source_location": "L556"}, {"id": "installed_models_manager_savebackups", "label": "saveBackups()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/installed-models-manager.js", "source_location": "L571"}, {"id": "installed_models_manager_softdeletemodel", "label": "softDeleteModel()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/installed-models-manager.js", "source_location": "L582"}], "edges": [{"source": "users_vava_documents_github_free_coding_models_src_installed_models_manager_js", "target": "node_fs", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/installed-models-manager.js", "source_location": "L48", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_installed_models_manager_js", "target": "node_os", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/installed-models-manager.js", "source_location": "L49", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_installed_models_manager_js", "target": "node_path", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/installed-models-manager.js", "source_location": "L50", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_installed_models_manager_js", "target": "users_vava_documents_github_free_coding_models_sources_ts", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/installed-models-manager.js", "source_location": "L51", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_installed_models_manager_js", "target": "installed_models_manager_gettoolconfigpaths", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/installed-models-manager.js", "source_location": "L58", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_installed_models_manager_js", "target": "installed_models_manager_parsesimpleyaml", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/installed-models-manager.js", "source_location": "L76", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_installed_models_manager_js", "target": "installed_models_manager_parsegooseconfig", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/installed-models-manager.js", "source_location": "L116", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_installed_models_manager_js", "target": "installed_models_manager_parsecrushconfig", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/installed-models-manager.js", "source_location": "L158", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_installed_models_manager_js", "target": "installed_models_manager_parseaiderconfig", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/installed-models-manager.js", "source_location": "L238", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_installed_models_manager_js", "target": "installed_models_manager_parsekiloconfig", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/installed-models-manager.js", "source_location": "L279", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_installed_models_manager_js", "target": "installed_models_manager_parseqwenconfig", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/installed-models-manager.js", "source_location": "L316", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_installed_models_manager_js", "target": "installed_models_manager_parsepiconfig", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/installed-models-manager.js", "source_location": "L353", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_installed_models_manager_js", "target": "installed_models_manager_parseopenhandsconfig", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/installed-models-manager.js", "source_location": "L390", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_installed_models_manager_js", "target": "installed_models_manager_parseampconfig", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/installed-models-manager.js", "source_location": "L432", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_installed_models_manager_js", "target": "installed_models_manager_enhancemodelmetadata", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/installed-models-manager.js", "source_location": "L469", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_installed_models_manager_js", "target": "installed_models_manager_parsetoolconfig", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/installed-models-manager.js", "source_location": "L494", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_installed_models_manager_js", "target": "installed_models_manager_scanalltoolconfigs", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/installed-models-manager.js", "source_location": "L520", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_installed_models_manager_js", "target": "installed_models_manager_gettoolemoji", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/installed-models-manager.js", "source_location": "L539", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_installed_models_manager_js", "target": "installed_models_manager_loadbackups", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/installed-models-manager.js", "source_location": "L556", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_installed_models_manager_js", "target": "installed_models_manager_savebackups", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/installed-models-manager.js", "source_location": "L571", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_installed_models_manager_js", "target": "installed_models_manager_softdeletemodel", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/installed-models-manager.js", "source_location": "L582", "weight": 1.0}, {"source": "installed_models_manager_parsegooseconfig", "target": "installed_models_manager_parsesimpleyaml", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/installed-models-manager.js", "source_location": "L123", "weight": 1.0}, {"source": "installed_models_manager_parseaiderconfig", "target": "installed_models_manager_parsesimpleyaml", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/installed-models-manager.js", "source_location": "L245", "weight": 1.0}, {"source": "installed_models_manager_parsetoolconfig", "target": "installed_models_manager_parsegooseconfig", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/installed-models-manager.js", "source_location": "L497", "weight": 1.0}, {"source": "installed_models_manager_parsetoolconfig", "target": "installed_models_manager_parsecrushconfig", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/installed-models-manager.js", "source_location": "L499", "weight": 1.0}, {"source": "installed_models_manager_parsetoolconfig", "target": "installed_models_manager_parseaiderconfig", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/installed-models-manager.js", "source_location": "L501", "weight": 1.0}, {"source": "installed_models_manager_parsetoolconfig", "target": "installed_models_manager_parsekiloconfig", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/installed-models-manager.js", "source_location": "L503", "weight": 1.0}, {"source": "installed_models_manager_parsetoolconfig", "target": "installed_models_manager_parseqwenconfig", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/installed-models-manager.js", "source_location": "L505", "weight": 1.0}, {"source": "installed_models_manager_parsetoolconfig", "target": "installed_models_manager_parsepiconfig", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/installed-models-manager.js", "source_location": "L507", "weight": 1.0}, {"source": "installed_models_manager_parsetoolconfig", "target": "installed_models_manager_parseopenhandsconfig", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/installed-models-manager.js", "source_location": "L509", "weight": 1.0}, {"source": "installed_models_manager_parsetoolconfig", "target": "installed_models_manager_parseampconfig", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/installed-models-manager.js", "source_location": "L511", "weight": 1.0}, {"source": "installed_models_manager_softdeletemodel", "target": "installed_models_manager_loadbackups", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/installed-models-manager.js", "source_location": "L672", "weight": 1.0}, {"source": "installed_models_manager_softdeletemodel", "target": "installed_models_manager_savebackups", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/installed-models-manager.js", "source_location": "L682", "weight": 1.0}], "raw_calls": [{"caller_nid": "installed_models_manager_gettoolconfigpaths", "callee": "join", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/installed-models-manager.js", "source_location": "L60"}, {"caller_nid": "installed_models_manager_gettoolconfigpaths", "callee": "join", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/installed-models-manager.js", "source_location": "L61"}, {"caller_nid": "installed_models_manager_gettoolconfigpaths", "callee": "join", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/installed-models-manager.js", "source_location": "L62"}, {"caller_nid": "installed_models_manager_gettoolconfigpaths", "callee": "join", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/installed-models-manager.js", "source_location": "L63"}, {"caller_nid": "installed_models_manager_gettoolconfigpaths", "callee": "join", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/installed-models-manager.js", "source_location": "L64"}, {"caller_nid": "installed_models_manager_gettoolconfigpaths", "callee": "join", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/installed-models-manager.js", "source_location": "L65"}, {"caller_nid": "installed_models_manager_gettoolconfigpaths", "callee": "join", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/installed-models-manager.js", "source_location": "L66"}, {"caller_nid": "installed_models_manager_gettoolconfigpaths", "callee": "join", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/installed-models-manager.js", "source_location": "L67"}, {"caller_nid": "installed_models_manager_gettoolconfigpaths", "callee": "join", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/installed-models-manager.js", "source_location": "L68"}, {"caller_nid": "installed_models_manager_parsesimpleyaml", "callee": "existsSync", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/installed-models-manager.js", "source_location": "L77"}, {"caller_nid": "installed_models_manager_parsesimpleyaml", "callee": "readFileSync", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/installed-models-manager.js", "source_location": "L79"}, {"caller_nid": "installed_models_manager_parsesimpleyaml", "callee": "split", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/installed-models-manager.js", "source_location": "L83"}, {"caller_nid": "installed_models_manager_parsesimpleyaml", "callee": "trim", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/installed-models-manager.js", "source_location": "L84"}, {"caller_nid": "installed_models_manager_parsesimpleyaml", "callee": "startsWith", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/installed-models-manager.js", "source_location": "L85"}, {"caller_nid": "installed_models_manager_parsesimpleyaml", "callee": "indexOf", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/installed-models-manager.js", "source_location": "L87"}, {"caller_nid": "installed_models_manager_parsesimpleyaml", "callee": "trim", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/installed-models-manager.js", "source_location": "L95"}, {"caller_nid": "installed_models_manager_parsesimpleyaml", "callee": "slice", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/installed-models-manager.js", "source_location": "L95"}, {"caller_nid": "installed_models_manager_parsesimpleyaml", "callee": "trim", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/installed-models-manager.js", "source_location": "L96"}, {"caller_nid": "installed_models_manager_parsesimpleyaml", "callee": "slice", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/installed-models-manager.js", "source_location": "L96"}, {"caller_nid": "installed_models_manager_parsesimpleyaml", "callee": "startsWith", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/installed-models-manager.js", "source_location": "L100"}, {"caller_nid": "installed_models_manager_parsesimpleyaml", "callee": "startsWith", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/installed-models-manager.js", "source_location": "L100"}, {"caller_nid": "installed_models_manager_parsesimpleyaml", "callee": "slice", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/installed-models-manager.js", "source_location": "L101"}, {"caller_nid": "installed_models_manager_parsegooseconfig", "callee": "existsSync", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/installed-models-manager.js", "source_location": "L118"}, {"caller_nid": "installed_models_manager_parsegooseconfig", "callee": "push", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/installed-models-manager.js", "source_location": "L133"}, {"caller_nid": "installed_models_manager_parsegooseconfig", "callee": "startsWith", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/installed-models-manager.js", "source_location": "L146"}, {"caller_nid": "installed_models_manager_parsecrushconfig", "callee": "existsSync", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/installed-models-manager.js", "source_location": "L160"}, {"caller_nid": "installed_models_manager_parsecrushconfig", "callee": "readFileSync", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/installed-models-manager.js", "source_location": "L165"}, {"caller_nid": "installed_models_manager_parsecrushconfig", "callee": "parse", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/installed-models-manager.js", "source_location": "L166"}, {"caller_nid": "installed_models_manager_parsecrushconfig", "callee": "push", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/installed-models-manager.js", "source_location": "L175"}, {"caller_nid": "installed_models_manager_parsecrushconfig", "callee": "push", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/installed-models-manager.js", "source_location": "L191"}, {"caller_nid": "installed_models_manager_parsecrushconfig", "callee": "push", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/installed-models-manager.js", "source_location": "L202"}, {"caller_nid": "installed_models_manager_parsecrushconfig", "callee": "push", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/installed-models-manager.js", "source_location": "L213"}, {"caller_nid": "installed_models_manager_parseaiderconfig", "callee": "existsSync", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/installed-models-manager.js", "source_location": "L240"}, {"caller_nid": "installed_models_manager_parseaiderconfig", "callee": "startsWith", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/installed-models-manager.js", "source_location": "L253"}, {"caller_nid": "installed_models_manager_parseaiderconfig", "callee": "slice", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/installed-models-manager.js", "source_location": "L253"}, {"caller_nid": "installed_models_manager_parseaiderconfig", "callee": "push", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/installed-models-manager.js", "source_location": "L254"}, {"caller_nid": "installed_models_manager_parseaiderconfig", "callee": "includes", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/installed-models-manager.js", "source_location": "L267"}, {"caller_nid": "installed_models_manager_parsekiloconfig", "callee": "existsSync", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/installed-models-manager.js", "source_location": "L281"}, {"caller_nid": "installed_models_manager_parsekiloconfig", "callee": "readFileSync", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/installed-models-manager.js", "source_location": "L286"}, {"caller_nid": "installed_models_manager_parsekiloconfig", "callee": "parse", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/installed-models-manager.js", "source_location": "L287"}, {"caller_nid": "installed_models_manager_parsekiloconfig", "callee": "push", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/installed-models-manager.js", "source_location": "L291"}, {"caller_nid": "installed_models_manager_parseqwenconfig", "callee": "existsSync", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/installed-models-manager.js", "source_location": "L318"}, {"caller_nid": "installed_models_manager_parseqwenconfig", "callee": "readFileSync", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/installed-models-manager.js", "source_location": "L323"}, {"caller_nid": "installed_models_manager_parseqwenconfig", "callee": "parse", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/installed-models-manager.js", "source_location": "L324"}, {"caller_nid": "installed_models_manager_parseqwenconfig", "callee": "push", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/installed-models-manager.js", "source_location": "L328"}, {"caller_nid": "installed_models_manager_parseqwenconfig", "callee": "isArray", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/installed-models-manager.js", "source_location": "L341"}, {"caller_nid": "installed_models_manager_parsepiconfig", "callee": "existsSync", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/installed-models-manager.js", "source_location": "L355"}, {"caller_nid": "installed_models_manager_parsepiconfig", "callee": "readFileSync", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/installed-models-manager.js", "source_location": "L360"}, {"caller_nid": "installed_models_manager_parsepiconfig", "callee": "parse", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/installed-models-manager.js", "source_location": "L361"}, {"caller_nid": "installed_models_manager_parsepiconfig", "callee": "push", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/installed-models-manager.js", "source_location": "L365"}, {"caller_nid": "installed_models_manager_parseopenhandsconfig", "callee": "existsSync", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/installed-models-manager.js", "source_location": "L392"}, {"caller_nid": "installed_models_manager_parseopenhandsconfig", "callee": "readFileSync", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/installed-models-manager.js", "source_location": "L397"}, {"caller_nid": "installed_models_manager_parseopenhandsconfig", "callee": "split", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/installed-models-manager.js", "source_location": "L400"}, {"caller_nid": "installed_models_manager_parseopenhandsconfig", "callee": "trim", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/installed-models-manager.js", "source_location": "L401"}, {"caller_nid": "installed_models_manager_parseopenhandsconfig", "callee": "startsWith", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/installed-models-manager.js", "source_location": "L402"}, {"caller_nid": "installed_models_manager_parseopenhandsconfig", "callee": "startsWith", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/installed-models-manager.js", "source_location": "L402"}, {"caller_nid": "installed_models_manager_parseopenhandsconfig", "callee": "match", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/installed-models-manager.js", "source_location": "L403"}, {"caller_nid": "installed_models_manager_parseopenhandsconfig", "callee": "push", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/installed-models-manager.js", "source_location": "L405"}, {"caller_nid": "installed_models_manager_parseopenhandsconfig", "callee": "includes", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/installed-models-manager.js", "source_location": "L420"}, {"caller_nid": "installed_models_manager_parseampconfig", "callee": "existsSync", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/installed-models-manager.js", "source_location": "L434"}, {"caller_nid": "installed_models_manager_parseampconfig", "callee": "readFileSync", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/installed-models-manager.js", "source_location": "L439"}, {"caller_nid": "installed_models_manager_parseampconfig", "callee": "parse", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/installed-models-manager.js", "source_location": "L440"}, {"caller_nid": "installed_models_manager_parseampconfig", "callee": "push", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/installed-models-manager.js", "source_location": "L444"}, {"caller_nid": "installed_models_manager_parseampconfig", "callee": "includes", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/installed-models-manager.js", "source_location": "L457"}, {"caller_nid": "installed_models_manager_scanalltoolconfigs", "callee": "map", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/installed-models-manager.js", "source_location": "L523"}, {"caller_nid": "installed_models_manager_loadbackups", "callee": "existsSync", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/installed-models-manager.js", "source_location": "L557"}, {"caller_nid": "installed_models_manager_loadbackups", "callee": "readFileSync", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/installed-models-manager.js", "source_location": "L561"}, {"caller_nid": "installed_models_manager_loadbackups", "callee": "parse", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/installed-models-manager.js", "source_location": "L562"}, {"caller_nid": "installed_models_manager_savebackups", "callee": "dirname", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/installed-models-manager.js", "source_location": "L572"}, {"caller_nid": "installed_models_manager_savebackups", "callee": "existsSync", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/installed-models-manager.js", "source_location": "L573"}, {"caller_nid": "installed_models_manager_savebackups", "callee": "mkdirSync", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/installed-models-manager.js", "source_location": "L574"}, {"caller_nid": "installed_models_manager_savebackups", "callee": "writeFileSync", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/installed-models-manager.js", "source_location": "L576"}, {"caller_nid": "installed_models_manager_savebackups", "callee": "stringify", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/installed-models-manager.js", "source_location": "L576"}, {"caller_nid": "installed_models_manager_softdeletemodel", "callee": "existsSync", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/installed-models-manager.js", "source_location": "L584"}, {"caller_nid": "installed_models_manager_softdeletemodel", "callee": "readFileSync", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/installed-models-manager.js", "source_location": "L589"}, {"caller_nid": "installed_models_manager_softdeletemodel", "callee": "includes", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/installed-models-manager.js", "source_location": "L595"}, {"caller_nid": "installed_models_manager_softdeletemodel", "callee": "replace", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/installed-models-manager.js", "source_location": "L596"}, {"caller_nid": "installed_models_manager_softdeletemodel", "callee": "parse", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/installed-models-manager.js", "source_location": "L602"}, {"caller_nid": "installed_models_manager_softdeletemodel", "callee": "stringify", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/installed-models-manager.js", "source_location": "L610"}, {"caller_nid": "installed_models_manager_softdeletemodel", "callee": "includes", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/installed-models-manager.js", "source_location": "L616"}, {"caller_nid": "installed_models_manager_softdeletemodel", "callee": "replace", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/installed-models-manager.js", "source_location": "L617"}, {"caller_nid": "installed_models_manager_softdeletemodel", "callee": "parse", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/installed-models-manager.js", "source_location": "L623"}, {"caller_nid": "installed_models_manager_softdeletemodel", "callee": "stringify", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/installed-models-manager.js", "source_location": "L626"}, {"caller_nid": "installed_models_manager_softdeletemodel", "callee": "parse", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/installed-models-manager.js", "source_location": "L632"}, {"caller_nid": "installed_models_manager_softdeletemodel", "callee": "stringify", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/installed-models-manager.js", "source_location": "L635"}, {"caller_nid": "installed_models_manager_softdeletemodel", "callee": "parse", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/installed-models-manager.js", "source_location": "L641"}, {"caller_nid": "installed_models_manager_softdeletemodel", "callee": "stringify", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/installed-models-manager.js", "source_location": "L644"}, {"caller_nid": "installed_models_manager_softdeletemodel", "callee": "includes", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/installed-models-manager.js", "source_location": "L650"}, {"caller_nid": "installed_models_manager_softdeletemodel", "callee": "includes", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/installed-models-manager.js", "source_location": "L650"}, {"caller_nid": "installed_models_manager_softdeletemodel", "callee": "replace", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/installed-models-manager.js", "source_location": "L651"}, {"caller_nid": "installed_models_manager_softdeletemodel", "callee": "parse", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/installed-models-manager.js", "source_location": "L657"}, {"caller_nid": "installed_models_manager_softdeletemodel", "callee": "stringify", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/installed-models-manager.js", "source_location": "L660"}, {"caller_nid": "installed_models_manager_softdeletemodel", "callee": "writeFileSync", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/installed-models-manager.js", "source_location": "L670"}, {"caller_nid": "installed_models_manager_softdeletemodel", "callee": "push", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/installed-models-manager.js", "source_location": "L673"}, {"caller_nid": "installed_models_manager_softdeletemodel", "callee": "toISOString", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/installed-models-manager.js", "source_location": "L674"}, {"caller_nid": "installed_models_manager_softdeletemodel", "callee": "toISOString", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/installed-models-manager.js", "source_location": "L679"}]}
|
package/src/graphify-out/cache/eaea0dded097f6f9553b654220046c6ec0c9be592a5973d906564ee60af34e0d.json
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"nodes": [{"id": "users_vava_documents_github_free_coding_models_src_openclaw_js", "label": "openclaw.js", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/openclaw.js", "source_location": "L1"}, {"id": "openclaw_getopenclawconfigpath", "label": "getOpenClawConfigPath()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/openclaw.js", "source_location": "L41"}, {"id": "openclaw_loadopenclawconfig", "label": "loadOpenClawConfig()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/openclaw.js", "source_location": "L45"}, {"id": "openclaw_saveopenclawconfig", "label": "saveOpenClawConfig()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/openclaw.js", "source_location": "L55"}, {"id": "openclaw_spawnopenclawcli", "label": "spawnOpenClawCli()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/openclaw.js", "source_location": "L68"}, {"id": "openclaw_startopenclaw", "label": "startOpenClaw()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/openclaw.js", "source_location": "L102"}], "edges": [{"source": "users_vava_documents_github_free_coding_models_src_openclaw_js", "target": "chalk", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/openclaw.js", "source_location": "L28", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_openclaw_js", "target": "fs", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/openclaw.js", "source_location": "L29", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_openclaw_js", "target": "os", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/openclaw.js", "source_location": "L30", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_openclaw_js", "target": "path", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/openclaw.js", "source_location": "L31", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_openclaw_js", "target": "users_vava_documents_github_free_coding_models_src_endpoint_installer_ts", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/openclaw.js", "source_location": "L32", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_openclaw_js", "target": "users_vava_documents_github_free_coding_models_src_provider_metadata_ts", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/openclaw.js", "source_location": "L33", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_openclaw_js", "target": "users_vava_documents_github_free_coding_models_src_render_table_ts", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/openclaw.js", "source_location": "L34", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_openclaw_js", "target": "users_vava_documents_github_free_coding_models_src_tool_bootstrap_ts", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/openclaw.js", "source_location": "L35", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_openclaw_js", "target": "users_vava_documents_github_free_coding_models_src_config_ts", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/openclaw.js", "source_location": "L36", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_openclaw_js", "target": "users_vava_documents_github_free_coding_models_src_shell_env_ts", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/openclaw.js", "source_location": "L37", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_openclaw_js", "target": "openclaw_getopenclawconfigpath", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/openclaw.js", "source_location": "L41", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_openclaw_js", "target": "openclaw_loadopenclawconfig", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/openclaw.js", "source_location": "L45", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_openclaw_js", "target": "openclaw_saveopenclawconfig", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/openclaw.js", "source_location": "L55", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_openclaw_js", "target": "openclaw_spawnopenclawcli", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/openclaw.js", "source_location": "L68", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_openclaw_js", "target": "openclaw_startopenclaw", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/openclaw.js", "source_location": "L102", "weight": 1.0}, {"source": "openclaw_loadopenclawconfig", "target": "openclaw_getopenclawconfigpath", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/openclaw.js", "source_location": "L46", "weight": 1.0}, {"source": "openclaw_saveopenclawconfig", "target": "openclaw_getopenclawconfigpath", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/openclaw.js", "source_location": "L56", "weight": 1.0}, {"source": "openclaw_startopenclaw", "target": "openclaw_spawnopenclawcli", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/openclaw.js", "source_location": "L141", "weight": 1.0}], "raw_calls": [{"caller_nid": "openclaw_loadopenclawconfig", "callee": "existsSync", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/openclaw.js", "source_location": "L47"}, {"caller_nid": "openclaw_loadopenclawconfig", "callee": "parse", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/openclaw.js", "source_location": "L49"}, {"caller_nid": "openclaw_loadopenclawconfig", "callee": "readFileSync", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/openclaw.js", "source_location": "L49"}, {"caller_nid": "openclaw_saveopenclawconfig", "callee": "mkdirSync", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/openclaw.js", "source_location": "L57"}, {"caller_nid": "openclaw_saveopenclawconfig", "callee": "dirname", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/openclaw.js", "source_location": "L57"}, {"caller_nid": "openclaw_saveopenclawconfig", "callee": "writeFileSync", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/openclaw.js", "source_location": "L58"}, {"caller_nid": "openclaw_saveopenclawconfig", "callee": "stringify", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/openclaw.js", "source_location": "L58"}, {"caller_nid": "openclaw_startopenclaw", "callee": "chalk.bold.rgb(...providerRgb)", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/openclaw.js", "source_location": "L104"}, {"caller_nid": "openclaw_startopenclaw", "callee": "rgb", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/openclaw.js", "source_location": "L104"}, {"caller_nid": "openclaw_startopenclaw", "callee": "log", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/openclaw.js", "source_location": "L105"}, {"caller_nid": "openclaw_startopenclaw", "callee": "chalk.rgb(255, 100, 50)", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/openclaw.js", "source_location": "L105"}, {"caller_nid": "openclaw_startopenclaw", "callee": "rgb", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/openclaw.js", "source_location": "L105"}, {"caller_nid": "openclaw_startopenclaw", "callee": "bold", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/openclaw.js", "source_location": "L105"}, {"caller_nid": "openclaw_startopenclaw", "callee": "log", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/openclaw.js", "source_location": "L106"}, {"caller_nid": "openclaw_startopenclaw", "callee": "dim", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/openclaw.js", "source_location": "L106"}, {"caller_nid": "openclaw_startopenclaw", "callee": "log", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/openclaw.js", "source_location": "L107"}, {"caller_nid": "openclaw_startopenclaw", "callee": "dim", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/openclaw.js", "source_location": "L107"}, {"caller_nid": "openclaw_startopenclaw", "callee": "log", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/openclaw.js", "source_location": "L108"}, {"caller_nid": "openclaw_startopenclaw", "callee": "installProviderEndpoints", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/openclaw.js", "source_location": "L111"}, {"caller_nid": "openclaw_startopenclaw", "callee": "getApiKey", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/openclaw.js", "source_location": "L119"}, {"caller_nid": "openclaw_startopenclaw", "callee": "log", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/openclaw.js", "source_location": "L120"}, {"caller_nid": "openclaw_startopenclaw", "callee": "chalk.rgb(255, 140, 0)", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/openclaw.js", "source_location": "L120"}, {"caller_nid": "openclaw_startopenclaw", "callee": "rgb", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/openclaw.js", "source_location": "L120"}, {"caller_nid": "openclaw_startopenclaw", "callee": "log", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/openclaw.js", "source_location": "L121"}, {"caller_nid": "openclaw_startopenclaw", "callee": "log", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/openclaw.js", "source_location": "L122"}, {"caller_nid": "openclaw_startopenclaw", "callee": "dim", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/openclaw.js", "source_location": "L122"}, {"caller_nid": "openclaw_startopenclaw", "callee": "log", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/openclaw.js", "source_location": "L123"}, {"caller_nid": "openclaw_startopenclaw", "callee": "dim", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/openclaw.js", "source_location": "L123"}, {"caller_nid": "openclaw_startopenclaw", "callee": "log", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/openclaw.js", "source_location": "L124"}, {"caller_nid": "openclaw_startopenclaw", "callee": "dim", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/openclaw.js", "source_location": "L124"}, {"caller_nid": "openclaw_startopenclaw", "callee": "log", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/openclaw.js", "source_location": "L125"}, {"caller_nid": "openclaw_startopenclaw", "callee": "syncShellEnv", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/openclaw.js", "source_location": "L130"}, {"caller_nid": "openclaw_startopenclaw", "callee": "log", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/openclaw.js", "source_location": "L139"}, {"caller_nid": "openclaw_startopenclaw", "callee": "dim", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/openclaw.js", "source_location": "L139"}, {"caller_nid": "openclaw_startopenclaw", "callee": "log", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/openclaw.js", "source_location": "L140"}, {"caller_nid": "openclaw_startopenclaw", "callee": "log", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/openclaw.js", "source_location": "L143"}, {"caller_nid": "openclaw_startopenclaw", "callee": "dim", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/openclaw.js", "source_location": "L143"}, {"caller_nid": "openclaw_startopenclaw", "callee": "log", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/openclaw.js", "source_location": "L144"}, {"caller_nid": "openclaw_startopenclaw", "callee": "dim", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/openclaw.js", "source_location": "L144"}, {"caller_nid": "openclaw_startopenclaw", "callee": "log", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/openclaw.js", "source_location": "L145"}, {"caller_nid": "openclaw_startopenclaw", "callee": "log", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/openclaw.js", "source_location": "L149"}, {"caller_nid": "openclaw_startopenclaw", "callee": "red", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/openclaw.js", "source_location": "L149"}, {"caller_nid": "openclaw_startopenclaw", "callee": "String", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/openclaw.js", "source_location": "L149"}, {"caller_nid": "openclaw_startopenclaw", "callee": "log", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/openclaw.js", "source_location": "L150"}]}
|
package/src/graphify-out/cache/ef07d0cd2675d1f79d2a2fdbf3bc3319687638751e9ce89b0d0d97ed1cd9f7e1.json
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"nodes": [{"id": "users_vava_documents_github_free_coding_models_src_analysis_js", "label": "analysis.js", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/analysis.js", "source_location": "L1"}, {"id": "analysis_runfiablemode", "label": "runFiableMode()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/analysis.js", "source_location": "L48"}, {"id": "analysis_filterbytierorexit", "label": "filterByTierOrExit()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/analysis.js", "source_location": "L120"}, {"id": "analysis_fetchopenrouterfreemodels", "label": "fetchOpenRouterFreeModels()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/analysis.js", "source_location": "L173"}], "edges": [{"source": "users_vava_documents_github_free_coding_models_src_analysis_js", "target": "users_vava_documents_github_free_coding_models_sources_ts", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/analysis.js", "source_location": "L38", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_analysis_js", "target": "users_vava_documents_github_free_coding_models_src_utils_ts", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/analysis.js", "source_location": "L39", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_analysis_js", "target": "users_vava_documents_github_free_coding_models_src_config_ts", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/analysis.js", "source_location": "L40", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_analysis_js", "target": "users_vava_documents_github_free_coding_models_src_ping_ts", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/analysis.js", "source_location": "L41", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_analysis_js", "target": "users_vava_documents_github_free_coding_models_src_render_table_ts", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/analysis.js", "source_location": "L42", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_analysis_js", "target": "chalk", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/analysis.js", "source_location": "L43", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_analysis_js", "target": "analysis_runfiablemode", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/analysis.js", "source_location": "L48", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_analysis_js", "target": "analysis_filterbytierorexit", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/analysis.js", "source_location": "L120", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_analysis_js", "target": "analysis_fetchopenrouterfreemodels", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/analysis.js", "source_location": "L173", "weight": 1.0}], "raw_calls": [{"caller_nid": "analysis_runfiablemode", "callee": "log", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/analysis.js", "source_location": "L49"}, {"caller_nid": "analysis_runfiablemode", "callee": "cyan", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/analysis.js", "source_location": "L49"}, {"caller_nid": "analysis_runfiablemode", "callee": "log", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/analysis.js", "source_location": "L50"}, {"caller_nid": "analysis_runfiablemode", "callee": "map", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/analysis.js", "source_location": "L53"}, {"caller_nid": "analysis_runfiablemode", "callee": "filter", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/analysis.js", "source_location": "L53"}, {"caller_nid": "analysis_runfiablemode", "callee": "now", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/analysis.js", "source_location": "L64"}, {"caller_nid": "analysis_runfiablemode", "callee": "map", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/analysis.js", "source_location": "L68"}, {"caller_nid": "analysis_runfiablemode", "callee": "allSettled", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/analysis.js", "source_location": "L84"}, {"caller_nid": "analysis_runfiablemode", "callee": "max", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/analysis.js", "source_location": "L87"}, {"caller_nid": "analysis_runfiablemode", "callee": "now", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/analysis.js", "source_location": "L87"}, {"caller_nid": "analysis_runfiablemode", "callee": "findBestModel", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/analysis.js", "source_location": "L93"}, {"caller_nid": "analysis_runfiablemode", "callee": "log", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/analysis.js", "source_location": "L96"}, {"caller_nid": "analysis_runfiablemode", "callee": "red", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/analysis.js", "source_location": "L96"}, {"caller_nid": "analysis_runfiablemode", "callee": "exit", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/analysis.js", "source_location": "L97"}, {"caller_nid": "analysis_runfiablemode", "callee": "log", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/analysis.js", "source_location": "L102"}, {"caller_nid": "analysis_runfiablemode", "callee": "green", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/analysis.js", "source_location": "L102"}, {"caller_nid": "analysis_runfiablemode", "callee": "chalk.bold.rgb(...providerRgb)", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/analysis.js", "source_location": "L105"}, {"caller_nid": "analysis_runfiablemode", "callee": "rgb", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/analysis.js", "source_location": "L105"}, {"caller_nid": "analysis_runfiablemode", "callee": "log", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/analysis.js", "source_location": "L106"}, {"caller_nid": "analysis_runfiablemode", "callee": "log", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/analysis.js", "source_location": "L107"}, {"caller_nid": "analysis_runfiablemode", "callee": "log", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/analysis.js", "source_location": "L108"}, {"caller_nid": "analysis_runfiablemode", "callee": "dim", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/analysis.js", "source_location": "L108"}, {"caller_nid": "analysis_runfiablemode", "callee": "import", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/analysis.js", "source_location": "L109"}, {"caller_nid": "analysis_runfiablemode", "callee": "log", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/analysis.js", "source_location": "L110"}, {"caller_nid": "analysis_runfiablemode", "callee": "dim", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/analysis.js", "source_location": "L110"}, {"caller_nid": "analysis_runfiablemode", "callee": "getAvg", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/analysis.js", "source_location": "L110"}, {"caller_nid": "analysis_runfiablemode", "callee": "log", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/analysis.js", "source_location": "L111"}, {"caller_nid": "analysis_runfiablemode", "callee": "dim", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/analysis.js", "source_location": "L111"}, {"caller_nid": "analysis_runfiablemode", "callee": "getUptime", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/analysis.js", "source_location": "L111"}, {"caller_nid": "analysis_runfiablemode", "callee": "log", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/analysis.js", "source_location": "L112"}, {"caller_nid": "analysis_runfiablemode", "callee": "dim", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/analysis.js", "source_location": "L112"}, {"caller_nid": "analysis_runfiablemode", "callee": "exit", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/analysis.js", "source_location": "L114"}, {"caller_nid": "analysis_filterbytierorexit", "callee": "filterByTier", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/analysis.js", "source_location": "L121"}, {"caller_nid": "analysis_filterbytierorexit", "callee": "error", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/analysis.js", "source_location": "L123"}, {"caller_nid": "analysis_filterbytierorexit", "callee": "red", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/analysis.js", "source_location": "L123"}, {"caller_nid": "analysis_filterbytierorexit", "callee": "exit", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/analysis.js", "source_location": "L124"}, {"caller_nid": "analysis_fetchopenrouterfreemodels", "callee": "setTimeout", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/analysis.js", "source_location": "L176"}, {"caller_nid": "analysis_fetchopenrouterfreemodels", "callee": "fetch", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/analysis.js", "source_location": "L177"}, {"caller_nid": "analysis_fetchopenrouterfreemodels", "callee": "clearTimeout", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/analysis.js", "source_location": "L184"}, {"caller_nid": "analysis_fetchopenrouterfreemodels", "callee": "json", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/analysis.js", "source_location": "L186"}, {"caller_nid": "analysis_fetchopenrouterfreemodels", "callee": "isArray", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/analysis.js", "source_location": "L187"}, {"caller_nid": "analysis_fetchopenrouterfreemodels", "callee": "filter", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/analysis.js", "source_location": "L189"}, {"caller_nid": "analysis_fetchopenrouterfreemodels", "callee": "map", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/analysis.js", "source_location": "L191"}]}
|
package/src/graphify-out/cache/f81272d6eb8aaff9e96d5a1d9f06777db70ac3652a646b951ded51f79871d733.json
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"nodes": [{"id": "users_vava_documents_github_free_coding_models_src_provider_quota_fetchers_js", "label": "provider-quota-fetchers.js", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/provider-quota-fetchers.js", "source_location": "L1"}, {"id": "provider_quota_fetchers_parseopenrouterresponse", "label": "parseOpenRouterResponse()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/provider-quota-fetchers.js", "source_location": "L39"}, {"id": "provider_quota_fetchers_parsesiliconflowresponse", "label": "parseSiliconFlowResponse()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/provider-quota-fetchers.js", "source_location": "L81"}, {"id": "provider_quota_fetchers_makecacheentry", "label": "makeCacheEntry()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/provider-quota-fetchers.js", "source_location": "L120"}, {"id": "provider_quota_fetchers_fetchopenrouterraw", "label": "fetchOpenRouterRaw()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/provider-quota-fetchers.js", "source_location": "L134"}, {"id": "provider_quota_fetchers_fetchsiliconflowraw", "label": "fetchSiliconFlowRaw()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/provider-quota-fetchers.js", "source_location": "L154"}, {"id": "provider_quota_fetchers_makecachekey", "label": "makeCacheKey()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/provider-quota-fetchers.js", "source_location": "L186"}, {"id": "provider_quota_fetchers_createproviderquotafetcher", "label": "createProviderQuotaFetcher()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/provider-quota-fetchers.js", "source_location": "L202"}, {"id": "provider_quota_fetchers_fetchproviderquota", "label": "fetchProviderQuota()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/provider-quota-fetchers.js", "source_location": "L277"}], "edges": [{"source": "users_vava_documents_github_free_coding_models_src_provider_quota_fetchers_js", "target": "node_crypto", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/provider-quota-fetchers.js", "source_location": "L25", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_provider_quota_fetchers_js", "target": "provider_quota_fetchers_parseopenrouterresponse", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/provider-quota-fetchers.js", "source_location": "L39", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_provider_quota_fetchers_js", "target": "provider_quota_fetchers_parsesiliconflowresponse", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/provider-quota-fetchers.js", "source_location": "L81", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_provider_quota_fetchers_js", "target": "provider_quota_fetchers_makecacheentry", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/provider-quota-fetchers.js", "source_location": "L120", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_provider_quota_fetchers_js", "target": "provider_quota_fetchers_fetchopenrouterraw", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/provider-quota-fetchers.js", "source_location": "L134", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_provider_quota_fetchers_js", "target": "provider_quota_fetchers_fetchsiliconflowraw", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/provider-quota-fetchers.js", "source_location": "L154", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_provider_quota_fetchers_js", "target": "provider_quota_fetchers_makecachekey", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/provider-quota-fetchers.js", "source_location": "L186", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_provider_quota_fetchers_js", "target": "provider_quota_fetchers_createproviderquotafetcher", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/provider-quota-fetchers.js", "source_location": "L202", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_provider_quota_fetchers_js", "target": "provider_quota_fetchers_fetchproviderquota", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/provider-quota-fetchers.js", "source_location": "L277", "weight": 1.0}, {"source": "provider_quota_fetchers_fetchopenrouterraw", "target": "provider_quota_fetchers_parseopenrouterresponse", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/provider-quota-fetchers.js", "source_location": "L146", "weight": 1.0}, {"source": "provider_quota_fetchers_fetchsiliconflowraw", "target": "provider_quota_fetchers_parsesiliconflowresponse", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/provider-quota-fetchers.js", "source_location": "L164", "weight": 1.0}, {"source": "provider_quota_fetchers_createproviderquotafetcher", "target": "provider_quota_fetchers_makecachekey", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/provider-quota-fetchers.js", "source_location": "L210", "weight": 1.0}, {"source": "provider_quota_fetchers_fetchproviderquota", "target": "provider_quota_fetchers_createproviderquotafetcher", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/provider-quota-fetchers.js", "source_location": "L285", "weight": 1.0}, {"source": "provider_quota_fetchers_fetchproviderquota", "target": "provider_quota_fetchers_makecachekey", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/provider-quota-fetchers.js", "source_location": "L290", "weight": 1.0}], "raw_calls": [{"caller_nid": "provider_quota_fetchers_parseopenrouterresponse", "callee": "parseFloat", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/provider-quota-fetchers.js", "source_location": "L55"}, {"caller_nid": "provider_quota_fetchers_parseopenrouterresponse", "callee": "parseFloat", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/provider-quota-fetchers.js", "source_location": "L56"}, {"caller_nid": "provider_quota_fetchers_parseopenrouterresponse", "callee": "isFinite", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/provider-quota-fetchers.js", "source_location": "L57"}, {"caller_nid": "provider_quota_fetchers_parseopenrouterresponse", "callee": "isFinite", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/provider-quota-fetchers.js", "source_location": "L57"}, {"caller_nid": "provider_quota_fetchers_parseopenrouterresponse", "callee": "round", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/provider-quota-fetchers.js", "source_location": "L58"}, {"caller_nid": "provider_quota_fetchers_parseopenrouterresponse", "callee": "max", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/provider-quota-fetchers.js", "source_location": "L59"}, {"caller_nid": "provider_quota_fetchers_parseopenrouterresponse", "callee": "min", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/provider-quota-fetchers.js", "source_location": "L59"}, {"caller_nid": "provider_quota_fetchers_parsesiliconflowresponse", "callee": "parseFloat", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/provider-quota-fetchers.js", "source_location": "L93"}, {"caller_nid": "provider_quota_fetchers_parsesiliconflowresponse", "callee": "parseFloat", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/provider-quota-fetchers.js", "source_location": "L94"}, {"caller_nid": "provider_quota_fetchers_parsesiliconflowresponse", "callee": "parseFloat", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/provider-quota-fetchers.js", "source_location": "L95"}, {"caller_nid": "provider_quota_fetchers_parsesiliconflowresponse", "callee": "isFinite", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/provider-quota-fetchers.js", "source_location": "L98"}, {"caller_nid": "provider_quota_fetchers_parsesiliconflowresponse", "callee": "isFinite", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/provider-quota-fetchers.js", "source_location": "L98"}, {"caller_nid": "provider_quota_fetchers_parsesiliconflowresponse", "callee": "isFinite", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/provider-quota-fetchers.js", "source_location": "L98"}, {"caller_nid": "provider_quota_fetchers_fetchopenrouterraw", "callee": "fetchFn", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/provider-quota-fetchers.js", "source_location": "L135"}, {"caller_nid": "provider_quota_fetchers_fetchopenrouterraw", "callee": "timeout", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/provider-quota-fetchers.js", "source_location": "L142"}, {"caller_nid": "provider_quota_fetchers_fetchopenrouterraw", "callee": "json", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/provider-quota-fetchers.js", "source_location": "L145"}, {"caller_nid": "provider_quota_fetchers_fetchsiliconflowraw", "callee": "fetchFn", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/provider-quota-fetchers.js", "source_location": "L155"}, {"caller_nid": "provider_quota_fetchers_fetchsiliconflowraw", "callee": "timeout", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/provider-quota-fetchers.js", "source_location": "L160"}, {"caller_nid": "provider_quota_fetchers_fetchsiliconflowraw", "callee": "json", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/provider-quota-fetchers.js", "source_location": "L163"}, {"caller_nid": "provider_quota_fetchers_makecachekey", "callee": "slice", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/provider-quota-fetchers.js", "source_location": "L187"}, {"caller_nid": "provider_quota_fetchers_makecachekey", "callee": "digest", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/provider-quota-fetchers.js", "source_location": "L187"}, {"caller_nid": "provider_quota_fetchers_makecachekey", "callee": "update", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/provider-quota-fetchers.js", "source_location": "L187"}, {"caller_nid": "provider_quota_fetchers_makecachekey", "callee": "createHash", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/provider-quota-fetchers.js", "source_location": "L187"}, {"caller_nid": "provider_quota_fetchers_createproviderquotafetcher", "callee": "now", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/provider-quota-fetchers.js", "source_location": "L211"}, {"caller_nid": "provider_quota_fetchers_createproviderquotafetcher", "callee": "get", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/provider-quota-fetchers.js", "source_location": "L212"}, {"caller_nid": "provider_quota_fetchers_createproviderquotafetcher", "callee": "catch", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/provider-quota-fetchers.js", "source_location": "L233"}, {"caller_nid": "provider_quota_fetchers_createproviderquotafetcher", "callee": "then", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/provider-quota-fetchers.js", "source_location": "L233"}, {"caller_nid": "provider_quota_fetchers_createproviderquotafetcher", "callee": "doFetch", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/provider-quota-fetchers.js", "source_location": "L233"}, {"caller_nid": "provider_quota_fetchers_createproviderquotafetcher", "callee": "set", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/provider-quota-fetchers.js", "source_location": "L245"}, {"caller_nid": "provider_quota_fetchers_fetchproviderquota", "callee": "fetcher", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/provider-quota-fetchers.js", "source_location": "L286"}, {"caller_nid": "provider_quota_fetchers_fetchproviderquota", "callee": "now", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/provider-quota-fetchers.js", "source_location": "L291"}, {"caller_nid": "provider_quota_fetchers_fetchproviderquota", "callee": "get", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/provider-quota-fetchers.js", "source_location": "L292"}, {"caller_nid": "provider_quota_fetchers_fetchproviderquota", "callee": "catch", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/provider-quota-fetchers.js", "source_location": "L301"}, {"caller_nid": "provider_quota_fetchers_fetchproviderquota", "callee": "then", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/provider-quota-fetchers.js", "source_location": "L301"}, {"caller_nid": "provider_quota_fetchers_fetchproviderquota", "callee": "doFetch", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/provider-quota-fetchers.js", "source_location": "L301"}, {"caller_nid": "provider_quota_fetchers_fetchproviderquota", "callee": "set", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/provider-quota-fetchers.js", "source_location": "L312"}]}
|
package/src/graphify-out/cache/f9619dd92186f75a6dbda937e0c606647153918524cdb5763f956e6ec2a9e386.json
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"nodes": [{"id": "users_vava_documents_github_free_coding_models_src_tool_metadata_js", "label": "tool-metadata.js", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/tool-metadata.js", "source_location": "L1"}, {"id": "tool_metadata_gettoolmeta", "label": "getToolMeta()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/tool-metadata.js", "source_location": "L99"}, {"id": "tool_metadata_gettoolmodeorder", "label": "getToolModeOrder()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/tool-metadata.js", "source_location": "L103"}, {"id": "tool_metadata_getcompatibletools", "label": "getCompatibleTools()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/tool-metadata.js", "source_location": "L123"}, {"id": "tool_metadata_ismodelcompatiblewithtool", "label": "isModelCompatibleWithTool()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/tool-metadata.js", "source_location": "L136"}, {"id": "tool_metadata_findsimilarcompatiblemodels", "label": "findSimilarCompatibleModels()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/tool-metadata.js", "source_location": "L149"}], "edges": [{"source": "users_vava_documents_github_free_coding_models_src_tool_metadata_js", "target": "tool_metadata_gettoolmeta", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/tool-metadata.js", "source_location": "L99", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_tool_metadata_js", "target": "tool_metadata_gettoolmodeorder", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/tool-metadata.js", "source_location": "L103", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_tool_metadata_js", "target": "tool_metadata_getcompatibletools", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/tool-metadata.js", "source_location": "L123", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_tool_metadata_js", "target": "tool_metadata_ismodelcompatiblewithtool", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/tool-metadata.js", "source_location": "L136", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_tool_metadata_js", "target": "tool_metadata_findsimilarcompatiblemodels", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/tool-metadata.js", "source_location": "L149", "weight": 1.0}, {"source": "tool_metadata_ismodelcompatiblewithtool", "target": "tool_metadata_getcompatibletools", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/tool-metadata.js", "source_location": "L137", "weight": 1.0}], "raw_calls": [{"caller_nid": "tool_metadata_ismodelcompatiblewithtool", "callee": "includes", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/tool-metadata.js", "source_location": "L137"}, {"caller_nid": "tool_metadata_findsimilarcompatiblemodels", "callee": "parseFloat", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/tool-metadata.js", "source_location": "L150"}, {"caller_nid": "tool_metadata_findsimilarcompatiblemodels", "callee": "slice", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/tool-metadata.js", "source_location": "L151"}, {"caller_nid": "tool_metadata_findsimilarcompatiblemodels", "callee": "sort", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/tool-metadata.js", "source_location": "L151"}, {"caller_nid": "tool_metadata_findsimilarcompatiblemodels", "callee": "map", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/tool-metadata.js", "source_location": "L151"}, {"caller_nid": "tool_metadata_findsimilarcompatiblemodels", "callee": "filter", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/tool-metadata.js", "source_location": "L151"}]}
|
package/src/graphify-out/cache/fd88b1b2ff4bfcae08559d9c2aaeeb9a3f1e2f5cd8928762c311196956c170a5.json
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"nodes": [{"id": "users_vava_documents_github_free_coding_models_src_command_palette_js", "label": "command-palette.js", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/command-palette.js", "source_location": "L1"}, {"id": "command_palette_buildcommandpalettetree", "label": "buildCommandPaletteTree()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/command-palette.js", "source_location": "L224"}, {"id": "command_palette_flattencommandtree", "label": "flattenCommandTree()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/command-palette.js", "source_location": "L258"}, {"id": "command_palette_buildcommandpaletteentries", "label": "buildCommandPaletteEntries()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/command-palette.js", "source_location": "L323"}, {"id": "command_palette_fuzzymatchcommand", "label": "fuzzyMatchCommand()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/command-palette.js", "source_location": "L351"}, {"id": "command_palette_filtercommandpaletteentries", "label": "filterCommandPaletteEntries()", "file_type": "code", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/command-palette.js", "source_location": "L398"}], "edges": [{"source": "users_vava_documents_github_free_coding_models_src_command_palette_js", "target": "users_vava_documents_github_free_coding_models_src_tool_metadata_ts", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/command-palette.js", "source_location": "L18", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_command_palette_js", "target": "users_vava_documents_github_free_coding_models_sources_ts", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/command-palette.js", "source_location": "L19", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_command_palette_js", "target": "command_palette_buildcommandpalettetree", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/command-palette.js", "source_location": "L224", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_command_palette_js", "target": "command_palette_flattencommandtree", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/command-palette.js", "source_location": "L258", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_command_palette_js", "target": "command_palette_buildcommandpaletteentries", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/command-palette.js", "source_location": "L323", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_command_palette_js", "target": "command_palette_fuzzymatchcommand", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/command-palette.js", "source_location": "L351", "weight": 1.0}, {"source": "users_vava_documents_github_free_coding_models_src_command_palette_js", "target": "command_palette_filtercommandpaletteentries", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/command-palette.js", "source_location": "L398", "weight": 1.0}, {"source": "command_palette_buildcommandpaletteentries", "target": "command_palette_buildcommandpalettetree", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/command-palette.js", "source_location": "L324", "weight": 1.0}, {"source": "command_palette_buildcommandpaletteentries", "target": "command_palette_flattencommandtree", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/command-palette.js", "source_location": "L334", "weight": 1.0}, {"source": "command_palette_filtercommandpaletteentries", "target": "command_palette_fuzzymatchcommand", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/command-palette.js", "source_location": "L407", "weight": 1.0}], "raw_calls": [{"caller_nid": "command_palette_buildcommandpalettetree", "callee": "parse", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/command-palette.js", "source_location": "L226"}, {"caller_nid": "command_palette_buildcommandpalettetree", "callee": "stringify", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/command-palette.js", "source_location": "L226"}, {"caller_nid": "command_palette_buildcommandpalettetree", "callee": "find", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/command-palette.js", "source_location": "L229"}, {"caller_nid": "command_palette_buildcommandpalettetree", "callee": "find", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/command-palette.js", "source_location": "L229"}, {"caller_nid": "command_palette_buildcommandpalettetree", "callee": "isArray", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/command-palette.js", "source_location": "L232"}, {"caller_nid": "command_palette_buildcommandpalettetree", "callee": "slice", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/command-palette.js", "source_location": "L234"}, {"caller_nid": "command_palette_buildcommandpalettetree", "callee": "filter", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/command-palette.js", "source_location": "L234"}, {"caller_nid": "command_palette_buildcommandpalettetree", "callee": "push", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/command-palette.js", "source_location": "L239"}, {"caller_nid": "command_palette_buildcommandpalettetree", "callee": "toLowerCase", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/command-palette.js", "source_location": "L244"}, {"caller_nid": "command_palette_buildcommandpalettetree", "callee": "toLowerCase", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/command-palette.js", "source_location": "L244"}, {"caller_nid": "command_palette_flattencommandtree", "callee": "traverse", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/command-palette.js", "source_location": "L302"}, {"caller_nid": "command_palette_buildcommandpaletteentries", "callee": "collectIds", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/command-palette.js", "source_location": "L333"}, {"caller_nid": "command_palette_buildcommandpaletteentries", "callee": "map", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/command-palette.js", "source_location": "L335"}, {"caller_nid": "command_palette_fuzzymatchcommand", "callee": "toLowerCase", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/command-palette.js", "source_location": "L352"}, {"caller_nid": "command_palette_fuzzymatchcommand", "callee": "trim", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/command-palette.js", "source_location": "L352"}, {"caller_nid": "command_palette_fuzzymatchcommand", "callee": "toLowerCase", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/command-palette.js", "source_location": "L353"}, {"caller_nid": "command_palette_fuzzymatchcommand", "callee": "push", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/command-palette.js", "source_location": "L362"}, {"caller_nid": "command_palette_fuzzymatchcommand", "callee": "max", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/command-palette.js", "source_location": "L386"}, {"caller_nid": "command_palette_filtercommandpaletteentries", "callee": "trim", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/command-palette.js", "source_location": "L399"}, {"caller_nid": "command_palette_filtercommandpaletteentries", "callee": "isArray", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/command-palette.js", "source_location": "L412"}, {"caller_nid": "command_palette_filtercommandpaletteentries", "callee": "max", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/command-palette.js", "source_location": "L417"}, {"caller_nid": "command_palette_filtercommandpaletteentries", "callee": "push", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/command-palette.js", "source_location": "L426"}, {"caller_nid": "command_palette_filtercommandpaletteentries", "callee": "find", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/command-palette.js", "source_location": "L437"}, {"caller_nid": "command_palette_filtercommandpaletteentries", "callee": "add", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/command-palette.js", "source_location": "L439"}, {"caller_nid": "command_palette_filtercommandpaletteentries", "callee": "sort", "source_file": "/Users/vava/Documents/GitHub/free-coding-models/src/command-palette.js", "source_location": "L444"}]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
._header_1nuxz_1{z-index:100;background:var(--color-bg-card);-webkit-backdrop-filter:blur(20px)saturate(1.5);border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:center;gap:20px;height:60px;padding:0 24px;display:flex;position:sticky;top:0}._left_1nuxz_16{align-items:center;gap:12px;display:flex}._center_1nuxz_17{flex:1;max-width:480px}._right_1nuxz_18{align-items:center;gap:10px;display:flex}._logo_1nuxz_20{align-items:center;gap:8px;display:flex}._logoIcon_1nuxz_21{font-size:22px}._logoText_1nuxz_22{background:linear-gradient(135deg, var(--color-accent), #06b6d4);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:16px;font-weight:700}._version_1nuxz_27{font-size:11px;font-weight:500;font-family:var(--font-mono);color:var(--color-text-dim);background:var(--color-accent-dim);border:1px solid var(--color-border);border-radius:999px;padding:2px 8px}._searchBar_1nuxz_33{background:var(--color-surface);border:1px solid var(--color-border);border-radius:10px;align-items:center;gap:8px;height:36px;padding:0 12px;transition:border-color .15s,box-shadow .15s;display:flex}._searchBar_1nuxz_33:focus-within{border-color:var(--color-accent);box-shadow:0 0 0 3px var(--color-accent-glow)}._searchIcon_1nuxz_43{flex-shrink:0;font-size:14px}._searchInput_1nuxz_44{color:var(--color-text);font-size:13px;font-family:var(--font-sans);background:0 0;border:none;outline:none;flex:1}._searchInput_1nuxz_44::placeholder{color:var(--color-text-dim)}._kbd_1nuxz_49{font-size:10px;font-family:var(--font-mono);color:var(--color-text-dim);background:var(--color-bg);border:1px solid var(--color-border);border-radius:4px;flex-shrink:0;padding:2px 6px}._iconBtn_1nuxz_55{border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text);cursor:pointer;border-radius:6px;justify-content:center;align-items:center;padding:6px 8px;font-size:16px;transition:all .15s;display:inline-flex}._iconBtn_1nuxz_55:hover{background:var(--color-bg-hover);border-color:var(--color-border-hover)}._primaryBtn_1nuxz_62{border:1px solid var(--color-accent);background:var(--color-accent);color:#000;cursor:pointer;font-size:13px;font-weight:600;font-family:var(--font-sans);border-radius:6px;align-items:center;gap:6px;padding:6px 14px;transition:all .15s;display:inline-flex}._primaryBtn_1nuxz_62:hover{background:var(--color-accent-hover)}@media (width<=768px){._center_1nuxz_17{display:none}}._sidebar_16fei_1{z-index:200;background:var(--color-bg-elevated);border-right:1px solid var(--color-border);flex-direction:column;width:64px;padding:12px 0;transition:width .25s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;top:0;bottom:0;left:0;overflow:hidden}._sidebar_16fei_1:hover{width:200px}._logo_16fei_16{white-space:nowrap;align-items:center;gap:10px;margin-bottom:16px;padding:8px 18px;display:flex;overflow:hidden}._logoIcon_16fei_25{flex-shrink:0;font-size:24px}._logoText_16fei_26{background:linear-gradient(135deg, var(--color-accent), #06b6d4);-webkit-text-fill-color:transparent;opacity:0;-webkit-background-clip:text;background-clip:text;font-size:16px;font-weight:800;transition:opacity .25s cubic-bezier(.16,1,.3,1)}._sidebar_16fei_1:hover ._logoText_16fei_26{opacity:1}._nav_16fei_38{flex-direction:column;flex:1;gap:4px;display:flex}._bottom_16fei_39{flex-direction:column;gap:4px;display:flex}._navItem_16fei_41{color:var(--color-text-muted);cursor:pointer;white-space:nowrap;font-family:var(--font-sans);background:0 0;border:none;align-items:center;gap:12px;padding:10px 20px;font-size:13px;font-weight:500;transition:all .15s cubic-bezier(.16,1,.3,1);display:flex;overflow:hidden}._navItem_16fei_41:hover{color:var(--color-text);background:var(--color-bg-hover)}._navIcon_16fei_61{text-align:center;flex-shrink:0;width:20px;font-size:16px}._navLabel_16fei_67{opacity:0;transition:opacity .25s cubic-bezier(.16,1,.3,1)}._sidebar_16fei_1:hover ._navLabel_16fei_67{opacity:1}._active_16fei_72{border-right:3px solid var(--color-accent);color:var(--color-accent)!important;background:var(--color-accent-dim)!important}._footer_1uw54_1{z-index:1;border-top:1px solid var(--color-border);color:var(--color-text-dim);justify-content:space-between;align-items:center;padding:16px 24px;font-size:12px;display:flex;position:relative}._left_1uw54_8 a,._right_1uw54_8 a{color:var(--color-text-dim);text-decoration:none}._left_1uw54_8 a:hover,._right_1uw54_8 a:hover{color:var(--color-accent)}._right_1uw54_8{gap:16px;display:flex}._statsBar_1q3n1_1{z-index:1;grid-template-columns:repeat(5,1fr);gap:14px;padding:20px 24px 0;display:grid;position:relative}._card_1q3n1_6{background:var(--color-bg-card);-webkit-backdrop-filter:blur(12px);border:1px solid var(--color-border);border-radius:16px;align-items:center;gap:12px;padding:16px 18px;transition:all .25s cubic-bezier(.16,1,.3,1);display:flex}._card_1q3n1_6:hover{border-color:var(--color-border-hover);box-shadow:var(--shadow-md);transform:translateY(-2px)}._icon_1q3n1_21{font-size:28px}._body_1q3n1_22{flex:1}._value_1q3n1_23{font-size:22px;font-weight:800;font-family:var(--font-mono);line-height:1}._label_1q3n1_24{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.5px;margin-top:2px;font-size:11px;font-weight:500}@media (width<=1024px){._statsBar_1q3n1_1{grid-template-columns:repeat(3,1fr)}}@media (width<=768px){._statsBar_1q3n1_1{grid-template-columns:repeat(2,1fr)}}@media (width<=480px){._statsBar_1q3n1_1{grid-template-columns:1fr}}._filters_jhonm_1{z-index:1;flex-wrap:wrap;align-items:center;gap:20px;padding:16px 24px;display:flex;position:relative}._group_jhonm_6{align-items:center;gap:8px;display:flex}._filterLabel_jhonm_7{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.5px;font-size:11px;font-weight:600}._tierRow_jhonm_11{gap:4px;display:flex}._tierBtn_jhonm_12{font-size:12px;font-weight:600;font-family:var(--font-mono);border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text-muted);cursor:pointer;border-radius:6px;padding:4px 10px;transition:all .15s}._tierBtn_jhonm_12:hover{background:var(--color-bg-hover);color:var(--color-text)}._active_jhonm_19{font-weight:700;background:var(--color-accent)!important;color:#000!important;border-color:var(--color-accent)!important}._providerSelect_jhonm_23{background:var(--color-surface);color:var(--color-text);border:1px solid var(--color-border);font-size:12px;font-family:var(--font-sans);cursor:pointer;border-radius:6px;outline:none;padding:5px 10px}._providerSelect_jhonm_23:focus{border-color:var(--color-accent)}._spacer_jhonm_30{flex:1}._live_jhonm_31{color:var(--color-accent);text-transform:uppercase;letter-spacing:1px;align-items:center;gap:6px;font-size:11px;font-weight:700;display:flex}._liveDot_jhonm_36{background:var(--color-accent);border-radius:50%;width:8px;height:8px;animation:2s ease-in-out infinite _pulseDot_jhonm_1}@keyframes _pulseDot_jhonm_1{0%,to{box-shadow:0 0 0 0 var(--color-accent-glow)}50%{box-shadow:0 0 0 6px #0000}}._badge_1vsmk_1{text-align:center;border-radius:4px;min-width:32px;padding:2px 8px;font-family:JetBrains Mono,monospace;font-size:11px;font-weight:700;display:inline-block}._tier_splus_1vsmk_11{color:gold;background:#ffd70026;border:1px solid #ffd7004d}._tier_s_1vsmk_11{color:#ff8c00;background:#ff8c001f;border:1px solid #ff8c0040}._tier_aplus_1vsmk_13{color:#00c8ff;background:#00c8ff1a;border:1px solid #00c8ff33}._tier_a_1vsmk_13{color:#3ddc84;background:#3ddc841a;border:1px solid #3ddc8433}._tier_aminus_1vsmk_15{color:#7ecf7e;background:#7ecf7e1a;border:1px solid #7ecf7e33}._tier_bplus_1vsmk_16{color:#a8a8c8;background:#a8a8c81a;border:1px solid #a8a8c826}._tier_b_1vsmk_16{color:#808098;background:#8080981a;border:1px solid #80809826}._tier_c_1vsmk_18{color:#606078;background:#6060781a;border:1px solid #60607826}._dot_xhoha_1{vertical-align:middle;border-radius:50%;width:8px;height:8px;margin-right:6px;display:inline-block}._up_xhoha_9{background:#0f8;box-shadow:0 0 6px #0f86}._down_xhoha_10,._timeout_xhoha_11{background:#f44}._pending_xhoha_12{background:#555570;animation:1.5s ease-in-out infinite _pulse_xhoha_1}@keyframes _pulse_xhoha_1{0%,to{box-shadow:0 0 #76b90040}50%{box-shadow:0 0 0 6px #0000}}._badge_j5mmw_1{text-transform:uppercase;letter-spacing:.5px;border-radius:999px;padding:2px 8px;font-size:10px;font-weight:700;display:inline-block}._perfect_j5mmw_10{color:#0f8;background:#00ff881f;border:1px solid #00ff8840}._normal_j5mmw_11{color:#76b900;background:#76b9001f;border:1px solid #76b90040}._slow_j5mmw_12{color:#fa0;background:#ffaa001f;border:1px solid #ffaa0040}._spiky_j5mmw_13{color:#f60;background:#ff66001f;border:1px solid #ff660040}._veryslow_j5mmw_14{color:#f44;background:#ff44441f;border:1px solid #f443}._overloaded_j5mmw_15{color:#f22;background:#ff22221f;border:1px solid #f223}._unstable_j5mmw_16{color:#c00;background:#cc00001f;border:1px solid #c003}._notactive_j5mmw_17{color:#555570;background:#5555701f;border:1px solid #55557026}._pending_j5mmw_18{color:#444460;background:#4444601a;border:1px solid #44446026}._ratelimited_j5mmw_19{color:#fa0;background:#ffaa0026;border:1px solid #ffaa004d}._cell_1qs4d_1{align-items:center;gap:6px;display:flex}._bar_1qs4d_2{background:var(--color-surface);border-radius:3px;width:48px;height:6px;overflow:hidden}._fill_1qs4d_3{border-radius:3px;height:100%;transition:width .25s cubic-bezier(.16,1,.3,1)}._high_1qs4d_4{background:linear-gradient(90deg,#0f8,#76b900)}._mid_1qs4d_5{background:linear-gradient(90deg,#fa0,#ff8c00)}._low_1qs4d_6{background:linear-gradient(90deg,#f44,#c00)}._value_1qs4d_7{font-family:JetBrains Mono,monospace;font-size:12px;font-weight:600}._none_1qs4d_8{color:var(--color-text-dim)}._container_8mrfy_1{background:var(--color-bg-card);-webkit-backdrop-filter:blur(12px)saturate(1.5);border:1px solid var(--color-border);border-radius:16px;margin:16px 0;overflow:hidden}._table_8mrfy_10{border-collapse:collapse;width:100%;font-size:13px}._th_8mrfy_11{text-transform:uppercase;letter-spacing:.8px;color:var(--color-text-muted);background:var(--color-bg-elevated);border-bottom:1px solid var(--color-border);white-space:nowrap;-webkit-user-select:none;user-select:none;cursor:default;padding:12px 14px;font-size:11px;font-weight:700}._th_8mrfy_11:hover{color:var(--color-accent)}._table_8mrfy_10 td{border-bottom:1px solid var(--color-border);white-space:nowrap;padding:10px 14px}._table_8mrfy_10 tbody tr{cursor:pointer;transition:background .15s}._table_8mrfy_10 tbody tr:hover{background:var(--color-bg-hover)}._tdRank_8mrfy_20{text-align:center;font-family:var(--font-mono);color:var(--color-text-dim);font-weight:600}._rank1_8mrfy_21 td:first-child{border-left:3px solid gold}._rank2_8mrfy_22 td:first-child{border-left:3px solid silver}._rank3_8mrfy_23 td:first-child{border-left:3px solid #cd7f32}._modelCell_8mrfy_24{flex-direction:column;display:flex}._modelName_8mrfy_25{align-items:center;gap:4px;font-size:13px;font-weight:600;display:flex}._modelId_8mrfy_26{font-family:var(--font-mono);color:var(--color-text-dim);margin-top:1px;font-size:10px}._noKey_8mrfy_27{color:#fa0;background:#ffaa001f;border:1px solid #fa03;border-radius:3px;margin-left:6px;padding:1px 6px;font-size:10px;font-weight:600}._providerPill_8mrfy_31{background:var(--color-accent-dim);color:var(--color-text-muted);border:1px solid var(--color-border);border-radius:999px;padding:2px 8px;font-size:11px;font-weight:500;display:inline-block}._swe_8mrfy_35{font-family:var(--font-mono);font-weight:600}._sweHigh_8mrfy_36{color:gold}._sweMid_8mrfy_37{color:#3ddc84}._sweLow_8mrfy_38{color:var(--color-text-dim)}._ctx_8mrfy_39{font-family:var(--font-mono);color:var(--color-text-muted);font-size:12px}._ping_8mrfy_40{font-family:var(--font-mono);font-weight:600}._pingFast_8mrfy_41{color:#0f8}._pingMedium_8mrfy_42{color:#fa0}._pingSlow_8mrfy_43{color:#f44}._pingNone_8mrfy_44{color:var(--color-text-dim)}._uptime_8mrfy_45{font-family:var(--font-mono);font-size:12px}._empty_8mrfy_46{text-align:center;color:var(--color-text-muted);padding:60px 0}._panel_uzr3l_1{z-index:300;background:var(--color-bg-elevated);border-left:1px solid var(--color-border);width:min(420px,90vw);box-shadow:var(--shadow-lg);transition:transform var(--transition-medium);position:fixed;top:0;bottom:0;right:0;overflow-y:auto;transform:translate(100%)}._header_uzr3l_16{border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:center;padding:20px 24px;display:flex}._title_uzr3l_24{margin:0;font-size:16px;font-weight:700}._closeBtn_uzr3l_30{color:var(--color-text-muted);cursor:pointer;background:0 0;border:none;font-size:22px;line-height:1}._closeBtn_uzr3l_30:hover{color:var(--color-text)}._body_uzr3l_43{padding:24px}._stat_uzr3l_47{border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:center;padding:10px 0;display:flex}._statLabel_uzr3l_55{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.5px;font-size:12px;font-weight:600}._statValue_uzr3l_63,._ping_uzr3l_68{font-family:var(--font-mono);font-weight:600}._pingFast_uzr3l_73{color:#0f8}._pingMedium_uzr3l_74{color:#fa0}._pingSlow_uzr3l_75{color:#f44}._pingNone_uzr3l_76{color:var(--color-text-dim)}._chart_uzr3l_78{background:var(--color-surface);border-radius:var(--radius-md);border:1px solid var(--color-border);margin:20px 0;padding:16px}._chartTitle_uzr3l_86{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.8px;margin-bottom:12px;font-size:11px;font-weight:700}._chartEmpty_uzr3l_95{color:var(--color-text-dim);text-align:center;padding:20px}._overlay_1e3f5_1{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;justify-content:center;align-items:center;animation:.2s ease-out _fadeIn_1e3f5_1;display:flex;position:fixed;inset:0}._overlay_1e3f5_1[hidden]{display:none}@keyframes _fadeIn_1e3f5_1{0%{opacity:0}to{opacity:1}}._modal_1e3f5_18{background:var(--color-bg-elevated);border:1px solid var(--color-border);border-radius:var(--radius-xl);width:min(500px,90vw);max-height:80vh;box-shadow:var(--shadow-lg);animation:_modalSlideIn_1e3f5_1 .3s var(--ease-out);overflow-y:auto}@keyframes _modalSlideIn_1e3f5_1{0%{opacity:0;transform:translateY(20px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}._modalHeader_1e3f5_33{border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:center;padding:20px 24px;display:flex}._modalTitle_1e3f5_40{margin:0;font-size:18px;font-weight:700}._modalClose_1e3f5_45{color:var(--color-text-muted);cursor:pointer;background:0 0;border:none;padding:0;font-size:24px;line-height:1}._modalClose_1e3f5_45:hover{color:var(--color-text)}._modalBody_1e3f5_57{padding:24px}._options_1e3f5_60{flex-direction:column;gap:10px;display:flex}._option_1e3f5_60{border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);cursor:pointer;transition:all var(--transition-fast);text-align:left;font-family:var(--font-sans);color:var(--color-text);align-items:center;gap:14px;width:100%;padding:14px 18px;display:flex}._option_1e3f5_60:hover{border-color:var(--color-accent);background:var(--color-accent-dim)}._optionIcon_1e3f5_84{flex-shrink:0;font-size:24px}._optionLabel_1e3f5_89{font-size:14px;font-weight:600;display:block}._optionDesc_1e3f5_94{color:var(--color-text-muted);margin-top:2px;font-size:11px;display:block}._page_17r6q_1{max-width:900px;padding:24px}._pageHeader_17r6q_6{margin-bottom:24px}._pageTitle_17r6q_10{margin:0 0 6px;font-size:24px;font-weight:800}._pageSubtitle_17r6q_16{color:var(--color-text-muted);margin:0;font-size:13px;line-height:1.5}._pageSubtitle_17r6q_16 code{font-family:var(--font-mono);background:var(--color-surface);border-radius:4px;padding:2px 6px;font-size:12px}._loading_17r6q_31{text-align:center;color:var(--color-text-muted);padding:60px 0}._toolbar_17r6q_37{flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:20px;display:flex}._toolbarSearch_17r6q_45{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);flex:1;align-items:center;gap:8px;min-width:200px;height:36px;padding:0 12px;display:flex}._toolbarSearch_17r6q_45 svg{color:var(--color-text-dim);flex-shrink:0}._toolbarSearch_17r6q_45 input{color:var(--color-text);font-size:13px;font-family:var(--font-sans);background:0 0;border:none;outline:none;flex:1}._toolbarSearch_17r6q_45 input::placeholder{color:var(--color-text-dim)}._toolbarActions_17r6q_77{gap:8px;display:flex}._toolbarBtn_17r6q_82{border:1px solid var(--color-border);border-radius:var(--radius-sm);cursor:pointer;background:var(--color-surface);color:var(--color-text);transition:all var(--transition-fast);font-size:13px;font-weight:500;font-family:var(--font-sans);align-items:center;gap:6px;padding:6px 14px;display:inline-flex}._toolbarBtn_17r6q_82:hover{background:var(--color-bg-hover);border-color:var(--color-border-hover)}._providers_17r6q_103{flex-direction:column;gap:12px;display:flex}._card_17r6q_109{background:var(--color-bg-card);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--color-border);border-radius:var(--radius-lg);transition:border-color var(--transition-fast);overflow:hidden}._card_17r6q_109:hover{border-color:var(--color-border-hover)}._cardHeader_17r6q_122{cursor:pointer;transition:background var(--transition-fast);align-items:center;gap:12px;padding:16px 20px;display:flex}._cardHeader_17r6q_122:hover{background:var(--color-bg-hover)}._cardIcon_17r6q_135{border-radius:var(--radius-sm);background:var(--color-accent-dim);flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:18px;display:flex}._cardInfo_17r6q_147{flex:1;min-width:0}._cardName_17r6q_152{font-size:14px;font-weight:700}._cardMeta_17r6q_157{color:var(--color-text-muted);margin-top:2px;font-size:11px}._cardStatus_17r6q_163{border-radius:999px;flex-shrink:0;padding:3px 10px;font-size:11px;font-weight:700}._statusConfigured_17r6q_171{background:var(--color-success-dim);color:var(--color-success)}._statusMissing_17r6q_176{background:var(--color-warning-dim);color:var(--color-warning)}._toggleIcon_17r6q_181{color:var(--color-text-dim);transition:transform var(--transition-fast);flex-shrink:0;font-size:18px}._toggleIconExpanded_17r6q_188{transform:rotate(180deg)}._cardBody_17r6q_192{max-height:0;transition:max-height var(--transition-medium);border-top:0 solid #0000;overflow:hidden}._cardExpanded_17r6q_199 ._cardBody_17r6q_192{border-top:1px solid var(--color-border);max-height:500px}._cardContent_17r6q_204{padding:16px 20px}._keyGroup_17r6q_208{margin-bottom:12px}._keyLabel_17r6q_212{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.5px;margin-bottom:6px;font-size:11px;font-weight:600;display:block}._keyDisplay_17r6q_222{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-sm);align-items:center;gap:8px;margin-bottom:8px;padding:8px 12px;display:flex}._keyDisplayValue_17r6q_233{font-family:var(--font-mono);color:var(--color-text-muted);word-break:break-all;flex:1;font-size:13px}._keyDisplayActions_17r6q_241{flex-shrink:0;gap:4px;display:flex}._actionBtn_17r6q_247{border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-surface);color:var(--color-text);cursor:pointer;transition:all var(--transition-fast);justify-content:center;align-items:center;padding:4px 8px;font-size:12px;display:inline-flex}._actionBtn_17r6q_247:hover{background:var(--color-bg-hover)}._actionBtnDanger_17r6q_265{background:var(--color-danger-dim);color:var(--color-danger);border-color:#f443}._actionBtnDanger_17r6q_265:hover{background:#f443}._keyInputRow_17r6q_275{align-items:center;gap:8px;display:flex}._keyInput_17r6q_275{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-sm);font-size:13px;font-family:var(--font-mono);color:var(--color-text);transition:border-color var(--transition-fast);outline:none;flex:1;padding:8px 12px}._keyInput_17r6q_275:focus{border-color:var(--color-accent)}._keyInput_17r6q_275::placeholder{color:var(--color-text-dim)}._saveBtn_17r6q_302{border-radius:var(--radius-sm);background:var(--color-success-dim);color:var(--color-success);cursor:pointer;font-size:13px;font-weight:600;font-family:var(--font-sans);transition:all var(--transition-fast);border:1px solid #0f83;align-items:center;gap:6px;padding:8px 14px;display:inline-flex}._saveBtn_17r6q_302:hover{background:#00ff8826}._enabledRow_17r6q_322{border-top:1px solid var(--color-border);justify-content:space-between;align-items:center;margin-top:12px;padding-top:12px;display:flex}._enabledLabel_17r6q_331{color:var(--color-text-muted);font-size:12px;font-weight:500}._toggleSwitch_17r6q_337{cursor:pointer;width:44px;height:24px;position:relative}._toggleSwitch_17r6q_337 input{display:none}._toggleSlider_17r6q_348{background:var(--color-surface);border:1px solid var(--color-border);transition:all var(--transition-fast);border-radius:12px;position:absolute;inset:0}._toggleSlider_17r6q_348:after{content:"";background:var(--color-text-dim);width:16px;height:16px;transition:all var(--transition-fast);border-radius:50%;position:absolute;top:3px;left:3px}._toggleSwitch_17r6q_337 input:checked+._toggleSlider_17r6q_348{background:var(--color-accent-dim);border-color:var(--color-accent)}._toggleSwitch_17r6q_337 input:checked+._toggleSlider_17r6q_348:after{background:var(--color-accent);transform:translate(20px)}._page_1sl6l_1{padding:24px}._pageHeader_1sl6l_5{margin-bottom:24px}._pageTitle_1sl6l_9{margin:0 0 6px;font-size:24px;font-weight:800}._pageSubtitle_1sl6l_15{color:var(--color-text-muted);margin:0;font-size:13px}._grid_1sl6l_21{grid-template-columns:repeat(2,1fr);gap:16px;display:grid}._card_1sl6l_27{background:var(--color-bg-card);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:20px;overflow:hidden}._cardWide_1sl6l_36{grid-column:span 2}._cardTitle_1sl6l_40{margin:0 0 16px;font-size:14px;font-weight:700}._empty_1sl6l_49{color:var(--color-text-dim);text-align:center;padding:20px 0}._healthItem_1sl6l_55{border-bottom:1px solid var(--color-border);align-items:center;gap:12px;padding:8px 0;display:flex}._healthItem_1sl6l_55:last-child{border-bottom:none}._healthName_1sl6l_67{flex-shrink:0;width:120px;font-size:12px;font-weight:600}._healthBar_1sl6l_74{background:var(--color-surface);border-radius:4px;flex:1;height:8px;overflow:hidden}._healthFill_1sl6l_82{background:linear-gradient(90deg, var(--color-accent), var(--color-success));height:100%;transition:width var(--transition-medium);border-radius:4px}._healthPct_1sl6l_89{text-align:right;width:40px;font-family:var(--font-mono);font-size:12px;font-weight:600}._pctFast_1sl6l_97{color:#0f8}._pctMedium_1sl6l_98{color:#fa0}._pctSlow_1sl6l_99{color:#f44}._leaderItem_1sl6l_101{border-bottom:1px solid var(--color-border);align-items:center;gap:10px;padding:8px 0;display:flex}._leaderItem_1sl6l_101:last-child{border-bottom:none}._leaderRank_1sl6l_113{background:var(--color-surface);width:28px;height:28px;color:var(--color-text-dim);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:12px;font-weight:700;display:flex}._rank1_1sl6l_127{color:gold;background:#ffd70026}._rank2_1sl6l_128{color:silver;background:#c0c0c026}._rank3_1sl6l_129{color:#cd7f32;background:#cd7f3226}._leaderName_1sl6l_131{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;font-size:12px;font-weight:600;overflow:hidden}._leaderLatency_1sl6l_141{font-family:var(--font-mono);color:var(--color-success);flex-shrink:0;font-size:12px;font-weight:600}._tierItem_1sl6l_149{align-items:center;gap:10px;padding:6px 0;display:flex}._tierBadge_1sl6l_156{flex-shrink:0;width:40px}._tierBar_1sl6l_161{background:var(--color-surface);border-radius:5px;flex:1;height:10px;overflow:hidden}._tierFill_1sl6l_169{height:100%;transition:width var(--transition-medium);border-radius:5px}._tierCount_1sl6l_175{text-align:right;width:30px;font-family:var(--font-mono);color:var(--color-text-muted);font-size:12px}@media (width<=1024px){._grid_1sl6l_21{grid-template-columns:1fr}._cardWide_1sl6l_36{grid-column:span 1}}._container_156te_1{width:100%;padding:2rem}._wip_156te_6{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:60vh;display:flex}._wip_156te_6 h1{color:var(--text-primary);margin-bottom:1rem;font-size:2rem;font-weight:700}._wip_156te_6 p{color:var(--text-secondary);font-size:1.125rem}._container_18l8h_1{z-index:10000;pointer-events:none;flex-direction:column;gap:8px;display:flex;position:fixed;top:20px;right:20px}._toast_tvk0q_1{pointer-events:auto;border-radius:var(--radius-md,10px);background:var(--color-bg-elevated);border:1px solid var(--color-border);box-shadow:var(--shadow-lg);align-items:center;gap:10px;min-width:280px;max-width:420px;padding:12px 18px;font-size:13px;font-weight:500;animation:.3s cubic-bezier(.16,1,.3,1) _slideIn_tvk0q_1;display:flex}._success_tvk0q_17{border-left:4px solid #0f8}._error_tvk0q_18{border-left:4px solid #f44}._warning_tvk0q_19{border-left:4px solid #fa0}._info_tvk0q_20{border-left:4px solid #06b6d4}._icon_tvk0q_21{flex-shrink:0;font-size:18px}._message_tvk0q_22{flex:1}._close_tvk0q_23{color:var(--color-text-dim);cursor:pointer;background:0 0;border:none;padding:0;font-size:16px;line-height:1}._exiting_tvk0q_32{animation:.3s cubic-bezier(.16,1,.3,1) forwards _slideOut_tvk0q_1}@keyframes _slideIn_tvk0q_1{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@keyframes _slideOut_tvk0q_1{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(100%)}}:root{--color-bg:#0a0a0f;--color-bg-elevated:#12121a;--color-bg-card:#12121eb3;--color-bg-hover:#1e1e32cc;--color-bg-active:#282841e6;--color-surface:#1a1a2e;--color-border:#ffffff0f;--color-border-hover:#ffffff1f;--color-text:#e8e8f0;--color-text-muted:#8888a8;--color-text-dim:#555570;--color-accent:#76b900;--color-accent-hover:#8ad100;--color-accent-glow:#76b90040;--color-accent-dim:#76b90014;--color-danger:#f44;--color-danger-dim:#ff44441a;--color-warning:#fa0;--color-warning-dim:#ffaa001a;--color-success:#0f8;--color-success-dim:#00ff881a;--color-info:#06b6d4;--color-info-dim:#06b6d41a;--tier-splus:gold;--tier-s:#ff8c00;--tier-aplus:#00c8ff;--tier-a:#3ddc84;--tier-aminus:#7ecf7e;--tier-bplus:#a8a8c8;--tier-b:#808098;--tier-c:#606078;--verdict-perfect:#0f8;--verdict-normal:#76b900;--verdict-slow:#fa0;--verdict-spiky:#f60;--verdict-veryslow:#f44;--verdict-overloaded:#f22;--verdict-unstable:#c00;--verdict-notactive:#555570;--verdict-pending:#444460;--font-sans:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-mono:"JetBrains Mono", "Fira Code", "Cascadia Code", monospace;--header-h:60px;--sidebar-w:64px;--sidebar-w-expanded:200px;--radius-sm:6px;--radius-md:10px;--radius-lg:16px;--radius-xl:20px;--shadow-sm:0 1px 3px #0000004d;--shadow-md:0 4px 12px #0006;--shadow-lg:0 8px 32px #00000080;--shadow-glow:0 0 30px var(--color-accent-glow);--ease-out:cubic-bezier(.16, 1, .3, 1);--transition-fast:.15s var(--ease-out);--transition-medium:.25s var(--ease-out);--transition-slow:.4s var(--ease-out)}[data-theme=light]{--color-bg:#f5f5fa;--color-bg-elevated:#fff;--color-bg-card:#ffffffd9;--color-bg-hover:#f0f0f8e6;--color-bg-active:#e6e6f2f2;--color-surface:#eeeef4;--color-border:#00000014;--color-border-hover:#00000026;--color-text:#1a1a2e;--color-text-muted:#668;--color-text-dim:#99a;--color-accent-glow:#76b90026;--color-accent-dim:#76b9000d;--color-danger-dim:#ff444414;--color-warning-dim:#ffaa0014;--color-success-dim:#00ff8814;--color-info-dim:#06b6d414;--shadow-sm:0 1px 3px #00000014;--shadow-md:0 4px 12px #0000001a;--shadow-lg:0 8px 32px #0000001f}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:14px}body{font-family:var(--font-sans);background:var(--color-bg);color:var(--color-text);min-height:100vh;display:flex;position:relative;overflow-x:hidden}a{color:var(--color-accent);text-decoration:none}a:hover{color:var(--color-accent-hover)}code{font-family:var(--font-mono);background:var(--color-surface);border-radius:4px;padding:2px 6px;font-size:12px}.bg-grid{z-index:0;pointer-events:none;background-image:linear-gradient(#ffffff05 1px,#0000 1px),linear-gradient(90deg,#ffffff05 1px,#0000 1px);background-size:60px 60px;position:fixed;inset:0}.bg-glow{z-index:0;pointer-events:none;filter:blur(120px);opacity:.3;border-radius:50%;animation:20s ease-in-out infinite float;position:fixed}.bg-glow--1{background:radial-gradient(circle, var(--color-accent) 0%, transparent 70%);width:600px;height:600px;top:-200px;left:-200px}.bg-glow--2{background:radial-gradient(circle,#6366f1 0%,#0000 70%);width:400px;height:400px;animation-delay:-7s;top:50%;right:-150px}.bg-glow--3{background:radial-gradient(circle,#06b6d4 0%,#0000 70%);width:500px;height:500px;animation-delay:-14s;bottom:-200px;left:30%}@keyframes float{0%,to{transform:translate(0)scale(1)}33%{transform:translate(30px,-30px)scale(1.05)}66%{transform:translate(-20px,20px)scale(.95)}}[data-theme=light] .bg-glow{opacity:.12}[data-theme=light] .bg-grid{background-image:linear-gradient(#0000000a 1px,#0000 1px),linear-gradient(90deg,#0000000a 1px,#0000 1px)}.app-content{margin-left:var(--sidebar-w);z-index:1;min-height:100vh;transition:margin-left var(--transition-medium);flex-direction:column;flex:1;display:flex;position:relative}.view{flex-direction:column;flex:1;display:flex}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--color-text-dim)}@media (width<=768px){.app-content{margin-left:0}}
|