{"nodes": [{"id": "$graphify-root$_scripts_agent_sandbox", "label": "agent-sandbox", "file_type": "code", "source_file": "scripts/agent-sandbox", "source_location": "L1"}, {"id": "$graphify-root$_scripts_agent_sandbox_load_policy", "label": "load_policy()", "file_type": "code", "source_file": "scripts/agent-sandbox", "source_location": "L17", "_callable": true}, {"id": "$graphify-root$_scripts_agent_sandbox_classify", "label": "classify()", "file_type": "code", "source_file": "scripts/agent-sandbox", "source_location": "L22", "_callable": true}, {"id": "$graphify-root$_scripts_agent_sandbox_print_result", "label": "print_result()", "file_type": "code", "source_file": "scripts/agent-sandbox", "source_location": "L45", "_callable": true}, {"id": "$graphify-root$_scripts_agent_sandbox_main", "label": "main()", "file_type": "code", "source_file": "scripts/agent-sandbox", "source_location": "L59", "_callable": true}, {"id": "$graphify-root$_scripts_agent_sandbox_rationale_2", "label": "Classify proposed agent commands against the homelab sandbox policy.", "file_type": "rationale", "source_file": "scripts/agent-sandbox", "source_location": "L2"}], "edges": [{"source": "$graphify-root$_scripts_agent_sandbox", "target": "argparse", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "scripts/agent-sandbox", "source_location": "L6", "weight": 1.0}, {"source": "$graphify-root$_scripts_agent_sandbox", "target": "csv", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "scripts/agent-sandbox", "source_location": "L7", "weight": 1.0}, {"source": "$graphify-root$_scripts_agent_sandbox", "target": "json", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "scripts/agent-sandbox", "source_location": "L8", "weight": 1.0}, {"source": "$graphify-root$_scripts_agent_sandbox", "target": "sys", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "scripts/agent-sandbox", "source_location": "L9", "weight": 1.0}, {"source": "$graphify-root$_scripts_agent_sandbox", "target": "pathlib", "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "scripts/agent-sandbox", "source_location": "L10", "weight": 1.0}, {"source": "$graphify-root$_scripts_agent_sandbox", "target": "$graphify-root$_scripts_agent_sandbox_load_policy", "relation": "contains", "confidence": "EXTRACTED", "source_file": "scripts/agent-sandbox", "source_location": "L17", "weight": 1.0}, {"source": "$graphify-root$_scripts_agent_sandbox", "target": "$graphify-root$_scripts_agent_sandbox_classify", "relation": "contains", "confidence": "EXTRACTED", "source_file": "scripts/agent-sandbox", "source_location": "L22", "weight": 1.0}, {"source": "$graphify-root$_scripts_agent_sandbox", "target": "$graphify-root$_scripts_agent_sandbox_print_result", "relation": "contains", "confidence": "EXTRACTED", "source_file": "scripts/agent-sandbox", "source_location": "L45", "weight": 1.0}, {"source": "$graphify-root$_scripts_agent_sandbox", "target": "$graphify-root$_scripts_agent_sandbox_main", "relation": "contains", "confidence": "EXTRACTED", "source_file": "scripts/agent-sandbox", "source_location": "L59", "weight": 1.0}, {"source": "$graphify-root$_scripts_agent_sandbox_classify", "target": "$graphify-root$_scripts_agent_sandbox_load_policy", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "scripts/agent-sandbox", "source_location": "L25", "weight": 1.0}, {"source": "$graphify-root$_scripts_agent_sandbox_main", "target": "$graphify-root$_scripts_agent_sandbox_load_policy", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "scripts/agent-sandbox", "source_location": "L69", "weight": 1.0}, {"source": "$graphify-root$_scripts_agent_sandbox_main", "target": "$graphify-root$_scripts_agent_sandbox_classify", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "scripts/agent-sandbox", "source_location": "L73", "weight": 1.0}, {"source": "$graphify-root$_scripts_agent_sandbox_main", "target": "$graphify-root$_scripts_agent_sandbox_print_result", "relation": "calls", "context": "call", "confidence": "EXTRACTED", "source_file": "scripts/agent-sandbox", "source_location": "L77", "weight": 1.0}, {"source": "$graphify-root$_scripts_agent_sandbox_rationale_2", "target": "$graphify-root$_scripts_agent_sandbox", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "scripts/agent-sandbox", "source_location": "L2", "weight": 1.0}], "raw_calls": [{"caller_nid": "$graphify-root$_scripts_agent_sandbox_load_policy", "callee": "open", "is_member_call": true, "source_file": "scripts/agent-sandbox", "source_location": "L18", "receiver": "POLICY_FILE"}, {"caller_nid": "$graphify-root$_scripts_agent_sandbox_load_policy", "callee": "DictReader", "is_member_call": true, "source_file": "scripts/agent-sandbox", "source_location": "L19", "receiver": "csv"}, {"caller_nid": "$graphify-root$_scripts_agent_sandbox_load_policy", "callee": "handle", "is_member_call": false, "indirect": true, "context": "argument", "source_file": "scripts/agent-sandbox", "source_location": "L19"}, {"caller_nid": "$graphify-root$_scripts_agent_sandbox_classify", "callee": "join", "is_member_call": true, "source_file": "scripts/agent-sandbox", "source_location": "L23", "receiver": null}, {"caller_nid": "$graphify-root$_scripts_agent_sandbox_classify", "callee": "split", "is_member_call": true, "source_file": "scripts/agent-sandbox", "source_location": "L23", "receiver": null}, {"caller_nid": "$graphify-root$_scripts_agent_sandbox_classify", "callee": "strip", "is_member_call": true, "source_file": "scripts/agent-sandbox", "source_location": "L23", "receiver": "command"}, {"caller_nid": "$graphify-root$_scripts_agent_sandbox_main", "callee": "ArgumentParser", "is_member_call": true, "source_file": "scripts/agent-sandbox", "source_location": "L60", "receiver": "argparse"}, {"caller_nid": "$graphify-root$_scripts_agent_sandbox_main", "callee": "__doc__", "is_member_call": false, "indirect": true, "context": "argument", "source_file": "scripts/agent-sandbox", "source_location": "L60"}, {"caller_nid": "$graphify-root$_scripts_agent_sandbox_main", "callee": "add_subparsers", "is_member_call": true, "source_file": "scripts/agent-sandbox", "source_location": "L61", "receiver": "parser"}, {"caller_nid": "$graphify-root$_scripts_agent_sandbox_main", "callee": "add_parser", "is_member_call": true, "source_file": "scripts/agent-sandbox", "source_location": "L62", "receiver": "subparsers"}, {"caller_nid": "$graphify-root$_scripts_agent_sandbox_main", "callee": "add_argument", "is_member_call": true, "source_file": "scripts/agent-sandbox", "source_location": "L63", "receiver": "check_parser"}, {"caller_nid": "$graphify-root$_scripts_agent_sandbox_main", "callee": "add_argument", "is_member_call": true, "source_file": "scripts/agent-sandbox", "source_location": "L64", "receiver": "check_parser"}, {"caller_nid": "$graphify-root$_scripts_agent_sandbox_main", "callee": "add_parser", "is_member_call": true, "source_file": "scripts/agent-sandbox", "source_location": "L65", "receiver": "subparsers"}, {"caller_nid": "$graphify-root$_scripts_agent_sandbox_main", "callee": "parse_args", "is_member_call": true, "source_file": "scripts/agent-sandbox", "source_location": "L66", "receiver": "parser"}, {"caller_nid": "$graphify-root$_scripts_agent_sandbox_main", "callee": "join", "is_member_call": true, "source_file": "scripts/agent-sandbox", "source_location": "L73", "receiver": null}, {"caller_nid": "$graphify-root$_scripts_agent_sandbox_main", "callee": "dumps", "is_member_call": true, "source_file": "scripts/agent-sandbox", "source_location": "L75", "receiver": "json"}]}