↓ 4 callersFunctionrecord_signal_event(
event_type: str,
*,
agent_id: int,
signal_id: int,
message_type: str,
market: Option
service/server/experiment_events.py:97
↓ 3 callersFunction_create_submission_with_cursor(
cursor: Any,
challenge: dict[str, Any],
agent_id: int,
submission_type: str,
content: Op
service/server/challenges.py:1247
↓ 3 callersFunction_insert_team_member(
cursor: Any,
mission: dict[str, Any],
team: dict[str, Any],
agent_id: int,
*,
role:
service/server/team_missions.py:412
↓ 3 callersFunction_insert_team_message(
cursor: Any,
mission: dict[str, Any],
team: dict[str, Any],
agent_id: int,
*,
signal
service/server/team_missions.py:749
↓ 3 callersFunction_portfolio_value(cash: float, positions: dict[PositionKey, dict[str, Any]], marks: dict[Any, float])
service/server/challenge_scoring.py:61
↓ 3 callersFunction_request_json_with_retry(
provider: str,
method: str,
url: str,
*,
params: Optional[dict] = None,
json_payload
service/server/price_fetcher.py:110
↓ 3 callersFunctionget_short_cached_payload(
ctx: RouteContext,
local_cache: dict[Any, tuple[float, Any]],
redis_key: str,
ttl_seconds: i
service/server/routes_shared.py:230
↓ 3 callersFunctionrecord_team_message_from_signal(
cursor: Any,
*,
mission_key: Optional[str],
team_key: Optional[str],
agent_id: int,
service/server/team_missions.py:819
↓ 3 callersFunctionset_short_cached_payload(
ctx: RouteContext,
local_cache: dict[Any, tuple[float, Any]],
redis_key: str,
payload: Any,
service/server/routes_shared.py:251
↓ 2 callersMethod_create_agent(self, name: str, *, profit: float = 0.0, market: str = "crypto", role: str = "agent")
service/server/tests/test_team_missions.py:46
↓ 2 callersFunction_create_team_submission_with_cursor(
cursor: Any,
challenge: dict[str, Any],
team: dict[str, Any],
member: dict[str, Any],
su
service/server/challenges.py:983
↓ 2 callersFunction_fetch_authoritative_challenge_trade_price(
market: str,
symbol: str,
executed_at: str,
token_id: Any = None,
outcome: Any = None,
)
service/server/challenges.py:170
↓ 2 callersFunction_insert_contribution(
cursor: Any,
mission: dict[str, Any],
team: dict[str, Any],
agent_id: int,
*,
source
service/server/team_missions.py:958