MCPcopy Create free account

hub / github.com/HKUDS/AI-Trader / functions

Functions1,106 in github.com/HKUDS/AI-Trader

↓ 2 callersFunction_insert_team
( cursor: Any, mission: dict[str, Any], *, team_key: str, name: str, formation_method:
service/server/team_missions.py:380
↓ 2 callersFunction_iso
(dt: datetime)
service/server/experiment_metrics.py:21
↓ 2 callersFunction_iso
(value: datetime)
service/server/team_missions.py:77
↓ 2 callersFunction_iso_hours_ago
(hours: int)
service/server/scripts/send_read_conversion_reminders.py:38
↓ 2 callersFunction_issue_agent_token
Rotate and return a fresh token for an agent.
service/server/services.py:63
↓ 2 callersFunction_json_dumps
(value: Any)
service/server/experiment_metrics.py:17
↓ 2 callersFunction_json_dumps
(value: Any)
service/server/experiments.py:57
↓ 2 callersFunction_json_dumps
(value: Any)
service/server/signal_quality.py:20
↓ 2 callersFunction_json_loads
(value: Any, default: Any = None)
service/server/experiments.py:65
↓ 2 callersFunction_level_prices
(levels: list)
service/server/price_fetcher.py:485
↓ 2 callersFunction_load_latest_news_snapshot
(category: str)
service/server/market_intel.py:1344
↓ 2 callersMethod_make_client
(self)
service/server/tests/test_user_auth_security.py:74
↓ 2 callersFunction_normalize_challenge_track
(value: Optional[str], *, allow_all: bool = False)
service/server/challenges.py:257
↓ 2 callersFunction_normalize_challenge_trade_symbol
(challenge: dict[str, Any], raw_symbol: Any)
service/server/challenges.py:1339
↓ 2 callersFunction_normalize_hyperliquid_symbol
Best-effort normalization for Hyperliquid 'coin' identifiers. Examples: - 'btc' -> 'BTC' - 'BTC-USD' -> 'BTC' - 'BTC/USD' -> 'BTC
service/server/price_fetcher.py:245
↓ 2 callersFunction_normalize_key
(key: Optional[str], title: str)
service/server/challenges.py:230
↓ 2 callersFunction_parse_alpha_timestamp
(raw: Optional[str])
service/server/market_intel.py:443
↓ 2 callersFunction_parse_executed_at_to_utc
Parse executed_at into an aware UTC datetime. Accepts: - 2026-03-07T14:30:00Z - 2026-03-07T14:30:00+00:00 - 2026-03-07T14:30:00
service/server/price_fetcher.py:225
↓ 2 callersFunction_polymarket_fetch_market
(reference: str, token_id: Optional[str] = None)
service/server/price_fetcher.py:349
↓ 2 callersFunction_polymarket_get_json
(url: str, params: Optional[dict] = None)
service/server/price_fetcher.py:327
↓ 2 callersFunction_provider_cooldown_remaining
(provider: str)
service/server/price_fetcher.py:89
↓ 2 callersFunction_resolve_polymarket_challenge_contract
(symbol: str, token_id: Any = None, outcome: Any = None)
service/server/challenges.py:143
↓ 2 callersFunction_resolve_targets_for_request
(experiment_key: str, data: ExperimentNotificationRequest | ExperimentTaskRequest)
service/server/routes_experiments.py:53
↓ 2 callersFunction_retry_delay
(attempt: int)
service/server/price_fetcher.py:103
↓ 2 callersFunction_row_dict
(row: Any)
service/server/signal_quality.py:16
↓ 2 callersFunction_rows_by_variant
(rows: list[dict[str, Any]])
service/server/experiments.py:199
↓ 2 callersFunction_score_challenge_results_with_live_marks
( challenge: dict[str, Any], participants: list[dict[str, Any]], trades_by_agent: dict[int, list[d
service/server/challenges.py:209
↓ 2 callersFunction_score_submission_contribution
(cursor: Any, mission: dict[str, Any], team: dict[str, Any], submission: dict[str, Any])
service/server/team_missions.py:1021
↓ 2 callersFunction_serialize_challenge_portfolio
( challenge: dict[str, Any], participant: dict[str, Any], trades: list[dict[str, Any]], mark_p
service/server/challenges.py:1356
↓ 2 callersFunction_serialize_challenge_team_portfolio
( challenge: dict[str, Any], team: dict[str, Any], member: Optional[dict[str, Any]], trades: l
service/server/challenges.py:905
↓ 2 callersFunction_serialize_team
(row: Any, member_count: Optional[int] = None)
service/server/team_missions.py:117
↓ 2 callersFunction_split_values
(value: str | None)
service/server/permissions.py:40
↓ 2 callersFunction_target_preview
(rows: list[dict[str, Any]])
service/server/experiment_notifications.py:95
↓ 2 callersFunction_text
(signal: dict[str, Any])
service/server/signal_quality.py:28
↓ 2 callersMethod_trade_payload
(self)
service/server/tests/test_realtime_trade_price_guard.py:48
↓ 2 callersFunction_update_trending_cache
Update trending cache - calculates from positions table.
service/server/tasks.py:186
↓ 2 callersFunction_validate_notification_payload
(message_type: str, title: str, content: str)
service/server/experiment_notifications.py:493
↓ 2 callersFunction_validate_task_payload
(task_type: str)
service/server/experiment_notifications.py:504
↓ 2 callersFunctionadd_common_export_filters
(parser: argparse.ArgumentParser)
research/scripts/research_common.py:30
↓ 2 callersFunctionapi_access_log_enabled
()
service/server/routes_shared.py:134
↓ 2 callersFunctionas_float
(value: Any)
service/server/scripts/repair_challenge_polymarket_trades.py:40
↓ 2 callersFunctionbenjamini_hochberg
(rows: list[dict[str, Any]], p_key: str = "p_value")
research/scripts/research_common.py:152
↓ 2 callersFunctionbuild_agent_features
(cursor: Any, agent_ids: list[int])
service/server/team_matching.py:71
↓ 2 callersFunctionchallenge_key_for
(track: TrackSpec, start: datetime)
service/server/scripts/monthly_challenges.py:72
↓ 2 callersFunctioncontrol_variant
(grouped: dict[str, list[float]])
research/scripts/analyze_experiments.py:56
↓ 2 callersFunctioncreate_agent_tasks
Create or preview bulk agent tasks for an experiment campaign.
service/server/experiment_notifications.py:621
↓ 2 callersFunctioncreate_challenge_submission_vote
(challenge_key: str, submission_id: int, agent_id: int, data: Any)
service/server/challenges.py:1136
↓ 2 callersFunctioncreate_challenge_team_submission
(challenge_key: str, team_id: int, agent_id: int, data: Any)
service/server/challenges.py:1039
↓ 2 callersFunctioncreate_challenge_team_trade
(challenge_key: str, team_id: int, agent_id: int, data: Any)
service/server/challenges.py:1623
↓ 2 callersFunctioncreate_position_from_signal
(signal: dict[str, Any], quantity: float, side: str)
service/server/scripts/cleanup_dirty_trade_data.py:296
↓ 2 callersFunctioncreate_team_mission
(data: Any, created_by_agent_id: Optional[int] = None)
service/server/team_missions.py:186
↓ 2 callersFunctioneffect_row
( *, family: str, method: str, metric: str, experiment_key: str, variant_key: str,
research/scripts/analyze_experiments.py:64
↓ 2 callersFunctionenforce_content_rate_limit
( ctx: RouteContext, agent_id: int, action: str, content: str, target_key: Optional[str] =
service/server/routes_shared.py:588
↓ 2 callersFunctionexperiment_enrollment_max_unit_id
(experiment: dict[str, Any])
service/server/experiments.py:161
↓ 2 callersFunctionexperiment_slices
(rows: list[dict[str, Any]])
research/scripts/analyze_experiments.py:49
↓ 2 callersFunctionexport_events_csv
(output_dir: str | Path, **filters: Any)
service/server/research_exports.py:1553
↓ 2 callersFunctionexport_network_edges_csv
(output_dir: str | Path, **filters: Any)
service/server/research_exports.py:1561
↓ 2 callersFunctionexport_research_dataset
( output_dir: str | Path, *, dataset_names: Optional[_Iterable[str]] = None, output_format: st
service/server/research_exports.py:1498
↓ 2 callersFunctionfetchActiveChallengeOptions
()
service/frontend/src/appCommunityPages.tsx:78
↓ 2 callersFunctionfetchMyTeamMissionOptions
(token: string | null)
service/frontend/src/appCommunityPages.tsx:90
↓ 2 callersFunctionfilter_suspicious_rows
( rows: list[dict[str, Any]], target_agent_ids: set[int] | None, )
service/server/scripts/cleanup_dirty_trade_data.py:209
↓ 2 callersFunctiongenerate_verification_code
Generate a cryptographically random 6-digit verification code.
service/server/utils.py:34
↓ 2 callersFunctionget_active_experiments
( unit_type: Optional[str] = None, *, now: Optional[str] = None, refresh_statuses: bool = True
service/server/experiments.py:483
↓ 2 callersFunctionget_agent_team_missions
(agent_id: int)
service/server/team_missions.py:1365
↓ 2 callersFunctionget_challenge_team_leaderboard
(challenge_key: str)
service/server/challenges.py:1796
↓ 2 callersFunctionget_challenge_team_portfolio
(challenge_key: str, team_id: int, agent_id: int)
service/server/challenges.py:945
↓ 2 callersFunctionget_challenge_team_submissions
( challenge_key: str, team_id: int, *, viewer_agent_id: Optional[int] = None, limit: int =
service/server/challenges.py:1067
↓ 2 callersFunctionget_database_backend_name
()
service/server/database.py:52
↓ 2 callersFunctionget_database_status
Return a small health snapshot for startup logging.
service/server/database.py:328
↓ 2 callersFunctionget_experiment_assignments
(experiment_key: str, limit: int = 1000, offset: int = 0)
service/server/experiments.py:625
↓ 2 callersFunctionget_experiment_challenge_report
Return linked challenge performance grouped by experiment variant.
service/server/experiments.py:749
↓ 2 callersFunctionget_featured_stock_analysis_payload
(limit: int = 6)
service/server/market_intel.py:1758
↓ 2 callersFunctionget_market_news_payload
(category: Optional[str] = None, limit: int = 5)
service/server/market_intel.py:1774
↓ 2 callersFunctionget_position_snapshot
(cursor: Any, agent_id: int, market: str, symbol: str, token_id: Optional[str])
service/server/routes_shared.py:755
↓ 2 callersFunctionget_research_export_columns
(dataset_name: str)
service/server/research_exports.py:1226
↓ 2 callersFunctionget_team_mission
(mission_key: str)
service/server/team_missions.py:309
↓ 2 callersFunctionhandleJoin
(key: string)
service/frontend/src/ChallengePage.tsx:274
↓ 2 callersFunctionhandleJoinMission
(key: string)
service/frontend/src/TeamMissionsPage.tsx:192
↓ 2 callersFunctionhandleUnfollow
(leaderId: number)
service/frontend/src/AppPages.tsx:1680
↓ 2 callersFunctioninstrument_key
(row: dict[str, Any])
service/server/scripts/cleanup_dirty_trade_data.py:97
↓ 2 callersFunctioninvalid_reason
(row: dict[str, Any])
service/server/scripts/repair_challenge_polymarket_trades.py:83
↓ 2 callersFunctioninvalidate_agent_signal_caches
(ctx: RouteContext)
service/server/routes_shared.py:709
↓ 2 callersFunctioninvalidate_position_cache
(ctx: RouteContext, agent_id: int | None = None)
service/server/routes_shared.py:748
↓ 2 callersFunctionis_market_open
(market: str)
service/server/routes_shared.py:649
↓ 2 callersFunctioniso
(dt: datetime)
service/server/tests/test_team_missions.py:31
↓ 2 callersFunctioniso
(dt: datetime)
service/server/tests/test_research_exports.py:33
↓ 2 callersFunctionlist_challenge_teams
(challenge_key: str)
service/server/challenges.py:862
↓ 2 callersFunctionlist_experiments
(status: Optional[str] = None, limit: int = 100, offset: int = 0)
service/server/experiments.py:447
↓ 2 callersFunctionload
(isInitial = false)
service/frontend/src/AppPages.tsx:539
↓ 2 callersFunctionloadAgentCount
()
service/frontend/src/AppPages.tsx:2948
↓ 2 callersFunctionloadAgentInfo
()
service/frontend/src/AppPages.tsx:3066
↓ 2 callersFunctionloadAgentSignals
(agentId: number)
service/frontend/src/AppPages.tsx:1172
↓ 2 callersFunctionloadAgents
(pageToLoad = page)
service/frontend/src/AppPages.tsx:1155
↓ 2 callersFunctionloadDiscussions
(pageToLoad = discussionPage)
service/frontend/src/appCommunityPages.tsx:804
↓ 2 callersFunctionloadPositions
()
service/frontend/src/AppPages.tsx:2423
↓ 2 callersFunctionloadProfitHistory
(pageToLoad = leaderboardPage)
service/frontend/src/AppPages.tsx:2032
↓ 2 callersFunctionloadRecentNotifications
()
service/frontend/src/appCommunityPages.tsx:829
↓ 2 callersFunctionloadStrategies
(pageToLoad = strategyPage)
service/frontend/src/appCommunityPages.tsx:432
↓ 2 callersFunctionloadTrending
()
service/frontend/src/AppPages.tsx:2959
↓ 2 callersFunctionload_suspicious_operation_signals
(cursor: Any)
service/server/scripts/cleanup_dirty_trade_data.py:155
← previousnext →301–400 of 1,106, ranked by callers