{ "directed": false, "multigraph": false, "graph": { "hyperedges": [ { "id": "model_benchmarking_suite", "label": "Model Benchmarking & Performance Evaluation", "nodes": [ "judge_log_bedrock_qwen", "nvidia_judge_log_results", "gemma_judge_log_results", "meta_judge_log_results", "mistral_judge_log_results", "deepseek_judge_log_results" ], "relation": "participate_in", "confidence": "INFERRED", "confidence_score": 0.9, "source_file": "model-benchmark-logs/" }, { "id": "hybrid_learning_architecture", "label": "Hybrid Policy Learning Architecture", "nodes": [ "readme_hybrid_policy", "readme_reflexion", "readme_alpha_trust_weight", "readme_safety_net" ], "relation": "form", "confidence": "INFERRED", "confidence_score": 0.85, "source_file": "README.md" }, { "id": "risk_assessment_framework", "label": "Risk Assessment & Detection Framework", "nodes": [ "readme_signal_hierarchy", "readme_risk_scoring", "pipeline_risk_scoring", "readme_graph_detection" ], "relation": "form", "confidence": "INFERRED", "confidence_score": 0.85, "source_file": "README.md" }, { "id": "risk_model_components", "label": "Fake Account Risk Model Components", "nodes": [ "big_node_risk", "big_behaviour_risk", "big_graph_risk", "big_hub_legitimacy" ], "relation": "participate_in", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "images/big.png" }, { "id": "evaluation_framework", "label": "Evaluation Framework (Recall, Precision, Efficiency, Score)", "nodes": [ "formulas2_recall_precision", "formulas2_efficiency", "formulas2_score_piecewise" ], "relation": "participate_in", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "assets/formulas-2.png" }, { "id": "reflexion_loop", "label": "Reflexion Learning Loop", "nodes": [ "reflexion_run_episode", "reflexion_generate_lesson", "reflexion_memory_store", "reflexion_next_episode" ], "relation": "participate_in", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "assets/reflexion.png" }, { "id": "hybrid_decision_system", "label": "Hybrid Decision System (Rule + LLM blending)", "nodes": [ "hybrid_rule_engine", "hybrid_qwen3_llm", "hybrid_blend_alpha" ], "relation": "participate_in", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "assets/hybrid.png" }, { "id": "episode_workflow", "label": "Episode Investigation Workflow", "nodes": [ "episode_observe", "episode_investigate", "episode_flag", "episode_submit" ], "relation": "participate_in", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "assets/episode.png" }, { "id": "signal_hierarchy", "label": "Signal Hierarchy (Graph, Behavioural, Node)", "nodes": [ "gs_graph_signals", "gs_behavioural_signals", "gs_node_signals" ], "relation": "participate_in", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "assets/gs.png" } ] }, "nodes": [ { "label": "baseline_agent.py", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/baseline_agent.py", "source_location": "L1", "id": "baseline_agent_py", "community": 14, "norm_label": "baseline_agent.py" }, { "label": "_gang_score()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/baseline_agent.py", "source_location": "L24", "id": "baseline_agent_gang_score", "community": 14, "norm_label": "_gang_score()" }, { "label": "easy_agent()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/baseline_agent.py", "source_location": "L42", "id": "baseline_agent_easy_agent", "community": 14, "norm_label": "easy_agent()" }, { "label": "medium_agent()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/baseline_agent.py", "source_location": "L102", "id": "baseline_agent_medium_agent", "community": 14, "norm_label": "medium_agent()" }, { "label": "hard_agent()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/baseline_agent.py", "source_location": "L157", "id": "baseline_agent_hard_agent", "community": 14, "norm_label": "hard_agent()" }, { "label": "evaluate()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/baseline_agent.py", "source_location": "L220", "id": "baseline_agent_evaluate", "community": 0, "norm_label": "evaluate()" }, { "label": "Baseline agents for all three tasks of the Fake Gang Detection environment. Run", "file_type": "rationale", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/baseline_agent.py", "source_location": "L1", "id": "baseline_agent_rationale_1", "community": 0, "norm_label": "baseline agents for all three tasks of the fake gang detection environment. run" }, { "label": "Simple composite fake-likelihood score (0\u20131).", "file_type": "rationale", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/baseline_agent.py", "source_location": "L25", "id": "baseline_agent_rationale_25", "community": 0, "norm_label": "simple composite fake-likelihood score (0\u20131)." }, { "label": "test_judge_eval.py", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/test_judge_eval.py", "source_location": "L1", "id": "test_judge_eval_py", "community": 4, "norm_label": "test_judge_eval.py" }, { "label": "_retry()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/test_judge_eval.py", "source_location": "L80", "id": "test_judge_eval_retry", "community": 4, "norm_label": "_retry()" }, { "label": "http_post()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/test_judge_eval.py", "source_location": "L93", "id": "test_judge_eval_http_post", "community": 4, "norm_label": "http_post()" }, { "label": "http_get()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/test_judge_eval.py", "source_location": "L106", "id": "test_judge_eval_http_get", "community": 4, "norm_label": "http_get()" }, { "label": "_call_hf()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/test_judge_eval.py", "source_location": "L120", "id": "test_judge_eval_call_hf", "community": 4, "norm_label": "_call_hf()" }, { "label": "_call_bedrock()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/test_judge_eval.py", "source_location": "L136", "id": "test_judge_eval_call_bedrock", "community": 4, "norm_label": "_call_bedrock()" }, { "label": "call_llm()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/test_judge_eval.py", "source_location": "L183", "id": "test_judge_eval_call_llm", "community": 4, "norm_label": "call_llm()" }, { "label": "format_obs()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/test_judge_eval.py", "source_location": "L205", "id": "test_judge_eval_format_obs", "community": 4, "norm_label": "format_obs()" }, { "label": "parse_action()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/test_judge_eval.py", "source_location": "L263", "id": "test_judge_eval_parse_action", "community": 4, "norm_label": "parse_action()" }, { "label": "test_endpoints()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/test_judge_eval.py", "source_location": "L291", "id": "test_judge_eval_test_endpoints", "community": 4, "norm_label": "test_endpoints()" }, { "label": "test_baseline_stability()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/test_judge_eval.py", "source_location": "L327", "id": "test_judge_eval_test_baseline_stability", "community": 4, "norm_label": "test_baseline_stability()" }, { "label": "test_llm_agent()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/test_judge_eval.py", "source_location": "L349", "id": "test_judge_eval_test_llm_agent", "community": 4, "norm_label": "test_llm_agent()" }, { "label": "test_llm_all_tasks()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/test_judge_eval.py", "source_location": "L390", "id": "test_judge_eval_test_llm_all_tasks", "community": 4, "norm_label": "test_llm_all_tasks()" }, { "label": "test_variance()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/test_judge_eval.py", "source_location": "L405", "id": "test_judge_eval_test_variance", "community": 4, "norm_label": "test_variance()" }, { "label": "Retry a function on network errors.", "file_type": "rationale", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/test_judge_eval.py", "source_location": "L81", "id": "test_judge_eval_rationale_81", "community": 4, "norm_label": "retry a function on network errors." }, { "label": "Call LLM via HF router (OpenAI-compatible).", "file_type": "rationale", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/test_judge_eval.py", "source_location": "L121", "id": "test_judge_eval_rationale_121", "community": 4, "norm_label": "call llm via hf router (openai-compatible)." }, { "label": "Call LLM via AWS Bedrock. Tries converse() first, falls back to invoke_model().", "file_type": "rationale", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/test_judge_eval.py", "source_location": "L137", "id": "test_judge_eval_rationale_137", "community": 4, "norm_label": "call llm via aws bedrock. tries converse() first, falls back to invoke_model()." }, { "label": "Call LLM with retries. Uses HF router or Bedrock based on LLM_BACKEND.", "file_type": "rationale", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/test_judge_eval.py", "source_location": "L184", "id": "test_judge_eval_rationale_184", "community": 4, "norm_label": "call llm with retries. uses hf router or bedrock based on llm_backend." }, { "label": "Format observation as text for LLM \u2014 shows raw signals prominently.", "file_type": "rationale", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/test_judge_eval.py", "source_location": "L206", "id": "test_judge_eval_rationale_206", "community": 4, "norm_label": "format observation as text for llm \u2014 shows raw signals prominently." }, { "label": "Parse LLM output to action dict.", "file_type": "rationale", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/test_judge_eval.py", "source_location": "L264", "id": "test_judge_eval_rationale_264", "community": 4, "norm_label": "parse llm output to action dict." }, { "label": "Phase 0: Verify all required endpoints respond correctly.", "file_type": "rationale", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/test_judge_eval.py", "source_location": "L292", "id": "test_judge_eval_rationale_292", "community": 4, "norm_label": "phase 0: verify all required endpoints respond correctly." }, { "label": "Phase 1: Baseline re-run (must produce identical scores).", "file_type": "rationale", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/test_judge_eval.py", "source_location": "L328", "id": "test_judge_eval_rationale_328", "community": 4, "norm_label": "phase 1: baseline re-run (must produce identical scores)." }, { "label": "Phase 2: Run an LLM agent against one task (simulates judge's Nemotron run).", "file_type": "rationale", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/test_judge_eval.py", "source_location": "L350", "id": "test_judge_eval_rationale_350", "community": 4, "norm_label": "phase 2: run an llm agent against one task (simulates judge's nemotron run)." }, { "label": "Phase 2: Run LLM agent on all 3 tasks.", "file_type": "rationale", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/test_judge_eval.py", "source_location": "L391", "id": "test_judge_eval_rationale_391", "community": 4, "norm_label": "phase 2: run llm agent on all 3 tasks." }, { "label": "Phase 3: Score variance check (multiple seeds per task).", "file_type": "rationale", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/test_judge_eval.py", "source_location": "L406", "id": "test_judge_eval_rationale_406", "community": 4, "norm_label": "phase 3: score variance check (multiple seeds per task)." }, { "label": "bedrock_model.py", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/bedrock_model.py", "source_location": "L1", "id": "bedrock_model_py", "community": 12, "norm_label": "bedrock_model.py" }, { "label": "invoke_qwen()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/bedrock_model.py", "source_location": "L23", "id": "bedrock_model_invoke_qwen", "community": 12, "norm_label": "invoke_qwen()" }, { "label": "_parse_score_response()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/bedrock_model.py", "source_location": "L101", "id": "bedrock_model_parse_score_response", "community": 12, "norm_label": "_parse_score_response()" }, { "label": "score_design_against_spec()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/bedrock_model.py", "source_location": "L129", "id": "bedrock_model_score_design_against_spec", "community": 12, "norm_label": "score_design_against_spec()" }, { "label": "Invoke the Qwen VL model via Bedrock Converse API with optional image input.", "file_type": "rationale", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/bedrock_model.py", "source_location": "L30", "id": "bedrock_model_rationale_30", "community": 12, "norm_label": "invoke the qwen vl model via bedrock converse api with optional image input." }, { "label": "Parse JSON object with score, issues, summary from model output.", "file_type": "rationale", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/bedrock_model.py", "source_location": "L102", "id": "bedrock_model_rationale_102", "community": 12, "norm_label": "parse json object with score, issues, summary from model output." }, { "label": "Score a UI screenshot (PNG bytes) against the product spec via the vision model.", "file_type": "rationale", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/bedrock_model.py", "source_location": "L130", "id": "bedrock_model_rationale_130", "community": 12, "norm_label": "score a ui screenshot (png bytes) against the product spec via the vision model." }, { "label": "inference.py", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/inference.py", "source_location": "L1", "id": "inference_py", "community": 16, "norm_label": "inference.py" }, { "label": "log_start()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/inference.py", "source_location": "L73", "id": "inference_log_start", "community": 16, "norm_label": "log_start()" }, { "label": "log_step()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/inference.py", "source_location": "L77", "id": "inference_log_step", "community": 16, "norm_label": "log_step()" }, { "label": "log_end()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/inference.py", "source_location": "L86", "id": "inference_log_end", "community": 16, "norm_label": "log_end()" }, { "label": "_format_obs_for_llm()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/inference.py", "source_location": "L128", "id": "inference_format_obs_for_llm", "community": 16, "norm_label": "_format_obs_for_llm()" }, { "label": "_parse_llm_action()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/inference.py", "source_location": "L184", "id": "inference_parse_llm_action", "community": 16, "norm_label": "_parse_llm_action()" }, { "label": "_action_str_to_dict()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/inference.py", "source_location": "L209", "id": "inference_action_str_to_dict", "community": 16, "norm_label": "_action_str_to_dict()" }, { "label": "_rule_prefilter()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/inference.py", "source_location": "L220", "id": "inference_rule_prefilter", "community": 16, "norm_label": "_rule_prefilter()" }, { "label": "run_rule_based_episode()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/inference.py", "source_location": "L268", "id": "inference_run_rule_based_episode", "community": 11, "norm_label": "run_rule_based_episode()" }, { "label": "_http_post()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/inference.py", "source_location": "L332", "id": "inference_http_post", "community": 16, "norm_label": "_http_post()" }, { "label": "_http_get()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/inference.py", "source_location": "L341", "id": "inference_http_get", "community": 16, "norm_label": "_http_get()" }, { "label": "run_llm_episode()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/inference.py", "source_location": "L351", "id": "inference_run_llm_episode", "community": 16, "norm_label": "run_llm_episode()" }, { "label": "GraphStrike \u2014 OpenEnv Inference Script =======================================", "file_type": "rationale", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/inference.py", "source_location": "L1", "id": "inference_rationale_1", "community": 0, "norm_label": "graphstrike \u2014 openenv inference script =======================================" }, { "label": "Format observation as text prompt for the LLM \u2014 shows raw signals prominently.", "file_type": "rationale", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/inference.py", "source_location": "L129", "id": "inference_rationale_129", "community": 0, "norm_label": "format observation as text prompt for the llm \u2014 shows raw signals prominently." }, { "label": "Parse LLM response into an action string like 'INSPECT acc_0042'.", "file_type": "rationale", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/inference.py", "source_location": "L185", "id": "inference_rationale_185", "community": 0, "norm_label": "parse llm response into an action string like 'inspect acc_0042'." }, { "label": "Convert 'INSPECT acc_0042' to {action_type: 'inspect', account_id: 'acc_0042'}.", "file_type": "rationale", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/inference.py", "source_location": "L210", "id": "inference_rationale_210", "community": 0, "norm_label": "convert 'inspect acc_0042' to {action_type: 'inspect', account_id: 'acc_0042'}." }, { "label": "Return an obvious rule-based action string without calling the LLM. Only fi", "file_type": "rationale", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/inference.py", "source_location": "L221", "id": "inference_rationale_221", "community": 0, "norm_label": "return an obvious rule-based action string without calling the llm. only fi" }, { "label": "Run one complete episode using the rule-based policy. Returns the grader_sc", "file_type": "rationale", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/inference.py", "source_location": "L269", "id": "inference_rationale_269", "community": 0, "norm_label": "run one complete episode using the rule-based policy. returns the grader_sc" }, { "label": "Run one episode using an LLM agent via OpenAI client. Architecture: - R", "file_type": "rationale", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/inference.py", "source_location": "L352", "id": "inference_rationale_352", "community": 0, "norm_label": "run one episode using an llm agent via openai client. architecture: - r" }, { "label": "client.py", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/client.py", "source_location": "L1", "id": "client_py", "community": 0, "norm_label": "client.py" }, { "label": "StepResult", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/client.py", "source_location": "L28", "id": "client_stepresult", "community": 0, "norm_label": "stepresult" }, { "label": "FakeGangEnvClient", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/client.py", "source_location": "L39", "id": "client_fakegangenvclient", "community": 0, "norm_label": "fakegangenvclient" }, { "label": ".__init__()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/client.py", "source_location": "L42", "id": "client_fakegangenvclient_init", "community": 0, "norm_label": ".__init__()" }, { "label": ".reset()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/client.py", "source_location": "L52", "id": "client_fakegangenvclient_reset", "community": 0, "norm_label": ".reset()" }, { "label": ".step()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/client.py", "source_location": "L66", "id": "client_fakegangenvclient_step", "community": 14, "norm_label": ".step()" }, { "label": ".state()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/client.py", "source_location": "L70", "id": "client_fakegangenvclient_state", "community": 0, "norm_label": ".state()" }, { "label": ".health()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/client.py", "source_location": "L75", "id": "client_fakegangenvclient_health", "community": 0, "norm_label": ".health()" }, { "label": ".inspect()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/client.py", "source_location": "L84", "id": "client_fakegangenvclient_inspect", "community": 14, "norm_label": ".inspect()" }, { "label": ".investigate_network()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/client.py", "source_location": "L87", "id": "client_fakegangenvclient_investigate_network", "community": 14, "norm_label": ".investigate_network()" }, { "label": ".flag()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/client.py", "source_location": "L90", "id": "client_fakegangenvclient_flag", "community": 14, "norm_label": ".flag()" }, { "label": ".unflag()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/client.py", "source_location": "L93", "id": "client_fakegangenvclient_unflag", "community": 14, "norm_label": ".unflag()" }, { "label": ".submit()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/client.py", "source_location": "L96", "id": "client_fakegangenvclient_submit", "community": 14, "norm_label": ".submit()" }, { "label": "._post()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/client.py", "source_location": "L103", "id": "client_fakegangenvclient_post", "community": 0, "norm_label": "._post()" }, { "label": "._parse_result()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/client.py", "source_location": "L108", "id": "client_fakegangenvclient_parse_result", "community": 0, "norm_label": "._parse_result()" }, { "label": ".__enter__()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/client.py", "source_location": "L137", "id": "client_fakegangenvclient_enter", "community": 0, "norm_label": ".__enter__()" }, { "label": ".__exit__()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/client.py", "source_location": "L140", "id": "client_fakegangenvclient_exit", "community": 0, "norm_label": ".__exit__()" }, { "label": "Python client for the Fake Gang Detection OpenEnv environment.", "file_type": "rationale", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/client.py", "source_location": "L1", "id": "client_rationale_1", "community": 0, "norm_label": "python client for the fake gang detection openenv environment." }, { "label": "Synchronous HTTP client for the Fake Gang Detection environment.", "file_type": "rationale", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/client.py", "source_location": "L40", "id": "client_rationale_40", "community": 0, "norm_label": "synchronous http client for the fake gang detection environment." }, { "label": "models.py", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/models.py", "source_location": "L1", "id": "models_py", "community": 0, "norm_label": "models.py" }, { "label": "Action", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/models.py", "source_location": "L15", "id": "models_action", "community": 0, "norm_label": "action" }, { "label": "BaseModel", "file_type": "code", "source_file": "", "source_location": "", "id": "basemodel", "community": 0, "norm_label": "basemodel" }, { "label": "Observation", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/models.py", "source_location": "L18", "id": "models_observation", "community": 0, "norm_label": "observation" }, { "label": "State", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/models.py", "source_location": "L22", "id": "models_state", "community": 0, "norm_label": "state" }, { "label": "ActionType", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/models.py", "source_location": "L30", "id": "models_actiontype", "community": 0, "norm_label": "actiontype" }, { "label": "str", "file_type": "code", "source_file": "", "source_location": "", "id": "str", "community": 2, "norm_label": "str" }, { "label": "Enum", "file_type": "code", "source_file": "", "source_location": "", "id": "enum", "community": 0, "norm_label": "enum" }, { "label": "AccountStatus", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/models.py", "source_location": "L38", "id": "models_accountstatus", "community": 0, "norm_label": "accountstatus" }, { "label": "FakeGangAction", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/models.py", "source_location": "L44", "id": "models_fakegangaction", "community": 0, "norm_label": "fakegangaction" }, { "label": "AccountProfile", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/models.py", "source_location": "L49", "id": "models_accountprofile", "community": 0, "norm_label": "accountprofile" }, { "label": "FakeGangObservation", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/models.py", "source_location": "L90", "id": "models_fakegangobservation", "community": 0, "norm_label": "fakegangobservation" }, { "label": "FakeGangState", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/models.py", "source_location": "L104", "id": "models_fakegangstate", "community": 0, "norm_label": "fakegangstate" }, { "label": "validate.py", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/validate.py", "source_location": "L1", "id": "validate_py", "community": 2, "norm_label": "validate.py" }, { "label": "check()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/validate.py", "source_location": "L37", "id": "validate_check", "community": 2, "norm_label": "check()" }, { "label": "_get()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/validate.py", "source_location": "L47", "id": "validate_get", "community": 2, "norm_label": "_get()" }, { "label": "_post()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/validate.py", "source_location": "L55", "id": "validate_post", "community": 2, "norm_label": "_post()" }, { "label": "run_http_checks()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/validate.py", "source_location": "L77", "id": "validate_run_http_checks", "community": 2, "norm_label": "run_http_checks()" }, { "label": "run_local_checks()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/validate.py", "source_location": "L145", "id": "validate_run_local_checks", "community": 2, "norm_label": "run_local_checks()" }, { "label": "Pre-submission validator for the Fake Gang Detection OpenEnv environment. Check", "file_type": "rationale", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/validate.py", "source_location": "L1", "id": "validate_rationale_1", "community": 0, "norm_label": "pre-submission validator for the fake gang detection openenv environment. check" }, { "label": "train.py", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/train.py", "source_location": "L1", "id": "train_py", "community": 1, "norm_label": "train.py" }, { "label": "_curriculum_task()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/train.py", "source_location": "L52", "id": "train_curriculum_task", "community": 1, "norm_label": "_curriculum_task()" }, { "label": "_episode_seed()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/train.py", "source_location": "L62", "id": "train_episode_seed", "community": 1, "norm_label": "_episode_seed()" }, { "label": "run_episode()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/train.py", "source_location": "L72", "id": "train_run_episode", "community": 1, "norm_label": "run_episode()" }, { "label": "_extract_float()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/train.py", "source_location": "L161", "id": "train_extract_float", "community": 1, "norm_label": "_extract_float()" }, { "label": "learning_step()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/train.py", "source_location": "L171", "id": "train_learning_step", "community": 1, "norm_label": "learning_step()" }, { "label": "ProgressTracker", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/train.py", "source_location": "L218", "id": "train_progresstracker", "community": 1, "norm_label": "progresstracker" }, { "label": ".__init__()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/train.py", "source_location": "L219", "id": "train_progresstracker_init", "community": 1, "norm_label": ".__init__()" }, { "label": ".record()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/train.py", "source_location": "L223", "id": "train_progresstracker_record", "community": 1, "norm_label": ".record()" }, { "label": ".win_rate()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/train.py", "source_location": "L227", "id": "train_progresstracker_win_rate", "community": 1, "norm_label": ".win_rate()" }, { "label": ".print_episode()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/train.py", "source_location": "L234", "id": "train_progresstracker_print_episode", "community": 1, "norm_label": ".print_episode()" }, { "label": ".print_summary()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/train.py", "source_location": "L256", "id": "train_progresstracker_print_summary", "community": 1, "norm_label": ".print_summary()" }, { "label": "save_metrics()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/train.py", "source_location": "L282", "id": "train_save_metrics", "community": 1, "norm_label": "save_metrics()" }, { "label": "train()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/train.py", "source_location": "L294", "id": "train_train", "community": 1, "norm_label": "train()" }, { "label": "Main training loop for the Fake Gang Detection LLM Agent. Learning mechanism (R", "file_type": "rationale", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/train.py", "source_location": "L1", "id": "train_rationale_1", "community": 0, "norm_label": "main training loop for the fake gang detection llm agent. learning mechanism (r" }, { "label": "Rotate through pre-generated seeds so each task sees varied episodes.", "file_type": "rationale", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/train.py", "source_location": "L63", "id": "train_rationale_63", "community": 0, "norm_label": "rotate through pre-generated seeds so each task sees varied episodes." }, { "label": "Run one full episode using the hybrid policy. Returns a metrics dict. alph", "file_type": "rationale", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/train.py", "source_location": "L82", "id": "train_rationale_82", "community": 0, "norm_label": "run one full episode using the hybrid policy. returns a metrics dict. alph" }, { "label": "Generate reflection or save trajectory. Returns a short status string.", "file_type": "rationale", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/train.py", "source_location": "L175", "id": "train_rationale_175", "community": 0, "norm_label": "generate reflection or save trajectory. returns a short status string." }, { "label": "__init__.py", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/__init__.py", "source_location": "L1", "id": "init_py", "community": 30, "norm_label": "__init__.py" }, { "label": "generator.py", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/generator.py", "source_location": "L1", "id": "server_generator_py", "community": 13, "norm_label": "generator.py" }, { "label": "_lognormal_int()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/generator.py", "source_location": "L76", "id": "generator_lognormal_int", "community": 13, "norm_label": "_lognormal_int()" }, { "label": "_beta()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/generator.py", "source_location": "L81", "id": "generator_beta", "community": 13, "norm_label": "_beta()" }, { "label": "_gen_real_account()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/generator.py", "source_location": "L92", "id": "generator_gen_real_account", "community": 13, "norm_label": "_gen_real_account()" }, { "label": "_gen_decoy_account()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/generator.py", "source_location": "L114", "id": "generator_gen_decoy_account", "community": 13, "norm_label": "_gen_decoy_account()" }, { "label": "_gen_celebrity_account()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/generator.py", "source_location": "L122", "id": "generator_gen_celebrity_account", "community": 13, "norm_label": "_gen_celebrity_account()" }, { "label": "_gen_gang_accounts()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/generator.py", "source_location": "L144", "id": "generator_gen_gang_accounts", "community": 13, "norm_label": "_gen_gang_accounts()" }, { "label": "_build_edges()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/generator.py", "source_location": "L184", "id": "generator_build_edges", "community": 13, "norm_label": "_build_edges()" }, { "label": "generate_episode()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/generator.py", "source_location": "L215", "id": "generator_generate_episode", "community": 13, "norm_label": "generate_episode()" }, { "label": "generate_all_episodes()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/generator.py", "source_location": "L299", "id": "generator_generate_all_episodes", "community": 13, "norm_label": "generate_all_episodes()" }, { "label": "main()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/generator.py", "source_location": "L318", "id": "generator_main", "community": 13, "norm_label": "main()" }, { "label": "Synthetic episode generator for the Fake Gang Detection environment.", "file_type": "rationale", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/generator.py", "source_location": "L1", "id": "generator_rationale_1", "community": 13, "norm_label": "synthetic episode generator for the fake gang detection environment." }, { "label": "Simple beta distribution via gamma approximation.", "file_type": "rationale", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/generator.py", "source_location": "L82", "id": "generator_rationale_82", "community": 13, "norm_label": "simple beta distribution via gamma approximation." }, { "label": "Add follower edges in-place.", "file_type": "rationale", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/generator.py", "source_location": "L190", "id": "generator_rationale_190", "community": 13, "norm_label": "add follower edges in-place." }, { "label": "Entry point: called by `uv run generate-episodes` or directly.", "file_type": "rationale", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/generator.py", "source_location": "L319", "id": "generator_rationale_319", "community": 13, "norm_label": "entry point: called by `uv run generate-episodes` or directly." }, { "label": "environment.py", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/environment.py", "source_location": "L1", "id": "server_environment_py", "community": 0, "norm_label": "environment.py" }, { "label": "_OpenEnvBase", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/environment.py", "source_location": "L35", "id": "environment_openenvbase", "community": 0, "norm_label": "_openenvbase" }, { "label": "FakeGangEnvironment", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/environment.py", "source_location": "L45", "id": "environment_fakegangenvironment", "community": 0, "norm_label": "fakegangenvironment" }, { "label": ".__init__()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/environment.py", "source_location": "L50", "id": "environment_fakegangenvironment_init", "community": 0, "norm_label": ".__init__()" }, { "label": ".reset()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/environment.py", "source_location": "L76", "id": "environment_fakegangenvironment_reset", "community": 0, "norm_label": ".reset()" }, { "label": ".step()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/environment.py", "source_location": "L131", "id": "environment_fakegangenvironment_step", "community": 3, "norm_label": ".step()" }, { "label": "state()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/environment.py", "source_location": "L163", "id": "environment_state", "community": 0, "norm_label": "state()" }, { "label": "._do_inspect()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/environment.py", "source_location": "L179", "id": "environment_fakegangenvironment_do_inspect", "community": 3, "norm_label": "._do_inspect()" }, { "label": "._do_investigate()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/environment.py", "source_location": "L209", "id": "environment_fakegangenvironment_do_investigate", "community": 3, "norm_label": "._do_investigate()" }, { "label": "._do_flag()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/environment.py", "source_location": "L290", "id": "environment_fakegangenvironment_do_flag", "community": 3, "norm_label": "._do_flag()" }, { "label": "._do_unflag()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/environment.py", "source_location": "L320", "id": "environment_fakegangenvironment_do_unflag", "community": 3, "norm_label": "._do_unflag()" }, { "label": "._do_submit()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/environment.py", "source_location": "L328", "id": "environment_fakegangenvironment_do_submit", "community": 3, "norm_label": "._do_submit()" }, { "label": "._maybe_trigger_evasion()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/environment.py", "source_location": "L380", "id": "environment_fakegangenvironment_maybe_trigger_evasion", "community": 3, "norm_label": "._maybe_trigger_evasion()" }, { "label": "._event_fired()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/environment.py", "source_location": "L385", "id": "environment_fakegangenvironment_event_fired", "community": 3, "norm_label": "._event_fired()" }, { "label": "._fire_evasion()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/environment.py", "source_location": "L390", "id": "environment_fakegangenvironment_fire_evasion", "community": 3, "norm_label": "._fire_evasion()" }, { "label": "._compute_post_hour_cluster_score()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/environment.py", "source_location": "L425", "id": "environment_fakegangenvironment_compute_post_hour_cluster_score", "community": 0, "norm_label": "._compute_post_hour_cluster_score()" }, { "label": "._compute_suspicious_mutual_ratio()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/environment.py", "source_location": "L441", "id": "environment_fakegangenvironment_compute_suspicious_mutual_ratio", "community": 0, "norm_label": "._compute_suspicious_mutual_ratio()" }, { "label": "._build_profile()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/environment.py", "source_location": "L452", "id": "environment_fakegangenvironment_build_profile", "community": 3, "norm_label": "._build_profile()" }, { "label": "._build_hint()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/environment.py", "source_location": "L530", "id": "environment_fakegangenvironment_build_hint", "community": 0, "norm_label": "._build_hint()" }, { "label": "._make_observation()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/environment.py", "source_location": "L568", "id": "environment_fakegangenvironment_make_observation", "community": 3, "norm_label": "._make_observation()" }, { "label": "._load_episode()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/environment.py", "source_location": "L602", "id": "environment_fakegangenvironment_load_episode", "community": 0, "norm_label": "._load_episode()" }, { "label": "Core environment logic for the Fake Gang Detection RL environment.", "file_type": "rationale", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/environment.py", "source_location": "L1", "id": "environment_rationale_1", "community": 0, "norm_label": "core environment logic for the fake gang detection rl environment." }, { "label": "OpenEnv-compatible environment for fake Instagram gang detection.", "file_type": "rationale", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/environment.py", "source_location": "L46", "id": "environment_rationale_46", "community": 0, "norm_label": "openenv-compatible environment for fake instagram gang detection." }, { "label": "How closely does this account's posting hour match the flagged accounts' mean ho", "file_type": "rationale", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/environment.py", "source_location": "L426", "id": "environment_rationale_426", "community": 0, "norm_label": "how closely does this account's posting hour match the flagged accounts' mean ho" }, { "label": "Fraction of suspicious follows that also mutually follow this account.", "file_type": "rationale", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/environment.py", "source_location": "L442", "id": "environment_rationale_442", "community": 0, "norm_label": "fraction of suspicious follows that also mutually follow this account." }, { "label": "Generate actionable hints for the agent based on current state.", "file_type": "rationale", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/environment.py", "source_location": "L531", "id": "environment_rationale_531", "community": 0, "norm_label": "generate actionable hints for the agent based on current state." }, { "label": "Load pre-generated episode JSON or generate on the fly.", "file_type": "rationale", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/environment.py", "source_location": "L603", "id": "environment_rationale_603", "community": 0, "norm_label": "load pre-generated episode json or generate on the fly." }, { "label": "app.py", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/app.py", "source_location": "L1", "id": "server_app_py", "community": 11, "norm_label": "app.py" }, { "label": "ResetRequest", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/app.py", "source_location": "L45", "id": "app_resetrequest", "community": 0, "norm_label": "resetrequest" }, { "label": "StepResponse", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/app.py", "source_location": "L50", "id": "app_stepresponse", "community": 0, "norm_label": "stepresponse" }, { "label": "health()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/app.py", "source_location": "L61", "id": "app_health", "community": 11, "norm_label": "health()" }, { "label": "reset()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/app.py", "source_location": "L65", "id": "app_reset", "community": 14, "norm_label": "reset()" }, { "label": "step()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/app.py", "source_location": "L72", "id": "app_step", "community": 11, "norm_label": "step()" }, { "label": "state()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/app.py", "source_location": "L77", "id": "app_state", "community": 11, "norm_label": "state()" }, { "label": "list_tasks()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/app.py", "source_location": "L81", "id": "app_list_tasks", "community": 11, "norm_label": "list_tasks()" }, { "label": "grader()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/app.py", "source_location": "L97", "id": "app_grader", "community": 11, "norm_label": "grader()" }, { "label": "metadata()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/app.py", "source_location": "L103", "id": "app_metadata", "community": 11, "norm_label": "metadata()" }, { "label": "schema()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/app.py", "source_location": "L111", "id": "app_schema", "community": 11, "norm_label": "schema()" }, { "label": "mcp()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/app.py", "source_location": "L119", "id": "app_mcp", "community": 11, "norm_label": "mcp()" }, { "label": "baseline()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/app.py", "source_location": "L132", "id": "app_baseline", "community": 2, "norm_label": "baseline()" }, { "label": "web_redirect()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/app.py", "source_location": "L143", "id": "app_web_redirect", "community": 11, "norm_label": "web_redirect()" }, { "label": "_score_color()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/app.py", "source_location": "L189", "id": "app_score_color", "community": 11, "norm_label": "_score_color()" }, { "label": "_var_color()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/app.py", "source_location": "L195", "id": "app_var_color", "community": 11, "norm_label": "_var_color()" }, { "label": "_leaderboard_html()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/app.py", "source_location": "L208", "id": "app_leaderboard_html", "community": 11, "norm_label": "_leaderboard_html()" }, { "label": "_variance_html()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/app.py", "source_location": "L246", "id": "app_variance_html", "community": 11, "norm_label": "_variance_html()" }, { "label": "_baseline_html()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/app.py", "source_location": "L274", "id": "app_baseline_html", "community": 11, "norm_label": "_baseline_html()" }, { "label": "_fmt_obs()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/app.py", "source_location": "L305", "id": "app_fmt_obs", "community": 11, "norm_label": "_fmt_obs()" }, { "label": "_profile_rows()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/app.py", "source_location": "L327", "id": "app_profile_rows", "community": 11, "norm_label": "_profile_rows()" }, { "label": "_fmt_visible_ids()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/app.py", "source_location": "L353", "id": "app_fmt_visible_ids", "community": 11, "norm_label": "_fmt_visible_ids()" }, { "label": "gr_reset()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/app.py", "source_location": "L374", "id": "app_gr_reset", "community": 11, "norm_label": "gr_reset()" }, { "label": "gr_step()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/app.py", "source_location": "L382", "id": "app_gr_step", "community": 11, "norm_label": "gr_step()" }, { "label": "gr_grader()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/app.py", "source_location": "L392", "id": "app_gr_grader", "community": 11, "norm_label": "gr_grader()" }, { "label": "gr_baseline()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/app.py", "source_location": "L401", "id": "app_gr_baseline", "community": 2, "norm_label": "gr_baseline()" }, { "label": "root_fallback()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/app.py", "source_location": "L795", "id": "app_root_fallback", "community": 11, "norm_label": "root_fallback()" }, { "label": "main()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/app.py", "source_location": "L802", "id": "app_main", "community": 11, "norm_label": "main()" }, { "label": "FastAPI + Gradio server for the GraphStrike OpenEnv environment.", "file_type": "rationale", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/app.py", "source_location": "L1", "id": "app_rationale_1", "community": 0, "norm_label": "fastapi + gradio server for the graphstrike openenv environment." }, { "label": "scoring.py", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/scoring.py", "source_location": "L1", "id": "server_scoring_py", "community": 3, "norm_label": "scoring.py" }, { "label": "compute_node_risk()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/scoring.py", "source_location": "L12", "id": "scoring_compute_node_risk", "community": 3, "norm_label": "compute_node_risk()" }, { "label": "compute_behavior_risk()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/scoring.py", "source_location": "L17", "id": "scoring_compute_behavior_risk", "community": 3, "norm_label": "compute_behavior_risk()" }, { "label": "compute_graph_risk()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/scoring.py", "source_location": "L23", "id": "scoring_compute_graph_risk", "community": 3, "norm_label": "compute_graph_risk()" }, { "label": "compute_hub_legitimacy()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/scoring.py", "source_location": "L37", "id": "scoring_compute_hub_legitimacy", "community": 3, "norm_label": "compute_hub_legitimacy()" }, { "label": "compute_fake_risk()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/scoring.py", "source_location": "L60", "id": "scoring_compute_fake_risk", "community": 3, "norm_label": "compute_fake_risk()" }, { "label": "classify_risk()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/scoring.py", "source_location": "L80", "id": "scoring_classify_risk", "community": 3, "norm_label": "classify_risk()" }, { "label": "grader_score()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/scoring.py", "source_location": "L89", "id": "scoring_grader_score", "community": 3, "norm_label": "grader_score()" }, { "label": "Pure-math risk scoring engine for the Fake Gang Detection environment. All func", "file_type": "rationale", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/scoring.py", "source_location": "L1", "id": "scoring_rationale_1", "community": 3, "norm_label": "pure-math risk scoring engine for the fake gang detection environment. all func" }, { "label": "Content-based risk: stolen photos + copy-paste bios.", "file_type": "rationale", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/scoring.py", "source_location": "L13", "id": "scoring_rationale_13", "community": 3, "norm_label": "content-based risk: stolen photos + copy-paste bios." }, { "label": "Temporal risk: recently created + posting in the gang's time window.", "file_type": "rationale", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/scoring.py", "source_location": "L18", "id": "scoring_rationale_18", "community": 3, "norm_label": "temporal risk: recently created + posting in the gang's time window." }, { "label": "Structural risk: embedded in a flagged cluster + inflated mutual follows.", "file_type": "rationale", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/scoring.py", "source_location": "L28", "id": "scoring_rationale_28", "community": 3, "norm_label": "structural risk: embedded in a flagged cluster + inflated mutual follows." }, { "label": "Celebrity/hub discount: large established accounts are unlikely to be fakes.", "file_type": "rationale", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/scoring.py", "source_location": "L43", "id": "scoring_rationale_43", "community": 3, "norm_label": "celebrity/hub discount: large established accounts are unlikely to be fakes." }, { "label": "Composite fake risk score in [0.0, 1.0]. Graph risk carries the most weight", "file_type": "rationale", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/scoring.py", "source_location": "L66", "id": "scoring_rationale_66", "community": 3, "norm_label": "composite fake risk score in [0.0, 1.0]. graph risk carries the most weight" }, { "label": "Map a fake_risk score to an account status string.", "file_type": "rationale", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/scoring.py", "source_location": "L81", "id": "scoring_rationale_81", "community": 3, "norm_label": "map a fake_risk score to an account status string." }, { "label": "Normalised [0.0, 1.0] submission score used by /grader endpoint. Win condit", "file_type": "rationale", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/scoring.py", "source_location": "L90", "id": "scoring_rationale_90", "community": 3, "norm_label": "normalised [0.0, 1.0] submission score used by /grader endpoint. win condit" }, { "label": "__init__.py", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/__init__.py", "source_location": "L1", "id": "server_init_py", "community": 31, "norm_label": "__init__.py" }, { "label": "qwen_test_judge_eval.py", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/qwen_test_judge_eval.py", "source_location": "L1", "id": "eval_models_qwen_test_judge_eval_py", "community": 5, "norm_label": "qwen_test_judge_eval.py" }, { "label": "_retry()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/qwen_test_judge_eval.py", "source_location": "L80", "id": "qwen_test_judge_eval_retry", "community": 5, "norm_label": "_retry()" }, { "label": "http_post()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/qwen_test_judge_eval.py", "source_location": "L93", "id": "qwen_test_judge_eval_http_post", "community": 5, "norm_label": "http_post()" }, { "label": "http_get()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/qwen_test_judge_eval.py", "source_location": "L106", "id": "qwen_test_judge_eval_http_get", "community": 5, "norm_label": "http_get()" }, { "label": "_call_hf()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/qwen_test_judge_eval.py", "source_location": "L120", "id": "qwen_test_judge_eval_call_hf", "community": 5, "norm_label": "_call_hf()" }, { "label": "_call_bedrock()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/qwen_test_judge_eval.py", "source_location": "L136", "id": "qwen_test_judge_eval_call_bedrock", "community": 5, "norm_label": "_call_bedrock()" }, { "label": "call_llm()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/qwen_test_judge_eval.py", "source_location": "L183", "id": "qwen_test_judge_eval_call_llm", "community": 5, "norm_label": "call_llm()" }, { "label": "format_obs()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/qwen_test_judge_eval.py", "source_location": "L205", "id": "qwen_test_judge_eval_format_obs", "community": 5, "norm_label": "format_obs()" }, { "label": "parse_action()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/qwen_test_judge_eval.py", "source_location": "L263", "id": "qwen_test_judge_eval_parse_action", "community": 5, "norm_label": "parse_action()" }, { "label": "test_endpoints()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/qwen_test_judge_eval.py", "source_location": "L291", "id": "qwen_test_judge_eval_test_endpoints", "community": 5, "norm_label": "test_endpoints()" }, { "label": "test_baseline_stability()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/qwen_test_judge_eval.py", "source_location": "L327", "id": "qwen_test_judge_eval_test_baseline_stability", "community": 5, "norm_label": "test_baseline_stability()" }, { "label": "test_llm_agent()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/qwen_test_judge_eval.py", "source_location": "L349", "id": "qwen_test_judge_eval_test_llm_agent", "community": 5, "norm_label": "test_llm_agent()" }, { "label": "test_llm_all_tasks()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/qwen_test_judge_eval.py", "source_location": "L390", "id": "qwen_test_judge_eval_test_llm_all_tasks", "community": 5, "norm_label": "test_llm_all_tasks()" }, { "label": "test_variance()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/qwen_test_judge_eval.py", "source_location": "L405", "id": "qwen_test_judge_eval_test_variance", "community": 5, "norm_label": "test_variance()" }, { "label": "Retry a function on network errors.", "file_type": "rationale", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/qwen_test_judge_eval.py", "source_location": "L81", "id": "qwen_test_judge_eval_rationale_81", "community": 5, "norm_label": "retry a function on network errors." }, { "label": "Call LLM via HF router (OpenAI-compatible).", "file_type": "rationale", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/qwen_test_judge_eval.py", "source_location": "L121", "id": "qwen_test_judge_eval_rationale_121", "community": 5, "norm_label": "call llm via hf router (openai-compatible)." }, { "label": "Call LLM via AWS Bedrock. Tries converse() first, falls back to invoke_model().", "file_type": "rationale", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/qwen_test_judge_eval.py", "source_location": "L137", "id": "qwen_test_judge_eval_rationale_137", "community": 5, "norm_label": "call llm via aws bedrock. tries converse() first, falls back to invoke_model()." }, { "label": "Call LLM with retries. Uses HF router or Bedrock based on LLM_BACKEND.", "file_type": "rationale", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/qwen_test_judge_eval.py", "source_location": "L184", "id": "qwen_test_judge_eval_rationale_184", "community": 5, "norm_label": "call llm with retries. uses hf router or bedrock based on llm_backend." }, { "label": "Format observation as text for LLM \u2014 shows raw signals prominently.", "file_type": "rationale", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/qwen_test_judge_eval.py", "source_location": "L206", "id": "qwen_test_judge_eval_rationale_206", "community": 5, "norm_label": "format observation as text for llm \u2014 shows raw signals prominently." }, { "label": "Parse LLM output to action dict.", "file_type": "rationale", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/qwen_test_judge_eval.py", "source_location": "L264", "id": "qwen_test_judge_eval_rationale_264", "community": 5, "norm_label": "parse llm output to action dict." }, { "label": "Phase 0: Verify all required endpoints respond correctly.", "file_type": "rationale", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/qwen_test_judge_eval.py", "source_location": "L292", "id": "qwen_test_judge_eval_rationale_292", "community": 5, "norm_label": "phase 0: verify all required endpoints respond correctly." }, { "label": "Phase 1: Baseline re-run (must produce identical scores).", "file_type": "rationale", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/qwen_test_judge_eval.py", "source_location": "L328", "id": "qwen_test_judge_eval_rationale_328", "community": 5, "norm_label": "phase 1: baseline re-run (must produce identical scores)." }, { "label": "Phase 2: Run an LLM agent against one task (simulates judge's Nemotron run).", "file_type": "rationale", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/qwen_test_judge_eval.py", "source_location": "L350", "id": "qwen_test_judge_eval_rationale_350", "community": 5, "norm_label": "phase 2: run an llm agent against one task (simulates judge's nemotron run)." }, { "label": "Phase 2: Run LLM agent on all 3 tasks.", "file_type": "rationale", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/qwen_test_judge_eval.py", "source_location": "L391", "id": "qwen_test_judge_eval_rationale_391", "community": 5, "norm_label": "phase 2: run llm agent on all 3 tasks." }, { "label": "Phase 3: Score variance check (multiple seeds per task).", "file_type": "rationale", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/qwen_test_judge_eval.py", "source_location": "L406", "id": "qwen_test_judge_eval_rationale_406", "community": 5, "norm_label": "phase 3: score variance check (multiple seeds per task)." }, { "label": "deepseek_test_judge_eval.py", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/deepseek_test_judge_eval.py", "source_location": "L1", "id": "eval_models_deepseek_test_judge_eval_py", "community": 6, "norm_label": "deepseek_test_judge_eval.py" }, { "label": "_retry()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/deepseek_test_judge_eval.py", "source_location": "L80", "id": "deepseek_test_judge_eval_retry", "community": 6, "norm_label": "_retry()" }, { "label": "http_post()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/deepseek_test_judge_eval.py", "source_location": "L93", "id": "deepseek_test_judge_eval_http_post", "community": 6, "norm_label": "http_post()" }, { "label": "http_get()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/deepseek_test_judge_eval.py", "source_location": "L106", "id": "deepseek_test_judge_eval_http_get", "community": 6, "norm_label": "http_get()" }, { "label": "_call_hf()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/deepseek_test_judge_eval.py", "source_location": "L120", "id": "deepseek_test_judge_eval_call_hf", "community": 6, "norm_label": "_call_hf()" }, { "label": "_call_bedrock()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/deepseek_test_judge_eval.py", "source_location": "L136", "id": "deepseek_test_judge_eval_call_bedrock", "community": 6, "norm_label": "_call_bedrock()" }, { "label": "call_llm()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/deepseek_test_judge_eval.py", "source_location": "L183", "id": "deepseek_test_judge_eval_call_llm", "community": 6, "norm_label": "call_llm()" }, { "label": "format_obs()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/deepseek_test_judge_eval.py", "source_location": "L205", "id": "deepseek_test_judge_eval_format_obs", "community": 6, "norm_label": "format_obs()" }, { "label": "parse_action()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/deepseek_test_judge_eval.py", "source_location": "L263", "id": "deepseek_test_judge_eval_parse_action", "community": 6, "norm_label": "parse_action()" }, { "label": "test_endpoints()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/deepseek_test_judge_eval.py", "source_location": "L291", "id": "deepseek_test_judge_eval_test_endpoints", "community": 6, "norm_label": "test_endpoints()" }, { "label": "test_baseline_stability()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/deepseek_test_judge_eval.py", "source_location": "L327", "id": "deepseek_test_judge_eval_test_baseline_stability", "community": 6, "norm_label": "test_baseline_stability()" }, { "label": "test_llm_agent()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/deepseek_test_judge_eval.py", "source_location": "L349", "id": "deepseek_test_judge_eval_test_llm_agent", "community": 6, "norm_label": "test_llm_agent()" }, { "label": "test_llm_all_tasks()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/deepseek_test_judge_eval.py", "source_location": "L390", "id": "deepseek_test_judge_eval_test_llm_all_tasks", "community": 6, "norm_label": "test_llm_all_tasks()" }, { "label": "test_variance()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/deepseek_test_judge_eval.py", "source_location": "L405", "id": "deepseek_test_judge_eval_test_variance", "community": 6, "norm_label": "test_variance()" }, { "label": "Retry a function on network errors.", "file_type": "rationale", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/deepseek_test_judge_eval.py", "source_location": "L81", "id": "deepseek_test_judge_eval_rationale_81", "community": 6, "norm_label": "retry a function on network errors." }, { "label": "Call LLM via HF router (OpenAI-compatible).", "file_type": "rationale", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/deepseek_test_judge_eval.py", "source_location": "L121", "id": "deepseek_test_judge_eval_rationale_121", "community": 6, "norm_label": "call llm via hf router (openai-compatible)." }, { "label": "Call LLM via AWS Bedrock. Tries converse() first, falls back to invoke_model().", "file_type": "rationale", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/deepseek_test_judge_eval.py", "source_location": "L137", "id": "deepseek_test_judge_eval_rationale_137", "community": 6, "norm_label": "call llm via aws bedrock. tries converse() first, falls back to invoke_model()." }, { "label": "Call LLM with retries. Uses HF router or Bedrock based on LLM_BACKEND.", "file_type": "rationale", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/deepseek_test_judge_eval.py", "source_location": "L184", "id": "deepseek_test_judge_eval_rationale_184", "community": 6, "norm_label": "call llm with retries. uses hf router or bedrock based on llm_backend." }, { "label": "Format observation as text for LLM \u2014 shows raw signals prominently.", "file_type": "rationale", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/deepseek_test_judge_eval.py", "source_location": "L206", "id": "deepseek_test_judge_eval_rationale_206", "community": 6, "norm_label": "format observation as text for llm \u2014 shows raw signals prominently." }, { "label": "Parse LLM output to action dict.", "file_type": "rationale", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/deepseek_test_judge_eval.py", "source_location": "L264", "id": "deepseek_test_judge_eval_rationale_264", "community": 6, "norm_label": "parse llm output to action dict." }, { "label": "Phase 0: Verify all required endpoints respond correctly.", "file_type": "rationale", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/deepseek_test_judge_eval.py", "source_location": "L292", "id": "deepseek_test_judge_eval_rationale_292", "community": 6, "norm_label": "phase 0: verify all required endpoints respond correctly." }, { "label": "Phase 1: Baseline re-run (must produce identical scores).", "file_type": "rationale", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/deepseek_test_judge_eval.py", "source_location": "L328", "id": "deepseek_test_judge_eval_rationale_328", "community": 6, "norm_label": "phase 1: baseline re-run (must produce identical scores)." }, { "label": "Phase 2: Run an LLM agent against one task (simulates judge's Nemotron run).", "file_type": "rationale", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/deepseek_test_judge_eval.py", "source_location": "L350", "id": "deepseek_test_judge_eval_rationale_350", "community": 6, "norm_label": "phase 2: run an llm agent against one task (simulates judge's nemotron run)." }, { "label": "Phase 2: Run LLM agent on all 3 tasks.", "file_type": "rationale", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/deepseek_test_judge_eval.py", "source_location": "L391", "id": "deepseek_test_judge_eval_rationale_391", "community": 6, "norm_label": "phase 2: run llm agent on all 3 tasks." }, { "label": "Phase 3: Score variance check (multiple seeds per task).", "file_type": "rationale", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/deepseek_test_judge_eval.py", "source_location": "L406", "id": "deepseek_test_judge_eval_rationale_406", "community": 6, "norm_label": "phase 3: score variance check (multiple seeds per task)." }, { "label": "gemma_test_judge_eval.py", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/gemma_test_judge_eval.py", "source_location": "L1", "id": "eval_models_gemma_test_judge_eval_py", "community": 7, "norm_label": "gemma_test_judge_eval.py" }, { "label": "_retry()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/gemma_test_judge_eval.py", "source_location": "L80", "id": "gemma_test_judge_eval_retry", "community": 7, "norm_label": "_retry()" }, { "label": "http_post()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/gemma_test_judge_eval.py", "source_location": "L93", "id": "gemma_test_judge_eval_http_post", "community": 7, "norm_label": "http_post()" }, { "label": "http_get()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/gemma_test_judge_eval.py", "source_location": "L106", "id": "gemma_test_judge_eval_http_get", "community": 7, "norm_label": "http_get()" }, { "label": "_call_hf()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/gemma_test_judge_eval.py", "source_location": "L120", "id": "gemma_test_judge_eval_call_hf", "community": 7, "norm_label": "_call_hf()" }, { "label": "_call_bedrock()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/gemma_test_judge_eval.py", "source_location": "L136", "id": "gemma_test_judge_eval_call_bedrock", "community": 7, "norm_label": "_call_bedrock()" }, { "label": "call_llm()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/gemma_test_judge_eval.py", "source_location": "L183", "id": "gemma_test_judge_eval_call_llm", "community": 7, "norm_label": "call_llm()" }, { "label": "format_obs()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/gemma_test_judge_eval.py", "source_location": "L205", "id": "gemma_test_judge_eval_format_obs", "community": 7, "norm_label": "format_obs()" }, { "label": "parse_action()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/gemma_test_judge_eval.py", "source_location": "L263", "id": "gemma_test_judge_eval_parse_action", "community": 7, "norm_label": "parse_action()" }, { "label": "test_endpoints()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/gemma_test_judge_eval.py", "source_location": "L291", "id": "gemma_test_judge_eval_test_endpoints", "community": 7, "norm_label": "test_endpoints()" }, { "label": "test_baseline_stability()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/gemma_test_judge_eval.py", "source_location": "L327", "id": "gemma_test_judge_eval_test_baseline_stability", "community": 7, "norm_label": "test_baseline_stability()" }, { "label": "test_llm_agent()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/gemma_test_judge_eval.py", "source_location": "L349", "id": "gemma_test_judge_eval_test_llm_agent", "community": 7, "norm_label": "test_llm_agent()" }, { "label": "test_llm_all_tasks()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/gemma_test_judge_eval.py", "source_location": "L390", "id": "gemma_test_judge_eval_test_llm_all_tasks", "community": 7, "norm_label": "test_llm_all_tasks()" }, { "label": "test_variance()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/gemma_test_judge_eval.py", "source_location": "L405", "id": "gemma_test_judge_eval_test_variance", "community": 7, "norm_label": "test_variance()" }, { "label": "Retry a function on network errors.", "file_type": "rationale", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/gemma_test_judge_eval.py", "source_location": "L81", "id": "gemma_test_judge_eval_rationale_81", "community": 7, "norm_label": "retry a function on network errors." }, { "label": "Call LLM via HF router (OpenAI-compatible).", "file_type": "rationale", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/gemma_test_judge_eval.py", "source_location": "L121", "id": "gemma_test_judge_eval_rationale_121", "community": 7, "norm_label": "call llm via hf router (openai-compatible)." }, { "label": "Call LLM via AWS Bedrock. Tries converse() first, falls back to invoke_model().", "file_type": "rationale", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/gemma_test_judge_eval.py", "source_location": "L137", "id": "gemma_test_judge_eval_rationale_137", "community": 7, "norm_label": "call llm via aws bedrock. tries converse() first, falls back to invoke_model()." }, { "label": "Call LLM with retries. Uses HF router or Bedrock based on LLM_BACKEND.", "file_type": "rationale", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/gemma_test_judge_eval.py", "source_location": "L184", "id": "gemma_test_judge_eval_rationale_184", "community": 7, "norm_label": "call llm with retries. uses hf router or bedrock based on llm_backend." }, { "label": "Format observation as text for LLM \u2014 shows raw signals prominently.", "file_type": "rationale", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/gemma_test_judge_eval.py", "source_location": "L206", "id": "gemma_test_judge_eval_rationale_206", "community": 7, "norm_label": "format observation as text for llm \u2014 shows raw signals prominently." }, { "label": "Parse LLM output to action dict.", "file_type": "rationale", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/gemma_test_judge_eval.py", "source_location": "L264", "id": "gemma_test_judge_eval_rationale_264", "community": 7, "norm_label": "parse llm output to action dict." }, { "label": "Phase 0: Verify all required endpoints respond correctly.", "file_type": "rationale", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/gemma_test_judge_eval.py", "source_location": "L292", "id": "gemma_test_judge_eval_rationale_292", "community": 7, "norm_label": "phase 0: verify all required endpoints respond correctly." }, { "label": "Phase 1: Baseline re-run (must produce identical scores).", "file_type": "rationale", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/gemma_test_judge_eval.py", "source_location": "L328", "id": "gemma_test_judge_eval_rationale_328", "community": 7, "norm_label": "phase 1: baseline re-run (must produce identical scores)." }, { "label": "Phase 2: Run an LLM agent against one task (simulates judge's Nemotron run).", "file_type": "rationale", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/gemma_test_judge_eval.py", "source_location": "L350", "id": "gemma_test_judge_eval_rationale_350", "community": 7, "norm_label": "phase 2: run an llm agent against one task (simulates judge's nemotron run)." }, { "label": "Phase 2: Run LLM agent on all 3 tasks.", "file_type": "rationale", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/gemma_test_judge_eval.py", "source_location": "L391", "id": "gemma_test_judge_eval_rationale_391", "community": 7, "norm_label": "phase 2: run llm agent on all 3 tasks." }, { "label": "Phase 3: Score variance check (multiple seeds per task).", "file_type": "rationale", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/gemma_test_judge_eval.py", "source_location": "L406", "id": "gemma_test_judge_eval_rationale_406", "community": 7, "norm_label": "phase 3: score variance check (multiple seeds per task)." }, { "label": "mistral_test_judge_eval.py", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/mistral_test_judge_eval.py", "source_location": "L1", "id": "eval_models_mistral_test_judge_eval_py", "community": 8, "norm_label": "mistral_test_judge_eval.py" }, { "label": "_retry()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/mistral_test_judge_eval.py", "source_location": "L80", "id": "mistral_test_judge_eval_retry", "community": 8, "norm_label": "_retry()" }, { "label": "http_post()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/mistral_test_judge_eval.py", "source_location": "L93", "id": "mistral_test_judge_eval_http_post", "community": 8, "norm_label": "http_post()" }, { "label": "http_get()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/mistral_test_judge_eval.py", "source_location": "L106", "id": "mistral_test_judge_eval_http_get", "community": 8, "norm_label": "http_get()" }, { "label": "_call_hf()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/mistral_test_judge_eval.py", "source_location": "L120", "id": "mistral_test_judge_eval_call_hf", "community": 8, "norm_label": "_call_hf()" }, { "label": "_call_bedrock()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/mistral_test_judge_eval.py", "source_location": "L136", "id": "mistral_test_judge_eval_call_bedrock", "community": 8, "norm_label": "_call_bedrock()" }, { "label": "call_llm()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/mistral_test_judge_eval.py", "source_location": "L183", "id": "mistral_test_judge_eval_call_llm", "community": 8, "norm_label": "call_llm()" }, { "label": "format_obs()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/mistral_test_judge_eval.py", "source_location": "L205", "id": "mistral_test_judge_eval_format_obs", "community": 8, "norm_label": "format_obs()" }, { "label": "parse_action()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/mistral_test_judge_eval.py", "source_location": "L263", "id": "mistral_test_judge_eval_parse_action", "community": 8, "norm_label": "parse_action()" }, { "label": "test_endpoints()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/mistral_test_judge_eval.py", "source_location": "L291", "id": "mistral_test_judge_eval_test_endpoints", "community": 8, "norm_label": "test_endpoints()" }, { "label": "test_baseline_stability()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/mistral_test_judge_eval.py", "source_location": "L327", "id": "mistral_test_judge_eval_test_baseline_stability", "community": 8, "norm_label": "test_baseline_stability()" }, { "label": "test_llm_agent()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/mistral_test_judge_eval.py", "source_location": "L349", "id": "mistral_test_judge_eval_test_llm_agent", "community": 8, "norm_label": "test_llm_agent()" }, { "label": "test_llm_all_tasks()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/mistral_test_judge_eval.py", "source_location": "L390", "id": "mistral_test_judge_eval_test_llm_all_tasks", "community": 8, "norm_label": "test_llm_all_tasks()" }, { "label": "test_variance()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/mistral_test_judge_eval.py", "source_location": "L405", "id": "mistral_test_judge_eval_test_variance", "community": 8, "norm_label": "test_variance()" }, { "label": "Retry a function on network errors.", "file_type": "rationale", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/mistral_test_judge_eval.py", "source_location": "L81", "id": "mistral_test_judge_eval_rationale_81", "community": 8, "norm_label": "retry a function on network errors." }, { "label": "Call LLM via HF router (OpenAI-compatible).", "file_type": "rationale", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/mistral_test_judge_eval.py", "source_location": "L121", "id": "mistral_test_judge_eval_rationale_121", "community": 8, "norm_label": "call llm via hf router (openai-compatible)." }, { "label": "Call LLM via AWS Bedrock. Tries converse() first, falls back to invoke_model().", "file_type": "rationale", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/mistral_test_judge_eval.py", "source_location": "L137", "id": "mistral_test_judge_eval_rationale_137", "community": 8, "norm_label": "call llm via aws bedrock. tries converse() first, falls back to invoke_model()." }, { "label": "Call LLM with retries. Uses HF router or Bedrock based on LLM_BACKEND.", "file_type": "rationale", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/mistral_test_judge_eval.py", "source_location": "L184", "id": "mistral_test_judge_eval_rationale_184", "community": 8, "norm_label": "call llm with retries. uses hf router or bedrock based on llm_backend." }, { "label": "Format observation as text for LLM \u2014 shows raw signals prominently.", "file_type": "rationale", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/mistral_test_judge_eval.py", "source_location": "L206", "id": "mistral_test_judge_eval_rationale_206", "community": 8, "norm_label": "format observation as text for llm \u2014 shows raw signals prominently." }, { "label": "Parse LLM output to action dict.", "file_type": "rationale", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/mistral_test_judge_eval.py", "source_location": "L264", "id": "mistral_test_judge_eval_rationale_264", "community": 8, "norm_label": "parse llm output to action dict." }, { "label": "Phase 0: Verify all required endpoints respond correctly.", "file_type": "rationale", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/mistral_test_judge_eval.py", "source_location": "L292", "id": "mistral_test_judge_eval_rationale_292", "community": 8, "norm_label": "phase 0: verify all required endpoints respond correctly." }, { "label": "Phase 1: Baseline re-run (must produce identical scores).", "file_type": "rationale", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/mistral_test_judge_eval.py", "source_location": "L328", "id": "mistral_test_judge_eval_rationale_328", "community": 8, "norm_label": "phase 1: baseline re-run (must produce identical scores)." }, { "label": "Phase 2: Run an LLM agent against one task (simulates judge's Nemotron run).", "file_type": "rationale", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/mistral_test_judge_eval.py", "source_location": "L350", "id": "mistral_test_judge_eval_rationale_350", "community": 8, "norm_label": "phase 2: run an llm agent against one task (simulates judge's nemotron run)." }, { "label": "Phase 2: Run LLM agent on all 3 tasks.", "file_type": "rationale", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/mistral_test_judge_eval.py", "source_location": "L391", "id": "mistral_test_judge_eval_rationale_391", "community": 8, "norm_label": "phase 2: run llm agent on all 3 tasks." }, { "label": "Phase 3: Score variance check (multiple seeds per task).", "file_type": "rationale", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/mistral_test_judge_eval.py", "source_location": "L406", "id": "mistral_test_judge_eval_rationale_406", "community": 8, "norm_label": "phase 3: score variance check (multiple seeds per task)." }, { "label": "llama_test_judge_eval.py", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/llama_test_judge_eval.py", "source_location": "L1", "id": "eval_models_llama_test_judge_eval_py", "community": 9, "norm_label": "llama_test_judge_eval.py" }, { "label": "_retry()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/llama_test_judge_eval.py", "source_location": "L80", "id": "llama_test_judge_eval_retry", "community": 9, "norm_label": "_retry()" }, { "label": "http_post()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/llama_test_judge_eval.py", "source_location": "L93", "id": "llama_test_judge_eval_http_post", "community": 9, "norm_label": "http_post()" }, { "label": "http_get()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/llama_test_judge_eval.py", "source_location": "L106", "id": "llama_test_judge_eval_http_get", "community": 9, "norm_label": "http_get()" }, { "label": "_call_hf()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/llama_test_judge_eval.py", "source_location": "L120", "id": "llama_test_judge_eval_call_hf", "community": 9, "norm_label": "_call_hf()" }, { "label": "_call_bedrock()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/llama_test_judge_eval.py", "source_location": "L136", "id": "llama_test_judge_eval_call_bedrock", "community": 9, "norm_label": "_call_bedrock()" }, { "label": "call_llm()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/llama_test_judge_eval.py", "source_location": "L183", "id": "llama_test_judge_eval_call_llm", "community": 9, "norm_label": "call_llm()" }, { "label": "format_obs()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/llama_test_judge_eval.py", "source_location": "L205", "id": "llama_test_judge_eval_format_obs", "community": 9, "norm_label": "format_obs()" }, { "label": "parse_action()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/llama_test_judge_eval.py", "source_location": "L263", "id": "llama_test_judge_eval_parse_action", "community": 9, "norm_label": "parse_action()" }, { "label": "test_endpoints()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/llama_test_judge_eval.py", "source_location": "L291", "id": "llama_test_judge_eval_test_endpoints", "community": 9, "norm_label": "test_endpoints()" }, { "label": "test_baseline_stability()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/llama_test_judge_eval.py", "source_location": "L327", "id": "llama_test_judge_eval_test_baseline_stability", "community": 9, "norm_label": "test_baseline_stability()" }, { "label": "test_llm_agent()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/llama_test_judge_eval.py", "source_location": "L349", "id": "llama_test_judge_eval_test_llm_agent", "community": 9, "norm_label": "test_llm_agent()" }, { "label": "test_llm_all_tasks()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/llama_test_judge_eval.py", "source_location": "L390", "id": "llama_test_judge_eval_test_llm_all_tasks", "community": 9, "norm_label": "test_llm_all_tasks()" }, { "label": "test_variance()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/llama_test_judge_eval.py", "source_location": "L405", "id": "llama_test_judge_eval_test_variance", "community": 9, "norm_label": "test_variance()" }, { "label": "Retry a function on network errors.", "file_type": "rationale", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/llama_test_judge_eval.py", "source_location": "L81", "id": "llama_test_judge_eval_rationale_81", "community": 9, "norm_label": "retry a function on network errors." }, { "label": "Call LLM via HF router (OpenAI-compatible).", "file_type": "rationale", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/llama_test_judge_eval.py", "source_location": "L121", "id": "llama_test_judge_eval_rationale_121", "community": 9, "norm_label": "call llm via hf router (openai-compatible)." }, { "label": "Call LLM via AWS Bedrock. Tries converse() first, falls back to invoke_model().", "file_type": "rationale", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/llama_test_judge_eval.py", "source_location": "L137", "id": "llama_test_judge_eval_rationale_137", "community": 9, "norm_label": "call llm via aws bedrock. tries converse() first, falls back to invoke_model()." }, { "label": "Call LLM with retries. Uses HF router or Bedrock based on LLM_BACKEND.", "file_type": "rationale", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/llama_test_judge_eval.py", "source_location": "L184", "id": "llama_test_judge_eval_rationale_184", "community": 9, "norm_label": "call llm with retries. uses hf router or bedrock based on llm_backend." }, { "label": "Format observation as text for LLM \u2014 shows raw signals prominently.", "file_type": "rationale", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/llama_test_judge_eval.py", "source_location": "L206", "id": "llama_test_judge_eval_rationale_206", "community": 9, "norm_label": "format observation as text for llm \u2014 shows raw signals prominently." }, { "label": "Parse LLM output to action dict.", "file_type": "rationale", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/llama_test_judge_eval.py", "source_location": "L264", "id": "llama_test_judge_eval_rationale_264", "community": 9, "norm_label": "parse llm output to action dict." }, { "label": "Phase 0: Verify all required endpoints respond correctly.", "file_type": "rationale", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/llama_test_judge_eval.py", "source_location": "L292", "id": "llama_test_judge_eval_rationale_292", "community": 9, "norm_label": "phase 0: verify all required endpoints respond correctly." }, { "label": "Phase 1: Baseline re-run (must produce identical scores).", "file_type": "rationale", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/llama_test_judge_eval.py", "source_location": "L328", "id": "llama_test_judge_eval_rationale_328", "community": 9, "norm_label": "phase 1: baseline re-run (must produce identical scores)." }, { "label": "Phase 2: Run an LLM agent against one task (simulates judge's Nemotron run).", "file_type": "rationale", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/llama_test_judge_eval.py", "source_location": "L350", "id": "llama_test_judge_eval_rationale_350", "community": 9, "norm_label": "phase 2: run an llm agent against one task (simulates judge's nemotron run)." }, { "label": "Phase 2: Run LLM agent on all 3 tasks.", "file_type": "rationale", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/llama_test_judge_eval.py", "source_location": "L391", "id": "llama_test_judge_eval_rationale_391", "community": 9, "norm_label": "phase 2: run llm agent on all 3 tasks." }, { "label": "Phase 3: Score variance check (multiple seeds per task).", "file_type": "rationale", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/llama_test_judge_eval.py", "source_location": "L406", "id": "llama_test_judge_eval_rationale_406", "community": 9, "norm_label": "phase 3: score variance check (multiple seeds per task)." }, { "label": "nvidia_test_judge_eval.py", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/nvidia_test_judge_eval.py", "source_location": "L1", "id": "eval_models_nvidia_test_judge_eval_py", "community": 10, "norm_label": "nvidia_test_judge_eval.py" }, { "label": "_retry()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/nvidia_test_judge_eval.py", "source_location": "L80", "id": "nvidia_test_judge_eval_retry", "community": 10, "norm_label": "_retry()" }, { "label": "http_post()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/nvidia_test_judge_eval.py", "source_location": "L93", "id": "nvidia_test_judge_eval_http_post", "community": 10, "norm_label": "http_post()" }, { "label": "http_get()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/nvidia_test_judge_eval.py", "source_location": "L106", "id": "nvidia_test_judge_eval_http_get", "community": 10, "norm_label": "http_get()" }, { "label": "_call_hf()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/nvidia_test_judge_eval.py", "source_location": "L120", "id": "nvidia_test_judge_eval_call_hf", "community": 10, "norm_label": "_call_hf()" }, { "label": "_call_bedrock()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/nvidia_test_judge_eval.py", "source_location": "L136", "id": "nvidia_test_judge_eval_call_bedrock", "community": 10, "norm_label": "_call_bedrock()" }, { "label": "call_llm()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/nvidia_test_judge_eval.py", "source_location": "L183", "id": "nvidia_test_judge_eval_call_llm", "community": 10, "norm_label": "call_llm()" }, { "label": "format_obs()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/nvidia_test_judge_eval.py", "source_location": "L205", "id": "nvidia_test_judge_eval_format_obs", "community": 10, "norm_label": "format_obs()" }, { "label": "parse_action()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/nvidia_test_judge_eval.py", "source_location": "L263", "id": "nvidia_test_judge_eval_parse_action", "community": 10, "norm_label": "parse_action()" }, { "label": "test_endpoints()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/nvidia_test_judge_eval.py", "source_location": "L291", "id": "nvidia_test_judge_eval_test_endpoints", "community": 10, "norm_label": "test_endpoints()" }, { "label": "test_baseline_stability()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/nvidia_test_judge_eval.py", "source_location": "L327", "id": "nvidia_test_judge_eval_test_baseline_stability", "community": 10, "norm_label": "test_baseline_stability()" }, { "label": "test_llm_agent()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/nvidia_test_judge_eval.py", "source_location": "L349", "id": "nvidia_test_judge_eval_test_llm_agent", "community": 10, "norm_label": "test_llm_agent()" }, { "label": "test_llm_all_tasks()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/nvidia_test_judge_eval.py", "source_location": "L390", "id": "nvidia_test_judge_eval_test_llm_all_tasks", "community": 10, "norm_label": "test_llm_all_tasks()" }, { "label": "test_variance()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/nvidia_test_judge_eval.py", "source_location": "L405", "id": "nvidia_test_judge_eval_test_variance", "community": 10, "norm_label": "test_variance()" }, { "label": "Retry a function on network errors.", "file_type": "rationale", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/nvidia_test_judge_eval.py", "source_location": "L81", "id": "nvidia_test_judge_eval_rationale_81", "community": 10, "norm_label": "retry a function on network errors." }, { "label": "Call LLM via HF router (OpenAI-compatible).", "file_type": "rationale", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/nvidia_test_judge_eval.py", "source_location": "L121", "id": "nvidia_test_judge_eval_rationale_121", "community": 10, "norm_label": "call llm via hf router (openai-compatible)." }, { "label": "Call LLM via AWS Bedrock. Tries converse() first, falls back to invoke_model().", "file_type": "rationale", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/nvidia_test_judge_eval.py", "source_location": "L137", "id": "nvidia_test_judge_eval_rationale_137", "community": 10, "norm_label": "call llm via aws bedrock. tries converse() first, falls back to invoke_model()." }, { "label": "Call LLM with retries. Uses HF router or Bedrock based on LLM_BACKEND.", "file_type": "rationale", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/nvidia_test_judge_eval.py", "source_location": "L184", "id": "nvidia_test_judge_eval_rationale_184", "community": 10, "norm_label": "call llm with retries. uses hf router or bedrock based on llm_backend." }, { "label": "Format observation as text for LLM \u2014 shows raw signals prominently.", "file_type": "rationale", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/nvidia_test_judge_eval.py", "source_location": "L206", "id": "nvidia_test_judge_eval_rationale_206", "community": 10, "norm_label": "format observation as text for llm \u2014 shows raw signals prominently." }, { "label": "Parse LLM output to action dict.", "file_type": "rationale", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/nvidia_test_judge_eval.py", "source_location": "L264", "id": "nvidia_test_judge_eval_rationale_264", "community": 10, "norm_label": "parse llm output to action dict." }, { "label": "Phase 0: Verify all required endpoints respond correctly.", "file_type": "rationale", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/nvidia_test_judge_eval.py", "source_location": "L292", "id": "nvidia_test_judge_eval_rationale_292", "community": 10, "norm_label": "phase 0: verify all required endpoints respond correctly." }, { "label": "Phase 1: Baseline re-run (must produce identical scores).", "file_type": "rationale", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/nvidia_test_judge_eval.py", "source_location": "L328", "id": "nvidia_test_judge_eval_rationale_328", "community": 10, "norm_label": "phase 1: baseline re-run (must produce identical scores)." }, { "label": "Phase 2: Run an LLM agent against one task (simulates judge's Nemotron run).", "file_type": "rationale", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/nvidia_test_judge_eval.py", "source_location": "L350", "id": "nvidia_test_judge_eval_rationale_350", "community": 10, "norm_label": "phase 2: run an llm agent against one task (simulates judge's nemotron run)." }, { "label": "Phase 2: Run LLM agent on all 3 tasks.", "file_type": "rationale", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/nvidia_test_judge_eval.py", "source_location": "L391", "id": "nvidia_test_judge_eval_rationale_391", "community": 10, "norm_label": "phase 2: run llm agent on all 3 tasks." }, { "label": "Phase 3: Score variance check (multiple seeds per task).", "file_type": "rationale", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/nvidia_test_judge_eval.py", "source_location": "L406", "id": "nvidia_test_judge_eval_rationale_406", "community": 10, "norm_label": "phase 3: score variance check (multiple seeds per task)." }, { "label": "custom_inference.py", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/tests/custom_inference.py", "source_location": "L1", "id": "tests_custom_inference_py", "community": 2, "norm_label": "custom_inference.py" }, { "label": "log_start()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/tests/custom_inference.py", "source_location": "L73", "id": "custom_inference_log_start", "community": 2, "norm_label": "log_start()" }, { "label": "log_step()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/tests/custom_inference.py", "source_location": "L77", "id": "custom_inference_log_step", "community": 2, "norm_label": "log_step()" }, { "label": "log_end()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/tests/custom_inference.py", "source_location": "L86", "id": "custom_inference_log_end", "community": 2, "norm_label": "log_end()" }, { "label": "_call_bedrock()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/tests/custom_inference.py", "source_location": "L132", "id": "custom_inference_call_bedrock", "community": 2, "norm_label": "_call_bedrock()" }, { "label": "_call_llm_with_retry()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/tests/custom_inference.py", "source_location": "L179", "id": "custom_inference_call_llm_with_retry", "community": 2, "norm_label": "_call_llm_with_retry()" }, { "label": "_format_obs_for_llm()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/tests/custom_inference.py", "source_location": "L198", "id": "custom_inference_format_obs_for_llm", "community": 2, "norm_label": "_format_obs_for_llm()" }, { "label": "_parse_llm_action()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/tests/custom_inference.py", "source_location": "L262", "id": "custom_inference_parse_llm_action", "community": 2, "norm_label": "_parse_llm_action()" }, { "label": "_action_str_to_dict()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/tests/custom_inference.py", "source_location": "L289", "id": "custom_inference_action_str_to_dict", "community": 2, "norm_label": "_action_str_to_dict()" }, { "label": "_rule_prefilter()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/tests/custom_inference.py", "source_location": "L299", "id": "custom_inference_rule_prefilter", "community": 2, "norm_label": "_rule_prefilter()" }, { "label": "run_rule_based_episode()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/tests/custom_inference.py", "source_location": "L334", "id": "custom_inference_run_rule_based_episode", "community": 2, "norm_label": "run_rule_based_episode()" }, { "label": "_http_post()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/tests/custom_inference.py", "source_location": "L390", "id": "custom_inference_http_post", "community": 2, "norm_label": "_http_post()" }, { "label": "_http_get()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/tests/custom_inference.py", "source_location": "L399", "id": "custom_inference_http_get", "community": 2, "norm_label": "_http_get()" }, { "label": "run_llm_episode()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/tests/custom_inference.py", "source_location": "L409", "id": "custom_inference_run_llm_episode", "community": 2, "norm_label": "run_llm_episode()" }, { "label": "GraphStrike \u2014 Custom Inference Script (AWS Bedrock backend) ====================", "file_type": "rationale", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/tests/custom_inference.py", "source_location": "L1", "id": "custom_inference_rationale_1", "community": 0, "norm_label": "graphstrike \u2014 custom inference script (aws bedrock backend) ====================" }, { "label": "Call LLM via AWS Bedrock. Tries converse() first, falls back to invoke_model().", "file_type": "rationale", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/tests/custom_inference.py", "source_location": "L133", "id": "custom_inference_rationale_133", "community": 0, "norm_label": "call llm via aws bedrock. tries converse() first, falls back to invoke_model()." }, { "label": "Call Bedrock with up to 3 retries, strip Qwen3 blocks.", "file_type": "rationale", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/tests/custom_inference.py", "source_location": "L180", "id": "custom_inference_rationale_180", "community": 0, "norm_label": "call bedrock with up to 3 retries, strip qwen3 blocks." }, { "label": "Parse LLM response into an action string like 'INSPECT acc_0042'.", "file_type": "rationale", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/tests/custom_inference.py", "source_location": "L263", "id": "custom_inference_rationale_263", "community": 0, "norm_label": "parse llm response into an action string like 'inspect acc_0042'." }, { "label": "Return an obvious rule-based action string without calling the LLM.", "file_type": "rationale", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/tests/custom_inference.py", "source_location": "L300", "id": "custom_inference_rationale_300", "community": 0, "norm_label": "return an obvious rule-based action string without calling the llm." }, { "label": "Run one complete episode using the rule-based policy. Returns grader_score.", "file_type": "rationale", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/tests/custom_inference.py", "source_location": "L335", "id": "custom_inference_rationale_335", "community": 0, "norm_label": "run one complete episode using the rule-based policy. returns grader_score." }, { "label": "Run one episode using an LLM agent via AWS Bedrock.", "file_type": "rationale", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/tests/custom_inference.py", "source_location": "L410", "id": "custom_inference_rationale_410", "community": 0, "norm_label": "run one episode using an llm agent via aws bedrock." }, { "label": "02_reproducibility_check.py", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/tests/02_reproducibility_check.py", "source_location": "L1", "id": "tests_02_reproducibility_check_py", "community": 22, "norm_label": "02_reproducibility_check.py" }, { "label": "reset_task()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/tests/02_reproducibility_check.py", "source_location": "L9", "id": "02_reproducibility_check_reset_task", "community": 22, "norm_label": "reset_task()" }, { "label": "step_action()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/tests/02_reproducibility_check.py", "source_location": "L12", "id": "02_reproducibility_check_step_action", "community": 22, "norm_label": "step_action()" }, { "label": "get_visible_ids()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/tests/02_reproducibility_check.py", "source_location": "L18", "id": "02_reproducibility_check_get_visible_ids", "community": 22, "norm_label": "get_visible_ids()" }, { "label": "run_episode()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/tests/02_reproducibility_check.py", "source_location": "L21", "id": "02_reproducibility_check_run_episode", "community": 22, "norm_label": "run_episode()" }, { "label": "test_llm_scoring.py", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/tests/test_llm_scoring.py", "source_location": "L1", "id": "tests_test_llm_scoring_py", "community": 18, "norm_label": "test_llm_scoring.py" }, { "label": "_http_get()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/tests/test_llm_scoring.py", "source_location": "L30", "id": "test_llm_scoring_http_get", "community": 18, "norm_label": "_http_get()" }, { "label": "_http_post()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/tests/test_llm_scoring.py", "source_location": "L36", "id": "test_llm_scoring_http_post", "community": 18, "norm_label": "_http_post()" }, { "label": "check_server()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/tests/test_llm_scoring.py", "source_location": "L45", "id": "test_llm_scoring_check_server", "community": 18, "norm_label": "check_server()" }, { "label": "run_episode()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/tests/test_llm_scoring.py", "source_location": "L57", "id": "test_llm_scoring_run_episode", "community": 18, "norm_label": "run_episode()" }, { "label": "bar()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/tests/test_llm_scoring.py", "source_location": "L145", "id": "test_llm_scoring_bar", "community": 18, "norm_label": "bar()" }, { "label": "print_episode()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/tests/test_llm_scoring.py", "source_location": "L150", "id": "test_llm_scoring_print_episode", "community": 18, "norm_label": "print_episode()" }, { "label": "print_aggregate()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/tests/test_llm_scoring.py", "source_location": "L163", "id": "test_llm_scoring_print_aggregate", "community": 18, "norm_label": "print_aggregate()" }, { "label": "main()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/tests/test_llm_scoring.py", "source_location": "L198", "id": "test_llm_scoring_main", "community": 18, "norm_label": "main()" }, { "label": "Run inference.py for one episode, parse [END] line, return result dict.", "file_type": "rationale", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/tests/test_llm_scoring.py", "source_location": "L58", "id": "test_llm_scoring_rationale_58", "community": 18, "norm_label": "run inference.py for one episode, parse [end] line, return result dict." }, { "label": "01_endpoint_audit.py", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/tests/01_endpoint_audit.py", "source_location": "L1", "id": "tests_01_endpoint_audit_py", "community": 2, "norm_label": "01_endpoint_audit.py" }, { "label": "print_section()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/tests/01_endpoint_audit.py", "source_location": "L8", "id": "01_endpoint_audit_print_section", "community": 2, "norm_label": "print_section()" }, { "label": "short()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/tests/01_endpoint_audit.py", "source_location": "L13", "id": "01_endpoint_audit_short", "community": 2, "norm_label": "short()" }, { "label": "reset_task()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/tests/01_endpoint_audit.py", "source_location": "L19", "id": "01_endpoint_audit_reset_task", "community": 2, "norm_label": "reset_task()" }, { "label": "step_action()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/tests/01_endpoint_audit.py", "source_location": "L22", "id": "01_endpoint_audit_step_action", "community": 2, "norm_label": "step_action()" }, { "label": "get_visible_ids()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/tests/01_endpoint_audit.py", "source_location": "L28", "id": "01_endpoint_audit_get_visible_ids", "community": 2, "norm_label": "get_visible_ids()" }, { "label": "policy.py", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/policy.py", "source_location": "L1", "id": "agent_policy_py", "community": 12, "norm_label": "policy.py" }, { "label": "_format_observation()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/policy.py", "source_location": "L89", "id": "policy_format_observation", "community": 12, "norm_label": "_format_observation()" }, { "label": "_format_reflections()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/policy.py", "source_location": "L144", "id": "policy_format_reflections", "community": 12, "norm_label": "_format_reflections()" }, { "label": "_format_few_shot()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/policy.py", "source_location": "L153", "id": "policy_format_few_shot", "community": 12, "norm_label": "_format_few_shot()" }, { "label": "_parse_action()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/policy.py", "source_location": "L171", "id": "policy_parse_action", "community": 12, "norm_label": "_parse_action()" }, { "label": "get_action()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/policy.py", "source_location": "L209", "id": "policy_get_action", "community": 12, "norm_label": "get_action()" }, { "label": "_heuristic_fallback()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/policy.py", "source_location": "L261", "id": "policy_heuristic_fallback", "community": 12, "norm_label": "_heuristic_fallback()" }, { "label": "LLM policy for the Fake Gang Detection agent. Uses Qwen3 via AWS Bedrock (confi", "file_type": "rationale", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/policy.py", "source_location": "L1", "id": "policy_rationale_1", "community": 0, "norm_label": "llm policy for the fake gang detection agent. uses qwen3 via aws bedrock (confi" }, { "label": "Extract a FakeGangAction from the LLM's raw text output.", "file_type": "rationale", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/policy.py", "source_location": "L172", "id": "policy_rationale_172", "community": 0, "norm_label": "extract a fakegangaction from the llm's raw text output." }, { "label": "Query Qwen3 (via AWS Bedrock) for the next detective action. Returns:", "file_type": "rationale", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/policy.py", "source_location": "L216", "id": "policy_rationale_216", "community": 0, "norm_label": "query qwen3 (via aws bedrock) for the next detective action. returns:" }, { "label": "Simple heuristic used when Bedrock is unavailable.", "file_type": "rationale", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/policy.py", "source_location": "L262", "id": "policy_rationale_262", "community": 0, "norm_label": "simple heuristic used when bedrock is unavailable." }, { "label": "hybrid_policy.py", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/hybrid_policy.py", "source_location": "L1", "id": "agent_hybrid_policy_py", "community": 0, "norm_label": "hybrid_policy.py" }, { "label": "get_rule_action()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/hybrid_policy.py", "source_location": "L66", "id": "hybrid_policy_get_rule_action", "community": 0, "norm_label": "get_rule_action()" }, { "label": "compute_alpha()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/hybrid_policy.py", "source_location": "L171", "id": "hybrid_policy_compute_alpha", "community": 0, "norm_label": "compute_alpha()" }, { "label": "get_hybrid_action()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/hybrid_policy.py", "source_location": "L199", "id": "hybrid_policy_get_hybrid_action", "community": 0, "norm_label": "get_hybrid_action()" }, { "label": "Hybrid confidence-weighted policy for the Fake Gang Detection agent. Blends a d", "file_type": "rationale", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/hybrid_policy.py", "source_location": "L1", "id": "hybrid_policy_rationale_1", "community": 0, "norm_label": "hybrid confidence-weighted policy for the fake gang detection agent. blends a d" }, { "label": "Return the rule-based action for the current observation and its confidence.", "file_type": "rationale", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/hybrid_policy.py", "source_location": "L67", "id": "hybrid_policy_rationale_67", "community": 0, "norm_label": "return the rule-based action for the current observation and its confidence." }, { "label": "Compute \u03b1 (LLM trust weight) from recent performance. \u03b1 = 0.20 + reflection", "file_type": "rationale", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/hybrid_policy.py", "source_location": "L172", "id": "hybrid_policy_rationale_172", "community": 0, "norm_label": "compute \u03b1 (llm trust weight) from recent performance. \u03b1 = 0.20 + reflection" }, { "label": "Return the blended action, the raw LLM output, and the decision mode. Decis", "file_type": "rationale", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/hybrid_policy.py", "source_location": "L206", "id": "hybrid_policy_rationale_206", "community": 0, "norm_label": "return the blended action, the raw llm output, and the decision mode. decis" }, { "label": "reflection.py", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/reflection.py", "source_location": "L1", "id": "agent_reflection_py", "community": 12, "norm_label": "reflection.py" }, { "label": "generate_reflection()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/reflection.py", "source_location": "L51", "id": "reflection_generate_reflection", "community": 12, "norm_label": "generate_reflection()" }, { "label": "_rule_based_reflection()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/reflection.py", "source_location": "L104", "id": "reflection_rule_based_reflection", "community": 12, "norm_label": "_rule_based_reflection()" }, { "label": "generate_success_reflection()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/reflection.py", "source_location": "L137", "id": "reflection_generate_success_reflection", "community": 12, "norm_label": "generate_success_reflection()" }, { "label": "Post-episode reflection generator. After each episode the agent calls `generate", "file_type": "rationale", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/reflection.py", "source_location": "L1", "id": "reflection_rationale_1", "community": 12, "norm_label": "post-episode reflection generator. after each episode the agent calls `generate" }, { "label": "Ask Qwen3 to generate a concrete lesson from one completed episode. Returns", "file_type": "rationale", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/reflection.py", "source_location": "L60", "id": "reflection_rationale_60", "community": 12, "norm_label": "ask qwen3 to generate a concrete lesson from one completed episode. returns" }, { "label": "Minimal fallback reflection when Bedrock is unavailable.", "file_type": "rationale", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/reflection.py", "source_location": "L107", "id": "reflection_rationale_107", "community": 12, "norm_label": "minimal fallback reflection when bedrock is unavailable." }, { "label": "Generate a reinforcement reflection after a WIN to capture what worked.", "file_type": "rationale", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/reflection.py", "source_location": "L145", "id": "reflection_rationale_145", "community": 12, "norm_label": "generate a reinforcement reflection after a win to capture what worked." }, { "label": "__init__.py", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/__init__.py", "source_location": "L1", "id": "agent_init_py", "community": 32, "norm_label": "__init__.py" }, { "label": "memory.py", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/memory.py", "source_location": "L1", "id": "agent_memory_py", "community": 1, "norm_label": "memory.py" }, { "label": "AgentMemory", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/memory.py", "source_location": "L20", "id": "memory_agentmemory", "community": 1, "norm_label": "agentmemory" }, { "label": ".__init__()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/memory.py", "source_location": "L23", "id": "memory_agentmemory_init", "community": 1, "norm_label": ".__init__()" }, { "label": "._reflections_path()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/memory.py", "source_location": "L31", "id": "memory_agentmemory_reflections_path", "community": 1, "norm_label": "._reflections_path()" }, { "label": ".add_reflection()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/memory.py", "source_location": "L34", "id": "memory_agentmemory_add_reflection", "community": 1, "norm_label": ".add_reflection()" }, { "label": ".get_reflections()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/memory.py", "source_location": "L49", "id": "memory_agentmemory_get_reflections", "community": 1, "norm_label": ".get_reflections()" }, { "label": ".reflection_count()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/memory.py", "source_location": "L64", "id": "memory_agentmemory_reflection_count", "community": 1, "norm_label": ".reflection_count()" }, { "label": "._trajectory_path()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/memory.py", "source_location": "L74", "id": "memory_agentmemory_trajectory_path", "community": 1, "norm_label": "._trajectory_path()" }, { "label": ".add_trajectory()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/memory.py", "source_location": "L77", "id": "memory_agentmemory_add_trajectory", "community": 1, "norm_label": ".add_trajectory()" }, { "label": ".get_best_trajectory()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/memory.py", "source_location": "L106", "id": "memory_agentmemory_get_best_trajectory", "community": 1, "norm_label": ".get_best_trajectory()" }, { "label": "._wins_path()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/memory.py", "source_location": "L120", "id": "memory_agentmemory_wins_path", "community": 1, "norm_label": "._wins_path()" }, { "label": "._alpha_path()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/memory.py", "source_location": "L123", "id": "memory_agentmemory_alpha_path", "community": 1, "norm_label": "._alpha_path()" }, { "label": ".record_win()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/memory.py", "source_location": "L126", "id": "memory_agentmemory_record_win", "community": 1, "norm_label": ".record_win()" }, { "label": ".recent_win_rate()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/memory.py", "source_location": "L132", "id": "memory_agentmemory_recent_win_rate", "community": 1, "norm_label": ".recent_win_rate()" }, { "label": ".save_alpha()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/memory.py", "source_location": "L148", "id": "memory_agentmemory_save_alpha", "community": 1, "norm_label": ".save_alpha()" }, { "label": ".load_alpha()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/memory.py", "source_location": "L152", "id": "memory_agentmemory_load_alpha", "community": 1, "norm_label": ".load_alpha()" }, { "label": ".summary()", "file_type": "code", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/memory.py", "source_location": "L166", "id": "memory_agentmemory_summary", "community": 1, "norm_label": ".summary()" }, { "label": "Persistent episodic memory for the LLM detective agent. Stores: - Reflections", "file_type": "rationale", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/memory.py", "source_location": "L1", "id": "memory_rationale_1", "community": 1, "norm_label": "persistent episodic memory for the llm detective agent. stores: - reflections" }, { "label": "Disk-backed memory for reflections and successful trajectories.", "file_type": "rationale", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/memory.py", "source_location": "L21", "id": "memory_rationale_21", "community": 1, "norm_label": "disk-backed memory for reflections and successful trajectories." }, { "label": "Return the n most recent reflection texts for a task.", "file_type": "rationale", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/memory.py", "source_location": "L50", "id": "memory_rationale_50", "community": 1, "norm_label": "return the n most recent reflection texts for a task." }, { "label": "Save trajectory if it's better than the current best. Returns True if saved.", "file_type": "rationale", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/memory.py", "source_location": "L85", "id": "memory_rationale_85", "community": 1, "norm_label": "save trajectory if it's better than the current best. returns true if saved." }, { "label": "Return best saved trajectory for task, or None.", "file_type": "rationale", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/memory.py", "source_location": "L107", "id": "memory_rationale_107", "community": 1, "norm_label": "return best saved trajectory for task, or none." }, { "label": "Append an episode outcome to the win history for this task.", "file_type": "rationale", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/memory.py", "source_location": "L127", "id": "memory_rationale_127", "community": 1, "norm_label": "append an episode outcome to the win history for this task." }, { "label": "Return win rate over the last n episodes for this task.", "file_type": "rationale", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/memory.py", "source_location": "L133", "id": "memory_rationale_133", "community": 1, "norm_label": "return win rate over the last n episodes for this task." }, { "label": "Persist the current \u03b1 (LLM trust weight) for a task.", "file_type": "rationale", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/memory.py", "source_location": "L149", "id": "memory_rationale_149", "community": 1, "norm_label": "persist the current \u03b1 (llm trust weight) for a task." }, { "label": "Load persisted \u03b1, or return default if not saved yet.", "file_type": "rationale", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/memory.py", "source_location": "L153", "id": "memory_rationale_153", "community": 1, "norm_label": "load persisted \u03b1, or return default if not saved yet." }, { "label": "GraphStrike: OpenEnv Fake Account Ring Detection", "file_type": "document", "source_file": "README.md", "source_location": null, "source_url": null, "captured_at": "2026-04-23", "author": null, "contributor": null, "id": "readme_graphstrike", "community": 15, "norm_label": "graphstrike: openenv fake account ring detection" }, { "label": "Fake Account Detection Task", "file_type": "document", "source_file": "README.md", "source_location": "line 54-56", "source_url": null, "captured_at": "2026-04-23", "author": null, "contributor": null, "id": "readme_problem_statement", "community": 15, "norm_label": "fake account detection task" }, { "label": "Adaptive Hybrid Intelligence (Rules + LLM)", "file_type": "document", "source_file": "README.md", "source_location": "line 65", "source_url": null, "captured_at": "2026-04-23", "author": null, "contributor": null, "id": "readme_hybrid_policy", "community": 15, "norm_label": "adaptive hybrid intelligence (rules + llm)" }, { "label": "Reflexion: Learning Without Fine-Tuning", "file_type": "document", "source_file": "README.md", "source_location": "line 66", "source_url": null, "captured_at": "2026-04-23", "author": null, "contributor": null, "id": "readme_reflexion", "community": 15, "norm_label": "reflexion: learning without fine-tuning" }, { "label": "Graph-First Detection Pipeline", "file_type": "document", "source_file": "README.md", "source_location": "line 67", "source_url": null, "captured_at": "2026-04-23", "author": null, "contributor": null, "id": "readme_graph_detection", "community": 15, "norm_label": "graph-first detection pipeline" }, { "label": "Math-Grounded Decision Control", "file_type": "document", "source_file": "README.md", "source_location": "line 68", "source_url": null, "captured_at": "2026-04-23", "author": null, "contributor": null, "id": "readme_risk_scoring", "community": 15, "norm_label": "math-grounded decision control" }, { "label": "Adversarial Evasion Benchmarking", "file_type": "document", "source_file": "README.md", "source_location": "line 69", "source_url": null, "captured_at": "2026-04-23", "author": null, "contributor": null, "id": "readme_evasion_benchmarking", "community": 15, "norm_label": "adversarial evasion benchmarking" }, { "label": "Safety-Net by Design", "file_type": "document", "source_file": "README.md", "source_location": "line 70", "source_url": null, "captured_at": "2026-04-23", "author": null, "contributor": null, "id": "readme_safety_net", "community": 15, "norm_label": "safety-net by design" }, { "label": "Signal Hierarchy: Node \u2192 Behavioral \u2192 Graph", "file_type": "document", "source_file": "README.md", "source_location": "line 147-154", "source_url": null, "captured_at": "2026-04-23", "author": null, "contributor": null, "id": "readme_signal_hierarchy", "community": 15, "norm_label": "signal hierarchy: node \u2192 behavioral \u2192 graph" }, { "label": "Network Composition by Difficulty", "file_type": "document", "source_file": "README.md", "source_location": "line 164-170", "source_url": null, "captured_at": "2026-04-23", "author": null, "contributor": null, "id": "readme_network_composition", "community": 23, "norm_label": "network composition by difficulty" }, { "label": "Reward Function and Win Conditions", "file_type": "document", "source_file": "README.md", "source_location": "line 222-237", "source_url": null, "captured_at": "2026-04-23", "author": null, "contributor": null, "id": "readme_reward_function", "community": 33, "norm_label": "reward function and win conditions" }, { "label": "Evasion Mechanisms (Hard Mode)", "file_type": "document", "source_file": "README.md", "source_location": "line 240-243", "source_url": null, "captured_at": "2026-04-23", "author": null, "contributor": null, "id": "readme_evasion_mechanisms", "community": 34, "norm_label": "evasion mechanisms (hard mode)" }, { "label": "Alpha (\u03b1): Trust Weight in Hybrid Policy", "file_type": "document", "source_file": "README.md", "source_location": "line 336-379", "source_url": null, "captured_at": "2026-04-23", "author": null, "contributor": null, "id": "readme_alpha_trust_weight", "community": 15, "norm_label": "alpha (\u03b1): trust weight in hybrid policy" }, { "label": "Synthetic Data Generation Stage", "file_type": "document", "source_file": "PIPELINE.md", "source_location": "line 44-78", "source_url": null, "captured_at": "2026-04-23", "author": null, "contributor": null, "id": "pipeline_synthetic_generation", "community": 23, "norm_label": "synthetic data generation stage" }, { "label": "Environment State Machine", "file_type": "document", "source_file": "PIPELINE.md", "source_location": "line 81-121", "source_url": null, "captured_at": "2026-04-23", "author": null, "contributor": null, "id": "pipeline_environment_state_machine", "community": 23, "norm_label": "environment state machine" }, { "label": "Risk Scoring Engine", "file_type": "document", "source_file": "PIPELINE.md", "source_location": "line 149-194", "source_url": null, "captured_at": "2026-04-23", "author": null, "contributor": null, "id": "pipeline_risk_scoring", "community": 23, "norm_label": "risk scoring engine" }, { "label": "Inference Pipeline", "file_type": "document", "source_file": "PIPELINE.md", "source_location": "line 198-244", "source_url": null, "captured_at": "2026-04-23", "author": null, "contributor": null, "id": "pipeline_inference", "community": 15, "norm_label": "inference pipeline" }, { "label": "Bedrock Qwen Evaluation Results", "file_type": "document", "source_file": "judge_log.txt", "source_location": null, "source_url": null, "captured_at": "2026-04-23", "author": null, "contributor": null, "id": "judge_log_bedrock_qwen", "community": 20, "norm_label": "bedrock qwen evaluation results" }, { "label": "NVIDIA Nemotron Evaluation Results", "file_type": "document", "source_file": "model-benchmark-logs/nvidia_judge_log.txt", "source_location": null, "source_url": null, "captured_at": "2026-04-23", "author": null, "contributor": null, "id": "nvidia_judge_log_results", "community": 20, "norm_label": "nvidia nemotron evaluation results" }, { "label": "Gemma Evaluation Results", "file_type": "document", "source_file": "model-benchmark-logs/gemma_judge_log.txt", "source_location": null, "source_url": null, "captured_at": "2026-04-23", "author": null, "contributor": null, "id": "gemma_judge_log_results", "community": 35, "norm_label": "gemma evaluation results" }, { "label": "Meta (Llama) Evaluation Results", "file_type": "document", "source_file": "model-benchmark-logs/meta_judge_log.txt", "source_location": null, "source_url": null, "captured_at": "2026-04-23", "author": null, "contributor": null, "id": "meta_judge_log_results", "community": 20, "norm_label": "meta (llama) evaluation results" }, { "label": "Mistral Evaluation Results", "file_type": "document", "source_file": "model-benchmark-logs/mistral_judge_log.txt", "source_location": null, "source_url": null, "captured_at": "2026-04-23", "author": null, "contributor": null, "id": "mistral_judge_log_results", "community": 20, "norm_label": "mistral evaluation results" }, { "label": "DeepSeek Evaluation Results", "file_type": "document", "source_file": "model-benchmark-logs/deepseek_judge_log.txt", "source_location": null, "source_url": null, "captured_at": "2026-04-23", "author": null, "contributor": null, "id": "deepseek_judge_log_results", "community": 20, "norm_label": "deepseek evaluation results" }, { "label": "GraphStrike Logo", "file_type": "image", "source_file": "images/logo.png", "source_location": null, "source_url": null, "captured_at": "2026-04-23", "author": null, "contributor": null, "id": "images_logo", "community": 36, "norm_label": "graphstrike logo" }, { "label": "Trust Calibration Curve (Alpha Training Trajectory)", "file_type": "image", "source_file": "images/plot.png", "source_location": null, "source_url": null, "captured_at": "2026-04-23", "author": null, "contributor": null, "id": "images_plot", "community": 15, "norm_label": "trust calibration curve (alpha training trajectory)" }, { "label": "Model Performance Comparison Table (3-Seed Variance)", "file_type": "image", "source_file": "images/table2.png", "source_location": null, "source_url": null, "captured_at": "2026-04-23", "author": null, "contributor": null, "id": "images_table2", "community": 20, "norm_label": "model performance comparison table (3-seed variance)" }, { "label": "Project Dependencies", "file_type": "document", "source_file": "requirements.txt", "source_location": null, "source_url": null, "captured_at": "2026-04-23", "author": null, "contributor": null, "id": "requirements_dependencies", "community": 37, "norm_label": "project dependencies" }, { "label": "Node Risk", "file_type": "image", "source_file": "images/big.png", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "big_node_risk", "community": 17, "norm_label": "node risk" }, { "label": "Behaviour Risk", "file_type": "image", "source_file": "images/big.png", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "big_behaviour_risk", "community": 17, "norm_label": "behaviour risk" }, { "label": "Graph Risk", "file_type": "image", "source_file": "images/big.png", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "big_graph_risk", "community": 17, "norm_label": "graph risk" }, { "label": "Hub Legitimacy", "file_type": "image", "source_file": "images/big.png", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "big_hub_legitimacy", "community": 17, "norm_label": "hub legitimacy" }, { "label": "Fake Risk (composite, clipped)", "file_type": "image", "source_file": "images/big.png", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "big_fake_risk", "community": 17, "norm_label": "fake risk (composite, clipped)" }, { "label": "Easy Task", "file_type": "image", "source_file": "images/table3.png", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "table3_task_easy", "community": 26, "norm_label": "easy task" }, { "label": "Medium Task", "file_type": "image", "source_file": "images/table3.png", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "table3_task_medium", "community": 26, "norm_label": "medium task" }, { "label": "Hard Task", "file_type": "image", "source_file": "images/table3.png", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "table3_task_hard", "community": 26, "norm_label": "hard task" }, { "label": "Llama 4 Scout 1.7B Model", "file_type": "image", "source_file": "images/table1.png", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "table1_llama4_scout", "community": 24, "norm_label": "llama 4 scout 1.7b model" }, { "label": "Ministral 3.8B Model", "file_type": "image", "source_file": "images/table1.png", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "table1_ministral", "community": 24, "norm_label": "ministral 3.8b model" }, { "label": "DeepSeek V3.2 Model", "file_type": "image", "source_file": "images/table1.png", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "table1_deepseek", "community": 24, "norm_label": "deepseek v3.2 model" }, { "label": "Nemotron Super 3 Model", "file_type": "image", "source_file": "images/table1.png", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "table1_nemotron", "community": 24, "norm_label": "nemotron super 3 model" }, { "label": "Rule-Based Baseline", "file_type": "image", "source_file": "images/table1.png", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "table1_rule_baseline", "community": 29, "norm_label": "rule-based baseline" }, { "label": "Gemma 3 12B Model", "file_type": "image", "source_file": "images/table1.png", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "table1_gemma", "community": 29, "norm_label": "gemma 3 12b model" }, { "label": "GraphStrike Logo", "file_type": "image", "source_file": "assets/logo.png", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "logo_graphstrike", "community": 38, "norm_label": "graphstrike logo" }, { "label": "Node Risk Formula", "file_type": "image", "source_file": "assets/formulas-1.png", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "formulas1_node_risk", "community": 17, "norm_label": "node risk formula" }, { "label": "Age Normalisation Formula", "file_type": "image", "source_file": "assets/formulas-1.png", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "formulas1_age_normalisation", "community": 39, "norm_label": "age normalisation formula" }, { "label": "Behaviour Risk Formula", "file_type": "image", "source_file": "assets/formulas-1.png", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "formulas1_behaviour_risk", "community": 17, "norm_label": "behaviour risk formula" }, { "label": "Flagged Neighbour Ratio Formula", "file_type": "image", "source_file": "assets/formulas-1.png", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "formulas1_flagged_neighbour_ratio", "community": 17, "norm_label": "flagged neighbour ratio formula" }, { "label": "Graph Risk Formula", "file_type": "image", "source_file": "assets/formulas-1.png", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "formulas1_graph_risk", "community": 17, "norm_label": "graph risk formula" }, { "label": "Hub Legitimacy Formula", "file_type": "image", "source_file": "assets/formulas-1.png", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "formulas1_hub_legitimacy", "community": 17, "norm_label": "hub legitimacy formula" }, { "label": "Fake Risk Composite Formula", "file_type": "image", "source_file": "assets/formulas-1.png", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "formulas1_fake_risk_composite", "community": 17, "norm_label": "fake risk composite formula" }, { "label": "Recall and Precision Metrics", "file_type": "image", "source_file": "assets/formulas-2.png", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "formulas2_recall_precision", "community": 27, "norm_label": "recall and precision metrics" }, { "label": "Efficiency Metric", "file_type": "image", "source_file": "assets/formulas-2.png", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "formulas2_efficiency", "community": 27, "norm_label": "efficiency metric" }, { "label": "Piecewise Score Function", "file_type": "image", "source_file": "assets/formulas-2.png", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "formulas2_score_piecewise", "community": 27, "norm_label": "piecewise score function" }, { "label": "Run Episode", "file_type": "image", "source_file": "assets/reflexion.png", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "reflexion_run_episode", "community": 21, "norm_label": "run episode" }, { "label": "Episode Ends WIN or LOSS", "file_type": "image", "source_file": "assets/reflexion.png", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "reflexion_episode_ends", "community": 21, "norm_label": "episode ends win or loss" }, { "label": "Save Best Trajectory + Success Reflection", "file_type": "image", "source_file": "assets/reflexion.png", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "reflexion_save_best_trajectory", "community": 21, "norm_label": "save best trajectory + success reflection" }, { "label": "Generate Lesson (Owen writes reflection)", "file_type": "image", "source_file": "assets/reflexion.png", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "reflexion_generate_lesson", "community": 21, "norm_label": "generate lesson (owen writes reflection)" }, { "label": "Memory Store (reflections + \u03b1 + trajectory)", "file_type": "image", "source_file": "assets/reflexion.png", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "reflexion_memory_store", "community": 21, "norm_label": "memory store (reflections + \u03b1 + trajectory)" }, { "label": "Next Episode (richer prompt context)", "file_type": "image", "source_file": "assets/reflexion.png", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "reflexion_next_episode", "community": 21, "norm_label": "next episode (richer prompt context)" }, { "label": "Observation", "file_type": "image", "source_file": "assets/hybrid.png", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "hybrid_observation", "community": 19, "norm_label": "observation" }, { "label": "Rule Engine (returns action, confidence)", "file_type": "image", "source_file": "assets/hybrid.png", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "hybrid_rule_engine", "community": 19, "norm_label": "rule engine (returns action, confidence)" }, { "label": "Qwen3-80B LLM", "file_type": "image", "source_file": "assets/hybrid.png", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "hybrid_qwen3_llm", "community": 19, "norm_label": "qwen3-80b llm" }, { "label": "Blend (\u03b1) - Confidence-based selector", "file_type": "image", "source_file": "assets/hybrid.png", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "hybrid_blend_alpha", "community": 19, "norm_label": "blend (\u03b1) - confidence-based selector" }, { "label": "\u03b1 Updater (win rate * reflections capped per task)", "file_type": "image", "source_file": "assets/hybrid.png", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "hybrid_alpha_updater", "community": 19, "norm_label": "\u03b1 updater (win rate * reflections capped per task)" }, { "label": "\u03b1 Cap Per Task", "file_type": "image", "source_file": "assets/hybrid.png", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "hybrid_alpha_cap_per_task", "community": 19, "norm_label": "\u03b1 cap per task" }, { "label": "Final Action \u2192 env.step()", "file_type": "image", "source_file": "assets/hybrid.png", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "hybrid_final_action", "community": 19, "norm_label": "final action \u2192 env.step()" }, { "label": "OBSERVE Phase", "file_type": "image", "source_file": "assets/episode.png", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "episode_observe", "community": 25, "norm_label": "observe phase" }, { "label": "INVESTIGATE Phase", "file_type": "image", "source_file": "assets/episode.png", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "episode_investigate", "community": 25, "norm_label": "investigate phase" }, { "label": "FLAG Phase", "file_type": "image", "source_file": "assets/episode.png", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "episode_flag", "community": 25, "norm_label": "flag phase" }, { "label": "SUBMIT Phase", "file_type": "image", "source_file": "assets/episode.png", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "episode_submit", "community": 25, "norm_label": "submit phase" }, { "label": "Graph Signals (computed at INSPECT)", "file_type": "image", "source_file": "assets/gs.png", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "gs_graph_signals", "community": 28, "norm_label": "graph signals (computed at inspect)" }, { "label": "Behavioural Signals (temporal + device)", "file_type": "image", "source_file": "assets/gs.png", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "gs_behavioural_signals", "community": 28, "norm_label": "behavioural signals (temporal + device)" }, { "label": "Node Signals (pre-computed offline)", "file_type": "image", "source_file": "assets/gs.png", "source_location": null, "source_url": null, "captured_at": null, "author": null, "contributor": null, "id": "gs_node_signals", "community": 28, "norm_label": "node signals (pre-computed offline)" } ], "links": [ { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/baseline_agent.py", "source_location": "L24", "weight": 1.0, "_src": "baseline_agent_py", "_tgt": "baseline_agent_gang_score", "source": "baseline_agent_py", "target": "baseline_agent_gang_score", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/baseline_agent.py", "source_location": "L42", "weight": 1.0, "_src": "baseline_agent_py", "_tgt": "baseline_agent_easy_agent", "source": "baseline_agent_py", "target": "baseline_agent_easy_agent", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/baseline_agent.py", "source_location": "L102", "weight": 1.0, "_src": "baseline_agent_py", "_tgt": "baseline_agent_medium_agent", "source": "baseline_agent_py", "target": "baseline_agent_medium_agent", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/baseline_agent.py", "source_location": "L157", "weight": 1.0, "_src": "baseline_agent_py", "_tgt": "baseline_agent_hard_agent", "source": "baseline_agent_py", "target": "baseline_agent_hard_agent", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/baseline_agent.py", "source_location": "L220", "weight": 1.0, "_src": "baseline_agent_py", "_tgt": "baseline_agent_evaluate", "source": "baseline_agent_py", "target": "baseline_agent_evaluate", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/baseline_agent.py", "source_location": "L1", "weight": 1.0, "_src": "baseline_agent_rationale_1", "_tgt": "baseline_agent_py", "source": "baseline_agent_py", "target": "baseline_agent_rationale_1", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/baseline_agent.py", "source_location": "L133", "weight": 1.0, "_src": "baseline_agent_medium_agent", "_tgt": "baseline_agent_gang_score", "source": "baseline_agent_gang_score", "target": "baseline_agent_medium_agent", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/baseline_agent.py", "source_location": "L183", "weight": 1.0, "_src": "baseline_agent_hard_agent", "_tgt": "baseline_agent_gang_score", "source": "baseline_agent_gang_score", "target": "baseline_agent_hard_agent", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/baseline_agent.py", "source_location": "L25", "weight": 1.0, "_src": "baseline_agent_rationale_25", "_tgt": "baseline_agent_gang_score", "source": "baseline_agent_gang_score", "target": "baseline_agent_rationale_25", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/baseline_agent.py", "source_location": "L43", "weight": 1.0, "_src": "baseline_agent_easy_agent", "_tgt": "app_reset", "source": "baseline_agent_easy_agent", "target": "app_reset" }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/baseline_agent.py", "source_location": "L57", "weight": 1.0, "_src": "baseline_agent_easy_agent", "_tgt": "client_fakegangenvclient_inspect", "source": "baseline_agent_easy_agent", "target": "client_fakegangenvclient_inspect" }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/baseline_agent.py", "source_location": "L66", "weight": 1.0, "_src": "baseline_agent_easy_agent", "_tgt": "client_fakegangenvclient_flag", "source": "baseline_agent_easy_agent", "target": "client_fakegangenvclient_flag" }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/baseline_agent.py", "source_location": "L71", "weight": 1.0, "_src": "baseline_agent_easy_agent", "_tgt": "client_fakegangenvclient_investigate_network", "source": "baseline_agent_easy_agent", "target": "client_fakegangenvclient_investigate_network" }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/baseline_agent.py", "source_location": "L86", "weight": 1.0, "_src": "baseline_agent_easy_agent", "_tgt": "client_fakegangenvclient_submit", "source": "baseline_agent_easy_agent", "target": "client_fakegangenvclient_submit" }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/baseline_agent.py", "source_location": "L103", "weight": 1.0, "_src": "baseline_agent_medium_agent", "_tgt": "app_reset", "source": "baseline_agent_medium_agent", "target": "app_reset" }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/baseline_agent.py", "source_location": "L117", "weight": 1.0, "_src": "baseline_agent_medium_agent", "_tgt": "client_fakegangenvclient_inspect", "source": "baseline_agent_medium_agent", "target": "client_fakegangenvclient_inspect" }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/baseline_agent.py", "source_location": "L121", "weight": 1.0, "_src": "baseline_agent_medium_agent", "_tgt": "client_fakegangenvclient_flag", "source": "baseline_agent_medium_agent", "target": "client_fakegangenvclient_flag" }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/baseline_agent.py", "source_location": "L123", "weight": 1.0, "_src": "baseline_agent_medium_agent", "_tgt": "client_fakegangenvclient_investigate_network", "source": "baseline_agent_medium_agent", "target": "client_fakegangenvclient_investigate_network" }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/baseline_agent.py", "source_location": "L140", "weight": 1.0, "_src": "baseline_agent_medium_agent", "_tgt": "client_fakegangenvclient_submit", "source": "baseline_agent_medium_agent", "target": "client_fakegangenvclient_submit" }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/baseline_agent.py", "source_location": "L158", "weight": 1.0, "_src": "baseline_agent_hard_agent", "_tgt": "app_reset", "source": "baseline_agent_hard_agent", "target": "app_reset" }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/baseline_agent.py", "source_location": "L171", "weight": 1.0, "_src": "baseline_agent_hard_agent", "_tgt": "client_fakegangenvclient_inspect", "source": "baseline_agent_hard_agent", "target": "client_fakegangenvclient_inspect" }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/baseline_agent.py", "source_location": "L176", "weight": 1.0, "_src": "baseline_agent_hard_agent", "_tgt": "client_fakegangenvclient_investigate_network", "source": "baseline_agent_hard_agent", "target": "client_fakegangenvclient_investigate_network" }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/baseline_agent.py", "source_location": "L188", "weight": 1.0, "_src": "baseline_agent_hard_agent", "_tgt": "client_fakegangenvclient_unflag", "source": "baseline_agent_hard_agent", "target": "client_fakegangenvclient_unflag" }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/baseline_agent.py", "source_location": "L193", "weight": 1.0, "_src": "baseline_agent_hard_agent", "_tgt": "client_fakegangenvclient_flag", "source": "baseline_agent_hard_agent", "target": "client_fakegangenvclient_flag" }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/baseline_agent.py", "source_location": "L196", "weight": 1.0, "_src": "baseline_agent_hard_agent", "_tgt": "client_fakegangenvclient_submit", "source": "baseline_agent_hard_agent", "target": "client_fakegangenvclient_submit" }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/baseline_agent.py", "source_location": "L225", "weight": 1.0, "_src": "baseline_agent_evaluate", "_tgt": "client_fakegangenvclient", "source": "baseline_agent_evaluate", "target": "client_fakegangenvclient" }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/baseline_agent.py", "source_location": "L16", "weight": 0.8, "_src": "baseline_agent_rationale_1", "_tgt": "client_fakegangenvclient", "source": "baseline_agent_rationale_1", "target": "client_fakegangenvclient", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/baseline_agent.py", "source_location": "L16", "weight": 0.8, "_src": "baseline_agent_rationale_1", "_tgt": "client_stepresult", "source": "baseline_agent_rationale_1", "target": "client_stepresult", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/baseline_agent.py", "source_location": "L17", "weight": 0.8, "_src": "baseline_agent_rationale_1", "_tgt": "models_accountprofile", "source": "baseline_agent_rationale_1", "target": "models_accountprofile", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/baseline_agent.py", "source_location": "L17", "weight": 0.8, "_src": "baseline_agent_rationale_1", "_tgt": "models_fakegangobservation", "source": "baseline_agent_rationale_1", "target": "models_fakegangobservation", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/baseline_agent.py", "source_location": "L17", "weight": 0.8, "_src": "baseline_agent_rationale_1", "_tgt": "models_actiontype", "source": "baseline_agent_rationale_1", "target": "models_actiontype", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/baseline_agent.py", "source_location": "L16", "weight": 0.8, "_src": "baseline_agent_rationale_25", "_tgt": "client_fakegangenvclient", "source": "baseline_agent_rationale_25", "target": "client_fakegangenvclient", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/baseline_agent.py", "source_location": "L16", "weight": 0.8, "_src": "baseline_agent_rationale_25", "_tgt": "client_stepresult", "source": "baseline_agent_rationale_25", "target": "client_stepresult", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/baseline_agent.py", "source_location": "L17", "weight": 0.8, "_src": "baseline_agent_rationale_25", "_tgt": "models_accountprofile", "source": "baseline_agent_rationale_25", "target": "models_accountprofile", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/baseline_agent.py", "source_location": "L17", "weight": 0.8, "_src": "baseline_agent_rationale_25", "_tgt": "models_fakegangobservation", "source": "baseline_agent_rationale_25", "target": "models_fakegangobservation", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/baseline_agent.py", "source_location": "L17", "weight": 0.8, "_src": "baseline_agent_rationale_25", "_tgt": "models_actiontype", "source": "baseline_agent_rationale_25", "target": "models_actiontype", "confidence_score": 0.5 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/test_judge_eval.py", "source_location": "L80", "weight": 1.0, "_src": "test_judge_eval_py", "_tgt": "test_judge_eval_retry", "source": "test_judge_eval_py", "target": "test_judge_eval_retry", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/test_judge_eval.py", "source_location": "L93", "weight": 1.0, "_src": "test_judge_eval_py", "_tgt": "test_judge_eval_http_post", "source": "test_judge_eval_py", "target": "test_judge_eval_http_post", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/test_judge_eval.py", "source_location": "L106", "weight": 1.0, "_src": "test_judge_eval_py", "_tgt": "test_judge_eval_http_get", "source": "test_judge_eval_py", "target": "test_judge_eval_http_get", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/test_judge_eval.py", "source_location": "L120", "weight": 1.0, "_src": "test_judge_eval_py", "_tgt": "test_judge_eval_call_hf", "source": "test_judge_eval_py", "target": "test_judge_eval_call_hf", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/test_judge_eval.py", "source_location": "L136", "weight": 1.0, "_src": "test_judge_eval_py", "_tgt": "test_judge_eval_call_bedrock", "source": "test_judge_eval_py", "target": "test_judge_eval_call_bedrock", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/test_judge_eval.py", "source_location": "L183", "weight": 1.0, "_src": "test_judge_eval_py", "_tgt": "test_judge_eval_call_llm", "source": "test_judge_eval_py", "target": "test_judge_eval_call_llm", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/test_judge_eval.py", "source_location": "L205", "weight": 1.0, "_src": "test_judge_eval_py", "_tgt": "test_judge_eval_format_obs", "source": "test_judge_eval_py", "target": "test_judge_eval_format_obs", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/test_judge_eval.py", "source_location": "L263", "weight": 1.0, "_src": "test_judge_eval_py", "_tgt": "test_judge_eval_parse_action", "source": "test_judge_eval_py", "target": "test_judge_eval_parse_action", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/test_judge_eval.py", "source_location": "L291", "weight": 1.0, "_src": "test_judge_eval_py", "_tgt": "test_judge_eval_test_endpoints", "source": "test_judge_eval_py", "target": "test_judge_eval_test_endpoints", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/test_judge_eval.py", "source_location": "L327", "weight": 1.0, "_src": "test_judge_eval_py", "_tgt": "test_judge_eval_test_baseline_stability", "source": "test_judge_eval_py", "target": "test_judge_eval_test_baseline_stability", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/test_judge_eval.py", "source_location": "L349", "weight": 1.0, "_src": "test_judge_eval_py", "_tgt": "test_judge_eval_test_llm_agent", "source": "test_judge_eval_py", "target": "test_judge_eval_test_llm_agent", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/test_judge_eval.py", "source_location": "L390", "weight": 1.0, "_src": "test_judge_eval_py", "_tgt": "test_judge_eval_test_llm_all_tasks", "source": "test_judge_eval_py", "target": "test_judge_eval_test_llm_all_tasks", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/test_judge_eval.py", "source_location": "L405", "weight": 1.0, "_src": "test_judge_eval_py", "_tgt": "test_judge_eval_test_variance", "source": "test_judge_eval_py", "target": "test_judge_eval_test_variance", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/test_judge_eval.py", "source_location": "L103", "weight": 1.0, "_src": "test_judge_eval_http_post", "_tgt": "test_judge_eval_retry", "source": "test_judge_eval_retry", "target": "test_judge_eval_http_post", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/test_judge_eval.py", "source_location": "L113", "weight": 1.0, "_src": "test_judge_eval_http_get", "_tgt": "test_judge_eval_retry", "source": "test_judge_eval_retry", "target": "test_judge_eval_http_get", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/test_judge_eval.py", "source_location": "L81", "weight": 1.0, "_src": "test_judge_eval_rationale_81", "_tgt": "test_judge_eval_retry", "source": "test_judge_eval_retry", "target": "test_judge_eval_rationale_81", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/test_judge_eval.py", "source_location": "L318", "weight": 1.0, "_src": "test_judge_eval_test_endpoints", "_tgt": "test_judge_eval_http_post", "source": "test_judge_eval_http_post", "target": "test_judge_eval_test_endpoints", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/test_judge_eval.py", "source_location": "L335", "weight": 1.0, "_src": "test_judge_eval_test_baseline_stability", "_tgt": "test_judge_eval_http_post", "source": "test_judge_eval_http_post", "target": "test_judge_eval_test_baseline_stability", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/test_judge_eval.py", "source_location": "L355", "weight": 1.0, "_src": "test_judge_eval_test_llm_agent", "_tgt": "test_judge_eval_http_post", "source": "test_judge_eval_http_post", "target": "test_judge_eval_test_llm_agent", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/test_judge_eval.py", "source_location": "L316", "weight": 1.0, "_src": "test_judge_eval_test_endpoints", "_tgt": "test_judge_eval_http_get", "source": "test_judge_eval_http_get", "target": "test_judge_eval_test_endpoints", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/test_judge_eval.py", "source_location": "L384", "weight": 1.0, "_src": "test_judge_eval_test_llm_agent", "_tgt": "test_judge_eval_http_get", "source": "test_judge_eval_http_get", "target": "test_judge_eval_test_llm_agent", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/test_judge_eval.py", "source_location": "L121", "weight": 1.0, "_src": "test_judge_eval_rationale_121", "_tgt": "test_judge_eval_call_hf", "source": "test_judge_eval_call_hf", "target": "test_judge_eval_rationale_121", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/test_judge_eval.py", "source_location": "L137", "weight": 1.0, "_src": "test_judge_eval_rationale_137", "_tgt": "test_judge_eval_call_bedrock", "source": "test_judge_eval_call_bedrock", "target": "test_judge_eval_rationale_137", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/test_judge_eval.py", "source_location": "L177", "weight": 1.0, "_src": "test_judge_eval_call_bedrock", "_tgt": "str", "source": "test_judge_eval_call_bedrock", "target": "str" }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/test_judge_eval.py", "source_location": "L363", "weight": 1.0, "_src": "test_judge_eval_test_llm_agent", "_tgt": "test_judge_eval_call_llm", "source": "test_judge_eval_call_llm", "target": "test_judge_eval_test_llm_agent", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/test_judge_eval.py", "source_location": "L184", "weight": 1.0, "_src": "test_judge_eval_rationale_184", "_tgt": "test_judge_eval_call_llm", "source": "test_judge_eval_call_llm", "target": "test_judge_eval_rationale_184", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/test_judge_eval.py", "source_location": "L362", "weight": 1.0, "_src": "test_judge_eval_test_llm_agent", "_tgt": "test_judge_eval_format_obs", "source": "test_judge_eval_format_obs", "target": "test_judge_eval_test_llm_agent", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/test_judge_eval.py", "source_location": "L206", "weight": 1.0, "_src": "test_judge_eval_rationale_206", "_tgt": "test_judge_eval_format_obs", "source": "test_judge_eval_format_obs", "target": "test_judge_eval_rationale_206", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/test_judge_eval.py", "source_location": "L364", "weight": 1.0, "_src": "test_judge_eval_test_llm_agent", "_tgt": "test_judge_eval_parse_action", "source": "test_judge_eval_parse_action", "target": "test_judge_eval_test_llm_agent", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/test_judge_eval.py", "source_location": "L264", "weight": 1.0, "_src": "test_judge_eval_rationale_264", "_tgt": "test_judge_eval_parse_action", "source": "test_judge_eval_parse_action", "target": "test_judge_eval_rationale_264", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/test_judge_eval.py", "source_location": "L292", "weight": 1.0, "_src": "test_judge_eval_rationale_292", "_tgt": "test_judge_eval_test_endpoints", "source": "test_judge_eval_test_endpoints", "target": "test_judge_eval_rationale_292", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/test_judge_eval.py", "source_location": "L328", "weight": 1.0, "_src": "test_judge_eval_rationale_328", "_tgt": "test_judge_eval_test_baseline_stability", "source": "test_judge_eval_test_baseline_stability", "target": "test_judge_eval_rationale_328", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/test_judge_eval.py", "source_location": "L399", "weight": 1.0, "_src": "test_judge_eval_test_llm_all_tasks", "_tgt": "test_judge_eval_test_llm_agent", "source": "test_judge_eval_test_llm_agent", "target": "test_judge_eval_test_llm_all_tasks", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/test_judge_eval.py", "source_location": "L414", "weight": 1.0, "_src": "test_judge_eval_test_variance", "_tgt": "test_judge_eval_test_llm_agent", "source": "test_judge_eval_test_llm_agent", "target": "test_judge_eval_test_variance", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/test_judge_eval.py", "source_location": "L350", "weight": 1.0, "_src": "test_judge_eval_rationale_350", "_tgt": "test_judge_eval_test_llm_agent", "source": "test_judge_eval_test_llm_agent", "target": "test_judge_eval_rationale_350", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/test_judge_eval.py", "source_location": "L391", "weight": 1.0, "_src": "test_judge_eval_rationale_391", "_tgt": "test_judge_eval_test_llm_all_tasks", "source": "test_judge_eval_test_llm_all_tasks", "target": "test_judge_eval_rationale_391", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/test_judge_eval.py", "source_location": "L406", "weight": 1.0, "_src": "test_judge_eval_rationale_406", "_tgt": "test_judge_eval_test_variance", "source": "test_judge_eval_test_variance", "target": "test_judge_eval_rationale_406", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/bedrock_model.py", "source_location": "L23", "weight": 1.0, "_src": "bedrock_model_py", "_tgt": "bedrock_model_invoke_qwen", "source": "bedrock_model_py", "target": "bedrock_model_invoke_qwen", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/bedrock_model.py", "source_location": "L101", "weight": 1.0, "_src": "bedrock_model_py", "_tgt": "bedrock_model_parse_score_response", "source": "bedrock_model_py", "target": "bedrock_model_parse_score_response", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/bedrock_model.py", "source_location": "L129", "weight": 1.0, "_src": "bedrock_model_py", "_tgt": "bedrock_model_score_design_against_spec", "source": "bedrock_model_py", "target": "bedrock_model_score_design_against_spec", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/bedrock_model.py", "source_location": "L148", "weight": 1.0, "_src": "bedrock_model_score_design_against_spec", "_tgt": "bedrock_model_invoke_qwen", "source": "bedrock_model_invoke_qwen", "target": "bedrock_model_score_design_against_spec", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/bedrock_model.py", "source_location": "L30", "weight": 1.0, "_src": "bedrock_model_rationale_30", "_tgt": "bedrock_model_invoke_qwen", "source": "bedrock_model_invoke_qwen", "target": "bedrock_model_rationale_30", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/policy.py", "source_location": "L242", "weight": 1.0, "_src": "policy_get_action", "_tgt": "bedrock_model_invoke_qwen", "source": "bedrock_model_invoke_qwen", "target": "policy_get_action" }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/reflection.py", "source_location": "L92", "weight": 1.0, "_src": "reflection_generate_reflection", "_tgt": "bedrock_model_invoke_qwen", "source": "bedrock_model_invoke_qwen", "target": "reflection_generate_reflection" }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/reflection.py", "source_location": "L161", "weight": 1.0, "_src": "reflection_generate_success_reflection", "_tgt": "bedrock_model_invoke_qwen", "source": "bedrock_model_invoke_qwen", "target": "reflection_generate_success_reflection" }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/bedrock_model.py", "source_location": "L155", "weight": 1.0, "_src": "bedrock_model_score_design_against_spec", "_tgt": "bedrock_model_parse_score_response", "source": "bedrock_model_parse_score_response", "target": "bedrock_model_score_design_against_spec", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/bedrock_model.py", "source_location": "L102", "weight": 1.0, "_src": "bedrock_model_rationale_102", "_tgt": "bedrock_model_parse_score_response", "source": "bedrock_model_parse_score_response", "target": "bedrock_model_rationale_102", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/bedrock_model.py", "source_location": "L124", "weight": 1.0, "_src": "bedrock_model_parse_score_response", "_tgt": "str", "source": "bedrock_model_parse_score_response", "target": "str" }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/bedrock_model.py", "source_location": "L130", "weight": 1.0, "_src": "bedrock_model_rationale_130", "_tgt": "bedrock_model_score_design_against_spec", "source": "bedrock_model_score_design_against_spec", "target": "bedrock_model_rationale_130", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/inference.py", "source_location": "L73", "weight": 1.0, "_src": "inference_py", "_tgt": "inference_log_start", "source": "inference_py", "target": "inference_log_start", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/inference.py", "source_location": "L77", "weight": 1.0, "_src": "inference_py", "_tgt": "inference_log_step", "source": "inference_py", "target": "inference_log_step", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/inference.py", "source_location": "L86", "weight": 1.0, "_src": "inference_py", "_tgt": "inference_log_end", "source": "inference_py", "target": "inference_log_end", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/inference.py", "source_location": "L128", "weight": 1.0, "_src": "inference_py", "_tgt": "inference_format_obs_for_llm", "source": "inference_py", "target": "inference_format_obs_for_llm", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/inference.py", "source_location": "L184", "weight": 1.0, "_src": "inference_py", "_tgt": "inference_parse_llm_action", "source": "inference_py", "target": "inference_parse_llm_action", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/inference.py", "source_location": "L209", "weight": 1.0, "_src": "inference_py", "_tgt": "inference_action_str_to_dict", "source": "inference_py", "target": "inference_action_str_to_dict", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/inference.py", "source_location": "L220", "weight": 1.0, "_src": "inference_py", "_tgt": "inference_rule_prefilter", "source": "inference_py", "target": "inference_rule_prefilter", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/inference.py", "source_location": "L268", "weight": 1.0, "_src": "inference_py", "_tgt": "inference_run_rule_based_episode", "source": "inference_py", "target": "inference_run_rule_based_episode", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/inference.py", "source_location": "L332", "weight": 1.0, "_src": "inference_py", "_tgt": "inference_http_post", "source": "inference_py", "target": "inference_http_post", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/inference.py", "source_location": "L341", "weight": 1.0, "_src": "inference_py", "_tgt": "inference_http_get", "source": "inference_py", "target": "inference_http_get", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/inference.py", "source_location": "L351", "weight": 1.0, "_src": "inference_py", "_tgt": "inference_run_llm_episode", "source": "inference_py", "target": "inference_run_llm_episode", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/inference.py", "source_location": "L1", "weight": 1.0, "_src": "inference_rationale_1", "_tgt": "inference_py", "source": "inference_py", "target": "inference_rationale_1", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/inference.py", "source_location": "L371", "weight": 1.0, "_src": "inference_run_llm_episode", "_tgt": "inference_log_start", "source": "inference_log_start", "target": "inference_run_llm_episode", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/inference.py", "source_location": "L422", "weight": 1.0, "_src": "inference_run_llm_episode", "_tgt": "inference_log_step", "source": "inference_log_step", "target": "inference_run_llm_episode", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/inference.py", "source_location": "L79", "weight": 1.0, "_src": "inference_log_step", "_tgt": "str", "source": "inference_log_step", "target": "str" }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/inference.py", "source_location": "L436", "weight": 1.0, "_src": "inference_run_llm_episode", "_tgt": "inference_log_end", "source": "inference_log_end", "target": "inference_run_llm_episode", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/inference.py", "source_location": "L89", "weight": 1.0, "_src": "inference_log_end", "_tgt": "str", "source": "inference_log_end", "target": "str" }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/inference.py", "source_location": "L393", "weight": 1.0, "_src": "inference_run_llm_episode", "_tgt": "inference_format_obs_for_llm", "source": "inference_format_obs_for_llm", "target": "inference_run_llm_episode", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/inference.py", "source_location": "L129", "weight": 1.0, "_src": "inference_rationale_129", "_tgt": "inference_format_obs_for_llm", "source": "inference_format_obs_for_llm", "target": "inference_rationale_129", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/inference.py", "source_location": "L411", "weight": 1.0, "_src": "inference_run_llm_episode", "_tgt": "inference_parse_llm_action", "source": "inference_parse_llm_action", "target": "inference_run_llm_episode", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/inference.py", "source_location": "L185", "weight": 1.0, "_src": "inference_rationale_185", "_tgt": "inference_parse_llm_action", "source": "inference_parse_llm_action", "target": "inference_rationale_185", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/inference.py", "source_location": "L413", "weight": 1.0, "_src": "inference_run_llm_episode", "_tgt": "inference_action_str_to_dict", "source": "inference_action_str_to_dict", "target": "inference_run_llm_episode", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/inference.py", "source_location": "L210", "weight": 1.0, "_src": "inference_rationale_210", "_tgt": "inference_action_str_to_dict", "source": "inference_action_str_to_dict", "target": "inference_rationale_210", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/inference.py", "source_location": "L389", "weight": 1.0, "_src": "inference_run_llm_episode", "_tgt": "inference_rule_prefilter", "source": "inference_rule_prefilter", "target": "inference_run_llm_episode", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/inference.py", "source_location": "L221", "weight": 1.0, "_src": "inference_rationale_221", "_tgt": "inference_rule_prefilter", "source": "inference_rule_prefilter", "target": "inference_rationale_221", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/inference.py", "source_location": "L269", "weight": 1.0, "_src": "inference_rationale_269", "_tgt": "inference_run_rule_based_episode", "source": "inference_run_rule_based_episode", "target": "inference_rationale_269", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/inference.py", "source_location": "L274", "weight": 1.0, "_src": "inference_run_rule_based_episode", "_tgt": "app_reset", "source": "inference_run_rule_based_episode", "target": "app_reset" }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/inference.py", "source_location": "L281", "weight": 1.0, "_src": "inference_run_rule_based_episode", "_tgt": "app_step", "source": "inference_run_rule_based_episode", "target": "app_step" }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/inference.py", "source_location": "L281", "weight": 1.0, "_src": "inference_run_rule_based_episode", "_tgt": "models_fakegangaction", "source": "inference_run_rule_based_episode", "target": "models_fakegangaction" }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/inference.py", "source_location": "L377", "weight": 1.0, "_src": "inference_run_llm_episode", "_tgt": "inference_http_post", "source": "inference_http_post", "target": "inference_run_llm_episode", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/inference.py", "source_location": "L429", "weight": 1.0, "_src": "inference_run_llm_episode", "_tgt": "inference_http_get", "source": "inference_http_get", "target": "inference_run_llm_episode", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/inference.py", "source_location": "L352", "weight": 1.0, "_src": "inference_rationale_352", "_tgt": "inference_run_llm_episode", "source": "inference_run_llm_episode", "target": "inference_rationale_352", "confidence_score": 1.0 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/inference.py", "source_location": "L37", "weight": 0.8, "_src": "inference_rationale_1", "_tgt": "models_actiontype", "source": "inference_rationale_1", "target": "models_actiontype", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/inference.py", "source_location": "L37", "weight": 0.8, "_src": "inference_rationale_1", "_tgt": "models_fakegangaction", "source": "inference_rationale_1", "target": "models_fakegangaction", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/inference.py", "source_location": "L37", "weight": 0.8, "_src": "inference_rationale_1", "_tgt": "models_fakegangobservation", "source": "inference_rationale_1", "target": "models_fakegangobservation", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/inference.py", "source_location": "L475", "weight": 0.8, "_src": "inference_rationale_1", "_tgt": "environment_fakegangenvironment", "source": "inference_rationale_1", "target": "environment_fakegangenvironment", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/inference.py", "source_location": "L37", "weight": 0.8, "_src": "inference_rationale_129", "_tgt": "models_actiontype", "source": "inference_rationale_129", "target": "models_actiontype", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/inference.py", "source_location": "L37", "weight": 0.8, "_src": "inference_rationale_129", "_tgt": "models_fakegangaction", "source": "inference_rationale_129", "target": "models_fakegangaction", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/inference.py", "source_location": "L37", "weight": 0.8, "_src": "inference_rationale_129", "_tgt": "models_fakegangobservation", "source": "inference_rationale_129", "target": "models_fakegangobservation", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/inference.py", "source_location": "L475", "weight": 0.8, "_src": "inference_rationale_129", "_tgt": "environment_fakegangenvironment", "source": "inference_rationale_129", "target": "environment_fakegangenvironment", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/inference.py", "source_location": "L37", "weight": 0.8, "_src": "inference_rationale_185", "_tgt": "models_actiontype", "source": "inference_rationale_185", "target": "models_actiontype", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/inference.py", "source_location": "L37", "weight": 0.8, "_src": "inference_rationale_185", "_tgt": "models_fakegangaction", "source": "inference_rationale_185", "target": "models_fakegangaction", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/inference.py", "source_location": "L37", "weight": 0.8, "_src": "inference_rationale_185", "_tgt": "models_fakegangobservation", "source": "inference_rationale_185", "target": "models_fakegangobservation", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/inference.py", "source_location": "L475", "weight": 0.8, "_src": "inference_rationale_185", "_tgt": "environment_fakegangenvironment", "source": "inference_rationale_185", "target": "environment_fakegangenvironment", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/inference.py", "source_location": "L37", "weight": 0.8, "_src": "inference_rationale_210", "_tgt": "models_actiontype", "source": "inference_rationale_210", "target": "models_actiontype", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/inference.py", "source_location": "L37", "weight": 0.8, "_src": "inference_rationale_210", "_tgt": "models_fakegangaction", "source": "inference_rationale_210", "target": "models_fakegangaction", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/inference.py", "source_location": "L37", "weight": 0.8, "_src": "inference_rationale_210", "_tgt": "models_fakegangobservation", "source": "inference_rationale_210", "target": "models_fakegangobservation", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/inference.py", "source_location": "L475", "weight": 0.8, "_src": "inference_rationale_210", "_tgt": "environment_fakegangenvironment", "source": "inference_rationale_210", "target": "environment_fakegangenvironment", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/inference.py", "source_location": "L37", "weight": 0.8, "_src": "inference_rationale_221", "_tgt": "models_actiontype", "source": "inference_rationale_221", "target": "models_actiontype", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/inference.py", "source_location": "L37", "weight": 0.8, "_src": "inference_rationale_221", "_tgt": "models_fakegangaction", "source": "inference_rationale_221", "target": "models_fakegangaction", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/inference.py", "source_location": "L37", "weight": 0.8, "_src": "inference_rationale_221", "_tgt": "models_fakegangobservation", "source": "inference_rationale_221", "target": "models_fakegangobservation", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/inference.py", "source_location": "L475", "weight": 0.8, "_src": "inference_rationale_221", "_tgt": "environment_fakegangenvironment", "source": "inference_rationale_221", "target": "environment_fakegangenvironment", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/inference.py", "source_location": "L37", "weight": 0.8, "_src": "inference_rationale_269", "_tgt": "models_actiontype", "source": "inference_rationale_269", "target": "models_actiontype", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/inference.py", "source_location": "L37", "weight": 0.8, "_src": "inference_rationale_269", "_tgt": "models_fakegangaction", "source": "inference_rationale_269", "target": "models_fakegangaction", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/inference.py", "source_location": "L37", "weight": 0.8, "_src": "inference_rationale_269", "_tgt": "models_fakegangobservation", "source": "inference_rationale_269", "target": "models_fakegangobservation", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/inference.py", "source_location": "L475", "weight": 0.8, "_src": "inference_rationale_269", "_tgt": "environment_fakegangenvironment", "source": "inference_rationale_269", "target": "environment_fakegangenvironment", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/inference.py", "source_location": "L37", "weight": 0.8, "_src": "inference_rationale_352", "_tgt": "models_actiontype", "source": "inference_rationale_352", "target": "models_actiontype", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/inference.py", "source_location": "L37", "weight": 0.8, "_src": "inference_rationale_352", "_tgt": "models_fakegangaction", "source": "inference_rationale_352", "target": "models_fakegangaction", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/inference.py", "source_location": "L37", "weight": 0.8, "_src": "inference_rationale_352", "_tgt": "models_fakegangobservation", "source": "inference_rationale_352", "target": "models_fakegangobservation", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/inference.py", "source_location": "L475", "weight": 0.8, "_src": "inference_rationale_352", "_tgt": "environment_fakegangenvironment", "source": "inference_rationale_352", "target": "environment_fakegangenvironment", "confidence_score": 0.5 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/client.py", "source_location": "L28", "weight": 1.0, "_src": "client_py", "_tgt": "client_stepresult", "source": "client_py", "target": "client_stepresult", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/client.py", "source_location": "L39", "weight": 1.0, "_src": "client_py", "_tgt": "client_fakegangenvclient", "source": "client_py", "target": "client_fakegangenvclient", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/client.py", "source_location": "L1", "weight": 1.0, "_src": "client_rationale_1", "_tgt": "client_py", "source": "client_py", "target": "client_rationale_1", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/client.py", "source_location": "L126", "weight": 1.0, "_src": "client_fakegangenvclient_parse_result", "_tgt": "client_stepresult", "source": "client_stepresult", "target": "client_fakegangenvclient_parse_result", "confidence_score": 1.0 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/client.py", "source_location": "L14", "weight": 0.8, "_src": "client_stepresult", "_tgt": "models_accountprofile", "source": "client_stepresult", "target": "models_accountprofile", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/client.py", "source_location": "L14", "weight": 0.8, "_src": "client_stepresult", "_tgt": "models_fakegangaction", "source": "client_stepresult", "target": "models_fakegangaction", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/client.py", "source_location": "L14", "weight": 0.8, "_src": "client_stepresult", "_tgt": "models_fakegangobservation", "source": "client_stepresult", "target": "models_fakegangobservation", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/client.py", "source_location": "L14", "weight": 0.8, "_src": "client_stepresult", "_tgt": "models_fakegangstate", "source": "client_stepresult", "target": "models_fakegangstate", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/client.py", "source_location": "L14", "weight": 0.8, "_src": "client_stepresult", "_tgt": "models_actiontype", "source": "client_stepresult", "target": "models_actiontype", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/train.py", "source_location": "L42", "weight": 0.8, "_src": "train_progresstracker", "_tgt": "client_stepresult", "source": "client_stepresult", "target": "train_progresstracker", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/train.py", "source_location": "L42", "weight": 0.8, "_src": "train_rationale_1", "_tgt": "client_stepresult", "source": "client_stepresult", "target": "train_rationale_1", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/train.py", "source_location": "L42", "weight": 0.8, "_src": "train_rationale_63", "_tgt": "client_stepresult", "source": "client_stepresult", "target": "train_rationale_63", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/train.py", "source_location": "L42", "weight": 0.8, "_src": "train_rationale_82", "_tgt": "client_stepresult", "source": "client_stepresult", "target": "train_rationale_82", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/train.py", "source_location": "L42", "weight": 0.8, "_src": "train_rationale_175", "_tgt": "client_stepresult", "source": "client_stepresult", "target": "train_rationale_175", "confidence_score": 0.5 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/client.py", "source_location": "L42", "weight": 1.0, "_src": "client_fakegangenvclient", "_tgt": "client_fakegangenvclient_init", "source": "client_fakegangenvclient", "target": "client_fakegangenvclient_init", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/client.py", "source_location": "L52", "weight": 1.0, "_src": "client_fakegangenvclient", "_tgt": "client_fakegangenvclient_reset", "source": "client_fakegangenvclient", "target": "client_fakegangenvclient_reset", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/client.py", "source_location": "L66", "weight": 1.0, "_src": "client_fakegangenvclient", "_tgt": "client_fakegangenvclient_step", "source": "client_fakegangenvclient", "target": "client_fakegangenvclient_step", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/client.py", "source_location": "L70", "weight": 1.0, "_src": "client_fakegangenvclient", "_tgt": "client_fakegangenvclient_state", "source": "client_fakegangenvclient", "target": "client_fakegangenvclient_state", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/client.py", "source_location": "L75", "weight": 1.0, "_src": "client_fakegangenvclient", "_tgt": "client_fakegangenvclient_health", "source": "client_fakegangenvclient", "target": "client_fakegangenvclient_health", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/client.py", "source_location": "L84", "weight": 1.0, "_src": "client_fakegangenvclient", "_tgt": "client_fakegangenvclient_inspect", "source": "client_fakegangenvclient", "target": "client_fakegangenvclient_inspect", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/client.py", "source_location": "L87", "weight": 1.0, "_src": "client_fakegangenvclient", "_tgt": "client_fakegangenvclient_investigate_network", "source": "client_fakegangenvclient", "target": "client_fakegangenvclient_investigate_network", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/client.py", "source_location": "L90", "weight": 1.0, "_src": "client_fakegangenvclient", "_tgt": "client_fakegangenvclient_flag", "source": "client_fakegangenvclient", "target": "client_fakegangenvclient_flag", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/client.py", "source_location": "L93", "weight": 1.0, "_src": "client_fakegangenvclient", "_tgt": "client_fakegangenvclient_unflag", "source": "client_fakegangenvclient", "target": "client_fakegangenvclient_unflag", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/client.py", "source_location": "L96", "weight": 1.0, "_src": "client_fakegangenvclient", "_tgt": "client_fakegangenvclient_submit", "source": "client_fakegangenvclient", "target": "client_fakegangenvclient_submit", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/client.py", "source_location": "L103", "weight": 1.0, "_src": "client_fakegangenvclient", "_tgt": "client_fakegangenvclient_post", "source": "client_fakegangenvclient", "target": "client_fakegangenvclient_post", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/client.py", "source_location": "L108", "weight": 1.0, "_src": "client_fakegangenvclient", "_tgt": "client_fakegangenvclient_parse_result", "source": "client_fakegangenvclient", "target": "client_fakegangenvclient_parse_result", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/client.py", "source_location": "L137", "weight": 1.0, "_src": "client_fakegangenvclient", "_tgt": "client_fakegangenvclient_enter", "source": "client_fakegangenvclient", "target": "client_fakegangenvclient_enter", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/client.py", "source_location": "L140", "weight": 1.0, "_src": "client_fakegangenvclient", "_tgt": "client_fakegangenvclient_exit", "source": "client_fakegangenvclient", "target": "client_fakegangenvclient_exit", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/client.py", "source_location": "L40", "weight": 1.0, "_src": "client_rationale_40", "_tgt": "client_fakegangenvclient", "source": "client_fakegangenvclient", "target": "client_rationale_40", "confidence_score": 1.0 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/client.py", "source_location": "L14", "weight": 0.8, "_src": "client_fakegangenvclient", "_tgt": "models_accountprofile", "source": "client_fakegangenvclient", "target": "models_accountprofile", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/client.py", "source_location": "L14", "weight": 0.8, "_src": "client_fakegangenvclient", "_tgt": "models_fakegangaction", "source": "client_fakegangenvclient", "target": "models_fakegangaction", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/client.py", "source_location": "L14", "weight": 0.8, "_src": "client_fakegangenvclient", "_tgt": "models_fakegangobservation", "source": "client_fakegangenvclient", "target": "models_fakegangobservation", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/client.py", "source_location": "L14", "weight": 0.8, "_src": "client_fakegangenvclient", "_tgt": "models_fakegangstate", "source": "client_fakegangenvclient", "target": "models_fakegangstate", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/client.py", "source_location": "L14", "weight": 0.8, "_src": "client_fakegangenvclient", "_tgt": "models_actiontype", "source": "client_fakegangenvclient", "target": "models_actiontype", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/train.py", "source_location": "L42", "weight": 0.8, "_src": "train_progresstracker", "_tgt": "client_fakegangenvclient", "source": "client_fakegangenvclient", "target": "train_progresstracker", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/train.py", "source_location": "L42", "weight": 0.8, "_src": "train_rationale_1", "_tgt": "client_fakegangenvclient", "source": "client_fakegangenvclient", "target": "train_rationale_1", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/train.py", "source_location": "L42", "weight": 0.8, "_src": "train_rationale_63", "_tgt": "client_fakegangenvclient", "source": "client_fakegangenvclient", "target": "train_rationale_63", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/train.py", "source_location": "L42", "weight": 0.8, "_src": "train_rationale_82", "_tgt": "client_fakegangenvclient", "source": "client_fakegangenvclient", "target": "train_rationale_82", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/train.py", "source_location": "L42", "weight": 0.8, "_src": "train_rationale_175", "_tgt": "client_fakegangenvclient", "source": "client_fakegangenvclient", "target": "train_rationale_175", "confidence_score": 0.5 }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/train.py", "source_location": "L319", "weight": 1.0, "_src": "train_train", "_tgt": "client_fakegangenvclient", "source": "client_fakegangenvclient", "target": "train_train" }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/client.py", "source_location": "L63", "weight": 1.0, "_src": "client_fakegangenvclient_reset", "_tgt": "client_fakegangenvclient_post", "source": "client_fakegangenvclient_reset", "target": "client_fakegangenvclient_post", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/client.py", "source_location": "L64", "weight": 1.0, "_src": "client_fakegangenvclient_reset", "_tgt": "client_fakegangenvclient_parse_result", "source": "client_fakegangenvclient_reset", "target": "client_fakegangenvclient_parse_result", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/client.py", "source_location": "L67", "weight": 1.0, "_src": "client_fakegangenvclient_step", "_tgt": "client_fakegangenvclient_post", "source": "client_fakegangenvclient_step", "target": "client_fakegangenvclient_post", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/client.py", "source_location": "L68", "weight": 1.0, "_src": "client_fakegangenvclient_step", "_tgt": "client_fakegangenvclient_parse_result", "source": "client_fakegangenvclient_step", "target": "client_fakegangenvclient_parse_result", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/client.py", "source_location": "L85", "weight": 1.0, "_src": "client_fakegangenvclient_inspect", "_tgt": "client_fakegangenvclient_step", "source": "client_fakegangenvclient_step", "target": "client_fakegangenvclient_inspect", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/client.py", "source_location": "L88", "weight": 1.0, "_src": "client_fakegangenvclient_investigate_network", "_tgt": "client_fakegangenvclient_step", "source": "client_fakegangenvclient_step", "target": "client_fakegangenvclient_investigate_network", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/client.py", "source_location": "L91", "weight": 1.0, "_src": "client_fakegangenvclient_flag", "_tgt": "client_fakegangenvclient_step", "source": "client_fakegangenvclient_step", "target": "client_fakegangenvclient_flag", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/client.py", "source_location": "L94", "weight": 1.0, "_src": "client_fakegangenvclient_unflag", "_tgt": "client_fakegangenvclient_step", "source": "client_fakegangenvclient_step", "target": "client_fakegangenvclient_unflag", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/client.py", "source_location": "L97", "weight": 1.0, "_src": "client_fakegangenvclient_submit", "_tgt": "client_fakegangenvclient_step", "source": "client_fakegangenvclient_step", "target": "client_fakegangenvclient_submit", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/client.py", "source_location": "L73", "weight": 1.0, "_src": "client_fakegangenvclient_state", "_tgt": "models_fakegangstate", "source": "client_fakegangenvclient_state", "target": "models_fakegangstate" }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/client.py", "source_location": "L85", "weight": 1.0, "_src": "client_fakegangenvclient_inspect", "_tgt": "models_fakegangaction", "source": "client_fakegangenvclient_inspect", "target": "models_fakegangaction" }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/client.py", "source_location": "L88", "weight": 1.0, "_src": "client_fakegangenvclient_investigate_network", "_tgt": "models_fakegangaction", "source": "client_fakegangenvclient_investigate_network", "target": "models_fakegangaction" }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/client.py", "source_location": "L91", "weight": 1.0, "_src": "client_fakegangenvclient_flag", "_tgt": "models_fakegangaction", "source": "client_fakegangenvclient_flag", "target": "models_fakegangaction" }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/client.py", "source_location": "L94", "weight": 1.0, "_src": "client_fakegangenvclient_unflag", "_tgt": "models_fakegangaction", "source": "client_fakegangenvclient_unflag", "target": "models_fakegangaction" }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/client.py", "source_location": "L97", "weight": 1.0, "_src": "client_fakegangenvclient_submit", "_tgt": "models_fakegangaction", "source": "client_fakegangenvclient_submit", "target": "models_fakegangaction" }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/client.py", "source_location": "L110", "weight": 1.0, "_src": "client_fakegangenvclient_parse_result", "_tgt": "models_accountprofile", "source": "client_fakegangenvclient_parse_result", "target": "models_accountprofile" }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/client.py", "source_location": "L111", "weight": 1.0, "_src": "client_fakegangenvclient_parse_result", "_tgt": "models_fakegangobservation", "source": "client_fakegangenvclient_parse_result", "target": "models_fakegangobservation" }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/client.py", "source_location": "L14", "weight": 0.8, "_src": "client_rationale_1", "_tgt": "models_accountprofile", "source": "client_rationale_1", "target": "models_accountprofile", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/client.py", "source_location": "L14", "weight": 0.8, "_src": "client_rationale_1", "_tgt": "models_fakegangaction", "source": "client_rationale_1", "target": "models_fakegangaction", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/client.py", "source_location": "L14", "weight": 0.8, "_src": "client_rationale_1", "_tgt": "models_fakegangobservation", "source": "client_rationale_1", "target": "models_fakegangobservation", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/client.py", "source_location": "L14", "weight": 0.8, "_src": "client_rationale_1", "_tgt": "models_fakegangstate", "source": "client_rationale_1", "target": "models_fakegangstate", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/client.py", "source_location": "L14", "weight": 0.8, "_src": "client_rationale_1", "_tgt": "models_actiontype", "source": "client_rationale_1", "target": "models_actiontype", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/client.py", "source_location": "L14", "weight": 0.8, "_src": "client_rationale_40", "_tgt": "models_accountprofile", "source": "client_rationale_40", "target": "models_accountprofile", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/client.py", "source_location": "L14", "weight": 0.8, "_src": "client_rationale_40", "_tgt": "models_fakegangaction", "source": "client_rationale_40", "target": "models_fakegangaction", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/client.py", "source_location": "L14", "weight": 0.8, "_src": "client_rationale_40", "_tgt": "models_fakegangobservation", "source": "client_rationale_40", "target": "models_fakegangobservation", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/client.py", "source_location": "L14", "weight": 0.8, "_src": "client_rationale_40", "_tgt": "models_fakegangstate", "source": "client_rationale_40", "target": "models_fakegangstate", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/client.py", "source_location": "L14", "weight": 0.8, "_src": "client_rationale_40", "_tgt": "models_actiontype", "source": "client_rationale_40", "target": "models_actiontype", "confidence_score": 0.5 }, { "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/models.py", "source_location": "L3", "weight": 1.0, "_src": "models_py", "_tgt": "enum", "source": "models_py", "target": "enum", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/models.py", "source_location": "L15", "weight": 1.0, "_src": "models_py", "_tgt": "models_action", "source": "models_py", "target": "models_action", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/models.py", "source_location": "L18", "weight": 1.0, "_src": "models_py", "_tgt": "models_observation", "source": "models_py", "target": "models_observation", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/models.py", "source_location": "L22", "weight": 1.0, "_src": "models_py", "_tgt": "models_state", "source": "models_py", "target": "models_state", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/models.py", "source_location": "L30", "weight": 1.0, "_src": "models_py", "_tgt": "models_actiontype", "source": "models_py", "target": "models_actiontype", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/models.py", "source_location": "L38", "weight": 1.0, "_src": "models_py", "_tgt": "models_accountstatus", "source": "models_py", "target": "models_accountstatus", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/models.py", "source_location": "L44", "weight": 1.0, "_src": "models_py", "_tgt": "models_fakegangaction", "source": "models_py", "target": "models_fakegangaction", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/models.py", "source_location": "L49", "weight": 1.0, "_src": "models_py", "_tgt": "models_accountprofile", "source": "models_py", "target": "models_accountprofile", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/models.py", "source_location": "L90", "weight": 1.0, "_src": "models_py", "_tgt": "models_fakegangobservation", "source": "models_py", "target": "models_fakegangobservation", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/models.py", "source_location": "L104", "weight": 1.0, "_src": "models_py", "_tgt": "models_fakegangstate", "source": "models_py", "target": "models_fakegangstate", "confidence_score": 1.0 }, { "relation": "inherits", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/models.py", "source_location": "L15", "weight": 1.0, "_src": "models_action", "_tgt": "basemodel", "source": "models_action", "target": "basemodel", "confidence_score": 1.0 }, { "relation": "inherits", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/models.py", "source_location": "L44", "weight": 1.0, "_src": "models_fakegangaction", "_tgt": "models_action", "source": "models_action", "target": "models_fakegangaction", "confidence_score": 1.0 }, { "relation": "inherits", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/models.py", "source_location": "L18", "weight": 1.0, "_src": "models_observation", "_tgt": "basemodel", "source": "basemodel", "target": "models_observation", "confidence_score": 1.0 }, { "relation": "inherits", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/models.py", "source_location": "L22", "weight": 1.0, "_src": "models_state", "_tgt": "basemodel", "source": "basemodel", "target": "models_state", "confidence_score": 1.0 }, { "relation": "inherits", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/models.py", "source_location": "L49", "weight": 1.0, "_src": "models_accountprofile", "_tgt": "basemodel", "source": "basemodel", "target": "models_accountprofile", "confidence_score": 1.0 }, { "relation": "inherits", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/app.py", "source_location": "L45", "weight": 1.0, "_src": "app_resetrequest", "_tgt": "basemodel", "source": "basemodel", "target": "app_resetrequest", "confidence_score": 1.0 }, { "relation": "inherits", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/app.py", "source_location": "L50", "weight": 1.0, "_src": "app_stepresponse", "_tgt": "basemodel", "source": "basemodel", "target": "app_stepresponse", "confidence_score": 1.0 }, { "relation": "inherits", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/models.py", "source_location": "L90", "weight": 1.0, "_src": "models_fakegangobservation", "_tgt": "models_observation", "source": "models_observation", "target": "models_fakegangobservation", "confidence_score": 1.0 }, { "relation": "inherits", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/models.py", "source_location": "L104", "weight": 1.0, "_src": "models_fakegangstate", "_tgt": "models_state", "source": "models_state", "target": "models_fakegangstate", "confidence_score": 1.0 }, { "relation": "inherits", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/models.py", "source_location": "L30", "weight": 1.0, "_src": "models_actiontype", "_tgt": "str", "source": "models_actiontype", "target": "str", "confidence_score": 1.0 }, { "relation": "inherits", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/models.py", "source_location": "L30", "weight": 1.0, "_src": "models_actiontype", "_tgt": "enum", "source": "models_actiontype", "target": "enum", "confidence_score": 1.0 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/validate.py", "source_location": "L184", "weight": 0.8, "_src": "validate_rationale_1", "_tgt": "models_actiontype", "source": "models_actiontype", "target": "validate_rationale_1", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/train.py", "source_location": "L43", "weight": 0.8, "_src": "train_progresstracker", "_tgt": "models_actiontype", "source": "models_actiontype", "target": "train_progresstracker", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/train.py", "source_location": "L43", "weight": 0.8, "_src": "train_rationale_1", "_tgt": "models_actiontype", "source": "models_actiontype", "target": "train_rationale_1", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/train.py", "source_location": "L43", "weight": 0.8, "_src": "train_rationale_63", "_tgt": "models_actiontype", "source": "models_actiontype", "target": "train_rationale_63", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/train.py", "source_location": "L43", "weight": 0.8, "_src": "train_rationale_82", "_tgt": "models_actiontype", "source": "models_actiontype", "target": "train_rationale_82", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/train.py", "source_location": "L43", "weight": 0.8, "_src": "train_rationale_175", "_tgt": "models_actiontype", "source": "models_actiontype", "target": "train_rationale_175", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/environment.py", "source_location": "L11", "weight": 0.8, "_src": "environment_openenvbase", "_tgt": "models_actiontype", "source": "models_actiontype", "target": "environment_openenvbase", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/environment.py", "source_location": "L11", "weight": 0.8, "_src": "environment_fakegangenvironment", "_tgt": "models_actiontype", "source": "models_actiontype", "target": "environment_fakegangenvironment", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/environment.py", "source_location": "L11", "weight": 0.8, "_src": "environment_rationale_1", "_tgt": "models_actiontype", "source": "models_actiontype", "target": "environment_rationale_1", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/environment.py", "source_location": "L11", "weight": 0.8, "_src": "environment_rationale_46", "_tgt": "models_actiontype", "source": "models_actiontype", "target": "environment_rationale_46", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/environment.py", "source_location": "L11", "weight": 0.8, "_src": "environment_rationale_426", "_tgt": "models_actiontype", "source": "models_actiontype", "target": "environment_rationale_426", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/environment.py", "source_location": "L11", "weight": 0.8, "_src": "environment_rationale_442", "_tgt": "models_actiontype", "source": "models_actiontype", "target": "environment_rationale_442", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/environment.py", "source_location": "L11", "weight": 0.8, "_src": "environment_rationale_531", "_tgt": "models_actiontype", "source": "models_actiontype", "target": "environment_rationale_531", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/environment.py", "source_location": "L11", "weight": 0.8, "_src": "environment_rationale_603", "_tgt": "models_actiontype", "source": "models_actiontype", "target": "environment_rationale_603", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/app.py", "source_location": "L20", "weight": 0.8, "_src": "app_resetrequest", "_tgt": "models_actiontype", "source": "models_actiontype", "target": "app_resetrequest", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/app.py", "source_location": "L20", "weight": 0.8, "_src": "app_stepresponse", "_tgt": "models_actiontype", "source": "models_actiontype", "target": "app_stepresponse", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/app.py", "source_location": "L20", "weight": 0.8, "_src": "app_rationale_1", "_tgt": "models_actiontype", "source": "models_actiontype", "target": "app_rationale_1", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/tests/custom_inference.py", "source_location": "L41", "weight": 0.8, "_src": "custom_inference_rationale_1", "_tgt": "models_actiontype", "source": "models_actiontype", "target": "custom_inference_rationale_1", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/tests/custom_inference.py", "source_location": "L41", "weight": 0.8, "_src": "custom_inference_rationale_133", "_tgt": "models_actiontype", "source": "models_actiontype", "target": "custom_inference_rationale_133", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/tests/custom_inference.py", "source_location": "L41", "weight": 0.8, "_src": "custom_inference_rationale_180", "_tgt": "models_actiontype", "source": "models_actiontype", "target": "custom_inference_rationale_180", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/tests/custom_inference.py", "source_location": "L41", "weight": 0.8, "_src": "custom_inference_rationale_263", "_tgt": "models_actiontype", "source": "models_actiontype", "target": "custom_inference_rationale_263", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/tests/custom_inference.py", "source_location": "L41", "weight": 0.8, "_src": "custom_inference_rationale_300", "_tgt": "models_actiontype", "source": "models_actiontype", "target": "custom_inference_rationale_300", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/tests/custom_inference.py", "source_location": "L41", "weight": 0.8, "_src": "custom_inference_rationale_335", "_tgt": "models_actiontype", "source": "models_actiontype", "target": "custom_inference_rationale_335", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/tests/custom_inference.py", "source_location": "L41", "weight": 0.8, "_src": "custom_inference_rationale_410", "_tgt": "models_actiontype", "source": "models_actiontype", "target": "custom_inference_rationale_410", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/policy.py", "source_location": "L30", "weight": 0.8, "_src": "policy_rationale_1", "_tgt": "models_actiontype", "source": "models_actiontype", "target": "policy_rationale_1", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/policy.py", "source_location": "L30", "weight": 0.8, "_src": "policy_rationale_172", "_tgt": "models_actiontype", "source": "models_actiontype", "target": "policy_rationale_172", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/policy.py", "source_location": "L30", "weight": 0.8, "_src": "policy_rationale_216", "_tgt": "models_actiontype", "source": "models_actiontype", "target": "policy_rationale_216", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/policy.py", "source_location": "L30", "weight": 0.8, "_src": "policy_rationale_262", "_tgt": "models_actiontype", "source": "models_actiontype", "target": "policy_rationale_262", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/hybrid_policy.py", "source_location": "L45", "weight": 0.8, "_src": "hybrid_policy_rationale_1", "_tgt": "models_actiontype", "source": "models_actiontype", "target": "hybrid_policy_rationale_1", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/hybrid_policy.py", "source_location": "L45", "weight": 0.8, "_src": "hybrid_policy_rationale_67", "_tgt": "models_actiontype", "source": "models_actiontype", "target": "hybrid_policy_rationale_67", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/hybrid_policy.py", "source_location": "L45", "weight": 0.8, "_src": "hybrid_policy_rationale_172", "_tgt": "models_actiontype", "source": "models_actiontype", "target": "hybrid_policy_rationale_172", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/hybrid_policy.py", "source_location": "L45", "weight": 0.8, "_src": "hybrid_policy_rationale_206", "_tgt": "models_actiontype", "source": "models_actiontype", "target": "hybrid_policy_rationale_206", "confidence_score": 0.5 }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/app.py", "source_location": "L385", "weight": 1.0, "_src": "app_gr_step", "_tgt": "models_actiontype", "source": "models_actiontype", "target": "app_gr_step" }, { "relation": "inherits", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/models.py", "source_location": "L38", "weight": 1.0, "_src": "models_accountstatus", "_tgt": "str", "source": "str", "target": "models_accountstatus", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/validate.py", "source_location": "L52", "weight": 1.0, "_src": "validate_get", "_tgt": "str", "source": "str", "target": "validate_get" }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/validate.py", "source_location": "L70", "weight": 1.0, "_src": "validate_post", "_tgt": "str", "source": "str", "target": "validate_post" }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/validate.py", "source_location": "L90", "weight": 1.0, "_src": "validate_run_http_checks", "_tgt": "str", "source": "str", "target": "validate_run_http_checks" }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/validate.py", "source_location": "L162", "weight": 1.0, "_src": "validate_run_local_checks", "_tgt": "str", "source": "str", "target": "validate_run_local_checks" }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/generator.py", "source_location": "L279", "weight": 1.0, "_src": "generator_generate_episode", "_tgt": "str", "source": "str", "target": "generator_generate_episode" }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/app.py", "source_location": "L133", "weight": 1.0, "_src": "app_baseline", "_tgt": "str", "source": "str", "target": "app_baseline" }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/app.py", "source_location": "L402", "weight": 1.0, "_src": "app_gr_baseline", "_tgt": "str", "source": "str", "target": "app_gr_baseline" }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/qwen_test_judge_eval.py", "source_location": "L177", "weight": 1.0, "_src": "qwen_test_judge_eval_call_bedrock", "_tgt": "str", "source": "str", "target": "qwen_test_judge_eval_call_bedrock" }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/deepseek_test_judge_eval.py", "source_location": "L177", "weight": 1.0, "_src": "deepseek_test_judge_eval_call_bedrock", "_tgt": "str", "source": "str", "target": "deepseek_test_judge_eval_call_bedrock" }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/gemma_test_judge_eval.py", "source_location": "L177", "weight": 1.0, "_src": "gemma_test_judge_eval_call_bedrock", "_tgt": "str", "source": "str", "target": "gemma_test_judge_eval_call_bedrock" }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/mistral_test_judge_eval.py", "source_location": "L177", "weight": 1.0, "_src": "mistral_test_judge_eval_call_bedrock", "_tgt": "str", "source": "str", "target": "mistral_test_judge_eval_call_bedrock" }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/llama_test_judge_eval.py", "source_location": "L177", "weight": 1.0, "_src": "llama_test_judge_eval_call_bedrock", "_tgt": "str", "source": "str", "target": "llama_test_judge_eval_call_bedrock" }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/nvidia_test_judge_eval.py", "source_location": "L177", "weight": 1.0, "_src": "nvidia_test_judge_eval_call_bedrock", "_tgt": "str", "source": "str", "target": "nvidia_test_judge_eval_call_bedrock" }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/tests/custom_inference.py", "source_location": "L79", "weight": 1.0, "_src": "custom_inference_log_step", "_tgt": "str", "source": "str", "target": "custom_inference_log_step" }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/tests/custom_inference.py", "source_location": "L89", "weight": 1.0, "_src": "custom_inference_log_end", "_tgt": "str", "source": "str", "target": "custom_inference_log_end" }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/tests/custom_inference.py", "source_location": "L173", "weight": 1.0, "_src": "custom_inference_call_bedrock", "_tgt": "str", "source": "str", "target": "custom_inference_call_bedrock" }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/tests/test_llm_scoring.py", "source_location": "L60", "weight": 1.0, "_src": "test_llm_scoring_run_episode", "_tgt": "str", "source": "str", "target": "test_llm_scoring_run_episode" }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/tests/01_endpoint_audit.py", "source_location": "L17", "weight": 1.0, "_src": "01_endpoint_audit_short", "_tgt": "str", "source": "str", "target": "01_endpoint_audit_short" }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/policy.py", "source_location": "L115", "weight": 1.0, "_src": "policy_format_observation", "_tgt": "str", "source": "str", "target": "policy_format_observation" }, { "relation": "inherits", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/models.py", "source_location": "L38", "weight": 1.0, "_src": "models_accountstatus", "_tgt": "enum", "source": "enum", "target": "models_accountstatus", "confidence_score": 1.0 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/validate.py", "source_location": "L166", "weight": 0.8, "_src": "validate_rationale_1", "_tgt": "models_accountstatus", "source": "models_accountstatus", "target": "validate_rationale_1", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/environment.py", "source_location": "L11", "weight": 0.8, "_src": "environment_openenvbase", "_tgt": "models_accountstatus", "source": "models_accountstatus", "target": "environment_openenvbase", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/environment.py", "source_location": "L11", "weight": 0.8, "_src": "environment_fakegangenvironment", "_tgt": "models_accountstatus", "source": "models_accountstatus", "target": "environment_fakegangenvironment", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/environment.py", "source_location": "L11", "weight": 0.8, "_src": "environment_rationale_1", "_tgt": "models_accountstatus", "source": "models_accountstatus", "target": "environment_rationale_1", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/environment.py", "source_location": "L11", "weight": 0.8, "_src": "environment_rationale_46", "_tgt": "models_accountstatus", "source": "models_accountstatus", "target": "environment_rationale_46", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/environment.py", "source_location": "L11", "weight": 0.8, "_src": "environment_rationale_426", "_tgt": "models_accountstatus", "source": "models_accountstatus", "target": "environment_rationale_426", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/environment.py", "source_location": "L11", "weight": 0.8, "_src": "environment_rationale_442", "_tgt": "models_accountstatus", "source": "models_accountstatus", "target": "environment_rationale_442", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/environment.py", "source_location": "L11", "weight": 0.8, "_src": "environment_rationale_531", "_tgt": "models_accountstatus", "source": "models_accountstatus", "target": "environment_rationale_531", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/environment.py", "source_location": "L11", "weight": 0.8, "_src": "environment_rationale_603", "_tgt": "models_accountstatus", "source": "models_accountstatus", "target": "environment_rationale_603", "confidence_score": 0.5 }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/environment.py", "source_location": "L501", "weight": 1.0, "_src": "environment_fakegangenvironment_build_profile", "_tgt": "models_accountstatus", "source": "models_accountstatus", "target": "environment_fakegangenvironment_build_profile" }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/validate.py", "source_location": "L184", "weight": 0.8, "_src": "validate_rationale_1", "_tgt": "models_fakegangaction", "source": "models_fakegangaction", "target": "validate_rationale_1", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/train.py", "source_location": "L43", "weight": 0.8, "_src": "train_progresstracker", "_tgt": "models_fakegangaction", "source": "models_fakegangaction", "target": "train_progresstracker", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/train.py", "source_location": "L43", "weight": 0.8, "_src": "train_rationale_1", "_tgt": "models_fakegangaction", "source": "models_fakegangaction", "target": "train_rationale_1", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/train.py", "source_location": "L43", "weight": 0.8, "_src": "train_rationale_63", "_tgt": "models_fakegangaction", "source": "models_fakegangaction", "target": "train_rationale_63", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/train.py", "source_location": "L43", "weight": 0.8, "_src": "train_rationale_82", "_tgt": "models_fakegangaction", "source": "models_fakegangaction", "target": "train_rationale_82", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/train.py", "source_location": "L43", "weight": 0.8, "_src": "train_rationale_175", "_tgt": "models_fakegangaction", "source": "models_fakegangaction", "target": "train_rationale_175", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/environment.py", "source_location": "L11", "weight": 0.8, "_src": "environment_openenvbase", "_tgt": "models_fakegangaction", "source": "models_fakegangaction", "target": "environment_openenvbase", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/environment.py", "source_location": "L11", "weight": 0.8, "_src": "environment_fakegangenvironment", "_tgt": "models_fakegangaction", "source": "models_fakegangaction", "target": "environment_fakegangenvironment", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/environment.py", "source_location": "L11", "weight": 0.8, "_src": "environment_rationale_1", "_tgt": "models_fakegangaction", "source": "models_fakegangaction", "target": "environment_rationale_1", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/environment.py", "source_location": "L11", "weight": 0.8, "_src": "environment_rationale_46", "_tgt": "models_fakegangaction", "source": "models_fakegangaction", "target": "environment_rationale_46", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/environment.py", "source_location": "L11", "weight": 0.8, "_src": "environment_rationale_426", "_tgt": "models_fakegangaction", "source": "models_fakegangaction", "target": "environment_rationale_426", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/environment.py", "source_location": "L11", "weight": 0.8, "_src": "environment_rationale_442", "_tgt": "models_fakegangaction", "source": "models_fakegangaction", "target": "environment_rationale_442", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/environment.py", "source_location": "L11", "weight": 0.8, "_src": "environment_rationale_531", "_tgt": "models_fakegangaction", "source": "models_fakegangaction", "target": "environment_rationale_531", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/environment.py", "source_location": "L11", "weight": 0.8, "_src": "environment_rationale_603", "_tgt": "models_fakegangaction", "source": "models_fakegangaction", "target": "environment_rationale_603", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/app.py", "source_location": "L20", "weight": 0.8, "_src": "app_resetrequest", "_tgt": "models_fakegangaction", "source": "models_fakegangaction", "target": "app_resetrequest", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/app.py", "source_location": "L20", "weight": 0.8, "_src": "app_stepresponse", "_tgt": "models_fakegangaction", "source": "models_fakegangaction", "target": "app_stepresponse", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/app.py", "source_location": "L20", "weight": 0.8, "_src": "app_rationale_1", "_tgt": "models_fakegangaction", "source": "models_fakegangaction", "target": "app_rationale_1", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/tests/custom_inference.py", "source_location": "L41", "weight": 0.8, "_src": "custom_inference_rationale_1", "_tgt": "models_fakegangaction", "source": "models_fakegangaction", "target": "custom_inference_rationale_1", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/tests/custom_inference.py", "source_location": "L41", "weight": 0.8, "_src": "custom_inference_rationale_133", "_tgt": "models_fakegangaction", "source": "models_fakegangaction", "target": "custom_inference_rationale_133", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/tests/custom_inference.py", "source_location": "L41", "weight": 0.8, "_src": "custom_inference_rationale_180", "_tgt": "models_fakegangaction", "source": "models_fakegangaction", "target": "custom_inference_rationale_180", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/tests/custom_inference.py", "source_location": "L41", "weight": 0.8, "_src": "custom_inference_rationale_263", "_tgt": "models_fakegangaction", "source": "models_fakegangaction", "target": "custom_inference_rationale_263", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/tests/custom_inference.py", "source_location": "L41", "weight": 0.8, "_src": "custom_inference_rationale_300", "_tgt": "models_fakegangaction", "source": "models_fakegangaction", "target": "custom_inference_rationale_300", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/tests/custom_inference.py", "source_location": "L41", "weight": 0.8, "_src": "custom_inference_rationale_335", "_tgt": "models_fakegangaction", "source": "models_fakegangaction", "target": "custom_inference_rationale_335", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/tests/custom_inference.py", "source_location": "L41", "weight": 0.8, "_src": "custom_inference_rationale_410", "_tgt": "models_fakegangaction", "source": "models_fakegangaction", "target": "custom_inference_rationale_410", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/policy.py", "source_location": "L30", "weight": 0.8, "_src": "policy_rationale_1", "_tgt": "models_fakegangaction", "source": "models_fakegangaction", "target": "policy_rationale_1", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/policy.py", "source_location": "L30", "weight": 0.8, "_src": "policy_rationale_172", "_tgt": "models_fakegangaction", "source": "models_fakegangaction", "target": "policy_rationale_172", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/policy.py", "source_location": "L30", "weight": 0.8, "_src": "policy_rationale_216", "_tgt": "models_fakegangaction", "source": "models_fakegangaction", "target": "policy_rationale_216", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/policy.py", "source_location": "L30", "weight": 0.8, "_src": "policy_rationale_262", "_tgt": "models_fakegangaction", "source": "models_fakegangaction", "target": "policy_rationale_262", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/hybrid_policy.py", "source_location": "L45", "weight": 0.8, "_src": "hybrid_policy_rationale_1", "_tgt": "models_fakegangaction", "source": "models_fakegangaction", "target": "hybrid_policy_rationale_1", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/hybrid_policy.py", "source_location": "L45", "weight": 0.8, "_src": "hybrid_policy_rationale_67", "_tgt": "models_fakegangaction", "source": "models_fakegangaction", "target": "hybrid_policy_rationale_67", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/hybrid_policy.py", "source_location": "L45", "weight": 0.8, "_src": "hybrid_policy_rationale_172", "_tgt": "models_fakegangaction", "source": "models_fakegangaction", "target": "hybrid_policy_rationale_172", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/hybrid_policy.py", "source_location": "L45", "weight": 0.8, "_src": "hybrid_policy_rationale_206", "_tgt": "models_fakegangaction", "source": "models_fakegangaction", "target": "hybrid_policy_rationale_206", "confidence_score": 0.5 }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/validate.py", "source_location": "L190", "weight": 1.0, "_src": "validate_run_local_checks", "_tgt": "models_fakegangaction", "source": "models_fakegangaction", "target": "validate_run_local_checks" }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/app.py", "source_location": "L385", "weight": 1.0, "_src": "app_gr_step", "_tgt": "models_fakegangaction", "source": "models_fakegangaction", "target": "app_gr_step" }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/tests/custom_inference.py", "source_location": "L342", "weight": 1.0, "_src": "custom_inference_run_rule_based_episode", "_tgt": "models_fakegangaction", "source": "models_fakegangaction", "target": "custom_inference_run_rule_based_episode" }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/policy.py", "source_location": "L182", "weight": 1.0, "_src": "policy_parse_action", "_tgt": "models_fakegangaction", "source": "models_fakegangaction", "target": "policy_parse_action" }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/policy.py", "source_location": "L266", "weight": 1.0, "_src": "policy_heuristic_fallback", "_tgt": "models_fakegangaction", "source": "models_fakegangaction", "target": "policy_heuristic_fallback" }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/hybrid_policy.py", "source_location": "L76", "weight": 1.0, "_src": "hybrid_policy_get_rule_action", "_tgt": "models_fakegangaction", "source": "models_fakegangaction", "target": "hybrid_policy_get_rule_action" }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/validate.py", "source_location": "L166", "weight": 0.8, "_src": "validate_rationale_1", "_tgt": "models_accountprofile", "source": "models_accountprofile", "target": "validate_rationale_1", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/environment.py", "source_location": "L11", "weight": 0.8, "_src": "environment_openenvbase", "_tgt": "models_accountprofile", "source": "models_accountprofile", "target": "environment_openenvbase", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/environment.py", "source_location": "L11", "weight": 0.8, "_src": "environment_fakegangenvironment", "_tgt": "models_accountprofile", "source": "models_accountprofile", "target": "environment_fakegangenvironment", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/environment.py", "source_location": "L11", "weight": 0.8, "_src": "environment_rationale_1", "_tgt": "models_accountprofile", "source": "models_accountprofile", "target": "environment_rationale_1", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/environment.py", "source_location": "L11", "weight": 0.8, "_src": "environment_rationale_46", "_tgt": "models_accountprofile", "source": "models_accountprofile", "target": "environment_rationale_46", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/environment.py", "source_location": "L11", "weight": 0.8, "_src": "environment_rationale_426", "_tgt": "models_accountprofile", "source": "models_accountprofile", "target": "environment_rationale_426", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/environment.py", "source_location": "L11", "weight": 0.8, "_src": "environment_rationale_442", "_tgt": "models_accountprofile", "source": "models_accountprofile", "target": "environment_rationale_442", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/environment.py", "source_location": "L11", "weight": 0.8, "_src": "environment_rationale_531", "_tgt": "models_accountprofile", "source": "models_accountprofile", "target": "environment_rationale_531", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/environment.py", "source_location": "L11", "weight": 0.8, "_src": "environment_rationale_603", "_tgt": "models_accountprofile", "source": "models_accountprofile", "target": "environment_rationale_603", "confidence_score": 0.5 }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/validate.py", "source_location": "L167", "weight": 1.0, "_src": "validate_run_local_checks", "_tgt": "models_accountprofile", "source": "models_accountprofile", "target": "validate_run_local_checks" }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/environment.py", "source_location": "L503", "weight": 1.0, "_src": "environment_fakegangenvironment_build_profile", "_tgt": "models_accountprofile", "source": "models_accountprofile", "target": "environment_fakegangenvironment_build_profile" }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/validate.py", "source_location": "L166", "weight": 0.8, "_src": "validate_rationale_1", "_tgt": "models_fakegangobservation", "source": "models_fakegangobservation", "target": "validate_rationale_1", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/train.py", "source_location": "L43", "weight": 0.8, "_src": "train_progresstracker", "_tgt": "models_fakegangobservation", "source": "models_fakegangobservation", "target": "train_progresstracker", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/train.py", "source_location": "L43", "weight": 0.8, "_src": "train_rationale_1", "_tgt": "models_fakegangobservation", "source": "models_fakegangobservation", "target": "train_rationale_1", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/train.py", "source_location": "L43", "weight": 0.8, "_src": "train_rationale_63", "_tgt": "models_fakegangobservation", "source": "models_fakegangobservation", "target": "train_rationale_63", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/train.py", "source_location": "L43", "weight": 0.8, "_src": "train_rationale_82", "_tgt": "models_fakegangobservation", "source": "models_fakegangobservation", "target": "train_rationale_82", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/train.py", "source_location": "L43", "weight": 0.8, "_src": "train_rationale_175", "_tgt": "models_fakegangobservation", "source": "models_fakegangobservation", "target": "train_rationale_175", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/environment.py", "source_location": "L11", "weight": 0.8, "_src": "environment_openenvbase", "_tgt": "models_fakegangobservation", "source": "models_fakegangobservation", "target": "environment_openenvbase", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/environment.py", "source_location": "L11", "weight": 0.8, "_src": "environment_fakegangenvironment", "_tgt": "models_fakegangobservation", "source": "models_fakegangobservation", "target": "environment_fakegangenvironment", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/environment.py", "source_location": "L11", "weight": 0.8, "_src": "environment_rationale_1", "_tgt": "models_fakegangobservation", "source": "models_fakegangobservation", "target": "environment_rationale_1", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/environment.py", "source_location": "L11", "weight": 0.8, "_src": "environment_rationale_46", "_tgt": "models_fakegangobservation", "source": "models_fakegangobservation", "target": "environment_rationale_46", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/environment.py", "source_location": "L11", "weight": 0.8, "_src": "environment_rationale_426", "_tgt": "models_fakegangobservation", "source": "models_fakegangobservation", "target": "environment_rationale_426", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/environment.py", "source_location": "L11", "weight": 0.8, "_src": "environment_rationale_442", "_tgt": "models_fakegangobservation", "source": "models_fakegangobservation", "target": "environment_rationale_442", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/environment.py", "source_location": "L11", "weight": 0.8, "_src": "environment_rationale_531", "_tgt": "models_fakegangobservation", "source": "models_fakegangobservation", "target": "environment_rationale_531", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/environment.py", "source_location": "L11", "weight": 0.8, "_src": "environment_rationale_603", "_tgt": "models_fakegangobservation", "source": "models_fakegangobservation", "target": "environment_rationale_603", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/app.py", "source_location": "L20", "weight": 0.8, "_src": "app_resetrequest", "_tgt": "models_fakegangobservation", "source": "models_fakegangobservation", "target": "app_resetrequest", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/app.py", "source_location": "L20", "weight": 0.8, "_src": "app_stepresponse", "_tgt": "models_fakegangobservation", "source": "models_fakegangobservation", "target": "app_stepresponse", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/app.py", "source_location": "L20", "weight": 0.8, "_src": "app_rationale_1", "_tgt": "models_fakegangobservation", "source": "models_fakegangobservation", "target": "app_rationale_1", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/tests/custom_inference.py", "source_location": "L41", "weight": 0.8, "_src": "custom_inference_rationale_1", "_tgt": "models_fakegangobservation", "source": "models_fakegangobservation", "target": "custom_inference_rationale_1", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/tests/custom_inference.py", "source_location": "L41", "weight": 0.8, "_src": "custom_inference_rationale_133", "_tgt": "models_fakegangobservation", "source": "models_fakegangobservation", "target": "custom_inference_rationale_133", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/tests/custom_inference.py", "source_location": "L41", "weight": 0.8, "_src": "custom_inference_rationale_180", "_tgt": "models_fakegangobservation", "source": "models_fakegangobservation", "target": "custom_inference_rationale_180", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/tests/custom_inference.py", "source_location": "L41", "weight": 0.8, "_src": "custom_inference_rationale_263", "_tgt": "models_fakegangobservation", "source": "models_fakegangobservation", "target": "custom_inference_rationale_263", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/tests/custom_inference.py", "source_location": "L41", "weight": 0.8, "_src": "custom_inference_rationale_300", "_tgt": "models_fakegangobservation", "source": "models_fakegangobservation", "target": "custom_inference_rationale_300", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/tests/custom_inference.py", "source_location": "L41", "weight": 0.8, "_src": "custom_inference_rationale_335", "_tgt": "models_fakegangobservation", "source": "models_fakegangobservation", "target": "custom_inference_rationale_335", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/tests/custom_inference.py", "source_location": "L41", "weight": 0.8, "_src": "custom_inference_rationale_410", "_tgt": "models_fakegangobservation", "source": "models_fakegangobservation", "target": "custom_inference_rationale_410", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/policy.py", "source_location": "L30", "weight": 0.8, "_src": "policy_rationale_1", "_tgt": "models_fakegangobservation", "source": "models_fakegangobservation", "target": "policy_rationale_1", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/policy.py", "source_location": "L30", "weight": 0.8, "_src": "policy_rationale_172", "_tgt": "models_fakegangobservation", "source": "models_fakegangobservation", "target": "policy_rationale_172", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/policy.py", "source_location": "L30", "weight": 0.8, "_src": "policy_rationale_216", "_tgt": "models_fakegangobservation", "source": "models_fakegangobservation", "target": "policy_rationale_216", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/policy.py", "source_location": "L30", "weight": 0.8, "_src": "policy_rationale_262", "_tgt": "models_fakegangobservation", "source": "models_fakegangobservation", "target": "policy_rationale_262", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/hybrid_policy.py", "source_location": "L45", "weight": 0.8, "_src": "hybrid_policy_rationale_1", "_tgt": "models_fakegangobservation", "source": "models_fakegangobservation", "target": "hybrid_policy_rationale_1", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/hybrid_policy.py", "source_location": "L45", "weight": 0.8, "_src": "hybrid_policy_rationale_67", "_tgt": "models_fakegangobservation", "source": "models_fakegangobservation", "target": "hybrid_policy_rationale_67", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/hybrid_policy.py", "source_location": "L45", "weight": 0.8, "_src": "hybrid_policy_rationale_172", "_tgt": "models_fakegangobservation", "source": "models_fakegangobservation", "target": "hybrid_policy_rationale_172", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/hybrid_policy.py", "source_location": "L45", "weight": 0.8, "_src": "hybrid_policy_rationale_206", "_tgt": "models_fakegangobservation", "source": "models_fakegangobservation", "target": "hybrid_policy_rationale_206", "confidence_score": 0.5 }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/validate.py", "source_location": "L175", "weight": 1.0, "_src": "validate_run_local_checks", "_tgt": "models_fakegangobservation", "source": "models_fakegangobservation", "target": "validate_run_local_checks" }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/environment.py", "source_location": "L577", "weight": 1.0, "_src": "environment_fakegangenvironment_make_observation", "_tgt": "models_fakegangobservation", "source": "models_fakegangobservation", "target": "environment_fakegangenvironment_make_observation" }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/environment.py", "source_location": "L11", "weight": 0.8, "_src": "environment_openenvbase", "_tgt": "models_fakegangstate", "source": "models_fakegangstate", "target": "environment_openenvbase", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/environment.py", "source_location": "L11", "weight": 0.8, "_src": "environment_fakegangenvironment", "_tgt": "models_fakegangstate", "source": "models_fakegangstate", "target": "environment_fakegangenvironment", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/environment.py", "source_location": "L11", "weight": 0.8, "_src": "environment_rationale_1", "_tgt": "models_fakegangstate", "source": "models_fakegangstate", "target": "environment_rationale_1", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/environment.py", "source_location": "L11", "weight": 0.8, "_src": "environment_rationale_46", "_tgt": "models_fakegangstate", "source": "models_fakegangstate", "target": "environment_rationale_46", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/environment.py", "source_location": "L11", "weight": 0.8, "_src": "environment_rationale_426", "_tgt": "models_fakegangstate", "source": "models_fakegangstate", "target": "environment_rationale_426", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/environment.py", "source_location": "L11", "weight": 0.8, "_src": "environment_rationale_442", "_tgt": "models_fakegangstate", "source": "models_fakegangstate", "target": "environment_rationale_442", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/environment.py", "source_location": "L11", "weight": 0.8, "_src": "environment_rationale_531", "_tgt": "models_fakegangstate", "source": "models_fakegangstate", "target": "environment_rationale_531", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/environment.py", "source_location": "L11", "weight": 0.8, "_src": "environment_rationale_603", "_tgt": "models_fakegangstate", "source": "models_fakegangstate", "target": "environment_rationale_603", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/app.py", "source_location": "L20", "weight": 0.8, "_src": "app_resetrequest", "_tgt": "models_fakegangstate", "source": "models_fakegangstate", "target": "app_resetrequest", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/app.py", "source_location": "L20", "weight": 0.8, "_src": "app_stepresponse", "_tgt": "models_fakegangstate", "source": "models_fakegangstate", "target": "app_stepresponse", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/app.py", "source_location": "L20", "weight": 0.8, "_src": "app_rationale_1", "_tgt": "models_fakegangstate", "source": "models_fakegangstate", "target": "app_rationale_1", "confidence_score": 0.5 }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/environment.py", "source_location": "L164", "weight": 1.0, "_src": "environment_state", "_tgt": "models_fakegangstate", "source": "models_fakegangstate", "target": "environment_state" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/validate.py", "source_location": "L37", "weight": 1.0, "_src": "validate_py", "_tgt": "validate_check", "source": "validate_py", "target": "validate_check", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/validate.py", "source_location": "L47", "weight": 1.0, "_src": "validate_py", "_tgt": "validate_get", "source": "validate_py", "target": "validate_get", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/validate.py", "source_location": "L55", "weight": 1.0, "_src": "validate_py", "_tgt": "validate_post", "source": "validate_py", "target": "validate_post", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/validate.py", "source_location": "L77", "weight": 1.0, "_src": "validate_py", "_tgt": "validate_run_http_checks", "source": "validate_py", "target": "validate_run_http_checks", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/validate.py", "source_location": "L145", "weight": 1.0, "_src": "validate_py", "_tgt": "validate_run_local_checks", "source": "validate_py", "target": "validate_run_local_checks", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/validate.py", "source_location": "L1", "weight": 1.0, "_src": "validate_rationale_1", "_tgt": "validate_py", "source": "validate_py", "target": "validate_rationale_1", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/validate.py", "source_location": "L82", "weight": 1.0, "_src": "validate_run_http_checks", "_tgt": "validate_check", "source": "validate_check", "target": "validate_run_http_checks", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/validate.py", "source_location": "L159", "weight": 1.0, "_src": "validate_run_local_checks", "_tgt": "validate_check", "source": "validate_check", "target": "validate_run_local_checks", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/validate.py", "source_location": "L81", "weight": 1.0, "_src": "validate_run_http_checks", "_tgt": "validate_get", "source": "validate_get", "target": "validate_run_http_checks", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/validate.py", "source_location": "L96", "weight": 1.0, "_src": "validate_run_http_checks", "_tgt": "validate_post", "source": "validate_post", "target": "validate_run_http_checks", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/validate.py", "source_location": "L153", "weight": 1.0, "_src": "validate_run_local_checks", "_tgt": "scoring_compute_fake_risk", "source": "validate_run_local_checks", "target": "scoring_compute_fake_risk" }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/validate.py", "source_location": "L154", "weight": 1.0, "_src": "validate_run_local_checks", "_tgt": "scoring_compute_hub_legitimacy", "source": "validate_run_local_checks", "target": "scoring_compute_hub_legitimacy" }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/validate.py", "source_location": "L157", "weight": 1.0, "_src": "validate_run_local_checks", "_tgt": "scoring_grader_score", "source": "validate_run_local_checks", "target": "scoring_grader_score" }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/validate.py", "source_location": "L185", "weight": 1.0, "_src": "validate_run_local_checks", "_tgt": "environment_fakegangenvironment", "source": "validate_run_local_checks", "target": "environment_fakegangenvironment" }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/validate.py", "source_location": "L186", "weight": 1.0, "_src": "validate_run_local_checks", "_tgt": "app_reset", "source": "validate_run_local_checks", "target": "app_reset" }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/validate.py", "source_location": "L190", "weight": 1.0, "_src": "validate_run_local_checks", "_tgt": "app_step", "source": "validate_run_local_checks", "target": "app_step" }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/validate.py", "source_location": "L209", "weight": 1.0, "_src": "validate_run_local_checks", "_tgt": "custom_inference_run_rule_based_episode", "source": "validate_run_local_checks", "target": "custom_inference_run_rule_based_episode" }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/validate.py", "source_location": "L207", "weight": 0.8, "_src": "validate_rationale_1", "_tgt": "environment_fakegangenvironment", "source": "validate_rationale_1", "target": "environment_fakegangenvironment", "confidence_score": 0.5 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/train.py", "source_location": "L52", "weight": 1.0, "_src": "train_py", "_tgt": "train_curriculum_task", "source": "train_py", "target": "train_curriculum_task", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/train.py", "source_location": "L62", "weight": 1.0, "_src": "train_py", "_tgt": "train_episode_seed", "source": "train_py", "target": "train_episode_seed", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/train.py", "source_location": "L72", "weight": 1.0, "_src": "train_py", "_tgt": "train_run_episode", "source": "train_py", "target": "train_run_episode", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/train.py", "source_location": "L161", "weight": 1.0, "_src": "train_py", "_tgt": "train_extract_float", "source": "train_py", "target": "train_extract_float", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/train.py", "source_location": "L171", "weight": 1.0, "_src": "train_py", "_tgt": "train_learning_step", "source": "train_py", "target": "train_learning_step", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/train.py", "source_location": "L218", "weight": 1.0, "_src": "train_py", "_tgt": "train_progresstracker", "source": "train_py", "target": "train_progresstracker", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/train.py", "source_location": "L282", "weight": 1.0, "_src": "train_py", "_tgt": "train_save_metrics", "source": "train_py", "target": "train_save_metrics", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/train.py", "source_location": "L294", "weight": 1.0, "_src": "train_py", "_tgt": "train_train", "source": "train_py", "target": "train_train", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/train.py", "source_location": "L1", "weight": 1.0, "_src": "train_rationale_1", "_tgt": "train_py", "source": "train_py", "target": "train_rationale_1", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/train.py", "source_location": "L321", "weight": 1.0, "_src": "train_train", "_tgt": "train_curriculum_task", "source": "train_curriculum_task", "target": "train_train", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/train.py", "source_location": "L322", "weight": 1.0, "_src": "train_train", "_tgt": "train_episode_seed", "source": "train_episode_seed", "target": "train_train", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/train.py", "source_location": "L63", "weight": 1.0, "_src": "train_rationale_63", "_tgt": "train_episode_seed", "source": "train_episode_seed", "target": "train_rationale_63", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/train.py", "source_location": "L132", "weight": 1.0, "_src": "train_run_episode", "_tgt": "train_extract_float", "source": "train_run_episode", "target": "train_extract_float", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/train.py", "source_location": "L339", "weight": 1.0, "_src": "train_train", "_tgt": "train_run_episode", "source": "train_run_episode", "target": "train_train", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/train.py", "source_location": "L82", "weight": 1.0, "_src": "train_rationale_82", "_tgt": "train_run_episode", "source": "train_run_episode", "target": "train_rationale_82", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/train.py", "source_location": "L87", "weight": 1.0, "_src": "train_run_episode", "_tgt": "app_reset", "source": "train_run_episode", "target": "app_reset" }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/train.py", "source_location": "L91", "weight": 1.0, "_src": "train_run_episode", "_tgt": "memory_agentmemory_get_reflections", "source": "train_run_episode", "target": "memory_agentmemory_get_reflections" }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/train.py", "source_location": "L92", "weight": 1.0, "_src": "train_run_episode", "_tgt": "memory_agentmemory_get_best_trajectory", "source": "train_run_episode", "target": "memory_agentmemory_get_best_trajectory" }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/train.py", "source_location": "L99", "weight": 1.0, "_src": "train_run_episode", "_tgt": "hybrid_policy_get_hybrid_action", "source": "train_run_episode", "target": "hybrid_policy_get_hybrid_action" }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/train.py", "source_location": "L118", "weight": 1.0, "_src": "train_run_episode", "_tgt": "app_step", "source": "train_run_episode", "target": "app_step" }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/train.py", "source_location": "L358", "weight": 1.0, "_src": "train_train", "_tgt": "train_learning_step", "source": "train_learning_step", "target": "train_train", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/train.py", "source_location": "L175", "weight": 1.0, "_src": "train_rationale_175", "_tgt": "train_learning_step", "source": "train_learning_step", "target": "train_rationale_175", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/train.py", "source_location": "L186", "weight": 1.0, "_src": "train_learning_step", "_tgt": "memory_agentmemory_add_trajectory", "source": "train_learning_step", "target": "memory_agentmemory_add_trajectory" }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/train.py", "source_location": "L194", "weight": 1.0, "_src": "train_learning_step", "_tgt": "memory_agentmemory_reflection_count", "source": "train_learning_step", "target": "memory_agentmemory_reflection_count" }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/train.py", "source_location": "L195", "weight": 1.0, "_src": "train_learning_step", "_tgt": "reflection_generate_success_reflection", "source": "train_learning_step", "target": "reflection_generate_success_reflection" }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/train.py", "source_location": "L196", "weight": 1.0, "_src": "train_learning_step", "_tgt": "memory_agentmemory_add_reflection", "source": "train_learning_step", "target": "memory_agentmemory_add_reflection" }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/train.py", "source_location": "L201", "weight": 1.0, "_src": "train_learning_step", "_tgt": "reflection_generate_reflection", "source": "train_learning_step", "target": "reflection_generate_reflection" }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/train.py", "source_location": "L219", "weight": 1.0, "_src": "train_progresstracker", "_tgt": "train_progresstracker_init", "source": "train_progresstracker", "target": "train_progresstracker_init", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/train.py", "source_location": "L223", "weight": 1.0, "_src": "train_progresstracker", "_tgt": "train_progresstracker_record", "source": "train_progresstracker", "target": "train_progresstracker_record", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/train.py", "source_location": "L227", "weight": 1.0, "_src": "train_progresstracker", "_tgt": "train_progresstracker_win_rate", "source": "train_progresstracker", "target": "train_progresstracker_win_rate", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/train.py", "source_location": "L234", "weight": 1.0, "_src": "train_progresstracker", "_tgt": "train_progresstracker_print_episode", "source": "train_progresstracker", "target": "train_progresstracker_print_episode", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/train.py", "source_location": "L256", "weight": 1.0, "_src": "train_progresstracker", "_tgt": "train_progresstracker_print_summary", "source": "train_progresstracker", "target": "train_progresstracker_print_summary", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/train.py", "source_location": "L313", "weight": 1.0, "_src": "train_train", "_tgt": "train_progresstracker", "source": "train_progresstracker", "target": "train_train", "confidence_score": 1.0 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/train.py", "source_location": "L44", "weight": 0.8, "_src": "train_progresstracker", "_tgt": "memory_agentmemory", "source": "train_progresstracker", "target": "memory_agentmemory", "confidence_score": 0.5 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/train.py", "source_location": "L361", "weight": 1.0, "_src": "train_train", "_tgt": "train_progresstracker_record", "source": "train_progresstracker_record", "target": "train_train", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/train.py", "source_location": "L235", "weight": 1.0, "_src": "train_progresstracker_print_episode", "_tgt": "train_progresstracker_win_rate", "source": "train_progresstracker_win_rate", "target": "train_progresstracker_print_episode", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/train.py", "source_location": "L363", "weight": 1.0, "_src": "train_train", "_tgt": "train_progresstracker_print_episode", "source": "train_progresstracker_print_episode", "target": "train_train", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/train.py", "source_location": "L372", "weight": 1.0, "_src": "train_train", "_tgt": "train_progresstracker_print_summary", "source": "train_progresstracker_print_summary", "target": "train_train", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/train.py", "source_location": "L367", "weight": 1.0, "_src": "train_train", "_tgt": "train_save_metrics", "source": "train_save_metrics", "target": "train_train", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/train.py", "source_location": "L312", "weight": 1.0, "_src": "train_train", "_tgt": "memory_agentmemory", "source": "train_train", "target": "memory_agentmemory" }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/train.py", "source_location": "L316", "weight": 1.0, "_src": "train_train", "_tgt": "memory_agentmemory_summary", "source": "train_train", "target": "memory_agentmemory_summary" }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/train.py", "source_location": "L334", "weight": 1.0, "_src": "train_train", "_tgt": "memory_agentmemory_reflection_count", "source": "train_train", "target": "memory_agentmemory_reflection_count" }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/train.py", "source_location": "L335", "weight": 1.0, "_src": "train_train", "_tgt": "memory_agentmemory_recent_win_rate", "source": "train_train", "target": "memory_agentmemory_recent_win_rate" }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/train.py", "source_location": "L336", "weight": 1.0, "_src": "train_train", "_tgt": "hybrid_policy_compute_alpha", "source": "train_train", "target": "hybrid_policy_compute_alpha" }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/train.py", "source_location": "L351", "weight": 1.0, "_src": "train_train", "_tgt": "memory_agentmemory_record_win", "source": "train_train", "target": "memory_agentmemory_record_win" }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/train.py", "source_location": "L355", "weight": 1.0, "_src": "train_train", "_tgt": "memory_agentmemory_save_alpha", "source": "train_train", "target": "memory_agentmemory_save_alpha" }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/train.py", "source_location": "L44", "weight": 0.8, "_src": "train_rationale_1", "_tgt": "memory_agentmemory", "source": "train_rationale_1", "target": "memory_agentmemory", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/train.py", "source_location": "L44", "weight": 0.8, "_src": "train_rationale_63", "_tgt": "memory_agentmemory", "source": "train_rationale_63", "target": "memory_agentmemory", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/train.py", "source_location": "L44", "weight": 0.8, "_src": "train_rationale_82", "_tgt": "memory_agentmemory", "source": "train_rationale_82", "target": "memory_agentmemory", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/train.py", "source_location": "L44", "weight": 0.8, "_src": "train_rationale_175", "_tgt": "memory_agentmemory", "source": "train_rationale_175", "target": "memory_agentmemory", "confidence_score": 0.5 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/generator.py", "source_location": "L76", "weight": 1.0, "_src": "server_generator_py", "_tgt": "generator_lognormal_int", "source": "server_generator_py", "target": "generator_lognormal_int", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/generator.py", "source_location": "L81", "weight": 1.0, "_src": "server_generator_py", "_tgt": "generator_beta", "source": "server_generator_py", "target": "generator_beta", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/generator.py", "source_location": "L92", "weight": 1.0, "_src": "server_generator_py", "_tgt": "generator_gen_real_account", "source": "server_generator_py", "target": "generator_gen_real_account", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/generator.py", "source_location": "L114", "weight": 1.0, "_src": "server_generator_py", "_tgt": "generator_gen_decoy_account", "source": "server_generator_py", "target": "generator_gen_decoy_account", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/generator.py", "source_location": "L122", "weight": 1.0, "_src": "server_generator_py", "_tgt": "generator_gen_celebrity_account", "source": "server_generator_py", "target": "generator_gen_celebrity_account", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/generator.py", "source_location": "L144", "weight": 1.0, "_src": "server_generator_py", "_tgt": "generator_gen_gang_accounts", "source": "server_generator_py", "target": "generator_gen_gang_accounts", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/generator.py", "source_location": "L184", "weight": 1.0, "_src": "server_generator_py", "_tgt": "generator_build_edges", "source": "server_generator_py", "target": "generator_build_edges", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/generator.py", "source_location": "L215", "weight": 1.0, "_src": "server_generator_py", "_tgt": "generator_generate_episode", "source": "server_generator_py", "target": "generator_generate_episode", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/generator.py", "source_location": "L299", "weight": 1.0, "_src": "server_generator_py", "_tgt": "generator_generate_all_episodes", "source": "server_generator_py", "target": "generator_generate_all_episodes", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/generator.py", "source_location": "L318", "weight": 1.0, "_src": "server_generator_py", "_tgt": "generator_main", "source": "server_generator_py", "target": "generator_main", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/generator.py", "source_location": "L1", "weight": 1.0, "_src": "generator_rationale_1", "_tgt": "server_generator_py", "source": "server_generator_py", "target": "generator_rationale_1", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/generator.py", "source_location": "L98", "weight": 1.0, "_src": "generator_gen_real_account", "_tgt": "generator_lognormal_int", "source": "generator_lognormal_int", "target": "generator_gen_real_account", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/generator.py", "source_location": "L102", "weight": 1.0, "_src": "generator_gen_real_account", "_tgt": "generator_beta", "source": "generator_beta", "target": "generator_gen_real_account", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/generator.py", "source_location": "L82", "weight": 1.0, "_src": "generator_rationale_82", "_tgt": "generator_beta", "source": "generator_beta", "target": "generator_rationale_82", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/generator.py", "source_location": "L115", "weight": 1.0, "_src": "generator_gen_decoy_account", "_tgt": "generator_gen_real_account", "source": "generator_gen_real_account", "target": "generator_gen_decoy_account", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/generator.py", "source_location": "L249", "weight": 1.0, "_src": "generator_generate_episode", "_tgt": "generator_gen_real_account", "source": "generator_gen_real_account", "target": "generator_generate_episode", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/generator.py", "source_location": "L248", "weight": 1.0, "_src": "generator_generate_episode", "_tgt": "generator_gen_decoy_account", "source": "generator_gen_decoy_account", "target": "generator_generate_episode", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/generator.py", "source_location": "L260", "weight": 1.0, "_src": "generator_generate_episode", "_tgt": "generator_gen_celebrity_account", "source": "generator_gen_celebrity_account", "target": "generator_generate_episode", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/generator.py", "source_location": "L247", "weight": 1.0, "_src": "generator_generate_episode", "_tgt": "generator_gen_gang_accounts", "source": "generator_gen_gang_accounts", "target": "generator_generate_episode", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/generator.py", "source_location": "L262", "weight": 1.0, "_src": "generator_generate_episode", "_tgt": "generator_build_edges", "source": "generator_build_edges", "target": "generator_generate_episode", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/generator.py", "source_location": "L190", "weight": 1.0, "_src": "generator_rationale_190", "_tgt": "generator_build_edges", "source": "generator_build_edges", "target": "generator_rationale_190", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/generator.py", "source_location": "L311", "weight": 1.0, "_src": "generator_generate_all_episodes", "_tgt": "generator_generate_episode", "source": "generator_generate_episode", "target": "generator_generate_all_episodes", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/environment.py", "source_location": "L608", "weight": 1.0, "_src": "environment_fakegangenvironment_load_episode", "_tgt": "generator_generate_episode", "source": "generator_generate_episode", "target": "environment_fakegangenvironment_load_episode" }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/generator.py", "source_location": "L321", "weight": 1.0, "_src": "generator_main", "_tgt": "generator_generate_all_episodes", "source": "generator_generate_all_episodes", "target": "generator_main", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/generator.py", "source_location": "L319", "weight": 1.0, "_src": "generator_rationale_319", "_tgt": "generator_main", "source": "generator_main", "target": "generator_rationale_319", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/environment.py", "source_location": "L35", "weight": 1.0, "_src": "server_environment_py", "_tgt": "environment_openenvbase", "source": "server_environment_py", "target": "environment_openenvbase", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/environment.py", "source_location": "L45", "weight": 1.0, "_src": "server_environment_py", "_tgt": "environment_fakegangenvironment", "source": "server_environment_py", "target": "environment_fakegangenvironment", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/environment.py", "source_location": "L163", "weight": 1.0, "_src": "server_environment_py", "_tgt": "environment_state", "source": "server_environment_py", "target": "environment_state", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/environment.py", "source_location": "L1", "weight": 1.0, "_src": "environment_rationale_1", "_tgt": "server_environment_py", "source": "server_environment_py", "target": "environment_rationale_1", "confidence_score": 1.0 }, { "relation": "inherits", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/environment.py", "source_location": "L45", "weight": 1.0, "_src": "environment_fakegangenvironment", "_tgt": "environment_openenvbase", "source": "environment_openenvbase", "target": "environment_fakegangenvironment", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/environment.py", "source_location": "L50", "weight": 1.0, "_src": "environment_fakegangenvironment", "_tgt": "environment_fakegangenvironment_init", "source": "environment_fakegangenvironment", "target": "environment_fakegangenvironment_init", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/environment.py", "source_location": "L76", "weight": 1.0, "_src": "environment_fakegangenvironment", "_tgt": "environment_fakegangenvironment_reset", "source": "environment_fakegangenvironment", "target": "environment_fakegangenvironment_reset", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/environment.py", "source_location": "L131", "weight": 1.0, "_src": "environment_fakegangenvironment", "_tgt": "environment_fakegangenvironment_step", "source": "environment_fakegangenvironment", "target": "environment_fakegangenvironment_step", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/environment.py", "source_location": "L179", "weight": 1.0, "_src": "environment_fakegangenvironment", "_tgt": "environment_fakegangenvironment_do_inspect", "source": "environment_fakegangenvironment", "target": "environment_fakegangenvironment_do_inspect", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/environment.py", "source_location": "L209", "weight": 1.0, "_src": "environment_fakegangenvironment", "_tgt": "environment_fakegangenvironment_do_investigate", "source": "environment_fakegangenvironment", "target": "environment_fakegangenvironment_do_investigate", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/environment.py", "source_location": "L290", "weight": 1.0, "_src": "environment_fakegangenvironment", "_tgt": "environment_fakegangenvironment_do_flag", "source": "environment_fakegangenvironment", "target": "environment_fakegangenvironment_do_flag", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/environment.py", "source_location": "L320", "weight": 1.0, "_src": "environment_fakegangenvironment", "_tgt": "environment_fakegangenvironment_do_unflag", "source": "environment_fakegangenvironment", "target": "environment_fakegangenvironment_do_unflag", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/environment.py", "source_location": "L328", "weight": 1.0, "_src": "environment_fakegangenvironment", "_tgt": "environment_fakegangenvironment_do_submit", "source": "environment_fakegangenvironment", "target": "environment_fakegangenvironment_do_submit", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/environment.py", "source_location": "L380", "weight": 1.0, "_src": "environment_fakegangenvironment", "_tgt": "environment_fakegangenvironment_maybe_trigger_evasion", "source": "environment_fakegangenvironment", "target": "environment_fakegangenvironment_maybe_trigger_evasion", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/environment.py", "source_location": "L385", "weight": 1.0, "_src": "environment_fakegangenvironment", "_tgt": "environment_fakegangenvironment_event_fired", "source": "environment_fakegangenvironment", "target": "environment_fakegangenvironment_event_fired", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/environment.py", "source_location": "L390", "weight": 1.0, "_src": "environment_fakegangenvironment", "_tgt": "environment_fakegangenvironment_fire_evasion", "source": "environment_fakegangenvironment", "target": "environment_fakegangenvironment_fire_evasion", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/environment.py", "source_location": "L425", "weight": 1.0, "_src": "environment_fakegangenvironment", "_tgt": "environment_fakegangenvironment_compute_post_hour_cluster_score", "source": "environment_fakegangenvironment", "target": "environment_fakegangenvironment_compute_post_hour_cluster_score", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/environment.py", "source_location": "L441", "weight": 1.0, "_src": "environment_fakegangenvironment", "_tgt": "environment_fakegangenvironment_compute_suspicious_mutual_ratio", "source": "environment_fakegangenvironment", "target": "environment_fakegangenvironment_compute_suspicious_mutual_ratio", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/environment.py", "source_location": "L452", "weight": 1.0, "_src": "environment_fakegangenvironment", "_tgt": "environment_fakegangenvironment_build_profile", "source": "environment_fakegangenvironment", "target": "environment_fakegangenvironment_build_profile", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/environment.py", "source_location": "L530", "weight": 1.0, "_src": "environment_fakegangenvironment", "_tgt": "environment_fakegangenvironment_build_hint", "source": "environment_fakegangenvironment", "target": "environment_fakegangenvironment_build_hint", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/environment.py", "source_location": "L568", "weight": 1.0, "_src": "environment_fakegangenvironment", "_tgt": "environment_fakegangenvironment_make_observation", "source": "environment_fakegangenvironment", "target": "environment_fakegangenvironment_make_observation", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/environment.py", "source_location": "L602", "weight": 1.0, "_src": "environment_fakegangenvironment", "_tgt": "environment_fakegangenvironment_load_episode", "source": "environment_fakegangenvironment", "target": "environment_fakegangenvironment_load_episode", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/environment.py", "source_location": "L46", "weight": 1.0, "_src": "environment_rationale_46", "_tgt": "environment_fakegangenvironment", "source": "environment_fakegangenvironment", "target": "environment_rationale_46", "confidence_score": 1.0 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/app.py", "source_location": "L21", "weight": 0.8, "_src": "app_resetrequest", "_tgt": "environment_fakegangenvironment", "source": "environment_fakegangenvironment", "target": "app_resetrequest", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/app.py", "source_location": "L21", "weight": 0.8, "_src": "app_stepresponse", "_tgt": "environment_fakegangenvironment", "source": "environment_fakegangenvironment", "target": "app_stepresponse", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/app.py", "source_location": "L21", "weight": 0.8, "_src": "app_rationale_1", "_tgt": "environment_fakegangenvironment", "source": "environment_fakegangenvironment", "target": "app_rationale_1", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/tests/custom_inference.py", "source_location": "L502", "weight": 0.8, "_src": "custom_inference_rationale_1", "_tgt": "environment_fakegangenvironment", "source": "environment_fakegangenvironment", "target": "custom_inference_rationale_1", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/tests/custom_inference.py", "source_location": "L502", "weight": 0.8, "_src": "custom_inference_rationale_133", "_tgt": "environment_fakegangenvironment", "source": "environment_fakegangenvironment", "target": "custom_inference_rationale_133", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/tests/custom_inference.py", "source_location": "L502", "weight": 0.8, "_src": "custom_inference_rationale_180", "_tgt": "environment_fakegangenvironment", "source": "environment_fakegangenvironment", "target": "custom_inference_rationale_180", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/tests/custom_inference.py", "source_location": "L502", "weight": 0.8, "_src": "custom_inference_rationale_263", "_tgt": "environment_fakegangenvironment", "source": "environment_fakegangenvironment", "target": "custom_inference_rationale_263", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/tests/custom_inference.py", "source_location": "L502", "weight": 0.8, "_src": "custom_inference_rationale_300", "_tgt": "environment_fakegangenvironment", "source": "environment_fakegangenvironment", "target": "custom_inference_rationale_300", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/tests/custom_inference.py", "source_location": "L502", "weight": 0.8, "_src": "custom_inference_rationale_335", "_tgt": "environment_fakegangenvironment", "source": "environment_fakegangenvironment", "target": "custom_inference_rationale_335", "confidence_score": 0.5 }, { "relation": "uses", "confidence": "INFERRED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/tests/custom_inference.py", "source_location": "L502", "weight": 0.8, "_src": "custom_inference_rationale_410", "_tgt": "environment_fakegangenvironment", "source": "environment_fakegangenvironment", "target": "custom_inference_rationale_410", "confidence_score": 0.5 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/environment.py", "source_location": "L103", "weight": 1.0, "_src": "environment_fakegangenvironment_reset", "_tgt": "environment_fakegangenvironment_load_episode", "source": "environment_fakegangenvironment_reset", "target": "environment_fakegangenvironment_load_episode", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/environment.py", "source_location": "L125", "weight": 1.0, "_src": "environment_fakegangenvironment_reset", "_tgt": "environment_fakegangenvironment_make_observation", "source": "environment_fakegangenvironment_reset", "target": "environment_fakegangenvironment_make_observation", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/environment.py", "source_location": "L133", "weight": 1.0, "_src": "environment_fakegangenvironment_step", "_tgt": "environment_fakegangenvironment_make_observation", "source": "environment_fakegangenvironment_step", "target": "environment_fakegangenvironment_make_observation", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/environment.py", "source_location": "L139", "weight": 1.0, "_src": "environment_fakegangenvironment_step", "_tgt": "environment_fakegangenvironment_maybe_trigger_evasion", "source": "environment_fakegangenvironment_step", "target": "environment_fakegangenvironment_maybe_trigger_evasion", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/environment.py", "source_location": "L142", "weight": 1.0, "_src": "environment_fakegangenvironment_step", "_tgt": "environment_fakegangenvironment_do_submit", "source": "environment_fakegangenvironment_step", "target": "environment_fakegangenvironment_do_submit", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/environment.py", "source_location": "L145", "weight": 1.0, "_src": "environment_fakegangenvironment_step", "_tgt": "environment_fakegangenvironment_do_flag", "source": "environment_fakegangenvironment_step", "target": "environment_fakegangenvironment_do_flag", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/environment.py", "source_location": "L148", "weight": 1.0, "_src": "environment_fakegangenvironment_step", "_tgt": "environment_fakegangenvironment_do_unflag", "source": "environment_fakegangenvironment_step", "target": "environment_fakegangenvironment_do_unflag", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/environment.py", "source_location": "L151", "weight": 1.0, "_src": "environment_fakegangenvironment_step", "_tgt": "environment_fakegangenvironment_do_inspect", "source": "environment_fakegangenvironment_step", "target": "environment_fakegangenvironment_do_inspect", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/environment.py", "source_location": "L154", "weight": 1.0, "_src": "environment_fakegangenvironment_step", "_tgt": "environment_fakegangenvironment_do_investigate", "source": "environment_fakegangenvironment_step", "target": "environment_fakegangenvironment_do_investigate", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/environment.py", "source_location": "L181", "weight": 1.0, "_src": "environment_fakegangenvironment_do_inspect", "_tgt": "environment_fakegangenvironment_make_observation", "source": "environment_fakegangenvironment_do_inspect", "target": "environment_fakegangenvironment_make_observation", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/environment.py", "source_location": "L193", "weight": 1.0, "_src": "environment_fakegangenvironment_do_inspect", "_tgt": "environment_fakegangenvironment_build_profile", "source": "environment_fakegangenvironment_do_inspect", "target": "environment_fakegangenvironment_build_profile", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/environment.py", "source_location": "L203", "weight": 1.0, "_src": "environment_fakegangenvironment_do_inspect", "_tgt": "environment_fakegangenvironment_do_submit", "source": "environment_fakegangenvironment_do_inspect", "target": "environment_fakegangenvironment_do_submit", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/environment.py", "source_location": "L211", "weight": 1.0, "_src": "environment_fakegangenvironment_do_investigate", "_tgt": "environment_fakegangenvironment_make_observation", "source": "environment_fakegangenvironment_do_investigate", "target": "environment_fakegangenvironment_make_observation", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/environment.py", "source_location": "L281", "weight": 1.0, "_src": "environment_fakegangenvironment_do_investigate", "_tgt": "environment_fakegangenvironment_build_profile", "source": "environment_fakegangenvironment_do_investigate", "target": "environment_fakegangenvironment_build_profile", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/environment.py", "source_location": "L284", "weight": 1.0, "_src": "environment_fakegangenvironment_do_investigate", "_tgt": "environment_fakegangenvironment_do_submit", "source": "environment_fakegangenvironment_do_investigate", "target": "environment_fakegangenvironment_do_submit", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/environment.py", "source_location": "L292", "weight": 1.0, "_src": "environment_fakegangenvironment_do_flag", "_tgt": "environment_fakegangenvironment_make_observation", "source": "environment_fakegangenvironment_do_flag", "target": "environment_fakegangenvironment_make_observation", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/environment.py", "source_location": "L317", "weight": 1.0, "_src": "environment_fakegangenvironment_do_flag", "_tgt": "environment_fakegangenvironment_build_profile", "source": "environment_fakegangenvironment_do_flag", "target": "environment_fakegangenvironment_build_profile", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/environment.py", "source_location": "L322", "weight": 1.0, "_src": "environment_fakegangenvironment_do_unflag", "_tgt": "environment_fakegangenvironment_make_observation", "source": "environment_fakegangenvironment_do_unflag", "target": "environment_fakegangenvironment_make_observation", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/environment.py", "source_location": "L374", "weight": 1.0, "_src": "environment_fakegangenvironment_do_submit", "_tgt": "environment_fakegangenvironment_make_observation", "source": "environment_fakegangenvironment_do_submit", "target": "environment_fakegangenvironment_make_observation", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/environment.py", "source_location": "L382", "weight": 1.0, "_src": "environment_fakegangenvironment_maybe_trigger_evasion", "_tgt": "environment_fakegangenvironment_event_fired", "source": "environment_fakegangenvironment_maybe_trigger_evasion", "target": "environment_fakegangenvironment_event_fired", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/environment.py", "source_location": "L383", "weight": 1.0, "_src": "environment_fakegangenvironment_maybe_trigger_evasion", "_tgt": "environment_fakegangenvironment_fire_evasion", "source": "environment_fakegangenvironment_maybe_trigger_evasion", "target": "environment_fakegangenvironment_fire_evasion", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/environment.py", "source_location": "L419", "weight": 1.0, "_src": "environment_fakegangenvironment_fire_evasion", "_tgt": "environment_fakegangenvironment_build_profile", "source": "environment_fakegangenvironment_fire_evasion", "target": "environment_fakegangenvironment_build_profile", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/environment.py", "source_location": "L484", "weight": 1.0, "_src": "environment_fakegangenvironment_build_profile", "_tgt": "environment_fakegangenvironment_compute_post_hour_cluster_score", "source": "environment_fakegangenvironment_compute_post_hour_cluster_score", "target": "environment_fakegangenvironment_build_profile", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/environment.py", "source_location": "L426", "weight": 1.0, "_src": "environment_rationale_426", "_tgt": "environment_fakegangenvironment_compute_post_hour_cluster_score", "source": "environment_fakegangenvironment_compute_post_hour_cluster_score", "target": "environment_rationale_426", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/environment.py", "source_location": "L485", "weight": 1.0, "_src": "environment_fakegangenvironment_build_profile", "_tgt": "environment_fakegangenvironment_compute_suspicious_mutual_ratio", "source": "environment_fakegangenvironment_compute_suspicious_mutual_ratio", "target": "environment_fakegangenvironment_build_profile", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/environment.py", "source_location": "L442", "weight": 1.0, "_src": "environment_rationale_442", "_tgt": "environment_fakegangenvironment_compute_suspicious_mutual_ratio", "source": "environment_fakegangenvironment_compute_suspicious_mutual_ratio", "target": "environment_rationale_442", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/environment.py", "source_location": "L488", "weight": 1.0, "_src": "environment_fakegangenvironment_build_profile", "_tgt": "scoring_compute_node_risk", "source": "environment_fakegangenvironment_build_profile", "target": "scoring_compute_node_risk" }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/environment.py", "source_location": "L489", "weight": 1.0, "_src": "environment_fakegangenvironment_build_profile", "_tgt": "scoring_compute_behavior_risk", "source": "environment_fakegangenvironment_build_profile", "target": "scoring_compute_behavior_risk" }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/environment.py", "source_location": "L490", "weight": 1.0, "_src": "environment_fakegangenvironment_build_profile", "_tgt": "scoring_compute_graph_risk", "source": "environment_fakegangenvironment_build_profile", "target": "scoring_compute_graph_risk" }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/environment.py", "source_location": "L491", "weight": 1.0, "_src": "environment_fakegangenvironment_build_profile", "_tgt": "scoring_compute_hub_legitimacy", "source": "environment_fakegangenvironment_build_profile", "target": "scoring_compute_hub_legitimacy" }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/environment.py", "source_location": "L495", "weight": 1.0, "_src": "environment_fakegangenvironment_build_profile", "_tgt": "scoring_compute_fake_risk", "source": "environment_fakegangenvironment_build_profile", "target": "scoring_compute_fake_risk" }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/environment.py", "source_location": "L498", "weight": 1.0, "_src": "environment_fakegangenvironment_build_profile", "_tgt": "scoring_classify_risk", "source": "environment_fakegangenvironment_build_profile", "target": "scoring_classify_risk" }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/environment.py", "source_location": "L574", "weight": 1.0, "_src": "environment_fakegangenvironment_make_observation", "_tgt": "environment_fakegangenvironment_build_hint", "source": "environment_fakegangenvironment_build_hint", "target": "environment_fakegangenvironment_make_observation", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/environment.py", "source_location": "L531", "weight": 1.0, "_src": "environment_rationale_531", "_tgt": "environment_fakegangenvironment_build_hint", "source": "environment_fakegangenvironment_build_hint", "target": "environment_rationale_531", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/environment.py", "source_location": "L603", "weight": 1.0, "_src": "environment_rationale_603", "_tgt": "environment_fakegangenvironment_load_episode", "source": "environment_fakegangenvironment_load_episode", "target": "environment_rationale_603", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/app.py", "source_location": "L45", "weight": 1.0, "_src": "server_app_py", "_tgt": "app_resetrequest", "source": "server_app_py", "target": "app_resetrequest", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/app.py", "source_location": "L50", "weight": 1.0, "_src": "server_app_py", "_tgt": "app_stepresponse", "source": "server_app_py", "target": "app_stepresponse", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/app.py", "source_location": "L61", "weight": 1.0, "_src": "server_app_py", "_tgt": "app_health", "source": "server_app_py", "target": "app_health", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/app.py", "source_location": "L65", "weight": 1.0, "_src": "server_app_py", "_tgt": "app_reset", "source": "server_app_py", "target": "app_reset", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/app.py", "source_location": "L72", "weight": 1.0, "_src": "server_app_py", "_tgt": "app_step", "source": "server_app_py", "target": "app_step", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/app.py", "source_location": "L77", "weight": 1.0, "_src": "server_app_py", "_tgt": "app_state", "source": "server_app_py", "target": "app_state", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/app.py", "source_location": "L81", "weight": 1.0, "_src": "server_app_py", "_tgt": "app_list_tasks", "source": "server_app_py", "target": "app_list_tasks", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/app.py", "source_location": "L97", "weight": 1.0, "_src": "server_app_py", "_tgt": "app_grader", "source": "server_app_py", "target": "app_grader", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/app.py", "source_location": "L103", "weight": 1.0, "_src": "server_app_py", "_tgt": "app_metadata", "source": "server_app_py", "target": "app_metadata", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/app.py", "source_location": "L111", "weight": 1.0, "_src": "server_app_py", "_tgt": "app_schema", "source": "server_app_py", "target": "app_schema", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/app.py", "source_location": "L119", "weight": 1.0, "_src": "server_app_py", "_tgt": "app_mcp", "source": "server_app_py", "target": "app_mcp", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/app.py", "source_location": "L132", "weight": 1.0, "_src": "server_app_py", "_tgt": "app_baseline", "source": "server_app_py", "target": "app_baseline", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/app.py", "source_location": "L143", "weight": 1.0, "_src": "server_app_py", "_tgt": "app_web_redirect", "source": "server_app_py", "target": "app_web_redirect", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/app.py", "source_location": "L189", "weight": 1.0, "_src": "server_app_py", "_tgt": "app_score_color", "source": "server_app_py", "target": "app_score_color", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/app.py", "source_location": "L195", "weight": 1.0, "_src": "server_app_py", "_tgt": "app_var_color", "source": "server_app_py", "target": "app_var_color", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/app.py", "source_location": "L208", "weight": 1.0, "_src": "server_app_py", "_tgt": "app_leaderboard_html", "source": "server_app_py", "target": "app_leaderboard_html", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/app.py", "source_location": "L246", "weight": 1.0, "_src": "server_app_py", "_tgt": "app_variance_html", "source": "server_app_py", "target": "app_variance_html", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/app.py", "source_location": "L274", "weight": 1.0, "_src": "server_app_py", "_tgt": "app_baseline_html", "source": "server_app_py", "target": "app_baseline_html", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/app.py", "source_location": "L305", "weight": 1.0, "_src": "server_app_py", "_tgt": "app_fmt_obs", "source": "server_app_py", "target": "app_fmt_obs", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/app.py", "source_location": "L327", "weight": 1.0, "_src": "server_app_py", "_tgt": "app_profile_rows", "source": "server_app_py", "target": "app_profile_rows", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/app.py", "source_location": "L353", "weight": 1.0, "_src": "server_app_py", "_tgt": "app_fmt_visible_ids", "source": "server_app_py", "target": "app_fmt_visible_ids", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/app.py", "source_location": "L374", "weight": 1.0, "_src": "server_app_py", "_tgt": "app_gr_reset", "source": "server_app_py", "target": "app_gr_reset", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/app.py", "source_location": "L382", "weight": 1.0, "_src": "server_app_py", "_tgt": "app_gr_step", "source": "server_app_py", "target": "app_gr_step", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/app.py", "source_location": "L392", "weight": 1.0, "_src": "server_app_py", "_tgt": "app_gr_grader", "source": "server_app_py", "target": "app_gr_grader", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/app.py", "source_location": "L401", "weight": 1.0, "_src": "server_app_py", "_tgt": "app_gr_baseline", "source": "server_app_py", "target": "app_gr_baseline", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/app.py", "source_location": "L795", "weight": 1.0, "_src": "server_app_py", "_tgt": "app_root_fallback", "source": "server_app_py", "target": "app_root_fallback", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/app.py", "source_location": "L802", "weight": 1.0, "_src": "server_app_py", "_tgt": "app_main", "source": "server_app_py", "target": "app_main", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/app.py", "source_location": "L1", "weight": 1.0, "_src": "app_rationale_1", "_tgt": "server_app_py", "source": "server_app_py", "target": "app_rationale_1", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/app.py", "source_location": "L67", "weight": 1.0, "_src": "app_reset", "_tgt": "app_resetrequest", "source": "app_resetrequest", "target": "app_reset", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/app.py", "source_location": "L69", "weight": 1.0, "_src": "app_reset", "_tgt": "app_stepresponse", "source": "app_stepresponse", "target": "app_reset", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/app.py", "source_location": "L74", "weight": 1.0, "_src": "app_step", "_tgt": "app_stepresponse", "source": "app_stepresponse", "target": "app_step", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/app.py", "source_location": "L376", "weight": 1.0, "_src": "app_gr_reset", "_tgt": "app_reset", "source": "app_reset", "target": "app_gr_reset", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/tests/custom_inference.py", "source_location": "L336", "weight": 1.0, "_src": "custom_inference_run_rule_based_episode", "_tgt": "app_reset", "source": "app_reset", "target": "custom_inference_run_rule_based_episode" }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/app.py", "source_location": "L386", "weight": 1.0, "_src": "app_gr_step", "_tgt": "app_step", "source": "app_step", "target": "app_gr_step", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/tests/custom_inference.py", "source_location": "L342", "weight": 1.0, "_src": "custom_inference_run_rule_based_episode", "_tgt": "app_step", "source": "app_step", "target": "custom_inference_run_rule_based_episode" }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/app.py", "source_location": "L137", "weight": 1.0, "_src": "app_baseline", "_tgt": "custom_inference_run_rule_based_episode", "source": "app_baseline", "target": "custom_inference_run_rule_based_episode" }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/app.py", "source_location": "L235", "weight": 1.0, "_src": "app_leaderboard_html", "_tgt": "app_score_color", "source": "app_score_color", "target": "app_leaderboard_html", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/app.py", "source_location": "L378", "weight": 1.0, "_src": "app_gr_reset", "_tgt": "app_fmt_obs", "source": "app_fmt_obs", "target": "app_gr_reset", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/app.py", "source_location": "L388", "weight": 1.0, "_src": "app_gr_step", "_tgt": "app_fmt_obs", "source": "app_fmt_obs", "target": "app_gr_step", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/app.py", "source_location": "L378", "weight": 1.0, "_src": "app_gr_reset", "_tgt": "app_profile_rows", "source": "app_profile_rows", "target": "app_gr_reset", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/app.py", "source_location": "L388", "weight": 1.0, "_src": "app_gr_step", "_tgt": "app_profile_rows", "source": "app_profile_rows", "target": "app_gr_step", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/app.py", "source_location": "L378", "weight": 1.0, "_src": "app_gr_reset", "_tgt": "app_fmt_visible_ids", "source": "app_fmt_visible_ids", "target": "app_gr_reset", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/app.py", "source_location": "L388", "weight": 1.0, "_src": "app_gr_step", "_tgt": "app_fmt_visible_ids", "source": "app_fmt_visible_ids", "target": "app_gr_step", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/app.py", "source_location": "L404", "weight": 1.0, "_src": "app_gr_baseline", "_tgt": "custom_inference_run_rule_based_episode", "source": "app_gr_baseline", "target": "custom_inference_run_rule_based_episode" }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/scoring.py", "source_location": "L12", "weight": 1.0, "_src": "server_scoring_py", "_tgt": "scoring_compute_node_risk", "source": "server_scoring_py", "target": "scoring_compute_node_risk", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/scoring.py", "source_location": "L17", "weight": 1.0, "_src": "server_scoring_py", "_tgt": "scoring_compute_behavior_risk", "source": "server_scoring_py", "target": "scoring_compute_behavior_risk", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/scoring.py", "source_location": "L23", "weight": 1.0, "_src": "server_scoring_py", "_tgt": "scoring_compute_graph_risk", "source": "server_scoring_py", "target": "scoring_compute_graph_risk", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/scoring.py", "source_location": "L37", "weight": 1.0, "_src": "server_scoring_py", "_tgt": "scoring_compute_hub_legitimacy", "source": "server_scoring_py", "target": "scoring_compute_hub_legitimacy", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/scoring.py", "source_location": "L60", "weight": 1.0, "_src": "server_scoring_py", "_tgt": "scoring_compute_fake_risk", "source": "server_scoring_py", "target": "scoring_compute_fake_risk", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/scoring.py", "source_location": "L80", "weight": 1.0, "_src": "server_scoring_py", "_tgt": "scoring_classify_risk", "source": "server_scoring_py", "target": "scoring_classify_risk", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/scoring.py", "source_location": "L89", "weight": 1.0, "_src": "server_scoring_py", "_tgt": "scoring_grader_score", "source": "server_scoring_py", "target": "scoring_grader_score", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/scoring.py", "source_location": "L1", "weight": 1.0, "_src": "scoring_rationale_1", "_tgt": "server_scoring_py", "source": "server_scoring_py", "target": "scoring_rationale_1", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/scoring.py", "source_location": "L13", "weight": 1.0, "_src": "scoring_rationale_13", "_tgt": "scoring_compute_node_risk", "source": "scoring_compute_node_risk", "target": "scoring_rationale_13", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/scoring.py", "source_location": "L18", "weight": 1.0, "_src": "scoring_rationale_18", "_tgt": "scoring_compute_behavior_risk", "source": "scoring_compute_behavior_risk", "target": "scoring_rationale_18", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/scoring.py", "source_location": "L28", "weight": 1.0, "_src": "scoring_rationale_28", "_tgt": "scoring_compute_graph_risk", "source": "scoring_compute_graph_risk", "target": "scoring_rationale_28", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/scoring.py", "source_location": "L43", "weight": 1.0, "_src": "scoring_rationale_43", "_tgt": "scoring_compute_hub_legitimacy", "source": "scoring_compute_hub_legitimacy", "target": "scoring_rationale_43", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/scoring.py", "source_location": "L66", "weight": 1.0, "_src": "scoring_rationale_66", "_tgt": "scoring_compute_fake_risk", "source": "scoring_compute_fake_risk", "target": "scoring_rationale_66", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/scoring.py", "source_location": "L81", "weight": 1.0, "_src": "scoring_rationale_81", "_tgt": "scoring_classify_risk", "source": "scoring_classify_risk", "target": "scoring_rationale_81", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/server/scoring.py", "source_location": "L90", "weight": 1.0, "_src": "scoring_rationale_90", "_tgt": "scoring_grader_score", "source": "scoring_grader_score", "target": "scoring_rationale_90", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/qwen_test_judge_eval.py", "source_location": "L80", "weight": 1.0, "_src": "eval_models_qwen_test_judge_eval_py", "_tgt": "qwen_test_judge_eval_retry", "source": "eval_models_qwen_test_judge_eval_py", "target": "qwen_test_judge_eval_retry", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/qwen_test_judge_eval.py", "source_location": "L93", "weight": 1.0, "_src": "eval_models_qwen_test_judge_eval_py", "_tgt": "qwen_test_judge_eval_http_post", "source": "eval_models_qwen_test_judge_eval_py", "target": "qwen_test_judge_eval_http_post", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/qwen_test_judge_eval.py", "source_location": "L106", "weight": 1.0, "_src": "eval_models_qwen_test_judge_eval_py", "_tgt": "qwen_test_judge_eval_http_get", "source": "eval_models_qwen_test_judge_eval_py", "target": "qwen_test_judge_eval_http_get", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/qwen_test_judge_eval.py", "source_location": "L120", "weight": 1.0, "_src": "eval_models_qwen_test_judge_eval_py", "_tgt": "qwen_test_judge_eval_call_hf", "source": "eval_models_qwen_test_judge_eval_py", "target": "qwen_test_judge_eval_call_hf", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/qwen_test_judge_eval.py", "source_location": "L136", "weight": 1.0, "_src": "eval_models_qwen_test_judge_eval_py", "_tgt": "qwen_test_judge_eval_call_bedrock", "source": "eval_models_qwen_test_judge_eval_py", "target": "qwen_test_judge_eval_call_bedrock", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/qwen_test_judge_eval.py", "source_location": "L183", "weight": 1.0, "_src": "eval_models_qwen_test_judge_eval_py", "_tgt": "qwen_test_judge_eval_call_llm", "source": "eval_models_qwen_test_judge_eval_py", "target": "qwen_test_judge_eval_call_llm", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/qwen_test_judge_eval.py", "source_location": "L205", "weight": 1.0, "_src": "eval_models_qwen_test_judge_eval_py", "_tgt": "qwen_test_judge_eval_format_obs", "source": "eval_models_qwen_test_judge_eval_py", "target": "qwen_test_judge_eval_format_obs", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/qwen_test_judge_eval.py", "source_location": "L263", "weight": 1.0, "_src": "eval_models_qwen_test_judge_eval_py", "_tgt": "qwen_test_judge_eval_parse_action", "source": "eval_models_qwen_test_judge_eval_py", "target": "qwen_test_judge_eval_parse_action", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/qwen_test_judge_eval.py", "source_location": "L291", "weight": 1.0, "_src": "eval_models_qwen_test_judge_eval_py", "_tgt": "qwen_test_judge_eval_test_endpoints", "source": "eval_models_qwen_test_judge_eval_py", "target": "qwen_test_judge_eval_test_endpoints", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/qwen_test_judge_eval.py", "source_location": "L327", "weight": 1.0, "_src": "eval_models_qwen_test_judge_eval_py", "_tgt": "qwen_test_judge_eval_test_baseline_stability", "source": "eval_models_qwen_test_judge_eval_py", "target": "qwen_test_judge_eval_test_baseline_stability", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/qwen_test_judge_eval.py", "source_location": "L349", "weight": 1.0, "_src": "eval_models_qwen_test_judge_eval_py", "_tgt": "qwen_test_judge_eval_test_llm_agent", "source": "eval_models_qwen_test_judge_eval_py", "target": "qwen_test_judge_eval_test_llm_agent", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/qwen_test_judge_eval.py", "source_location": "L390", "weight": 1.0, "_src": "eval_models_qwen_test_judge_eval_py", "_tgt": "qwen_test_judge_eval_test_llm_all_tasks", "source": "eval_models_qwen_test_judge_eval_py", "target": "qwen_test_judge_eval_test_llm_all_tasks", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/qwen_test_judge_eval.py", "source_location": "L405", "weight": 1.0, "_src": "eval_models_qwen_test_judge_eval_py", "_tgt": "qwen_test_judge_eval_test_variance", "source": "eval_models_qwen_test_judge_eval_py", "target": "qwen_test_judge_eval_test_variance", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/qwen_test_judge_eval.py", "source_location": "L103", "weight": 1.0, "_src": "qwen_test_judge_eval_http_post", "_tgt": "qwen_test_judge_eval_retry", "source": "qwen_test_judge_eval_retry", "target": "qwen_test_judge_eval_http_post", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/qwen_test_judge_eval.py", "source_location": "L113", "weight": 1.0, "_src": "qwen_test_judge_eval_http_get", "_tgt": "qwen_test_judge_eval_retry", "source": "qwen_test_judge_eval_retry", "target": "qwen_test_judge_eval_http_get", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/qwen_test_judge_eval.py", "source_location": "L81", "weight": 1.0, "_src": "qwen_test_judge_eval_rationale_81", "_tgt": "qwen_test_judge_eval_retry", "source": "qwen_test_judge_eval_retry", "target": "qwen_test_judge_eval_rationale_81", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/qwen_test_judge_eval.py", "source_location": "L318", "weight": 1.0, "_src": "qwen_test_judge_eval_test_endpoints", "_tgt": "qwen_test_judge_eval_http_post", "source": "qwen_test_judge_eval_http_post", "target": "qwen_test_judge_eval_test_endpoints", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/qwen_test_judge_eval.py", "source_location": "L335", "weight": 1.0, "_src": "qwen_test_judge_eval_test_baseline_stability", "_tgt": "qwen_test_judge_eval_http_post", "source": "qwen_test_judge_eval_http_post", "target": "qwen_test_judge_eval_test_baseline_stability", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/qwen_test_judge_eval.py", "source_location": "L355", "weight": 1.0, "_src": "qwen_test_judge_eval_test_llm_agent", "_tgt": "qwen_test_judge_eval_http_post", "source": "qwen_test_judge_eval_http_post", "target": "qwen_test_judge_eval_test_llm_agent", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/qwen_test_judge_eval.py", "source_location": "L316", "weight": 1.0, "_src": "qwen_test_judge_eval_test_endpoints", "_tgt": "qwen_test_judge_eval_http_get", "source": "qwen_test_judge_eval_http_get", "target": "qwen_test_judge_eval_test_endpoints", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/qwen_test_judge_eval.py", "source_location": "L384", "weight": 1.0, "_src": "qwen_test_judge_eval_test_llm_agent", "_tgt": "qwen_test_judge_eval_http_get", "source": "qwen_test_judge_eval_http_get", "target": "qwen_test_judge_eval_test_llm_agent", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/qwen_test_judge_eval.py", "source_location": "L121", "weight": 1.0, "_src": "qwen_test_judge_eval_rationale_121", "_tgt": "qwen_test_judge_eval_call_hf", "source": "qwen_test_judge_eval_call_hf", "target": "qwen_test_judge_eval_rationale_121", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/qwen_test_judge_eval.py", "source_location": "L137", "weight": 1.0, "_src": "qwen_test_judge_eval_rationale_137", "_tgt": "qwen_test_judge_eval_call_bedrock", "source": "qwen_test_judge_eval_call_bedrock", "target": "qwen_test_judge_eval_rationale_137", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/qwen_test_judge_eval.py", "source_location": "L363", "weight": 1.0, "_src": "qwen_test_judge_eval_test_llm_agent", "_tgt": "qwen_test_judge_eval_call_llm", "source": "qwen_test_judge_eval_call_llm", "target": "qwen_test_judge_eval_test_llm_agent", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/qwen_test_judge_eval.py", "source_location": "L184", "weight": 1.0, "_src": "qwen_test_judge_eval_rationale_184", "_tgt": "qwen_test_judge_eval_call_llm", "source": "qwen_test_judge_eval_call_llm", "target": "qwen_test_judge_eval_rationale_184", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/qwen_test_judge_eval.py", "source_location": "L362", "weight": 1.0, "_src": "qwen_test_judge_eval_test_llm_agent", "_tgt": "qwen_test_judge_eval_format_obs", "source": "qwen_test_judge_eval_format_obs", "target": "qwen_test_judge_eval_test_llm_agent", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/qwen_test_judge_eval.py", "source_location": "L206", "weight": 1.0, "_src": "qwen_test_judge_eval_rationale_206", "_tgt": "qwen_test_judge_eval_format_obs", "source": "qwen_test_judge_eval_format_obs", "target": "qwen_test_judge_eval_rationale_206", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/qwen_test_judge_eval.py", "source_location": "L364", "weight": 1.0, "_src": "qwen_test_judge_eval_test_llm_agent", "_tgt": "qwen_test_judge_eval_parse_action", "source": "qwen_test_judge_eval_parse_action", "target": "qwen_test_judge_eval_test_llm_agent", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/qwen_test_judge_eval.py", "source_location": "L264", "weight": 1.0, "_src": "qwen_test_judge_eval_rationale_264", "_tgt": "qwen_test_judge_eval_parse_action", "source": "qwen_test_judge_eval_parse_action", "target": "qwen_test_judge_eval_rationale_264", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/qwen_test_judge_eval.py", "source_location": "L292", "weight": 1.0, "_src": "qwen_test_judge_eval_rationale_292", "_tgt": "qwen_test_judge_eval_test_endpoints", "source": "qwen_test_judge_eval_test_endpoints", "target": "qwen_test_judge_eval_rationale_292", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/qwen_test_judge_eval.py", "source_location": "L328", "weight": 1.0, "_src": "qwen_test_judge_eval_rationale_328", "_tgt": "qwen_test_judge_eval_test_baseline_stability", "source": "qwen_test_judge_eval_test_baseline_stability", "target": "qwen_test_judge_eval_rationale_328", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/qwen_test_judge_eval.py", "source_location": "L399", "weight": 1.0, "_src": "qwen_test_judge_eval_test_llm_all_tasks", "_tgt": "qwen_test_judge_eval_test_llm_agent", "source": "qwen_test_judge_eval_test_llm_agent", "target": "qwen_test_judge_eval_test_llm_all_tasks", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/qwen_test_judge_eval.py", "source_location": "L414", "weight": 1.0, "_src": "qwen_test_judge_eval_test_variance", "_tgt": "qwen_test_judge_eval_test_llm_agent", "source": "qwen_test_judge_eval_test_llm_agent", "target": "qwen_test_judge_eval_test_variance", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/qwen_test_judge_eval.py", "source_location": "L350", "weight": 1.0, "_src": "qwen_test_judge_eval_rationale_350", "_tgt": "qwen_test_judge_eval_test_llm_agent", "source": "qwen_test_judge_eval_test_llm_agent", "target": "qwen_test_judge_eval_rationale_350", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/qwen_test_judge_eval.py", "source_location": "L391", "weight": 1.0, "_src": "qwen_test_judge_eval_rationale_391", "_tgt": "qwen_test_judge_eval_test_llm_all_tasks", "source": "qwen_test_judge_eval_test_llm_all_tasks", "target": "qwen_test_judge_eval_rationale_391", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/qwen_test_judge_eval.py", "source_location": "L406", "weight": 1.0, "_src": "qwen_test_judge_eval_rationale_406", "_tgt": "qwen_test_judge_eval_test_variance", "source": "qwen_test_judge_eval_test_variance", "target": "qwen_test_judge_eval_rationale_406", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/deepseek_test_judge_eval.py", "source_location": "L80", "weight": 1.0, "_src": "eval_models_deepseek_test_judge_eval_py", "_tgt": "deepseek_test_judge_eval_retry", "source": "eval_models_deepseek_test_judge_eval_py", "target": "deepseek_test_judge_eval_retry", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/deepseek_test_judge_eval.py", "source_location": "L93", "weight": 1.0, "_src": "eval_models_deepseek_test_judge_eval_py", "_tgt": "deepseek_test_judge_eval_http_post", "source": "eval_models_deepseek_test_judge_eval_py", "target": "deepseek_test_judge_eval_http_post", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/deepseek_test_judge_eval.py", "source_location": "L106", "weight": 1.0, "_src": "eval_models_deepseek_test_judge_eval_py", "_tgt": "deepseek_test_judge_eval_http_get", "source": "eval_models_deepseek_test_judge_eval_py", "target": "deepseek_test_judge_eval_http_get", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/deepseek_test_judge_eval.py", "source_location": "L120", "weight": 1.0, "_src": "eval_models_deepseek_test_judge_eval_py", "_tgt": "deepseek_test_judge_eval_call_hf", "source": "eval_models_deepseek_test_judge_eval_py", "target": "deepseek_test_judge_eval_call_hf", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/deepseek_test_judge_eval.py", "source_location": "L136", "weight": 1.0, "_src": "eval_models_deepseek_test_judge_eval_py", "_tgt": "deepseek_test_judge_eval_call_bedrock", "source": "eval_models_deepseek_test_judge_eval_py", "target": "deepseek_test_judge_eval_call_bedrock", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/deepseek_test_judge_eval.py", "source_location": "L183", "weight": 1.0, "_src": "eval_models_deepseek_test_judge_eval_py", "_tgt": "deepseek_test_judge_eval_call_llm", "source": "eval_models_deepseek_test_judge_eval_py", "target": "deepseek_test_judge_eval_call_llm", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/deepseek_test_judge_eval.py", "source_location": "L205", "weight": 1.0, "_src": "eval_models_deepseek_test_judge_eval_py", "_tgt": "deepseek_test_judge_eval_format_obs", "source": "eval_models_deepseek_test_judge_eval_py", "target": "deepseek_test_judge_eval_format_obs", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/deepseek_test_judge_eval.py", "source_location": "L263", "weight": 1.0, "_src": "eval_models_deepseek_test_judge_eval_py", "_tgt": "deepseek_test_judge_eval_parse_action", "source": "eval_models_deepseek_test_judge_eval_py", "target": "deepseek_test_judge_eval_parse_action", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/deepseek_test_judge_eval.py", "source_location": "L291", "weight": 1.0, "_src": "eval_models_deepseek_test_judge_eval_py", "_tgt": "deepseek_test_judge_eval_test_endpoints", "source": "eval_models_deepseek_test_judge_eval_py", "target": "deepseek_test_judge_eval_test_endpoints", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/deepseek_test_judge_eval.py", "source_location": "L327", "weight": 1.0, "_src": "eval_models_deepseek_test_judge_eval_py", "_tgt": "deepseek_test_judge_eval_test_baseline_stability", "source": "eval_models_deepseek_test_judge_eval_py", "target": "deepseek_test_judge_eval_test_baseline_stability", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/deepseek_test_judge_eval.py", "source_location": "L349", "weight": 1.0, "_src": "eval_models_deepseek_test_judge_eval_py", "_tgt": "deepseek_test_judge_eval_test_llm_agent", "source": "eval_models_deepseek_test_judge_eval_py", "target": "deepseek_test_judge_eval_test_llm_agent", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/deepseek_test_judge_eval.py", "source_location": "L390", "weight": 1.0, "_src": "eval_models_deepseek_test_judge_eval_py", "_tgt": "deepseek_test_judge_eval_test_llm_all_tasks", "source": "eval_models_deepseek_test_judge_eval_py", "target": "deepseek_test_judge_eval_test_llm_all_tasks", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/deepseek_test_judge_eval.py", "source_location": "L405", "weight": 1.0, "_src": "eval_models_deepseek_test_judge_eval_py", "_tgt": "deepseek_test_judge_eval_test_variance", "source": "eval_models_deepseek_test_judge_eval_py", "target": "deepseek_test_judge_eval_test_variance", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/deepseek_test_judge_eval.py", "source_location": "L103", "weight": 1.0, "_src": "deepseek_test_judge_eval_http_post", "_tgt": "deepseek_test_judge_eval_retry", "source": "deepseek_test_judge_eval_retry", "target": "deepseek_test_judge_eval_http_post", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/deepseek_test_judge_eval.py", "source_location": "L113", "weight": 1.0, "_src": "deepseek_test_judge_eval_http_get", "_tgt": "deepseek_test_judge_eval_retry", "source": "deepseek_test_judge_eval_retry", "target": "deepseek_test_judge_eval_http_get", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/deepseek_test_judge_eval.py", "source_location": "L81", "weight": 1.0, "_src": "deepseek_test_judge_eval_rationale_81", "_tgt": "deepseek_test_judge_eval_retry", "source": "deepseek_test_judge_eval_retry", "target": "deepseek_test_judge_eval_rationale_81", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/deepseek_test_judge_eval.py", "source_location": "L318", "weight": 1.0, "_src": "deepseek_test_judge_eval_test_endpoints", "_tgt": "deepseek_test_judge_eval_http_post", "source": "deepseek_test_judge_eval_http_post", "target": "deepseek_test_judge_eval_test_endpoints", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/deepseek_test_judge_eval.py", "source_location": "L335", "weight": 1.0, "_src": "deepseek_test_judge_eval_test_baseline_stability", "_tgt": "deepseek_test_judge_eval_http_post", "source": "deepseek_test_judge_eval_http_post", "target": "deepseek_test_judge_eval_test_baseline_stability", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/deepseek_test_judge_eval.py", "source_location": "L355", "weight": 1.0, "_src": "deepseek_test_judge_eval_test_llm_agent", "_tgt": "deepseek_test_judge_eval_http_post", "source": "deepseek_test_judge_eval_http_post", "target": "deepseek_test_judge_eval_test_llm_agent", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/deepseek_test_judge_eval.py", "source_location": "L316", "weight": 1.0, "_src": "deepseek_test_judge_eval_test_endpoints", "_tgt": "deepseek_test_judge_eval_http_get", "source": "deepseek_test_judge_eval_http_get", "target": "deepseek_test_judge_eval_test_endpoints", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/deepseek_test_judge_eval.py", "source_location": "L384", "weight": 1.0, "_src": "deepseek_test_judge_eval_test_llm_agent", "_tgt": "deepseek_test_judge_eval_http_get", "source": "deepseek_test_judge_eval_http_get", "target": "deepseek_test_judge_eval_test_llm_agent", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/deepseek_test_judge_eval.py", "source_location": "L121", "weight": 1.0, "_src": "deepseek_test_judge_eval_rationale_121", "_tgt": "deepseek_test_judge_eval_call_hf", "source": "deepseek_test_judge_eval_call_hf", "target": "deepseek_test_judge_eval_rationale_121", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/deepseek_test_judge_eval.py", "source_location": "L137", "weight": 1.0, "_src": "deepseek_test_judge_eval_rationale_137", "_tgt": "deepseek_test_judge_eval_call_bedrock", "source": "deepseek_test_judge_eval_call_bedrock", "target": "deepseek_test_judge_eval_rationale_137", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/deepseek_test_judge_eval.py", "source_location": "L363", "weight": 1.0, "_src": "deepseek_test_judge_eval_test_llm_agent", "_tgt": "deepseek_test_judge_eval_call_llm", "source": "deepseek_test_judge_eval_call_llm", "target": "deepseek_test_judge_eval_test_llm_agent", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/deepseek_test_judge_eval.py", "source_location": "L184", "weight": 1.0, "_src": "deepseek_test_judge_eval_rationale_184", "_tgt": "deepseek_test_judge_eval_call_llm", "source": "deepseek_test_judge_eval_call_llm", "target": "deepseek_test_judge_eval_rationale_184", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/deepseek_test_judge_eval.py", "source_location": "L362", "weight": 1.0, "_src": "deepseek_test_judge_eval_test_llm_agent", "_tgt": "deepseek_test_judge_eval_format_obs", "source": "deepseek_test_judge_eval_format_obs", "target": "deepseek_test_judge_eval_test_llm_agent", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/deepseek_test_judge_eval.py", "source_location": "L206", "weight": 1.0, "_src": "deepseek_test_judge_eval_rationale_206", "_tgt": "deepseek_test_judge_eval_format_obs", "source": "deepseek_test_judge_eval_format_obs", "target": "deepseek_test_judge_eval_rationale_206", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/deepseek_test_judge_eval.py", "source_location": "L364", "weight": 1.0, "_src": "deepseek_test_judge_eval_test_llm_agent", "_tgt": "deepseek_test_judge_eval_parse_action", "source": "deepseek_test_judge_eval_parse_action", "target": "deepseek_test_judge_eval_test_llm_agent", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/deepseek_test_judge_eval.py", "source_location": "L264", "weight": 1.0, "_src": "deepseek_test_judge_eval_rationale_264", "_tgt": "deepseek_test_judge_eval_parse_action", "source": "deepseek_test_judge_eval_parse_action", "target": "deepseek_test_judge_eval_rationale_264", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/deepseek_test_judge_eval.py", "source_location": "L292", "weight": 1.0, "_src": "deepseek_test_judge_eval_rationale_292", "_tgt": "deepseek_test_judge_eval_test_endpoints", "source": "deepseek_test_judge_eval_test_endpoints", "target": "deepseek_test_judge_eval_rationale_292", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/deepseek_test_judge_eval.py", "source_location": "L328", "weight": 1.0, "_src": "deepseek_test_judge_eval_rationale_328", "_tgt": "deepseek_test_judge_eval_test_baseline_stability", "source": "deepseek_test_judge_eval_test_baseline_stability", "target": "deepseek_test_judge_eval_rationale_328", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/deepseek_test_judge_eval.py", "source_location": "L399", "weight": 1.0, "_src": "deepseek_test_judge_eval_test_llm_all_tasks", "_tgt": "deepseek_test_judge_eval_test_llm_agent", "source": "deepseek_test_judge_eval_test_llm_agent", "target": "deepseek_test_judge_eval_test_llm_all_tasks", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/deepseek_test_judge_eval.py", "source_location": "L414", "weight": 1.0, "_src": "deepseek_test_judge_eval_test_variance", "_tgt": "deepseek_test_judge_eval_test_llm_agent", "source": "deepseek_test_judge_eval_test_llm_agent", "target": "deepseek_test_judge_eval_test_variance", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/deepseek_test_judge_eval.py", "source_location": "L350", "weight": 1.0, "_src": "deepseek_test_judge_eval_rationale_350", "_tgt": "deepseek_test_judge_eval_test_llm_agent", "source": "deepseek_test_judge_eval_test_llm_agent", "target": "deepseek_test_judge_eval_rationale_350", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/deepseek_test_judge_eval.py", "source_location": "L391", "weight": 1.0, "_src": "deepseek_test_judge_eval_rationale_391", "_tgt": "deepseek_test_judge_eval_test_llm_all_tasks", "source": "deepseek_test_judge_eval_test_llm_all_tasks", "target": "deepseek_test_judge_eval_rationale_391", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/deepseek_test_judge_eval.py", "source_location": "L406", "weight": 1.0, "_src": "deepseek_test_judge_eval_rationale_406", "_tgt": "deepseek_test_judge_eval_test_variance", "source": "deepseek_test_judge_eval_test_variance", "target": "deepseek_test_judge_eval_rationale_406", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/gemma_test_judge_eval.py", "source_location": "L80", "weight": 1.0, "_src": "eval_models_gemma_test_judge_eval_py", "_tgt": "gemma_test_judge_eval_retry", "source": "eval_models_gemma_test_judge_eval_py", "target": "gemma_test_judge_eval_retry", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/gemma_test_judge_eval.py", "source_location": "L93", "weight": 1.0, "_src": "eval_models_gemma_test_judge_eval_py", "_tgt": "gemma_test_judge_eval_http_post", "source": "eval_models_gemma_test_judge_eval_py", "target": "gemma_test_judge_eval_http_post", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/gemma_test_judge_eval.py", "source_location": "L106", "weight": 1.0, "_src": "eval_models_gemma_test_judge_eval_py", "_tgt": "gemma_test_judge_eval_http_get", "source": "eval_models_gemma_test_judge_eval_py", "target": "gemma_test_judge_eval_http_get", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/gemma_test_judge_eval.py", "source_location": "L120", "weight": 1.0, "_src": "eval_models_gemma_test_judge_eval_py", "_tgt": "gemma_test_judge_eval_call_hf", "source": "eval_models_gemma_test_judge_eval_py", "target": "gemma_test_judge_eval_call_hf", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/gemma_test_judge_eval.py", "source_location": "L136", "weight": 1.0, "_src": "eval_models_gemma_test_judge_eval_py", "_tgt": "gemma_test_judge_eval_call_bedrock", "source": "eval_models_gemma_test_judge_eval_py", "target": "gemma_test_judge_eval_call_bedrock", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/gemma_test_judge_eval.py", "source_location": "L183", "weight": 1.0, "_src": "eval_models_gemma_test_judge_eval_py", "_tgt": "gemma_test_judge_eval_call_llm", "source": "eval_models_gemma_test_judge_eval_py", "target": "gemma_test_judge_eval_call_llm", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/gemma_test_judge_eval.py", "source_location": "L205", "weight": 1.0, "_src": "eval_models_gemma_test_judge_eval_py", "_tgt": "gemma_test_judge_eval_format_obs", "source": "eval_models_gemma_test_judge_eval_py", "target": "gemma_test_judge_eval_format_obs", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/gemma_test_judge_eval.py", "source_location": "L263", "weight": 1.0, "_src": "eval_models_gemma_test_judge_eval_py", "_tgt": "gemma_test_judge_eval_parse_action", "source": "eval_models_gemma_test_judge_eval_py", "target": "gemma_test_judge_eval_parse_action", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/gemma_test_judge_eval.py", "source_location": "L291", "weight": 1.0, "_src": "eval_models_gemma_test_judge_eval_py", "_tgt": "gemma_test_judge_eval_test_endpoints", "source": "eval_models_gemma_test_judge_eval_py", "target": "gemma_test_judge_eval_test_endpoints", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/gemma_test_judge_eval.py", "source_location": "L327", "weight": 1.0, "_src": "eval_models_gemma_test_judge_eval_py", "_tgt": "gemma_test_judge_eval_test_baseline_stability", "source": "eval_models_gemma_test_judge_eval_py", "target": "gemma_test_judge_eval_test_baseline_stability", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/gemma_test_judge_eval.py", "source_location": "L349", "weight": 1.0, "_src": "eval_models_gemma_test_judge_eval_py", "_tgt": "gemma_test_judge_eval_test_llm_agent", "source": "eval_models_gemma_test_judge_eval_py", "target": "gemma_test_judge_eval_test_llm_agent", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/gemma_test_judge_eval.py", "source_location": "L390", "weight": 1.0, "_src": "eval_models_gemma_test_judge_eval_py", "_tgt": "gemma_test_judge_eval_test_llm_all_tasks", "source": "eval_models_gemma_test_judge_eval_py", "target": "gemma_test_judge_eval_test_llm_all_tasks", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/gemma_test_judge_eval.py", "source_location": "L405", "weight": 1.0, "_src": "eval_models_gemma_test_judge_eval_py", "_tgt": "gemma_test_judge_eval_test_variance", "source": "eval_models_gemma_test_judge_eval_py", "target": "gemma_test_judge_eval_test_variance", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/gemma_test_judge_eval.py", "source_location": "L103", "weight": 1.0, "_src": "gemma_test_judge_eval_http_post", "_tgt": "gemma_test_judge_eval_retry", "source": "gemma_test_judge_eval_retry", "target": "gemma_test_judge_eval_http_post", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/gemma_test_judge_eval.py", "source_location": "L113", "weight": 1.0, "_src": "gemma_test_judge_eval_http_get", "_tgt": "gemma_test_judge_eval_retry", "source": "gemma_test_judge_eval_retry", "target": "gemma_test_judge_eval_http_get", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/gemma_test_judge_eval.py", "source_location": "L81", "weight": 1.0, "_src": "gemma_test_judge_eval_rationale_81", "_tgt": "gemma_test_judge_eval_retry", "source": "gemma_test_judge_eval_retry", "target": "gemma_test_judge_eval_rationale_81", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/gemma_test_judge_eval.py", "source_location": "L318", "weight": 1.0, "_src": "gemma_test_judge_eval_test_endpoints", "_tgt": "gemma_test_judge_eval_http_post", "source": "gemma_test_judge_eval_http_post", "target": "gemma_test_judge_eval_test_endpoints", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/gemma_test_judge_eval.py", "source_location": "L335", "weight": 1.0, "_src": "gemma_test_judge_eval_test_baseline_stability", "_tgt": "gemma_test_judge_eval_http_post", "source": "gemma_test_judge_eval_http_post", "target": "gemma_test_judge_eval_test_baseline_stability", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/gemma_test_judge_eval.py", "source_location": "L355", "weight": 1.0, "_src": "gemma_test_judge_eval_test_llm_agent", "_tgt": "gemma_test_judge_eval_http_post", "source": "gemma_test_judge_eval_http_post", "target": "gemma_test_judge_eval_test_llm_agent", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/gemma_test_judge_eval.py", "source_location": "L316", "weight": 1.0, "_src": "gemma_test_judge_eval_test_endpoints", "_tgt": "gemma_test_judge_eval_http_get", "source": "gemma_test_judge_eval_http_get", "target": "gemma_test_judge_eval_test_endpoints", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/gemma_test_judge_eval.py", "source_location": "L384", "weight": 1.0, "_src": "gemma_test_judge_eval_test_llm_agent", "_tgt": "gemma_test_judge_eval_http_get", "source": "gemma_test_judge_eval_http_get", "target": "gemma_test_judge_eval_test_llm_agent", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/gemma_test_judge_eval.py", "source_location": "L121", "weight": 1.0, "_src": "gemma_test_judge_eval_rationale_121", "_tgt": "gemma_test_judge_eval_call_hf", "source": "gemma_test_judge_eval_call_hf", "target": "gemma_test_judge_eval_rationale_121", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/gemma_test_judge_eval.py", "source_location": "L137", "weight": 1.0, "_src": "gemma_test_judge_eval_rationale_137", "_tgt": "gemma_test_judge_eval_call_bedrock", "source": "gemma_test_judge_eval_call_bedrock", "target": "gemma_test_judge_eval_rationale_137", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/gemma_test_judge_eval.py", "source_location": "L363", "weight": 1.0, "_src": "gemma_test_judge_eval_test_llm_agent", "_tgt": "gemma_test_judge_eval_call_llm", "source": "gemma_test_judge_eval_call_llm", "target": "gemma_test_judge_eval_test_llm_agent", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/gemma_test_judge_eval.py", "source_location": "L184", "weight": 1.0, "_src": "gemma_test_judge_eval_rationale_184", "_tgt": "gemma_test_judge_eval_call_llm", "source": "gemma_test_judge_eval_call_llm", "target": "gemma_test_judge_eval_rationale_184", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/gemma_test_judge_eval.py", "source_location": "L362", "weight": 1.0, "_src": "gemma_test_judge_eval_test_llm_agent", "_tgt": "gemma_test_judge_eval_format_obs", "source": "gemma_test_judge_eval_format_obs", "target": "gemma_test_judge_eval_test_llm_agent", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/gemma_test_judge_eval.py", "source_location": "L206", "weight": 1.0, "_src": "gemma_test_judge_eval_rationale_206", "_tgt": "gemma_test_judge_eval_format_obs", "source": "gemma_test_judge_eval_format_obs", "target": "gemma_test_judge_eval_rationale_206", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/gemma_test_judge_eval.py", "source_location": "L364", "weight": 1.0, "_src": "gemma_test_judge_eval_test_llm_agent", "_tgt": "gemma_test_judge_eval_parse_action", "source": "gemma_test_judge_eval_parse_action", "target": "gemma_test_judge_eval_test_llm_agent", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/gemma_test_judge_eval.py", "source_location": "L264", "weight": 1.0, "_src": "gemma_test_judge_eval_rationale_264", "_tgt": "gemma_test_judge_eval_parse_action", "source": "gemma_test_judge_eval_parse_action", "target": "gemma_test_judge_eval_rationale_264", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/gemma_test_judge_eval.py", "source_location": "L292", "weight": 1.0, "_src": "gemma_test_judge_eval_rationale_292", "_tgt": "gemma_test_judge_eval_test_endpoints", "source": "gemma_test_judge_eval_test_endpoints", "target": "gemma_test_judge_eval_rationale_292", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/gemma_test_judge_eval.py", "source_location": "L328", "weight": 1.0, "_src": "gemma_test_judge_eval_rationale_328", "_tgt": "gemma_test_judge_eval_test_baseline_stability", "source": "gemma_test_judge_eval_test_baseline_stability", "target": "gemma_test_judge_eval_rationale_328", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/gemma_test_judge_eval.py", "source_location": "L399", "weight": 1.0, "_src": "gemma_test_judge_eval_test_llm_all_tasks", "_tgt": "gemma_test_judge_eval_test_llm_agent", "source": "gemma_test_judge_eval_test_llm_agent", "target": "gemma_test_judge_eval_test_llm_all_tasks", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/gemma_test_judge_eval.py", "source_location": "L414", "weight": 1.0, "_src": "gemma_test_judge_eval_test_variance", "_tgt": "gemma_test_judge_eval_test_llm_agent", "source": "gemma_test_judge_eval_test_llm_agent", "target": "gemma_test_judge_eval_test_variance", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/gemma_test_judge_eval.py", "source_location": "L350", "weight": 1.0, "_src": "gemma_test_judge_eval_rationale_350", "_tgt": "gemma_test_judge_eval_test_llm_agent", "source": "gemma_test_judge_eval_test_llm_agent", "target": "gemma_test_judge_eval_rationale_350", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/gemma_test_judge_eval.py", "source_location": "L391", "weight": 1.0, "_src": "gemma_test_judge_eval_rationale_391", "_tgt": "gemma_test_judge_eval_test_llm_all_tasks", "source": "gemma_test_judge_eval_test_llm_all_tasks", "target": "gemma_test_judge_eval_rationale_391", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/gemma_test_judge_eval.py", "source_location": "L406", "weight": 1.0, "_src": "gemma_test_judge_eval_rationale_406", "_tgt": "gemma_test_judge_eval_test_variance", "source": "gemma_test_judge_eval_test_variance", "target": "gemma_test_judge_eval_rationale_406", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/mistral_test_judge_eval.py", "source_location": "L80", "weight": 1.0, "_src": "eval_models_mistral_test_judge_eval_py", "_tgt": "mistral_test_judge_eval_retry", "source": "eval_models_mistral_test_judge_eval_py", "target": "mistral_test_judge_eval_retry", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/mistral_test_judge_eval.py", "source_location": "L93", "weight": 1.0, "_src": "eval_models_mistral_test_judge_eval_py", "_tgt": "mistral_test_judge_eval_http_post", "source": "eval_models_mistral_test_judge_eval_py", "target": "mistral_test_judge_eval_http_post", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/mistral_test_judge_eval.py", "source_location": "L106", "weight": 1.0, "_src": "eval_models_mistral_test_judge_eval_py", "_tgt": "mistral_test_judge_eval_http_get", "source": "eval_models_mistral_test_judge_eval_py", "target": "mistral_test_judge_eval_http_get", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/mistral_test_judge_eval.py", "source_location": "L120", "weight": 1.0, "_src": "eval_models_mistral_test_judge_eval_py", "_tgt": "mistral_test_judge_eval_call_hf", "source": "eval_models_mistral_test_judge_eval_py", "target": "mistral_test_judge_eval_call_hf", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/mistral_test_judge_eval.py", "source_location": "L136", "weight": 1.0, "_src": "eval_models_mistral_test_judge_eval_py", "_tgt": "mistral_test_judge_eval_call_bedrock", "source": "eval_models_mistral_test_judge_eval_py", "target": "mistral_test_judge_eval_call_bedrock", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/mistral_test_judge_eval.py", "source_location": "L183", "weight": 1.0, "_src": "eval_models_mistral_test_judge_eval_py", "_tgt": "mistral_test_judge_eval_call_llm", "source": "eval_models_mistral_test_judge_eval_py", "target": "mistral_test_judge_eval_call_llm", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/mistral_test_judge_eval.py", "source_location": "L205", "weight": 1.0, "_src": "eval_models_mistral_test_judge_eval_py", "_tgt": "mistral_test_judge_eval_format_obs", "source": "eval_models_mistral_test_judge_eval_py", "target": "mistral_test_judge_eval_format_obs", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/mistral_test_judge_eval.py", "source_location": "L263", "weight": 1.0, "_src": "eval_models_mistral_test_judge_eval_py", "_tgt": "mistral_test_judge_eval_parse_action", "source": "eval_models_mistral_test_judge_eval_py", "target": "mistral_test_judge_eval_parse_action", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/mistral_test_judge_eval.py", "source_location": "L291", "weight": 1.0, "_src": "eval_models_mistral_test_judge_eval_py", "_tgt": "mistral_test_judge_eval_test_endpoints", "source": "eval_models_mistral_test_judge_eval_py", "target": "mistral_test_judge_eval_test_endpoints", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/mistral_test_judge_eval.py", "source_location": "L327", "weight": 1.0, "_src": "eval_models_mistral_test_judge_eval_py", "_tgt": "mistral_test_judge_eval_test_baseline_stability", "source": "eval_models_mistral_test_judge_eval_py", "target": "mistral_test_judge_eval_test_baseline_stability", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/mistral_test_judge_eval.py", "source_location": "L349", "weight": 1.0, "_src": "eval_models_mistral_test_judge_eval_py", "_tgt": "mistral_test_judge_eval_test_llm_agent", "source": "eval_models_mistral_test_judge_eval_py", "target": "mistral_test_judge_eval_test_llm_agent", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/mistral_test_judge_eval.py", "source_location": "L390", "weight": 1.0, "_src": "eval_models_mistral_test_judge_eval_py", "_tgt": "mistral_test_judge_eval_test_llm_all_tasks", "source": "eval_models_mistral_test_judge_eval_py", "target": "mistral_test_judge_eval_test_llm_all_tasks", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/mistral_test_judge_eval.py", "source_location": "L405", "weight": 1.0, "_src": "eval_models_mistral_test_judge_eval_py", "_tgt": "mistral_test_judge_eval_test_variance", "source": "eval_models_mistral_test_judge_eval_py", "target": "mistral_test_judge_eval_test_variance", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/mistral_test_judge_eval.py", "source_location": "L103", "weight": 1.0, "_src": "mistral_test_judge_eval_http_post", "_tgt": "mistral_test_judge_eval_retry", "source": "mistral_test_judge_eval_retry", "target": "mistral_test_judge_eval_http_post", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/mistral_test_judge_eval.py", "source_location": "L113", "weight": 1.0, "_src": "mistral_test_judge_eval_http_get", "_tgt": "mistral_test_judge_eval_retry", "source": "mistral_test_judge_eval_retry", "target": "mistral_test_judge_eval_http_get", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/mistral_test_judge_eval.py", "source_location": "L81", "weight": 1.0, "_src": "mistral_test_judge_eval_rationale_81", "_tgt": "mistral_test_judge_eval_retry", "source": "mistral_test_judge_eval_retry", "target": "mistral_test_judge_eval_rationale_81", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/mistral_test_judge_eval.py", "source_location": "L318", "weight": 1.0, "_src": "mistral_test_judge_eval_test_endpoints", "_tgt": "mistral_test_judge_eval_http_post", "source": "mistral_test_judge_eval_http_post", "target": "mistral_test_judge_eval_test_endpoints", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/mistral_test_judge_eval.py", "source_location": "L335", "weight": 1.0, "_src": "mistral_test_judge_eval_test_baseline_stability", "_tgt": "mistral_test_judge_eval_http_post", "source": "mistral_test_judge_eval_http_post", "target": "mistral_test_judge_eval_test_baseline_stability", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/mistral_test_judge_eval.py", "source_location": "L355", "weight": 1.0, "_src": "mistral_test_judge_eval_test_llm_agent", "_tgt": "mistral_test_judge_eval_http_post", "source": "mistral_test_judge_eval_http_post", "target": "mistral_test_judge_eval_test_llm_agent", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/mistral_test_judge_eval.py", "source_location": "L316", "weight": 1.0, "_src": "mistral_test_judge_eval_test_endpoints", "_tgt": "mistral_test_judge_eval_http_get", "source": "mistral_test_judge_eval_http_get", "target": "mistral_test_judge_eval_test_endpoints", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/mistral_test_judge_eval.py", "source_location": "L384", "weight": 1.0, "_src": "mistral_test_judge_eval_test_llm_agent", "_tgt": "mistral_test_judge_eval_http_get", "source": "mistral_test_judge_eval_http_get", "target": "mistral_test_judge_eval_test_llm_agent", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/mistral_test_judge_eval.py", "source_location": "L121", "weight": 1.0, "_src": "mistral_test_judge_eval_rationale_121", "_tgt": "mistral_test_judge_eval_call_hf", "source": "mistral_test_judge_eval_call_hf", "target": "mistral_test_judge_eval_rationale_121", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/mistral_test_judge_eval.py", "source_location": "L137", "weight": 1.0, "_src": "mistral_test_judge_eval_rationale_137", "_tgt": "mistral_test_judge_eval_call_bedrock", "source": "mistral_test_judge_eval_call_bedrock", "target": "mistral_test_judge_eval_rationale_137", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/mistral_test_judge_eval.py", "source_location": "L363", "weight": 1.0, "_src": "mistral_test_judge_eval_test_llm_agent", "_tgt": "mistral_test_judge_eval_call_llm", "source": "mistral_test_judge_eval_call_llm", "target": "mistral_test_judge_eval_test_llm_agent", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/mistral_test_judge_eval.py", "source_location": "L184", "weight": 1.0, "_src": "mistral_test_judge_eval_rationale_184", "_tgt": "mistral_test_judge_eval_call_llm", "source": "mistral_test_judge_eval_call_llm", "target": "mistral_test_judge_eval_rationale_184", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/mistral_test_judge_eval.py", "source_location": "L362", "weight": 1.0, "_src": "mistral_test_judge_eval_test_llm_agent", "_tgt": "mistral_test_judge_eval_format_obs", "source": "mistral_test_judge_eval_format_obs", "target": "mistral_test_judge_eval_test_llm_agent", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/mistral_test_judge_eval.py", "source_location": "L206", "weight": 1.0, "_src": "mistral_test_judge_eval_rationale_206", "_tgt": "mistral_test_judge_eval_format_obs", "source": "mistral_test_judge_eval_format_obs", "target": "mistral_test_judge_eval_rationale_206", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/mistral_test_judge_eval.py", "source_location": "L364", "weight": 1.0, "_src": "mistral_test_judge_eval_test_llm_agent", "_tgt": "mistral_test_judge_eval_parse_action", "source": "mistral_test_judge_eval_parse_action", "target": "mistral_test_judge_eval_test_llm_agent", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/mistral_test_judge_eval.py", "source_location": "L264", "weight": 1.0, "_src": "mistral_test_judge_eval_rationale_264", "_tgt": "mistral_test_judge_eval_parse_action", "source": "mistral_test_judge_eval_parse_action", "target": "mistral_test_judge_eval_rationale_264", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/mistral_test_judge_eval.py", "source_location": "L292", "weight": 1.0, "_src": "mistral_test_judge_eval_rationale_292", "_tgt": "mistral_test_judge_eval_test_endpoints", "source": "mistral_test_judge_eval_test_endpoints", "target": "mistral_test_judge_eval_rationale_292", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/mistral_test_judge_eval.py", "source_location": "L328", "weight": 1.0, "_src": "mistral_test_judge_eval_rationale_328", "_tgt": "mistral_test_judge_eval_test_baseline_stability", "source": "mistral_test_judge_eval_test_baseline_stability", "target": "mistral_test_judge_eval_rationale_328", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/mistral_test_judge_eval.py", "source_location": "L399", "weight": 1.0, "_src": "mistral_test_judge_eval_test_llm_all_tasks", "_tgt": "mistral_test_judge_eval_test_llm_agent", "source": "mistral_test_judge_eval_test_llm_agent", "target": "mistral_test_judge_eval_test_llm_all_tasks", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/mistral_test_judge_eval.py", "source_location": "L414", "weight": 1.0, "_src": "mistral_test_judge_eval_test_variance", "_tgt": "mistral_test_judge_eval_test_llm_agent", "source": "mistral_test_judge_eval_test_llm_agent", "target": "mistral_test_judge_eval_test_variance", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/mistral_test_judge_eval.py", "source_location": "L350", "weight": 1.0, "_src": "mistral_test_judge_eval_rationale_350", "_tgt": "mistral_test_judge_eval_test_llm_agent", "source": "mistral_test_judge_eval_test_llm_agent", "target": "mistral_test_judge_eval_rationale_350", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/mistral_test_judge_eval.py", "source_location": "L391", "weight": 1.0, "_src": "mistral_test_judge_eval_rationale_391", "_tgt": "mistral_test_judge_eval_test_llm_all_tasks", "source": "mistral_test_judge_eval_test_llm_all_tasks", "target": "mistral_test_judge_eval_rationale_391", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/mistral_test_judge_eval.py", "source_location": "L406", "weight": 1.0, "_src": "mistral_test_judge_eval_rationale_406", "_tgt": "mistral_test_judge_eval_test_variance", "source": "mistral_test_judge_eval_test_variance", "target": "mistral_test_judge_eval_rationale_406", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/llama_test_judge_eval.py", "source_location": "L80", "weight": 1.0, "_src": "eval_models_llama_test_judge_eval_py", "_tgt": "llama_test_judge_eval_retry", "source": "eval_models_llama_test_judge_eval_py", "target": "llama_test_judge_eval_retry", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/llama_test_judge_eval.py", "source_location": "L93", "weight": 1.0, "_src": "eval_models_llama_test_judge_eval_py", "_tgt": "llama_test_judge_eval_http_post", "source": "eval_models_llama_test_judge_eval_py", "target": "llama_test_judge_eval_http_post", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/llama_test_judge_eval.py", "source_location": "L106", "weight": 1.0, "_src": "eval_models_llama_test_judge_eval_py", "_tgt": "llama_test_judge_eval_http_get", "source": "eval_models_llama_test_judge_eval_py", "target": "llama_test_judge_eval_http_get", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/llama_test_judge_eval.py", "source_location": "L120", "weight": 1.0, "_src": "eval_models_llama_test_judge_eval_py", "_tgt": "llama_test_judge_eval_call_hf", "source": "eval_models_llama_test_judge_eval_py", "target": "llama_test_judge_eval_call_hf", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/llama_test_judge_eval.py", "source_location": "L136", "weight": 1.0, "_src": "eval_models_llama_test_judge_eval_py", "_tgt": "llama_test_judge_eval_call_bedrock", "source": "eval_models_llama_test_judge_eval_py", "target": "llama_test_judge_eval_call_bedrock", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/llama_test_judge_eval.py", "source_location": "L183", "weight": 1.0, "_src": "eval_models_llama_test_judge_eval_py", "_tgt": "llama_test_judge_eval_call_llm", "source": "eval_models_llama_test_judge_eval_py", "target": "llama_test_judge_eval_call_llm", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/llama_test_judge_eval.py", "source_location": "L205", "weight": 1.0, "_src": "eval_models_llama_test_judge_eval_py", "_tgt": "llama_test_judge_eval_format_obs", "source": "eval_models_llama_test_judge_eval_py", "target": "llama_test_judge_eval_format_obs", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/llama_test_judge_eval.py", "source_location": "L263", "weight": 1.0, "_src": "eval_models_llama_test_judge_eval_py", "_tgt": "llama_test_judge_eval_parse_action", "source": "eval_models_llama_test_judge_eval_py", "target": "llama_test_judge_eval_parse_action", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/llama_test_judge_eval.py", "source_location": "L291", "weight": 1.0, "_src": "eval_models_llama_test_judge_eval_py", "_tgt": "llama_test_judge_eval_test_endpoints", "source": "eval_models_llama_test_judge_eval_py", "target": "llama_test_judge_eval_test_endpoints", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/llama_test_judge_eval.py", "source_location": "L327", "weight": 1.0, "_src": "eval_models_llama_test_judge_eval_py", "_tgt": "llama_test_judge_eval_test_baseline_stability", "source": "eval_models_llama_test_judge_eval_py", "target": "llama_test_judge_eval_test_baseline_stability", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/llama_test_judge_eval.py", "source_location": "L349", "weight": 1.0, "_src": "eval_models_llama_test_judge_eval_py", "_tgt": "llama_test_judge_eval_test_llm_agent", "source": "eval_models_llama_test_judge_eval_py", "target": "llama_test_judge_eval_test_llm_agent", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/llama_test_judge_eval.py", "source_location": "L390", "weight": 1.0, "_src": "eval_models_llama_test_judge_eval_py", "_tgt": "llama_test_judge_eval_test_llm_all_tasks", "source": "eval_models_llama_test_judge_eval_py", "target": "llama_test_judge_eval_test_llm_all_tasks", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/llama_test_judge_eval.py", "source_location": "L405", "weight": 1.0, "_src": "eval_models_llama_test_judge_eval_py", "_tgt": "llama_test_judge_eval_test_variance", "source": "eval_models_llama_test_judge_eval_py", "target": "llama_test_judge_eval_test_variance", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/llama_test_judge_eval.py", "source_location": "L103", "weight": 1.0, "_src": "llama_test_judge_eval_http_post", "_tgt": "llama_test_judge_eval_retry", "source": "llama_test_judge_eval_retry", "target": "llama_test_judge_eval_http_post", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/llama_test_judge_eval.py", "source_location": "L113", "weight": 1.0, "_src": "llama_test_judge_eval_http_get", "_tgt": "llama_test_judge_eval_retry", "source": "llama_test_judge_eval_retry", "target": "llama_test_judge_eval_http_get", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/llama_test_judge_eval.py", "source_location": "L81", "weight": 1.0, "_src": "llama_test_judge_eval_rationale_81", "_tgt": "llama_test_judge_eval_retry", "source": "llama_test_judge_eval_retry", "target": "llama_test_judge_eval_rationale_81", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/llama_test_judge_eval.py", "source_location": "L318", "weight": 1.0, "_src": "llama_test_judge_eval_test_endpoints", "_tgt": "llama_test_judge_eval_http_post", "source": "llama_test_judge_eval_http_post", "target": "llama_test_judge_eval_test_endpoints", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/llama_test_judge_eval.py", "source_location": "L335", "weight": 1.0, "_src": "llama_test_judge_eval_test_baseline_stability", "_tgt": "llama_test_judge_eval_http_post", "source": "llama_test_judge_eval_http_post", "target": "llama_test_judge_eval_test_baseline_stability", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/llama_test_judge_eval.py", "source_location": "L355", "weight": 1.0, "_src": "llama_test_judge_eval_test_llm_agent", "_tgt": "llama_test_judge_eval_http_post", "source": "llama_test_judge_eval_http_post", "target": "llama_test_judge_eval_test_llm_agent", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/llama_test_judge_eval.py", "source_location": "L316", "weight": 1.0, "_src": "llama_test_judge_eval_test_endpoints", "_tgt": "llama_test_judge_eval_http_get", "source": "llama_test_judge_eval_http_get", "target": "llama_test_judge_eval_test_endpoints", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/llama_test_judge_eval.py", "source_location": "L384", "weight": 1.0, "_src": "llama_test_judge_eval_test_llm_agent", "_tgt": "llama_test_judge_eval_http_get", "source": "llama_test_judge_eval_http_get", "target": "llama_test_judge_eval_test_llm_agent", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/llama_test_judge_eval.py", "source_location": "L121", "weight": 1.0, "_src": "llama_test_judge_eval_rationale_121", "_tgt": "llama_test_judge_eval_call_hf", "source": "llama_test_judge_eval_call_hf", "target": "llama_test_judge_eval_rationale_121", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/llama_test_judge_eval.py", "source_location": "L137", "weight": 1.0, "_src": "llama_test_judge_eval_rationale_137", "_tgt": "llama_test_judge_eval_call_bedrock", "source": "llama_test_judge_eval_call_bedrock", "target": "llama_test_judge_eval_rationale_137", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/llama_test_judge_eval.py", "source_location": "L363", "weight": 1.0, "_src": "llama_test_judge_eval_test_llm_agent", "_tgt": "llama_test_judge_eval_call_llm", "source": "llama_test_judge_eval_call_llm", "target": "llama_test_judge_eval_test_llm_agent", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/llama_test_judge_eval.py", "source_location": "L184", "weight": 1.0, "_src": "llama_test_judge_eval_rationale_184", "_tgt": "llama_test_judge_eval_call_llm", "source": "llama_test_judge_eval_call_llm", "target": "llama_test_judge_eval_rationale_184", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/llama_test_judge_eval.py", "source_location": "L362", "weight": 1.0, "_src": "llama_test_judge_eval_test_llm_agent", "_tgt": "llama_test_judge_eval_format_obs", "source": "llama_test_judge_eval_format_obs", "target": "llama_test_judge_eval_test_llm_agent", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/llama_test_judge_eval.py", "source_location": "L206", "weight": 1.0, "_src": "llama_test_judge_eval_rationale_206", "_tgt": "llama_test_judge_eval_format_obs", "source": "llama_test_judge_eval_format_obs", "target": "llama_test_judge_eval_rationale_206", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/llama_test_judge_eval.py", "source_location": "L364", "weight": 1.0, "_src": "llama_test_judge_eval_test_llm_agent", "_tgt": "llama_test_judge_eval_parse_action", "source": "llama_test_judge_eval_parse_action", "target": "llama_test_judge_eval_test_llm_agent", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/llama_test_judge_eval.py", "source_location": "L264", "weight": 1.0, "_src": "llama_test_judge_eval_rationale_264", "_tgt": "llama_test_judge_eval_parse_action", "source": "llama_test_judge_eval_parse_action", "target": "llama_test_judge_eval_rationale_264", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/llama_test_judge_eval.py", "source_location": "L292", "weight": 1.0, "_src": "llama_test_judge_eval_rationale_292", "_tgt": "llama_test_judge_eval_test_endpoints", "source": "llama_test_judge_eval_test_endpoints", "target": "llama_test_judge_eval_rationale_292", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/llama_test_judge_eval.py", "source_location": "L328", "weight": 1.0, "_src": "llama_test_judge_eval_rationale_328", "_tgt": "llama_test_judge_eval_test_baseline_stability", "source": "llama_test_judge_eval_test_baseline_stability", "target": "llama_test_judge_eval_rationale_328", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/llama_test_judge_eval.py", "source_location": "L399", "weight": 1.0, "_src": "llama_test_judge_eval_test_llm_all_tasks", "_tgt": "llama_test_judge_eval_test_llm_agent", "source": "llama_test_judge_eval_test_llm_agent", "target": "llama_test_judge_eval_test_llm_all_tasks", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/llama_test_judge_eval.py", "source_location": "L414", "weight": 1.0, "_src": "llama_test_judge_eval_test_variance", "_tgt": "llama_test_judge_eval_test_llm_agent", "source": "llama_test_judge_eval_test_llm_agent", "target": "llama_test_judge_eval_test_variance", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/llama_test_judge_eval.py", "source_location": "L350", "weight": 1.0, "_src": "llama_test_judge_eval_rationale_350", "_tgt": "llama_test_judge_eval_test_llm_agent", "source": "llama_test_judge_eval_test_llm_agent", "target": "llama_test_judge_eval_rationale_350", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/llama_test_judge_eval.py", "source_location": "L391", "weight": 1.0, "_src": "llama_test_judge_eval_rationale_391", "_tgt": "llama_test_judge_eval_test_llm_all_tasks", "source": "llama_test_judge_eval_test_llm_all_tasks", "target": "llama_test_judge_eval_rationale_391", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/llama_test_judge_eval.py", "source_location": "L406", "weight": 1.0, "_src": "llama_test_judge_eval_rationale_406", "_tgt": "llama_test_judge_eval_test_variance", "source": "llama_test_judge_eval_test_variance", "target": "llama_test_judge_eval_rationale_406", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/nvidia_test_judge_eval.py", "source_location": "L80", "weight": 1.0, "_src": "eval_models_nvidia_test_judge_eval_py", "_tgt": "nvidia_test_judge_eval_retry", "source": "eval_models_nvidia_test_judge_eval_py", "target": "nvidia_test_judge_eval_retry", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/nvidia_test_judge_eval.py", "source_location": "L93", "weight": 1.0, "_src": "eval_models_nvidia_test_judge_eval_py", "_tgt": "nvidia_test_judge_eval_http_post", "source": "eval_models_nvidia_test_judge_eval_py", "target": "nvidia_test_judge_eval_http_post", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/nvidia_test_judge_eval.py", "source_location": "L106", "weight": 1.0, "_src": "eval_models_nvidia_test_judge_eval_py", "_tgt": "nvidia_test_judge_eval_http_get", "source": "eval_models_nvidia_test_judge_eval_py", "target": "nvidia_test_judge_eval_http_get", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/nvidia_test_judge_eval.py", "source_location": "L120", "weight": 1.0, "_src": "eval_models_nvidia_test_judge_eval_py", "_tgt": "nvidia_test_judge_eval_call_hf", "source": "eval_models_nvidia_test_judge_eval_py", "target": "nvidia_test_judge_eval_call_hf", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/nvidia_test_judge_eval.py", "source_location": "L136", "weight": 1.0, "_src": "eval_models_nvidia_test_judge_eval_py", "_tgt": "nvidia_test_judge_eval_call_bedrock", "source": "eval_models_nvidia_test_judge_eval_py", "target": "nvidia_test_judge_eval_call_bedrock", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/nvidia_test_judge_eval.py", "source_location": "L183", "weight": 1.0, "_src": "eval_models_nvidia_test_judge_eval_py", "_tgt": "nvidia_test_judge_eval_call_llm", "source": "eval_models_nvidia_test_judge_eval_py", "target": "nvidia_test_judge_eval_call_llm", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/nvidia_test_judge_eval.py", "source_location": "L205", "weight": 1.0, "_src": "eval_models_nvidia_test_judge_eval_py", "_tgt": "nvidia_test_judge_eval_format_obs", "source": "eval_models_nvidia_test_judge_eval_py", "target": "nvidia_test_judge_eval_format_obs", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/nvidia_test_judge_eval.py", "source_location": "L263", "weight": 1.0, "_src": "eval_models_nvidia_test_judge_eval_py", "_tgt": "nvidia_test_judge_eval_parse_action", "source": "eval_models_nvidia_test_judge_eval_py", "target": "nvidia_test_judge_eval_parse_action", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/nvidia_test_judge_eval.py", "source_location": "L291", "weight": 1.0, "_src": "eval_models_nvidia_test_judge_eval_py", "_tgt": "nvidia_test_judge_eval_test_endpoints", "source": "eval_models_nvidia_test_judge_eval_py", "target": "nvidia_test_judge_eval_test_endpoints", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/nvidia_test_judge_eval.py", "source_location": "L327", "weight": 1.0, "_src": "eval_models_nvidia_test_judge_eval_py", "_tgt": "nvidia_test_judge_eval_test_baseline_stability", "source": "eval_models_nvidia_test_judge_eval_py", "target": "nvidia_test_judge_eval_test_baseline_stability", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/nvidia_test_judge_eval.py", "source_location": "L349", "weight": 1.0, "_src": "eval_models_nvidia_test_judge_eval_py", "_tgt": "nvidia_test_judge_eval_test_llm_agent", "source": "eval_models_nvidia_test_judge_eval_py", "target": "nvidia_test_judge_eval_test_llm_agent", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/nvidia_test_judge_eval.py", "source_location": "L390", "weight": 1.0, "_src": "eval_models_nvidia_test_judge_eval_py", "_tgt": "nvidia_test_judge_eval_test_llm_all_tasks", "source": "eval_models_nvidia_test_judge_eval_py", "target": "nvidia_test_judge_eval_test_llm_all_tasks", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/nvidia_test_judge_eval.py", "source_location": "L405", "weight": 1.0, "_src": "eval_models_nvidia_test_judge_eval_py", "_tgt": "nvidia_test_judge_eval_test_variance", "source": "eval_models_nvidia_test_judge_eval_py", "target": "nvidia_test_judge_eval_test_variance", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/nvidia_test_judge_eval.py", "source_location": "L103", "weight": 1.0, "_src": "nvidia_test_judge_eval_http_post", "_tgt": "nvidia_test_judge_eval_retry", "source": "nvidia_test_judge_eval_retry", "target": "nvidia_test_judge_eval_http_post", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/nvidia_test_judge_eval.py", "source_location": "L113", "weight": 1.0, "_src": "nvidia_test_judge_eval_http_get", "_tgt": "nvidia_test_judge_eval_retry", "source": "nvidia_test_judge_eval_retry", "target": "nvidia_test_judge_eval_http_get", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/nvidia_test_judge_eval.py", "source_location": "L81", "weight": 1.0, "_src": "nvidia_test_judge_eval_rationale_81", "_tgt": "nvidia_test_judge_eval_retry", "source": "nvidia_test_judge_eval_retry", "target": "nvidia_test_judge_eval_rationale_81", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/nvidia_test_judge_eval.py", "source_location": "L318", "weight": 1.0, "_src": "nvidia_test_judge_eval_test_endpoints", "_tgt": "nvidia_test_judge_eval_http_post", "source": "nvidia_test_judge_eval_http_post", "target": "nvidia_test_judge_eval_test_endpoints", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/nvidia_test_judge_eval.py", "source_location": "L335", "weight": 1.0, "_src": "nvidia_test_judge_eval_test_baseline_stability", "_tgt": "nvidia_test_judge_eval_http_post", "source": "nvidia_test_judge_eval_http_post", "target": "nvidia_test_judge_eval_test_baseline_stability", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/nvidia_test_judge_eval.py", "source_location": "L355", "weight": 1.0, "_src": "nvidia_test_judge_eval_test_llm_agent", "_tgt": "nvidia_test_judge_eval_http_post", "source": "nvidia_test_judge_eval_http_post", "target": "nvidia_test_judge_eval_test_llm_agent", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/nvidia_test_judge_eval.py", "source_location": "L316", "weight": 1.0, "_src": "nvidia_test_judge_eval_test_endpoints", "_tgt": "nvidia_test_judge_eval_http_get", "source": "nvidia_test_judge_eval_http_get", "target": "nvidia_test_judge_eval_test_endpoints", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/nvidia_test_judge_eval.py", "source_location": "L384", "weight": 1.0, "_src": "nvidia_test_judge_eval_test_llm_agent", "_tgt": "nvidia_test_judge_eval_http_get", "source": "nvidia_test_judge_eval_http_get", "target": "nvidia_test_judge_eval_test_llm_agent", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/nvidia_test_judge_eval.py", "source_location": "L121", "weight": 1.0, "_src": "nvidia_test_judge_eval_rationale_121", "_tgt": "nvidia_test_judge_eval_call_hf", "source": "nvidia_test_judge_eval_call_hf", "target": "nvidia_test_judge_eval_rationale_121", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/nvidia_test_judge_eval.py", "source_location": "L137", "weight": 1.0, "_src": "nvidia_test_judge_eval_rationale_137", "_tgt": "nvidia_test_judge_eval_call_bedrock", "source": "nvidia_test_judge_eval_call_bedrock", "target": "nvidia_test_judge_eval_rationale_137", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/nvidia_test_judge_eval.py", "source_location": "L363", "weight": 1.0, "_src": "nvidia_test_judge_eval_test_llm_agent", "_tgt": "nvidia_test_judge_eval_call_llm", "source": "nvidia_test_judge_eval_call_llm", "target": "nvidia_test_judge_eval_test_llm_agent", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/nvidia_test_judge_eval.py", "source_location": "L184", "weight": 1.0, "_src": "nvidia_test_judge_eval_rationale_184", "_tgt": "nvidia_test_judge_eval_call_llm", "source": "nvidia_test_judge_eval_call_llm", "target": "nvidia_test_judge_eval_rationale_184", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/nvidia_test_judge_eval.py", "source_location": "L362", "weight": 1.0, "_src": "nvidia_test_judge_eval_test_llm_agent", "_tgt": "nvidia_test_judge_eval_format_obs", "source": "nvidia_test_judge_eval_format_obs", "target": "nvidia_test_judge_eval_test_llm_agent", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/nvidia_test_judge_eval.py", "source_location": "L206", "weight": 1.0, "_src": "nvidia_test_judge_eval_rationale_206", "_tgt": "nvidia_test_judge_eval_format_obs", "source": "nvidia_test_judge_eval_format_obs", "target": "nvidia_test_judge_eval_rationale_206", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/nvidia_test_judge_eval.py", "source_location": "L364", "weight": 1.0, "_src": "nvidia_test_judge_eval_test_llm_agent", "_tgt": "nvidia_test_judge_eval_parse_action", "source": "nvidia_test_judge_eval_parse_action", "target": "nvidia_test_judge_eval_test_llm_agent", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/nvidia_test_judge_eval.py", "source_location": "L264", "weight": 1.0, "_src": "nvidia_test_judge_eval_rationale_264", "_tgt": "nvidia_test_judge_eval_parse_action", "source": "nvidia_test_judge_eval_parse_action", "target": "nvidia_test_judge_eval_rationale_264", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/nvidia_test_judge_eval.py", "source_location": "L292", "weight": 1.0, "_src": "nvidia_test_judge_eval_rationale_292", "_tgt": "nvidia_test_judge_eval_test_endpoints", "source": "nvidia_test_judge_eval_test_endpoints", "target": "nvidia_test_judge_eval_rationale_292", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/nvidia_test_judge_eval.py", "source_location": "L328", "weight": 1.0, "_src": "nvidia_test_judge_eval_rationale_328", "_tgt": "nvidia_test_judge_eval_test_baseline_stability", "source": "nvidia_test_judge_eval_test_baseline_stability", "target": "nvidia_test_judge_eval_rationale_328", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/nvidia_test_judge_eval.py", "source_location": "L399", "weight": 1.0, "_src": "nvidia_test_judge_eval_test_llm_all_tasks", "_tgt": "nvidia_test_judge_eval_test_llm_agent", "source": "nvidia_test_judge_eval_test_llm_agent", "target": "nvidia_test_judge_eval_test_llm_all_tasks", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/nvidia_test_judge_eval.py", "source_location": "L414", "weight": 1.0, "_src": "nvidia_test_judge_eval_test_variance", "_tgt": "nvidia_test_judge_eval_test_llm_agent", "source": "nvidia_test_judge_eval_test_llm_agent", "target": "nvidia_test_judge_eval_test_variance", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/nvidia_test_judge_eval.py", "source_location": "L350", "weight": 1.0, "_src": "nvidia_test_judge_eval_rationale_350", "_tgt": "nvidia_test_judge_eval_test_llm_agent", "source": "nvidia_test_judge_eval_test_llm_agent", "target": "nvidia_test_judge_eval_rationale_350", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/nvidia_test_judge_eval.py", "source_location": "L391", "weight": 1.0, "_src": "nvidia_test_judge_eval_rationale_391", "_tgt": "nvidia_test_judge_eval_test_llm_all_tasks", "source": "nvidia_test_judge_eval_test_llm_all_tasks", "target": "nvidia_test_judge_eval_rationale_391", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/eval-models/nvidia_test_judge_eval.py", "source_location": "L406", "weight": 1.0, "_src": "nvidia_test_judge_eval_rationale_406", "_tgt": "nvidia_test_judge_eval_test_variance", "source": "nvidia_test_judge_eval_test_variance", "target": "nvidia_test_judge_eval_rationale_406", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/tests/custom_inference.py", "source_location": "L73", "weight": 1.0, "_src": "tests_custom_inference_py", "_tgt": "custom_inference_log_start", "source": "tests_custom_inference_py", "target": "custom_inference_log_start", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/tests/custom_inference.py", "source_location": "L77", "weight": 1.0, "_src": "tests_custom_inference_py", "_tgt": "custom_inference_log_step", "source": "tests_custom_inference_py", "target": "custom_inference_log_step", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/tests/custom_inference.py", "source_location": "L86", "weight": 1.0, "_src": "tests_custom_inference_py", "_tgt": "custom_inference_log_end", "source": "tests_custom_inference_py", "target": "custom_inference_log_end", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/tests/custom_inference.py", "source_location": "L132", "weight": 1.0, "_src": "tests_custom_inference_py", "_tgt": "custom_inference_call_bedrock", "source": "tests_custom_inference_py", "target": "custom_inference_call_bedrock", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/tests/custom_inference.py", "source_location": "L179", "weight": 1.0, "_src": "tests_custom_inference_py", "_tgt": "custom_inference_call_llm_with_retry", "source": "tests_custom_inference_py", "target": "custom_inference_call_llm_with_retry", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/tests/custom_inference.py", "source_location": "L198", "weight": 1.0, "_src": "tests_custom_inference_py", "_tgt": "custom_inference_format_obs_for_llm", "source": "tests_custom_inference_py", "target": "custom_inference_format_obs_for_llm", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/tests/custom_inference.py", "source_location": "L262", "weight": 1.0, "_src": "tests_custom_inference_py", "_tgt": "custom_inference_parse_llm_action", "source": "tests_custom_inference_py", "target": "custom_inference_parse_llm_action", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/tests/custom_inference.py", "source_location": "L289", "weight": 1.0, "_src": "tests_custom_inference_py", "_tgt": "custom_inference_action_str_to_dict", "source": "tests_custom_inference_py", "target": "custom_inference_action_str_to_dict", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/tests/custom_inference.py", "source_location": "L299", "weight": 1.0, "_src": "tests_custom_inference_py", "_tgt": "custom_inference_rule_prefilter", "source": "tests_custom_inference_py", "target": "custom_inference_rule_prefilter", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/tests/custom_inference.py", "source_location": "L334", "weight": 1.0, "_src": "tests_custom_inference_py", "_tgt": "custom_inference_run_rule_based_episode", "source": "tests_custom_inference_py", "target": "custom_inference_run_rule_based_episode", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/tests/custom_inference.py", "source_location": "L390", "weight": 1.0, "_src": "tests_custom_inference_py", "_tgt": "custom_inference_http_post", "source": "tests_custom_inference_py", "target": "custom_inference_http_post", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/tests/custom_inference.py", "source_location": "L399", "weight": 1.0, "_src": "tests_custom_inference_py", "_tgt": "custom_inference_http_get", "source": "tests_custom_inference_py", "target": "custom_inference_http_get", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/tests/custom_inference.py", "source_location": "L409", "weight": 1.0, "_src": "tests_custom_inference_py", "_tgt": "custom_inference_run_llm_episode", "source": "tests_custom_inference_py", "target": "custom_inference_run_llm_episode", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/tests/custom_inference.py", "source_location": "L1", "weight": 1.0, "_src": "custom_inference_rationale_1", "_tgt": "tests_custom_inference_py", "source": "tests_custom_inference_py", "target": "custom_inference_rationale_1", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/tests/custom_inference.py", "source_location": "L415", "weight": 1.0, "_src": "custom_inference_run_llm_episode", "_tgt": "custom_inference_log_start", "source": "custom_inference_log_start", "target": "custom_inference_run_llm_episode", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/tests/custom_inference.py", "source_location": "L448", "weight": 1.0, "_src": "custom_inference_run_llm_episode", "_tgt": "custom_inference_log_step", "source": "custom_inference_log_step", "target": "custom_inference_run_llm_episode", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/tests/custom_inference.py", "source_location": "L462", "weight": 1.0, "_src": "custom_inference_run_llm_episode", "_tgt": "custom_inference_log_end", "source": "custom_inference_log_end", "target": "custom_inference_run_llm_episode", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/tests/custom_inference.py", "source_location": "L183", "weight": 1.0, "_src": "custom_inference_call_llm_with_retry", "_tgt": "custom_inference_call_bedrock", "source": "custom_inference_call_bedrock", "target": "custom_inference_call_llm_with_retry", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/tests/custom_inference.py", "source_location": "L133", "weight": 1.0, "_src": "custom_inference_rationale_133", "_tgt": "custom_inference_call_bedrock", "source": "custom_inference_call_bedrock", "target": "custom_inference_rationale_133", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/tests/custom_inference.py", "source_location": "L436", "weight": 1.0, "_src": "custom_inference_run_llm_episode", "_tgt": "custom_inference_call_llm_with_retry", "source": "custom_inference_call_llm_with_retry", "target": "custom_inference_run_llm_episode", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/tests/custom_inference.py", "source_location": "L180", "weight": 1.0, "_src": "custom_inference_rationale_180", "_tgt": "custom_inference_call_llm_with_retry", "source": "custom_inference_call_llm_with_retry", "target": "custom_inference_rationale_180", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/tests/custom_inference.py", "source_location": "L435", "weight": 1.0, "_src": "custom_inference_run_llm_episode", "_tgt": "custom_inference_format_obs_for_llm", "source": "custom_inference_format_obs_for_llm", "target": "custom_inference_run_llm_episode", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/tests/custom_inference.py", "source_location": "L438", "weight": 1.0, "_src": "custom_inference_run_llm_episode", "_tgt": "custom_inference_parse_llm_action", "source": "custom_inference_parse_llm_action", "target": "custom_inference_run_llm_episode", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/tests/custom_inference.py", "source_location": "L263", "weight": 1.0, "_src": "custom_inference_rationale_263", "_tgt": "custom_inference_parse_llm_action", "source": "custom_inference_parse_llm_action", "target": "custom_inference_rationale_263", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/tests/custom_inference.py", "source_location": "L440", "weight": 1.0, "_src": "custom_inference_run_llm_episode", "_tgt": "custom_inference_action_str_to_dict", "source": "custom_inference_action_str_to_dict", "target": "custom_inference_run_llm_episode", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/tests/custom_inference.py", "source_location": "L432", "weight": 1.0, "_src": "custom_inference_run_llm_episode", "_tgt": "custom_inference_rule_prefilter", "source": "custom_inference_rule_prefilter", "target": "custom_inference_run_llm_episode", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/tests/custom_inference.py", "source_location": "L300", "weight": 1.0, "_src": "custom_inference_rationale_300", "_tgt": "custom_inference_rule_prefilter", "source": "custom_inference_rule_prefilter", "target": "custom_inference_rationale_300", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/tests/custom_inference.py", "source_location": "L335", "weight": 1.0, "_src": "custom_inference_rationale_335", "_tgt": "custom_inference_run_rule_based_episode", "source": "custom_inference_run_rule_based_episode", "target": "custom_inference_rationale_335", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/tests/custom_inference.py", "source_location": "L421", "weight": 1.0, "_src": "custom_inference_run_llm_episode", "_tgt": "custom_inference_http_post", "source": "custom_inference_http_post", "target": "custom_inference_run_llm_episode", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/tests/custom_inference.py", "source_location": "L455", "weight": 1.0, "_src": "custom_inference_run_llm_episode", "_tgt": "custom_inference_http_get", "source": "custom_inference_http_get", "target": "custom_inference_run_llm_episode", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/tests/custom_inference.py", "source_location": "L410", "weight": 1.0, "_src": "custom_inference_rationale_410", "_tgt": "custom_inference_run_llm_episode", "source": "custom_inference_run_llm_episode", "target": "custom_inference_rationale_410", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/tests/02_reproducibility_check.py", "source_location": "L9", "weight": 1.0, "_src": "tests_02_reproducibility_check_py", "_tgt": "02_reproducibility_check_reset_task", "source": "tests_02_reproducibility_check_py", "target": "02_reproducibility_check_reset_task", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/tests/02_reproducibility_check.py", "source_location": "L12", "weight": 1.0, "_src": "tests_02_reproducibility_check_py", "_tgt": "02_reproducibility_check_step_action", "source": "tests_02_reproducibility_check_py", "target": "02_reproducibility_check_step_action", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/tests/02_reproducibility_check.py", "source_location": "L18", "weight": 1.0, "_src": "tests_02_reproducibility_check_py", "_tgt": "02_reproducibility_check_get_visible_ids", "source": "tests_02_reproducibility_check_py", "target": "02_reproducibility_check_get_visible_ids", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/tests/02_reproducibility_check.py", "source_location": "L21", "weight": 1.0, "_src": "tests_02_reproducibility_check_py", "_tgt": "02_reproducibility_check_run_episode", "source": "tests_02_reproducibility_check_py", "target": "02_reproducibility_check_run_episode", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/tests/02_reproducibility_check.py", "source_location": "L22", "weight": 1.0, "_src": "02_reproducibility_check_run_episode", "_tgt": "02_reproducibility_check_reset_task", "source": "02_reproducibility_check_reset_task", "target": "02_reproducibility_check_run_episode", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/tests/02_reproducibility_check.py", "source_location": "L39", "weight": 1.0, "_src": "02_reproducibility_check_run_episode", "_tgt": "02_reproducibility_check_step_action", "source": "02_reproducibility_check_step_action", "target": "02_reproducibility_check_run_episode", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/tests/02_reproducibility_check.py", "source_location": "L27", "weight": 1.0, "_src": "02_reproducibility_check_run_episode", "_tgt": "02_reproducibility_check_get_visible_ids", "source": "02_reproducibility_check_get_visible_ids", "target": "02_reproducibility_check_run_episode", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/tests/test_llm_scoring.py", "source_location": "L30", "weight": 1.0, "_src": "tests_test_llm_scoring_py", "_tgt": "test_llm_scoring_http_get", "source": "tests_test_llm_scoring_py", "target": "test_llm_scoring_http_get", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/tests/test_llm_scoring.py", "source_location": "L36", "weight": 1.0, "_src": "tests_test_llm_scoring_py", "_tgt": "test_llm_scoring_http_post", "source": "tests_test_llm_scoring_py", "target": "test_llm_scoring_http_post", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/tests/test_llm_scoring.py", "source_location": "L45", "weight": 1.0, "_src": "tests_test_llm_scoring_py", "_tgt": "test_llm_scoring_check_server", "source": "tests_test_llm_scoring_py", "target": "test_llm_scoring_check_server", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/tests/test_llm_scoring.py", "source_location": "L57", "weight": 1.0, "_src": "tests_test_llm_scoring_py", "_tgt": "test_llm_scoring_run_episode", "source": "tests_test_llm_scoring_py", "target": "test_llm_scoring_run_episode", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/tests/test_llm_scoring.py", "source_location": "L145", "weight": 1.0, "_src": "tests_test_llm_scoring_py", "_tgt": "test_llm_scoring_bar", "source": "tests_test_llm_scoring_py", "target": "test_llm_scoring_bar", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/tests/test_llm_scoring.py", "source_location": "L150", "weight": 1.0, "_src": "tests_test_llm_scoring_py", "_tgt": "test_llm_scoring_print_episode", "source": "tests_test_llm_scoring_py", "target": "test_llm_scoring_print_episode", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/tests/test_llm_scoring.py", "source_location": "L163", "weight": 1.0, "_src": "tests_test_llm_scoring_py", "_tgt": "test_llm_scoring_print_aggregate", "source": "tests_test_llm_scoring_py", "target": "test_llm_scoring_print_aggregate", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/tests/test_llm_scoring.py", "source_location": "L198", "weight": 1.0, "_src": "tests_test_llm_scoring_py", "_tgt": "test_llm_scoring_main", "source": "tests_test_llm_scoring_py", "target": "test_llm_scoring_main", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/tests/test_llm_scoring.py", "source_location": "L47", "weight": 1.0, "_src": "test_llm_scoring_check_server", "_tgt": "test_llm_scoring_http_get", "source": "test_llm_scoring_http_get", "target": "test_llm_scoring_check_server", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/tests/test_llm_scoring.py", "source_location": "L227", "weight": 1.0, "_src": "test_llm_scoring_main", "_tgt": "test_llm_scoring_http_post", "source": "test_llm_scoring_http_post", "target": "test_llm_scoring_main", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/tests/test_llm_scoring.py", "source_location": "L215", "weight": 1.0, "_src": "test_llm_scoring_main", "_tgt": "test_llm_scoring_check_server", "source": "test_llm_scoring_check_server", "target": "test_llm_scoring_main", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/tests/test_llm_scoring.py", "source_location": "L263", "weight": 1.0, "_src": "test_llm_scoring_main", "_tgt": "test_llm_scoring_run_episode", "source": "test_llm_scoring_run_episode", "target": "test_llm_scoring_main", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/tests/test_llm_scoring.py", "source_location": "L58", "weight": 1.0, "_src": "test_llm_scoring_rationale_58", "_tgt": "test_llm_scoring_run_episode", "source": "test_llm_scoring_run_episode", "target": "test_llm_scoring_rationale_58", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/tests/test_llm_scoring.py", "source_location": "L159", "weight": 1.0, "_src": "test_llm_scoring_print_episode", "_tgt": "test_llm_scoring_bar", "source": "test_llm_scoring_bar", "target": "test_llm_scoring_print_episode", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/tests/test_llm_scoring.py", "source_location": "L230", "weight": 1.0, "_src": "test_llm_scoring_main", "_tgt": "test_llm_scoring_bar", "source": "test_llm_scoring_bar", "target": "test_llm_scoring_main", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/tests/test_llm_scoring.py", "source_location": "L269", "weight": 1.0, "_src": "test_llm_scoring_main", "_tgt": "test_llm_scoring_print_episode", "source": "test_llm_scoring_print_episode", "target": "test_llm_scoring_main", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/tests/test_llm_scoring.py", "source_location": "L272", "weight": 1.0, "_src": "test_llm_scoring_main", "_tgt": "test_llm_scoring_print_aggregate", "source": "test_llm_scoring_print_aggregate", "target": "test_llm_scoring_main", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/tests/01_endpoint_audit.py", "source_location": "L8", "weight": 1.0, "_src": "tests_01_endpoint_audit_py", "_tgt": "01_endpoint_audit_print_section", "source": "tests_01_endpoint_audit_py", "target": "01_endpoint_audit_print_section", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/tests/01_endpoint_audit.py", "source_location": "L13", "weight": 1.0, "_src": "tests_01_endpoint_audit_py", "_tgt": "01_endpoint_audit_short", "source": "tests_01_endpoint_audit_py", "target": "01_endpoint_audit_short", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/tests/01_endpoint_audit.py", "source_location": "L19", "weight": 1.0, "_src": "tests_01_endpoint_audit_py", "_tgt": "01_endpoint_audit_reset_task", "source": "tests_01_endpoint_audit_py", "target": "01_endpoint_audit_reset_task", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/tests/01_endpoint_audit.py", "source_location": "L22", "weight": 1.0, "_src": "tests_01_endpoint_audit_py", "_tgt": "01_endpoint_audit_step_action", "source": "tests_01_endpoint_audit_py", "target": "01_endpoint_audit_step_action", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/tests/01_endpoint_audit.py", "source_location": "L28", "weight": 1.0, "_src": "tests_01_endpoint_audit_py", "_tgt": "01_endpoint_audit_get_visible_ids", "source": "tests_01_endpoint_audit_py", "target": "01_endpoint_audit_get_visible_ids", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/policy.py", "source_location": "L89", "weight": 1.0, "_src": "agent_policy_py", "_tgt": "policy_format_observation", "source": "agent_policy_py", "target": "policy_format_observation", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/policy.py", "source_location": "L144", "weight": 1.0, "_src": "agent_policy_py", "_tgt": "policy_format_reflections", "source": "agent_policy_py", "target": "policy_format_reflections", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/policy.py", "source_location": "L153", "weight": 1.0, "_src": "agent_policy_py", "_tgt": "policy_format_few_shot", "source": "agent_policy_py", "target": "policy_format_few_shot", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/policy.py", "source_location": "L171", "weight": 1.0, "_src": "agent_policy_py", "_tgt": "policy_parse_action", "source": "agent_policy_py", "target": "policy_parse_action", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/policy.py", "source_location": "L209", "weight": 1.0, "_src": "agent_policy_py", "_tgt": "policy_get_action", "source": "agent_policy_py", "target": "policy_get_action", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/policy.py", "source_location": "L261", "weight": 1.0, "_src": "agent_policy_py", "_tgt": "policy_heuristic_fallback", "source": "agent_policy_py", "target": "policy_heuristic_fallback", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/policy.py", "source_location": "L1", "weight": 1.0, "_src": "policy_rationale_1", "_tgt": "agent_policy_py", "source": "agent_policy_py", "target": "policy_rationale_1", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/policy.py", "source_location": "L229", "weight": 1.0, "_src": "policy_get_action", "_tgt": "policy_format_observation", "source": "policy_format_observation", "target": "policy_get_action", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/policy.py", "source_location": "L227", "weight": 1.0, "_src": "policy_get_action", "_tgt": "policy_format_reflections", "source": "policy_format_reflections", "target": "policy_get_action", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/policy.py", "source_location": "L228", "weight": 1.0, "_src": "policy_get_action", "_tgt": "policy_format_few_shot", "source": "policy_format_few_shot", "target": "policy_get_action", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/policy.py", "source_location": "L248", "weight": 1.0, "_src": "policy_get_action", "_tgt": "policy_parse_action", "source": "policy_parse_action", "target": "policy_get_action", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/policy.py", "source_location": "L172", "weight": 1.0, "_src": "policy_rationale_172", "_tgt": "policy_parse_action", "source": "policy_parse_action", "target": "policy_rationale_172", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/policy.py", "source_location": "L258", "weight": 1.0, "_src": "policy_get_action", "_tgt": "policy_heuristic_fallback", "source": "policy_get_action", "target": "policy_heuristic_fallback", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/policy.py", "source_location": "L216", "weight": 1.0, "_src": "policy_rationale_216", "_tgt": "policy_get_action", "source": "policy_get_action", "target": "policy_rationale_216", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/hybrid_policy.py", "source_location": "L225", "weight": 1.0, "_src": "hybrid_policy_get_hybrid_action", "_tgt": "policy_get_action", "source": "policy_get_action", "target": "hybrid_policy_get_hybrid_action" }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/policy.py", "source_location": "L262", "weight": 1.0, "_src": "policy_rationale_262", "_tgt": "policy_heuristic_fallback", "source": "policy_heuristic_fallback", "target": "policy_rationale_262", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/hybrid_policy.py", "source_location": "L66", "weight": 1.0, "_src": "agent_hybrid_policy_py", "_tgt": "hybrid_policy_get_rule_action", "source": "agent_hybrid_policy_py", "target": "hybrid_policy_get_rule_action", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/hybrid_policy.py", "source_location": "L171", "weight": 1.0, "_src": "agent_hybrid_policy_py", "_tgt": "hybrid_policy_compute_alpha", "source": "agent_hybrid_policy_py", "target": "hybrid_policy_compute_alpha", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/hybrid_policy.py", "source_location": "L199", "weight": 1.0, "_src": "agent_hybrid_policy_py", "_tgt": "hybrid_policy_get_hybrid_action", "source": "agent_hybrid_policy_py", "target": "hybrid_policy_get_hybrid_action", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/hybrid_policy.py", "source_location": "L1", "weight": 1.0, "_src": "hybrid_policy_rationale_1", "_tgt": "agent_hybrid_policy_py", "source": "agent_hybrid_policy_py", "target": "hybrid_policy_rationale_1", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/hybrid_policy.py", "source_location": "L224", "weight": 1.0, "_src": "hybrid_policy_get_hybrid_action", "_tgt": "hybrid_policy_get_rule_action", "source": "hybrid_policy_get_rule_action", "target": "hybrid_policy_get_hybrid_action", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/hybrid_policy.py", "source_location": "L67", "weight": 1.0, "_src": "hybrid_policy_rationale_67", "_tgt": "hybrid_policy_get_rule_action", "source": "hybrid_policy_get_rule_action", "target": "hybrid_policy_rationale_67", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/hybrid_policy.py", "source_location": "L172", "weight": 1.0, "_src": "hybrid_policy_rationale_172", "_tgt": "hybrid_policy_compute_alpha", "source": "hybrid_policy_compute_alpha", "target": "hybrid_policy_rationale_172", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/hybrid_policy.py", "source_location": "L206", "weight": 1.0, "_src": "hybrid_policy_rationale_206", "_tgt": "hybrid_policy_get_hybrid_action", "source": "hybrid_policy_get_hybrid_action", "target": "hybrid_policy_rationale_206", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/reflection.py", "source_location": "L51", "weight": 1.0, "_src": "agent_reflection_py", "_tgt": "reflection_generate_reflection", "source": "agent_reflection_py", "target": "reflection_generate_reflection", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/reflection.py", "source_location": "L104", "weight": 1.0, "_src": "agent_reflection_py", "_tgt": "reflection_rule_based_reflection", "source": "agent_reflection_py", "target": "reflection_rule_based_reflection", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/reflection.py", "source_location": "L137", "weight": 1.0, "_src": "agent_reflection_py", "_tgt": "reflection_generate_success_reflection", "source": "agent_reflection_py", "target": "reflection_generate_success_reflection", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/reflection.py", "source_location": "L1", "weight": 1.0, "_src": "reflection_rationale_1", "_tgt": "agent_reflection_py", "source": "agent_reflection_py", "target": "reflection_rationale_1", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/reflection.py", "source_location": "L101", "weight": 1.0, "_src": "reflection_generate_reflection", "_tgt": "reflection_rule_based_reflection", "source": "reflection_generate_reflection", "target": "reflection_rule_based_reflection", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/reflection.py", "source_location": "L60", "weight": 1.0, "_src": "reflection_rationale_60", "_tgt": "reflection_generate_reflection", "source": "reflection_generate_reflection", "target": "reflection_rationale_60", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/reflection.py", "source_location": "L168", "weight": 1.0, "_src": "reflection_generate_success_reflection", "_tgt": "reflection_rule_based_reflection", "source": "reflection_rule_based_reflection", "target": "reflection_generate_success_reflection", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/reflection.py", "source_location": "L107", "weight": 1.0, "_src": "reflection_rationale_107", "_tgt": "reflection_rule_based_reflection", "source": "reflection_rule_based_reflection", "target": "reflection_rationale_107", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/reflection.py", "source_location": "L145", "weight": 1.0, "_src": "reflection_rationale_145", "_tgt": "reflection_generate_success_reflection", "source": "reflection_generate_success_reflection", "target": "reflection_rationale_145", "confidence_score": 1.0 }, { "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/memory.py", "source_location": "L20", "weight": 1.0, "_src": "agent_memory_py", "_tgt": "memory_agentmemory", "source": "agent_memory_py", "target": "memory_agentmemory", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/memory.py", "source_location": "L1", "weight": 1.0, "_src": "memory_rationale_1", "_tgt": "agent_memory_py", "source": "agent_memory_py", "target": "memory_rationale_1", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/memory.py", "source_location": "L23", "weight": 1.0, "_src": "memory_agentmemory", "_tgt": "memory_agentmemory_init", "source": "memory_agentmemory", "target": "memory_agentmemory_init", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/memory.py", "source_location": "L31", "weight": 1.0, "_src": "memory_agentmemory", "_tgt": "memory_agentmemory_reflections_path", "source": "memory_agentmemory", "target": "memory_agentmemory_reflections_path", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/memory.py", "source_location": "L34", "weight": 1.0, "_src": "memory_agentmemory", "_tgt": "memory_agentmemory_add_reflection", "source": "memory_agentmemory", "target": "memory_agentmemory_add_reflection", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/memory.py", "source_location": "L49", "weight": 1.0, "_src": "memory_agentmemory", "_tgt": "memory_agentmemory_get_reflections", "source": "memory_agentmemory", "target": "memory_agentmemory_get_reflections", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/memory.py", "source_location": "L64", "weight": 1.0, "_src": "memory_agentmemory", "_tgt": "memory_agentmemory_reflection_count", "source": "memory_agentmemory", "target": "memory_agentmemory_reflection_count", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/memory.py", "source_location": "L74", "weight": 1.0, "_src": "memory_agentmemory", "_tgt": "memory_agentmemory_trajectory_path", "source": "memory_agentmemory", "target": "memory_agentmemory_trajectory_path", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/memory.py", "source_location": "L77", "weight": 1.0, "_src": "memory_agentmemory", "_tgt": "memory_agentmemory_add_trajectory", "source": "memory_agentmemory", "target": "memory_agentmemory_add_trajectory", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/memory.py", "source_location": "L106", "weight": 1.0, "_src": "memory_agentmemory", "_tgt": "memory_agentmemory_get_best_trajectory", "source": "memory_agentmemory", "target": "memory_agentmemory_get_best_trajectory", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/memory.py", "source_location": "L120", "weight": 1.0, "_src": "memory_agentmemory", "_tgt": "memory_agentmemory_wins_path", "source": "memory_agentmemory", "target": "memory_agentmemory_wins_path", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/memory.py", "source_location": "L123", "weight": 1.0, "_src": "memory_agentmemory", "_tgt": "memory_agentmemory_alpha_path", "source": "memory_agentmemory", "target": "memory_agentmemory_alpha_path", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/memory.py", "source_location": "L126", "weight": 1.0, "_src": "memory_agentmemory", "_tgt": "memory_agentmemory_record_win", "source": "memory_agentmemory", "target": "memory_agentmemory_record_win", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/memory.py", "source_location": "L132", "weight": 1.0, "_src": "memory_agentmemory", "_tgt": "memory_agentmemory_recent_win_rate", "source": "memory_agentmemory", "target": "memory_agentmemory_recent_win_rate", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/memory.py", "source_location": "L148", "weight": 1.0, "_src": "memory_agentmemory", "_tgt": "memory_agentmemory_save_alpha", "source": "memory_agentmemory", "target": "memory_agentmemory_save_alpha", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/memory.py", "source_location": "L152", "weight": 1.0, "_src": "memory_agentmemory", "_tgt": "memory_agentmemory_load_alpha", "source": "memory_agentmemory", "target": "memory_agentmemory_load_alpha", "confidence_score": 1.0 }, { "relation": "method", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/memory.py", "source_location": "L166", "weight": 1.0, "_src": "memory_agentmemory", "_tgt": "memory_agentmemory_summary", "source": "memory_agentmemory", "target": "memory_agentmemory_summary", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/memory.py", "source_location": "L21", "weight": 1.0, "_src": "memory_rationale_21", "_tgt": "memory_agentmemory", "source": "memory_agentmemory", "target": "memory_rationale_21", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/memory.py", "source_location": "L46", "weight": 1.0, "_src": "memory_agentmemory_add_reflection", "_tgt": "memory_agentmemory_reflections_path", "source": "memory_agentmemory_reflections_path", "target": "memory_agentmemory_add_reflection", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/memory.py", "source_location": "L51", "weight": 1.0, "_src": "memory_agentmemory_get_reflections", "_tgt": "memory_agentmemory_reflections_path", "source": "memory_agentmemory_reflections_path", "target": "memory_agentmemory_get_reflections", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/memory.py", "source_location": "L65", "weight": 1.0, "_src": "memory_agentmemory_reflection_count", "_tgt": "memory_agentmemory_reflections_path", "source": "memory_agentmemory_reflections_path", "target": "memory_agentmemory_reflection_count", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/memory.py", "source_location": "L50", "weight": 1.0, "_src": "memory_rationale_50", "_tgt": "memory_agentmemory_get_reflections", "source": "memory_agentmemory_get_reflections", "target": "memory_rationale_50", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/memory.py", "source_location": "L169", "weight": 1.0, "_src": "memory_agentmemory_summary", "_tgt": "memory_agentmemory_reflection_count", "source": "memory_agentmemory_reflection_count", "target": "memory_agentmemory_summary", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/memory.py", "source_location": "L86", "weight": 1.0, "_src": "memory_agentmemory_add_trajectory", "_tgt": "memory_agentmemory_trajectory_path", "source": "memory_agentmemory_trajectory_path", "target": "memory_agentmemory_add_trajectory", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/memory.py", "source_location": "L108", "weight": 1.0, "_src": "memory_agentmemory_get_best_trajectory", "_tgt": "memory_agentmemory_trajectory_path", "source": "memory_agentmemory_trajectory_path", "target": "memory_agentmemory_get_best_trajectory", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/memory.py", "source_location": "L85", "weight": 1.0, "_src": "memory_rationale_85", "_tgt": "memory_agentmemory_add_trajectory", "source": "memory_agentmemory_add_trajectory", "target": "memory_rationale_85", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/memory.py", "source_location": "L170", "weight": 1.0, "_src": "memory_agentmemory_summary", "_tgt": "memory_agentmemory_get_best_trajectory", "source": "memory_agentmemory_get_best_trajectory", "target": "memory_agentmemory_summary", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/memory.py", "source_location": "L107", "weight": 1.0, "_src": "memory_rationale_107", "_tgt": "memory_agentmemory_get_best_trajectory", "source": "memory_agentmemory_get_best_trajectory", "target": "memory_rationale_107", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/memory.py", "source_location": "L129", "weight": 1.0, "_src": "memory_agentmemory_record_win", "_tgt": "memory_agentmemory_wins_path", "source": "memory_agentmemory_wins_path", "target": "memory_agentmemory_record_win", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/memory.py", "source_location": "L134", "weight": 1.0, "_src": "memory_agentmemory_recent_win_rate", "_tgt": "memory_agentmemory_wins_path", "source": "memory_agentmemory_wins_path", "target": "memory_agentmemory_recent_win_rate", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/memory.py", "source_location": "L150", "weight": 1.0, "_src": "memory_agentmemory_save_alpha", "_tgt": "memory_agentmemory_alpha_path", "source": "memory_agentmemory_alpha_path", "target": "memory_agentmemory_save_alpha", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/memory.py", "source_location": "L154", "weight": 1.0, "_src": "memory_agentmemory_load_alpha", "_tgt": "memory_agentmemory_alpha_path", "source": "memory_agentmemory_alpha_path", "target": "memory_agentmemory_load_alpha", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/memory.py", "source_location": "L127", "weight": 1.0, "_src": "memory_rationale_127", "_tgt": "memory_agentmemory_record_win", "source": "memory_agentmemory_record_win", "target": "memory_rationale_127", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/memory.py", "source_location": "L173", "weight": 1.0, "_src": "memory_agentmemory_summary", "_tgt": "memory_agentmemory_recent_win_rate", "source": "memory_agentmemory_recent_win_rate", "target": "memory_agentmemory_summary", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/memory.py", "source_location": "L133", "weight": 1.0, "_src": "memory_rationale_133", "_tgt": "memory_agentmemory_recent_win_rate", "source": "memory_agentmemory_recent_win_rate", "target": "memory_rationale_133", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/memory.py", "source_location": "L149", "weight": 1.0, "_src": "memory_rationale_149", "_tgt": "memory_agentmemory_save_alpha", "source": "memory_agentmemory_save_alpha", "target": "memory_rationale_149", "confidence_score": 1.0 }, { "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/memory.py", "source_location": "L172", "weight": 1.0, "_src": "memory_agentmemory_summary", "_tgt": "memory_agentmemory_load_alpha", "source": "memory_agentmemory_load_alpha", "target": "memory_agentmemory_summary", "confidence_score": 1.0 }, { "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/sai-nivedh-26/meta/meta-work/fake_gang_env/agent/memory.py", "source_location": "L153", "weight": 1.0, "_src": "memory_rationale_153", "_tgt": "memory_agentmemory_load_alpha", "source": "memory_agentmemory_load_alpha", "target": "memory_rationale_153", "confidence_score": 1.0 }, { "relation": "references", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "README.md", "source_location": "line 54-56", "weight": 1.0, "_src": "readme_graphstrike", "_tgt": "readme_problem_statement", "source": "readme_graphstrike", "target": "readme_problem_statement" }, { "relation": "references", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "README.md", "source_location": "line 65", "weight": 1.0, "_src": "readme_graphstrike", "_tgt": "readme_hybrid_policy", "source": "readme_graphstrike", "target": "readme_hybrid_policy" }, { "relation": "references", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "README.md", "source_location": "line 66", "weight": 1.0, "_src": "readme_graphstrike", "_tgt": "readme_reflexion", "source": "readme_graphstrike", "target": "readme_reflexion" }, { "relation": "references", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "README.md", "source_location": "line 67", "weight": 1.0, "_src": "readme_graphstrike", "_tgt": "readme_graph_detection", "source": "readme_graphstrike", "target": "readme_graph_detection" }, { "relation": "references", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "README.md", "source_location": "line 68", "weight": 1.0, "_src": "readme_graphstrike", "_tgt": "readme_risk_scoring", "source": "readme_graphstrike", "target": "readme_risk_scoring" }, { "relation": "references", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "README.md", "source_location": "line 69", "weight": 1.0, "_src": "readme_graphstrike", "_tgt": "readme_evasion_benchmarking", "source": "readme_graphstrike", "target": "readme_evasion_benchmarking" }, { "relation": "references", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "README.md", "source_location": "line 70", "weight": 1.0, "_src": "readme_graphstrike", "_tgt": "readme_safety_net", "source": "readme_graphstrike", "target": "readme_safety_net" }, { "relation": "references", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "README.md", "source_location": null, "weight": 1.0, "_src": "readme_problem_statement", "_tgt": "readme_signal_hierarchy", "source": "readme_problem_statement", "target": "readme_signal_hierarchy" }, { "relation": "implements", "confidence": "INFERRED", "confidence_score": 0.9, "source_file": "PIPELINE.md", "source_location": "line 215-234", "weight": 1.0, "_src": "pipeline_inference", "_tgt": "readme_hybrid_policy", "source": "readme_hybrid_policy", "target": "pipeline_inference" }, { "relation": "rationale_for", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "README.md", "source_location": "line 330", "weight": 1.0, "_src": "readme_alpha_trust_weight", "_tgt": "readme_hybrid_policy", "source": "readme_hybrid_policy", "target": "readme_alpha_trust_weight" }, { "relation": "conceptually_related_to", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "README.md", "source_location": null, "weight": 1.0, "_src": "readme_reflexion", "_tgt": "readme_hybrid_policy", "source": "readme_hybrid_policy", "target": "readme_reflexion" }, { "relation": "conceptually_related_to", "confidence": "INFERRED", "confidence_score": 0.85, "source_file": "README.md", "source_location": null, "weight": 1.0, "_src": "readme_safety_net", "_tgt": "readme_hybrid_policy", "source": "readme_hybrid_policy", "target": "readme_safety_net" }, { "relation": "rationale_for", "confidence": "INFERRED", "confidence_score": 0.85, "source_file": "README.md", "source_location": "line 147-154", "weight": 1.0, "_src": "readme_signal_hierarchy", "_tgt": "readme_risk_scoring", "source": "readme_risk_scoring", "target": "readme_signal_hierarchy" }, { "relation": "references", "confidence": "INFERRED", "confidence_score": 0.9, "source_file": "README.md", "source_location": null, "weight": 1.0, "_src": "readme_network_composition", "_tgt": "pipeline_synthetic_generation", "source": "readme_network_composition", "target": "pipeline_synthetic_generation" }, { "relation": "references", "confidence": "INFERRED", "confidence_score": 0.85, "source_file": "images/plot.png", "source_location": null, "weight": 1.0, "_src": "images_plot", "_tgt": "readme_alpha_trust_weight", "source": "readme_alpha_trust_weight", "target": "images_plot" }, { "relation": "references", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "PIPELINE.md", "source_location": "line 18-30", "weight": 1.0, "_src": "pipeline_synthetic_generation", "_tgt": "pipeline_environment_state_machine", "source": "pipeline_synthetic_generation", "target": "pipeline_environment_state_machine" }, { "relation": "references", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "PIPELINE.md", "source_location": "line 127-137", "weight": 1.0, "_src": "pipeline_environment_state_machine", "_tgt": "pipeline_risk_scoring", "source": "pipeline_environment_state_machine", "target": "pipeline_risk_scoring" }, { "relation": "references", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "images/table2.png", "source_location": null, "weight": 1.0, "_src": "images_table2", "_tgt": "judge_log_bedrock_qwen", "source": "judge_log_bedrock_qwen", "target": "images_table2" }, { "relation": "semantically_similar_to", "confidence": "INFERRED", "confidence_score": 0.9, "source_file": "judge_log.txt", "source_location": null, "weight": 1.0, "_src": "judge_log_bedrock_qwen", "_tgt": "nvidia_judge_log_results", "source": "judge_log_bedrock_qwen", "target": "nvidia_judge_log_results" }, { "relation": "references", "confidence": "INFERRED", "confidence_score": 0.75, "source_file": "images/table2.png", "source_location": null, "weight": 1.0, "_src": "images_table2", "_tgt": "nvidia_judge_log_results", "source": "nvidia_judge_log_results", "target": "images_table2" }, { "relation": "references", "confidence": "INFERRED", "confidence_score": 0.75, "source_file": "images/table2.png", "source_location": null, "weight": 1.0, "_src": "images_table2", "_tgt": "meta_judge_log_results", "source": "meta_judge_log_results", "target": "images_table2" }, { "relation": "references", "confidence": "INFERRED", "confidence_score": 0.75, "source_file": "images/table2.png", "source_location": null, "weight": 1.0, "_src": "images_table2", "_tgt": "mistral_judge_log_results", "source": "mistral_judge_log_results", "target": "images_table2" }, { "relation": "references", "confidence": "INFERRED", "confidence_score": 0.75, "source_file": "images/table2.png", "source_location": null, "weight": 1.0, "_src": "images_table2", "_tgt": "deepseek_judge_log_results", "source": "deepseek_judge_log_results", "target": "images_table2" }, { "relation": "shares_data_with", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "images/big.png", "source_location": null, "weight": 1.0, "_src": "big_node_risk", "_tgt": "big_fake_risk", "source": "big_node_risk", "target": "big_fake_risk" }, { "relation": "semantically_similar_to", "confidence": "INFERRED", "confidence_score": 0.9, "source_file": "images/big.png", "source_location": null, "weight": 1.0, "_src": "big_node_risk", "_tgt": "formulas1_node_risk", "source": "big_node_risk", "target": "formulas1_node_risk" }, { "relation": "shares_data_with", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "images/big.png", "source_location": null, "weight": 1.0, "_src": "big_behaviour_risk", "_tgt": "big_fake_risk", "source": "big_behaviour_risk", "target": "big_fake_risk" }, { "relation": "semantically_similar_to", "confidence": "INFERRED", "confidence_score": 0.9, "source_file": "images/big.png", "source_location": null, "weight": 1.0, "_src": "big_behaviour_risk", "_tgt": "formulas1_behaviour_risk", "source": "big_behaviour_risk", "target": "formulas1_behaviour_risk" }, { "relation": "shares_data_with", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "images/big.png", "source_location": null, "weight": 1.0, "_src": "big_graph_risk", "_tgt": "big_fake_risk", "source": "big_graph_risk", "target": "big_fake_risk" }, { "relation": "semantically_similar_to", "confidence": "INFERRED", "confidence_score": 0.9, "source_file": "images/big.png", "source_location": null, "weight": 1.0, "_src": "big_graph_risk", "_tgt": "formulas1_graph_risk", "source": "big_graph_risk", "target": "formulas1_graph_risk" }, { "relation": "shares_data_with", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "images/big.png", "source_location": null, "weight": 1.0, "_src": "big_hub_legitimacy", "_tgt": "big_fake_risk", "source": "big_hub_legitimacy", "target": "big_fake_risk" }, { "relation": "semantically_similar_to", "confidence": "INFERRED", "confidence_score": 0.9, "source_file": "images/big.png", "source_location": null, "weight": 1.0, "_src": "big_hub_legitimacy", "_tgt": "formulas1_hub_legitimacy", "source": "big_hub_legitimacy", "target": "formulas1_hub_legitimacy" }, { "relation": "conceptually_related_to", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "images/table3.png", "source_location": null, "weight": 1.0, "_src": "table3_task_easy", "_tgt": "table3_task_medium", "source": "table3_task_easy", "target": "table3_task_medium" }, { "relation": "conceptually_related_to", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "images/table3.png", "source_location": null, "weight": 1.0, "_src": "table3_task_medium", "_tgt": "table3_task_hard", "source": "table3_task_medium", "target": "table3_task_hard" }, { "relation": "conceptually_related_to", "confidence": "INFERRED", "confidence_score": 0.85, "source_file": "images/table1.png", "source_location": null, "weight": 1.0, "_src": "table1_llama4_scout", "_tgt": "table1_ministral", "source": "table1_llama4_scout", "target": "table1_ministral" }, { "relation": "conceptually_related_to", "confidence": "INFERRED", "confidence_score": 0.85, "source_file": "images/table1.png", "source_location": null, "weight": 1.0, "_src": "table1_ministral", "_tgt": "table1_deepseek", "source": "table1_ministral", "target": "table1_deepseek" }, { "relation": "conceptually_related_to", "confidence": "INFERRED", "confidence_score": 0.85, "source_file": "images/table1.png", "source_location": null, "weight": 1.0, "_src": "table1_deepseek", "_tgt": "table1_nemotron", "source": "table1_deepseek", "target": "table1_nemotron" }, { "relation": "conceptually_related_to", "confidence": "INFERRED", "confidence_score": 0.8, "source_file": "images/table1.png", "source_location": null, "weight": 1.0, "_src": "table1_rule_baseline", "_tgt": "table1_gemma", "source": "table1_rule_baseline", "target": "table1_gemma" }, { "relation": "shares_data_with", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "assets/formulas-1.png", "source_location": null, "weight": 1.0, "_src": "formulas1_node_risk", "_tgt": "formulas1_fake_risk_composite", "source": "formulas1_node_risk", "target": "formulas1_fake_risk_composite" }, { "relation": "shares_data_with", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "assets/formulas-1.png", "source_location": null, "weight": 1.0, "_src": "formulas1_behaviour_risk", "_tgt": "formulas1_fake_risk_composite", "source": "formulas1_behaviour_risk", "target": "formulas1_fake_risk_composite" }, { "relation": "shares_data_with", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "assets/formulas-1.png", "source_location": null, "weight": 1.0, "_src": "formulas1_flagged_neighbour_ratio", "_tgt": "formulas1_graph_risk", "source": "formulas1_flagged_neighbour_ratio", "target": "formulas1_graph_risk" }, { "relation": "shares_data_with", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "assets/formulas-1.png", "source_location": null, "weight": 1.0, "_src": "formulas1_graph_risk", "_tgt": "formulas1_fake_risk_composite", "source": "formulas1_graph_risk", "target": "formulas1_fake_risk_composite" }, { "relation": "shares_data_with", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "assets/formulas-1.png", "source_location": null, "weight": 1.0, "_src": "formulas1_hub_legitimacy", "_tgt": "formulas1_fake_risk_composite", "source": "formulas1_hub_legitimacy", "target": "formulas1_fake_risk_composite" }, { "relation": "shares_data_with", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "assets/formulas-2.png", "source_location": null, "weight": 1.0, "_src": "formulas2_recall_precision", "_tgt": "formulas2_score_piecewise", "source": "formulas2_recall_precision", "target": "formulas2_score_piecewise" }, { "relation": "shares_data_with", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "assets/formulas-2.png", "source_location": null, "weight": 1.0, "_src": "formulas2_efficiency", "_tgt": "formulas2_score_piecewise", "source": "formulas2_efficiency", "target": "formulas2_score_piecewise" }, { "relation": "references", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "assets/reflexion.png", "source_location": null, "weight": 1.0, "_src": "reflexion_run_episode", "_tgt": "reflexion_episode_ends", "source": "reflexion_run_episode", "target": "reflexion_episode_ends" }, { "relation": "references", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "assets/reflexion.png", "source_location": null, "weight": 1.0, "_src": "reflexion_next_episode", "_tgt": "reflexion_run_episode", "source": "reflexion_run_episode", "target": "reflexion_next_episode" }, { "relation": "references", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "assets/reflexion.png", "source_location": null, "weight": 1.0, "_src": "reflexion_episode_ends", "_tgt": "reflexion_save_best_trajectory", "source": "reflexion_episode_ends", "target": "reflexion_save_best_trajectory" }, { "relation": "references", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "assets/reflexion.png", "source_location": null, "weight": 1.0, "_src": "reflexion_episode_ends", "_tgt": "reflexion_generate_lesson", "source": "reflexion_episode_ends", "target": "reflexion_generate_lesson" }, { "relation": "shares_data_with", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "assets/reflexion.png", "source_location": null, "weight": 1.0, "_src": "reflexion_save_best_trajectory", "_tgt": "reflexion_memory_store", "source": "reflexion_save_best_trajectory", "target": "reflexion_memory_store" }, { "relation": "shares_data_with", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "assets/reflexion.png", "source_location": null, "weight": 1.0, "_src": "reflexion_generate_lesson", "_tgt": "reflexion_memory_store", "source": "reflexion_generate_lesson", "target": "reflexion_memory_store" }, { "relation": "shares_data_with", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "assets/reflexion.png", "source_location": null, "weight": 1.0, "_src": "reflexion_memory_store", "_tgt": "reflexion_next_episode", "source": "reflexion_memory_store", "target": "reflexion_next_episode" }, { "relation": "references", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "assets/hybrid.png", "source_location": null, "weight": 1.0, "_src": "hybrid_observation", "_tgt": "hybrid_rule_engine", "source": "hybrid_observation", "target": "hybrid_rule_engine" }, { "relation": "references", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "assets/hybrid.png", "source_location": null, "weight": 1.0, "_src": "hybrid_observation", "_tgt": "hybrid_qwen3_llm", "source": "hybrid_observation", "target": "hybrid_qwen3_llm" }, { "relation": "references", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "assets/hybrid.png", "source_location": null, "weight": 1.0, "_src": "hybrid_rule_engine", "_tgt": "hybrid_blend_alpha", "source": "hybrid_rule_engine", "target": "hybrid_blend_alpha" }, { "relation": "references", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "assets/hybrid.png", "source_location": null, "weight": 1.0, "_src": "hybrid_qwen3_llm", "_tgt": "hybrid_blend_alpha", "source": "hybrid_qwen3_llm", "target": "hybrid_blend_alpha" }, { "relation": "references", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "assets/hybrid.png", "source_location": null, "weight": 1.0, "_src": "hybrid_alpha_updater", "_tgt": "hybrid_blend_alpha", "source": "hybrid_blend_alpha", "target": "hybrid_alpha_updater" }, { "relation": "references", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "assets/hybrid.png", "source_location": null, "weight": 1.0, "_src": "hybrid_blend_alpha", "_tgt": "hybrid_final_action", "source": "hybrid_blend_alpha", "target": "hybrid_final_action" }, { "relation": "rationale_for", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "assets/hybrid.png", "source_location": null, "weight": 1.0, "_src": "hybrid_alpha_cap_per_task", "_tgt": "hybrid_alpha_updater", "source": "hybrid_alpha_updater", "target": "hybrid_alpha_cap_per_task" }, { "relation": "references", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "assets/episode.png", "source_location": null, "weight": 1.0, "_src": "episode_observe", "_tgt": "episode_investigate", "source": "episode_observe", "target": "episode_investigate" }, { "relation": "references", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "assets/episode.png", "source_location": null, "weight": 1.0, "_src": "episode_investigate", "_tgt": "episode_flag", "source": "episode_investigate", "target": "episode_flag" }, { "relation": "references", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "assets/episode.png", "source_location": null, "weight": 1.0, "_src": "episode_flag", "_tgt": "episode_submit", "source": "episode_flag", "target": "episode_submit" }, { "relation": "conceptually_related_to", "confidence": "INFERRED", "confidence_score": 0.75, "source_file": "assets/gs.png", "source_location": null, "weight": 1.0, "_src": "gs_graph_signals", "_tgt": "gs_behavioural_signals", "source": "gs_graph_signals", "target": "gs_behavioural_signals" }, { "relation": "conceptually_related_to", "confidence": "INFERRED", "confidence_score": 0.75, "source_file": "assets/gs.png", "source_location": null, "weight": 1.0, "_src": "gs_behavioural_signals", "_tgt": "gs_node_signals", "source": "gs_behavioural_signals", "target": "gs_node_signals" } ], "hyperedges": [ { "id": "model_benchmarking_suite", "label": "Model Benchmarking & Performance Evaluation", "nodes": [ "judge_log_bedrock_qwen", "nvidia_judge_log_results", "gemma_judge_log_results", "meta_judge_log_results", "mistral_judge_log_results", "deepseek_judge_log_results" ], "relation": "participate_in", "confidence": "INFERRED", "confidence_score": 0.9, "source_file": "model-benchmark-logs/" }, { "id": "hybrid_learning_architecture", "label": "Hybrid Policy Learning Architecture", "nodes": [ "readme_hybrid_policy", "readme_reflexion", "readme_alpha_trust_weight", "readme_safety_net" ], "relation": "form", "confidence": "INFERRED", "confidence_score": 0.85, "source_file": "README.md" }, { "id": "risk_assessment_framework", "label": "Risk Assessment & Detection Framework", "nodes": [ "readme_signal_hierarchy", "readme_risk_scoring", "pipeline_risk_scoring", "readme_graph_detection" ], "relation": "form", "confidence": "INFERRED", "confidence_score": 0.85, "source_file": "README.md" }, { "id": "risk_model_components", "label": "Fake Account Risk Model Components", "nodes": [ "big_node_risk", "big_behaviour_risk", "big_graph_risk", "big_hub_legitimacy" ], "relation": "participate_in", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "images/big.png" }, { "id": "evaluation_framework", "label": "Evaluation Framework (Recall, Precision, Efficiency, Score)", "nodes": [ "formulas2_recall_precision", "formulas2_efficiency", "formulas2_score_piecewise" ], "relation": "participate_in", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "assets/formulas-2.png" }, { "id": "reflexion_loop", "label": "Reflexion Learning Loop", "nodes": [ "reflexion_run_episode", "reflexion_generate_lesson", "reflexion_memory_store", "reflexion_next_episode" ], "relation": "participate_in", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "assets/reflexion.png" }, { "id": "hybrid_decision_system", "label": "Hybrid Decision System (Rule + LLM blending)", "nodes": [ "hybrid_rule_engine", "hybrid_qwen3_llm", "hybrid_blend_alpha" ], "relation": "participate_in", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "assets/hybrid.png" }, { "id": "episode_workflow", "label": "Episode Investigation Workflow", "nodes": [ "episode_observe", "episode_investigate", "episode_flag", "episode_submit" ], "relation": "participate_in", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "assets/episode.png" }, { "id": "signal_hierarchy", "label": "Signal Hierarchy (Graph, Behavioural, Node)", "nodes": [ "gs_graph_signals", "gs_behavioural_signals", "gs_node_signals" ], "relation": "participate_in", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "assets/gs.png" } ] }