↓ 1 callersFunctionnetwork_chart(edges: list[dict], *, x: int = 80, y: int = 120, width: int = 980, height: int = 440)
research/scripts/generate_figures.py:59
↓ 1 callersFunctionrecord_assignment_event(
experiment_key: str,
*,
unit_type: str,
unit_id: int,
variant_key: str,
assignment_r
service/server/experiment_events.py:125
↓ 1 callersFunctionrecord_reward_event(
agent_id: int,
amount: int,
reason: str,
*,
source_type: Optional[str] = None,
sourc
service/server/experiment_events.py:70
↓ 1 callersFunctionrecord_team_reply_from_parent_signal(
cursor: Any,
*,
parent_signal_id: int,
reply_id: int,
agent_id: int,
content: str,
)
service/server/team_missions.py:844
↓ 1 callersFunctionreplay_agent_operations(
agent: dict[str, Any],
operation_rows: list[dict[str, Any]],
suspicious_ids: set[int],
previ
service/server/scripts/cleanup_dirty_trade_data.py:311