1 line
20 KiB
JSON
1 line
20 KiB
JSON
{"nodes": [{"id": "home_agent_ai_agent_backend_workspace_2e709500_79ab_403f_9ca0_3f027ac9f36e_scripts_lighthouse_audit_py", "label": "lighthouse_audit.py", "file_type": "code", "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/lighthouse_audit.py", "source_location": "L1"}, {"id": "scripts_lighthouse_audit_run_lighthouse", "label": "run_lighthouse()", "file_type": "code", "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/lighthouse_audit.py", "source_location": "L12"}, {"id": "scripts_lighthouse_audit_extract_scores", "label": "extract_scores()", "file_type": "code", "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/lighthouse_audit.py", "source_location": "L40"}, {"id": "scripts_lighthouse_audit_get_issues", "label": "get_issues()", "file_type": "code", "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/lighthouse_audit.py", "source_location": "L53"}, {"id": "scripts_lighthouse_audit_main", "label": "main()", "file_type": "code", "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/lighthouse_audit.py", "source_location": "L101"}, {"id": "scripts_lighthouse_audit_rationale_13", "label": "Run Lighthouse audit on a URL", "file_type": "rationale", "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/lighthouse_audit.py", "source_location": "L13"}, {"id": "scripts_lighthouse_audit_rationale_41", "label": "Extract key scores from Lighthouse data", "file_type": "rationale", "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/lighthouse_audit.py", "source_location": "L41"}, {"id": "scripts_lighthouse_audit_rationale_54", "label": "Extract issues from Lighthouse audit", "file_type": "rationale", "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/lighthouse_audit.py", "source_location": "L54"}], "edges": [{"source": "home_agent_ai_agent_backend_workspace_2e709500_79ab_403f_9ca0_3f027ac9f36e_scripts_lighthouse_audit_py", "target": "subprocess", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/lighthouse_audit.py", "source_location": "L7", "weight": 1.0}, {"source": "home_agent_ai_agent_backend_workspace_2e709500_79ab_403f_9ca0_3f027ac9f36e_scripts_lighthouse_audit_py", "target": "json", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/lighthouse_audit.py", "source_location": "L8", "weight": 1.0}, {"source": "home_agent_ai_agent_backend_workspace_2e709500_79ab_403f_9ca0_3f027ac9f36e_scripts_lighthouse_audit_py", "target": "sys", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/lighthouse_audit.py", "source_location": "L9", "weight": 1.0}, {"source": "home_agent_ai_agent_backend_workspace_2e709500_79ab_403f_9ca0_3f027ac9f36e_scripts_lighthouse_audit_py", "target": "pathlib", "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/lighthouse_audit.py", "source_location": "L10", "weight": 1.0}, {"source": "home_agent_ai_agent_backend_workspace_2e709500_79ab_403f_9ca0_3f027ac9f36e_scripts_lighthouse_audit_py", "target": "scripts_lighthouse_audit_run_lighthouse", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/lighthouse_audit.py", "source_location": "L12", "weight": 1.0}, {"source": "home_agent_ai_agent_backend_workspace_2e709500_79ab_403f_9ca0_3f027ac9f36e_scripts_lighthouse_audit_py", "target": "scripts_lighthouse_audit_extract_scores", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/lighthouse_audit.py", "source_location": "L40", "weight": 1.0}, {"source": "home_agent_ai_agent_backend_workspace_2e709500_79ab_403f_9ca0_3f027ac9f36e_scripts_lighthouse_audit_py", "target": "scripts_lighthouse_audit_get_issues", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/lighthouse_audit.py", "source_location": "L53", "weight": 1.0}, {"source": "home_agent_ai_agent_backend_workspace_2e709500_79ab_403f_9ca0_3f027ac9f36e_scripts_lighthouse_audit_py", "target": "scripts_lighthouse_audit_main", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/lighthouse_audit.py", "source_location": "L101", "weight": 1.0}, {"source": "scripts_lighthouse_audit_main", "target": "scripts_lighthouse_audit_run_lighthouse", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/lighthouse_audit.py", "source_location": "L109", "weight": 1.0}, {"source": "scripts_lighthouse_audit_main", "target": "scripts_lighthouse_audit_extract_scores", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/lighthouse_audit.py", "source_location": "L114", "weight": 1.0}, {"source": "scripts_lighthouse_audit_main", "target": "scripts_lighthouse_audit_get_issues", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/lighthouse_audit.py", "source_location": "L132", "weight": 1.0}, {"source": "scripts_lighthouse_audit_rationale_13", "target": "scripts_lighthouse_audit_run_lighthouse", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/lighthouse_audit.py", "source_location": "L13", "weight": 1.0}, {"source": "scripts_lighthouse_audit_rationale_41", "target": "scripts_lighthouse_audit_extract_scores", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/lighthouse_audit.py", "source_location": "L41", "weight": 1.0}, {"source": "scripts_lighthouse_audit_rationale_54", "target": "scripts_lighthouse_audit_get_issues", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/lighthouse_audit.py", "source_location": "L54", "weight": 1.0}], "raw_calls": [{"caller_nid": "scripts_lighthouse_audit_run_lighthouse", "callee": "run", "is_member_call": true, "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/lighthouse_audit.py", "source_location": "L23"}, {"caller_nid": "scripts_lighthouse_audit_run_lighthouse", "callee": "print", "is_member_call": false, "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/lighthouse_audit.py", "source_location": "L25"}, {"caller_nid": "scripts_lighthouse_audit_run_lighthouse", "callee": "loads", "is_member_call": true, "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/lighthouse_audit.py", "source_location": "L28"}, {"caller_nid": "scripts_lighthouse_audit_run_lighthouse", "callee": "print", "is_member_call": false, "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/lighthouse_audit.py", "source_location": "L31"}, {"caller_nid": "scripts_lighthouse_audit_run_lighthouse", "callee": "print", "is_member_call": false, "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/lighthouse_audit.py", "source_location": "L34"}, {"caller_nid": "scripts_lighthouse_audit_run_lighthouse", "callee": "print", "is_member_call": false, "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/lighthouse_audit.py", "source_location": "L37"}, {"caller_nid": "scripts_lighthouse_audit_extract_scores", "callee": "int", "is_member_call": false, "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/lighthouse_audit.py", "source_location": "L47"}, {"caller_nid": "scripts_lighthouse_audit_extract_scores", "callee": "get", "is_member_call": true, "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/lighthouse_audit.py", "source_location": "L47"}, {"caller_nid": "scripts_lighthouse_audit_extract_scores", "callee": "get", "is_member_call": true, "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/lighthouse_audit.py", "source_location": "L47"}, {"caller_nid": "scripts_lighthouse_audit_extract_scores", "callee": "int", "is_member_call": false, "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/lighthouse_audit.py", "source_location": "L48"}, {"caller_nid": "scripts_lighthouse_audit_extract_scores", "callee": "get", "is_member_call": true, "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/lighthouse_audit.py", "source_location": "L48"}, {"caller_nid": "scripts_lighthouse_audit_extract_scores", "callee": "get", "is_member_call": true, "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/lighthouse_audit.py", "source_location": "L48"}, {"caller_nid": "scripts_lighthouse_audit_extract_scores", "callee": "int", "is_member_call": false, "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/lighthouse_audit.py", "source_location": "L49"}, {"caller_nid": "scripts_lighthouse_audit_extract_scores", "callee": "get", "is_member_call": true, "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/lighthouse_audit.py", "source_location": "L49"}, {"caller_nid": "scripts_lighthouse_audit_extract_scores", "callee": "get", "is_member_call": true, "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/lighthouse_audit.py", "source_location": "L49"}, {"caller_nid": "scripts_lighthouse_audit_extract_scores", "callee": "int", "is_member_call": false, "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/lighthouse_audit.py", "source_location": "L50"}, {"caller_nid": "scripts_lighthouse_audit_extract_scores", "callee": "get", "is_member_call": true, "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/lighthouse_audit.py", "source_location": "L50"}, {"caller_nid": "scripts_lighthouse_audit_extract_scores", "callee": "get", "is_member_call": true, "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/lighthouse_audit.py", "source_location": "L50"}, {"caller_nid": "scripts_lighthouse_audit_get_issues", "callee": "get", "is_member_call": true, "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/lighthouse_audit.py", "source_location": "L90"}, {"caller_nid": "scripts_lighthouse_audit_get_issues", "callee": "append", "is_member_call": true, "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/lighthouse_audit.py", "source_location": "L91"}, {"caller_nid": "scripts_lighthouse_audit_get_issues", "callee": "get", "is_member_call": true, "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/lighthouse_audit.py", "source_location": "L93"}, {"caller_nid": "scripts_lighthouse_audit_get_issues", "callee": "get", "is_member_call": true, "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/lighthouse_audit.py", "source_location": "L94"}, {"caller_nid": "scripts_lighthouse_audit_get_issues", "callee": "get", "is_member_call": true, "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/lighthouse_audit.py", "source_location": "L95"}, {"caller_nid": "scripts_lighthouse_audit_get_issues", "callee": "get", "is_member_call": true, "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/lighthouse_audit.py", "source_location": "L96"}, {"caller_nid": "scripts_lighthouse_audit_main", "callee": "len", "is_member_call": false, "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/lighthouse_audit.py", "source_location": "L102"}, {"caller_nid": "scripts_lighthouse_audit_main", "callee": "print", "is_member_call": false, "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/lighthouse_audit.py", "source_location": "L103"}, {"caller_nid": "scripts_lighthouse_audit_main", "callee": "exit", "is_member_call": true, "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/lighthouse_audit.py", "source_location": "L104"}, {"caller_nid": "scripts_lighthouse_audit_main", "callee": "print", "is_member_call": false, "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/lighthouse_audit.py", "source_location": "L107"}, {"caller_nid": "scripts_lighthouse_audit_main", "callee": "print", "is_member_call": false, "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/lighthouse_audit.py", "source_location": "L111"}, {"caller_nid": "scripts_lighthouse_audit_main", "callee": "exit", "is_member_call": true, "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/lighthouse_audit.py", "source_location": "L112"}, {"caller_nid": "scripts_lighthouse_audit_main", "callee": "print", "is_member_call": false, "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/lighthouse_audit.py", "source_location": "L116"}, {"caller_nid": "scripts_lighthouse_audit_main", "callee": "exit", "is_member_call": true, "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/lighthouse_audit.py", "source_location": "L117"}, {"caller_nid": "scripts_lighthouse_audit_main", "callee": "print", "is_member_call": false, "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/lighthouse_audit.py", "source_location": "L120"}, {"caller_nid": "scripts_lighthouse_audit_main", "callee": "print", "is_member_call": false, "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/lighthouse_audit.py", "source_location": "L121"}, {"caller_nid": "scripts_lighthouse_audit_main", "callee": "print", "is_member_call": false, "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/lighthouse_audit.py", "source_location": "L122"}, {"caller_nid": "scripts_lighthouse_audit_main", "callee": "items", "is_member_call": true, "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/lighthouse_audit.py", "source_location": "L124"}, {"caller_nid": "scripts_lighthouse_audit_main", "callee": "print", "is_member_call": false, "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/lighthouse_audit.py", "source_location": "L126"}, {"caller_nid": "scripts_lighthouse_audit_main", "callee": "upper", "is_member_call": true, "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/lighthouse_audit.py", "source_location": "L126"}, {"caller_nid": "scripts_lighthouse_audit_main", "callee": "print", "is_member_call": false, "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/lighthouse_audit.py", "source_location": "L128"}, {"caller_nid": "scripts_lighthouse_audit_main", "callee": "print", "is_member_call": false, "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/lighthouse_audit.py", "source_location": "L129"}, {"caller_nid": "scripts_lighthouse_audit_main", "callee": "print", "is_member_call": false, "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/lighthouse_audit.py", "source_location": "L130"}, {"caller_nid": "scripts_lighthouse_audit_main", "callee": "int", "is_member_call": false, "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/lighthouse_audit.py", "source_location": "L135"}, {"caller_nid": "scripts_lighthouse_audit_main", "callee": "print", "is_member_call": false, "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/lighthouse_audit.py", "source_location": "L136"}, {"caller_nid": "scripts_lighthouse_audit_main", "callee": "print", "is_member_call": false, "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/lighthouse_audit.py", "source_location": "L137"}, {"caller_nid": "scripts_lighthouse_audit_main", "callee": "print", "is_member_call": false, "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/lighthouse_audit.py", "source_location": "L139"}, {"caller_nid": "scripts_lighthouse_audit_main", "callee": "print", "is_member_call": false, "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/lighthouse_audit.py", "source_location": "L140"}, {"caller_nid": "scripts_lighthouse_audit_main", "callee": "print", "is_member_call": false, "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/lighthouse_audit.py", "source_location": "L142"}, {"caller_nid": "scripts_lighthouse_audit_main", "callee": "all", "is_member_call": false, "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/lighthouse_audit.py", "source_location": "L145"}, {"caller_nid": "scripts_lighthouse_audit_main", "callee": "values", "is_member_call": true, "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/lighthouse_audit.py", "source_location": "L145"}, {"caller_nid": "scripts_lighthouse_audit_main", "callee": "print", "is_member_call": false, "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/lighthouse_audit.py", "source_location": "L147"}, {"caller_nid": "scripts_lighthouse_audit_main", "callee": "exit", "is_member_call": true, "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/lighthouse_audit.py", "source_location": "L148"}, {"caller_nid": "scripts_lighthouse_audit_main", "callee": "print", "is_member_call": false, "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/lighthouse_audit.py", "source_location": "L150"}, {"caller_nid": "scripts_lighthouse_audit_main", "callee": "exit", "is_member_call": true, "source_file": "/home/agent/ai-agent/backend/workspace/2e709500-79ab-403f-9ca0-3f027ac9f36e/scripts/lighthouse_audit.py", "source_location": "L151"}]} |