MCPcopy Create free account

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

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

↓ 6 callersFunction_fetch_daily_adjusted_series
(symbol: str)
service/server/market_intel.py:700
↓ 6 callersFunction_json_dumps
(value: Any)
service/server/team_missions.py:49
↓ 6 callersFunction_json_loads
(value: Any, default: Any = None)
service/server/team_missions.py:57
↓ 6 callersFunction_load_challenge_team
(cursor: Any, challenge_id: int, team_id: int)
service/server/challenges.py:640
↓ 6 callersFunction_model_dump
(data: Any)
service/server/team_missions.py:39
↓ 6 callersFunction_namespaced
(key: str)
service/server/cache.py:46
↓ 6 callersFunction_polymarket_price_valid
(price: float)
service/server/price_fetcher.py:73
↓ 6 callersFunction_reward_for_context
(base_points: int, contexts: list[dict[str, Any]], quality_score: float | None)
service/server/routes_signals.py:77
↓ 6 callersFunctionas_float
(value: Any)
service/server/scripts/repair_challenge_trade_prices.py:67
↓ 6 callersFunctionformatReturnPercent
(value: any)
service/frontend/src/AppPages.tsx:1724
↓ 6 callersFunctionget_challenge_leaderboard
(challenge_key: str)
service/server/challenges.py:1900
↓ 6 callersFunctionget_team
(team_key: str)
service/server/team_missions.py:648
↓ 6 callersFunctionhasPermission
(agentInfo: AgentInfo | null | undefined, permission: keyof AgentPermissions)
service/frontend/src/appShared.tsx:35
↓ 6 callersFunctionloadViewerContext
()
service/frontend/src/appCommunityPages.tsx:412
↓ 6 callersFunctionprice_fetch_logging
(enabled: bool)
service/server/price_fetcher.py:64
↓ 6 callersFunctionrefresh_experiment_statuses
Complete active experiments whose end time has elapsed.
service/server/experiments.py:278
↓ 6 callersFunctionrefresh_mission_statuses
(cursor: Any)
service/server/team_missions.py:124
↓ 6 callersFunctionsettle_challenge
(challenge_key: str, *, force: bool = False)
service/server/challenges.py:1953
↓ 5 callersFunction_add_agent_points
Add points to an agent's account through the reward ledger.
service/server/services.py:119
↓ 5 callersFunction_apply_agent_filter
(rows: list[dict[str, Any]], agent_ids: Optional[set[int]])
service/server/experiment_notifications.py:77
↓ 5 callersFunction_coerce_agent_ids
(agent_ids: Optional[list[int] | list[str]])
service/server/experiment_notifications.py:46
↓ 5 callersFunction_hash_value
(namespace: str, value: Any)
service/server/research_exports.py:1234
↓ 5 callersMethod_insert_metric_snapshot
(self, agent_id: int, *, quality_score_avg: float = 0, max_drawdown: float = 0)
service/server/tests/test_leaderboard_metrics.py:51
↓ 5 callersFunction_iso
(value: datetime)
service/server/challenges.py:76
↓ 5 callersMethod_iso
(self, value: datetime)
service/server/tests/test_experiment_assignments.py:55
↓ 5 callersFunction_list_team_members_with_cursor
(cursor: Any, team_id: int)
service/server/challenges.py:656
↓ 5 callersFunction_normalize_challenge_mode
(value: Optional[str])
service/server/challenges.py:266
↓ 5 callersFunction_parse_dt
(value: Optional[str])
service/server/team_missions.py:68
↓ 5 callersFunction_parse_string_array
(value: Any)
service/server/price_fetcher.py:336
↓ 5 callersFunction_polymarket_resolve_reference
Resolve a Polymarket reference into an explicit outcome token. For ambiguous references (slug/condition with multiple outcomes), caller must
service/server/price_fetcher.py:402
↓ 5 callersFunctionbar_chart
(values: list[tuple[str, float]], *, x: int = 60, y: int = 120, width: int = 460, height: int = 340)
research/scripts/generate_figures.py:21
↓ 5 callersFunctionbuild_network_edges
()
service/server/experiment_metrics.py:171
↓ 5 callersFunctionensure_month
( now: datetime, tz: ZoneInfo, *, creator_identifier: str, dry_run: bool = False, init
service/server/scripts/monthly_challenges.py:168
↓ 5 callersFunctionfetch_all
(cursor: Any, query: str, params: Iterable[Any] | None = None)
service/server/scripts/cleanup_dirty_trade_data.py:150
↓ 5 callersFunctionfixedSymbolForChallenge
(challenge: any)
service/frontend/src/ChallengePage.tsx:56
↓ 5 callersFunctionform_team_groups
( features: list[dict[str, Any]], *, assignment_mode: str, team_size: int, mission_key: st
service/server/team_matching.py:95
↓ 5 callersFunctionformatPct
(value: any)
service/frontend/src/ExperimentAdminPage.tsx:24
↓ 5 callersFunctiongrant_agent_reward
Post a reward ledger entry and update the agent point balance. When source_type/source_id are provided, the grant is idempotent for the same
service/server/rewards.py:19
↓ 5 callersFunctionhandleAgentClick
(agent: any, syncUrl = true)
service/frontend/src/AppPages.tsx:1272
↓ 5 callersFunctioninvalidate_agent_message_caches
(ctx: RouteContext, agent_id: int)
service/server/routes_shared.py:265
↓ 5 callersFunctionlist_challenges
( status: Optional[str] = None, market: Optional[str] = None, limit: int = 50, offset: int = 0
service/server/challenges.py:394
↓ 5 callersFunctionloadMission
()
service/frontend/src/TeamMissionsPage.tsx:95
↓ 5 callersFunctionlog
(message: str)
service/server/scripts/monthly_challenges.py:214
↓ 5 callersFunctionmarketLabel
(value: string, language: string)
service/frontend/src/ChallengePage.tsx:44
↓ 5 callersFunctionresearch_schema_for_dataset
(dataset_name: str)
service/server/research_exports.py:1434
↓ 5 callersFunctionscore_signal_quality
( signal: Any, *, cursor: Any = None, model_version: str = MODEL_VERSION, )
service/server/signal_quality.py:183
↓ 5 callersFunctionsend_agent_notifications
Send or preview a bulk notification campaign.
service/server/experiment_notifications.py:517
↓ 5 callersFunctionvalidate_address
Validate and normalize an Ethereum address.
service/server/utils.py:115
↓ 5 callersFunctionvalidate_market
(market: str | None)
service/server/routes_shared.py:122
↓ 5 callersFunctionvariant_for_agent
(agent_id: int, experiment_key: Optional[str] = None)
service/server/experiments.py:614
↓ 4 callersFunction_activate_provider_cooldown
(provider: str, duration_s: float, reason: str)
service/server/price_fetcher.py:93
↓ 4 callersFunction_adapt_sql_for_postgres
(sql: str)
service/server/database.py:193
↓ 4 callersFunction_alpha_vantage_get
(params: dict[str, Any])
service/server/market_intel.py:456
↓ 4 callersFunction_calc_simple_moving_average
(series: list[dict[str, Any]], window: int)
service/server/market_intel.py:786
↓ 4 callersMethod_create_agent
(self, name: str)
service/server/tests/test_challenges.py:58
↓ 4 callersMethod_create_agent
(self, name: str, role: str = "agent")
service/server/tests/test_experiment_notifications.py:48
↓ 4 callersFunction_download
( filename: str, start_at: str | None, end_at: str | None, experiment_key: str
service/server/routes_research.py:186
↓ 4 callersFunction_fetch
( dataset_name: str, *, start_at: str | None = None, end_at: str | None = None
service/server/routes_research.py:43
↓ 4 callersFunction_fetch_live_mark_prices
(scored_results: list[dict[str, Any]], mark_timestamp: str)
service/server/challenges.py:96
↓ 4 callersFunction_get_user_by_token
Get user by token.
service/server/services.py:82
↓ 4 callersMethod_insert_message
(self, message_type: str, read: int = 0)
service/server/tests/test_routes_shared.py:75
↓ 4 callersFunction_json_loads
(value: Any, default: Any = None)
service/server/challenges.py:56
↓ 4 callersFunction_live_mark_timestamp
(challenge: dict[str, Any])
service/server/challenges.py:80
↓ 4 callersFunction_require_challenge_team_member
(cursor: Any, challenge_id: int, team_id: int, agent_id: int)
service/server/challenges.py:875
↓ 4 callersFunction_reserve_signal_id
Reserve a unique signal ID using an autoincrement sequence table.
service/server/services.py:170
↓ 4 callersFunction_resolve_agent_recovery_target
(agent_id: int | None, name: str | None)
service/server/routes_agent.py:85
↓ 4 callersFunction_row_dict
(row: Any)
service/server/challenges.py:36
↓ 4 callersFunction_row_dict
(row: Any)
service/server/team_missions.py:35
↓ 4 callersFunction_row_dict
(row: Any)
service/server/challenge_scoring.py:12
↓ 4 callersFunction_safe_float
(value: Any, default: float = 0.0)
service/server/team_scoring.py:13
↓ 4 callersFunction_snapshot_payload
(symbol: str = "HD")
service/server/tests/test_market_intel.py:15
↓ 4 callersFunction_target_rows_from_query
(sql: str, params: tuple[Any, ...], *, limit: int)
service/server/experiment_notifications.py:68
↓ 4 callersFunction_team_participant_snapshot
(team: dict[str, Any])
service/server/challenges.py:896
↓ 4 callersFunction_utc_now
()
service/server/market_intel.py:141
↓ 4 callersFunction_utc_now_iso_z
()
service/server/market_intel.py:145
↓ 4 callersFunctionab_test_rows
(rows: list[dict[str, Any]], metric: str, family: str)
research/scripts/analyze_experiments.py:106
↓ 4 callersFunctionallow_sync_price_fetch_in_api
()
service/server/routes_shared.py:130
↓ 4 callersFunctionbuild_experiment_target_rule
( *, experiment_key: str, variant_key: Optional[str] = None, agent_ids: Optional[list[int] | l
service/server/experiment_notifications.py:728
↓ 4 callersFunctioncreate_challenge
(data: Any, created_by_agent_id: int)
service/server/challenges.py:307
↓ 4 callersFunctioncreate_challenge_team
(challenge_key: str, agent_id: int, data: Any)
service/server/challenges.py:699
↓ 4 callersFunctionexperiment_accepts_unit
(experiment: dict[str, Any], unit_type: str, unit_id: int | str)
service/server/experiments.py:172
↓ 4 callersFunctionfetch_all
(cursor: Any, query: str, params: tuple[Any, ...] = ())
service/server/scripts/manage_leaderboard_exclusions.py:65
↓ 4 callersFunctionformatDate
(value: string | null | undefined, language: string)
service/frontend/src/TeamMissionsPage.tsx:13
↓ 4 callersFunctionformatDate
(value: string | null | undefined, language: string)
service/frontend/src/ChallengePage.tsx:32
↓ 4 callersFunctionformatNumber
(value: any)
service/frontend/src/ExperimentAdminPage.tsx:25
↓ 4 callersFunctionformatScore
(value: any)
service/frontend/src/TeamMissionsPage.tsx:25
↓ 4 callersFunctiongetInstrumentLabel
(item: any)
service/frontend/src/appShared.tsx:228
↓ 4 callersFunctionget_agent_challenge_portfolio
(challenge_key: str, agent_id: int)
service/server/challenges.py:1395
↓ 4 callersFunctionget_challenge
(challenge_key: str)
service/server/challenges.py:442
↓ 4 callersFunctionget_mission_teams
(mission_key: str)
service/server/team_missions.py:626
↓ 4 callersFunctioninit_database
Initialize database schema.
service/server/database.py:403
↓ 4 callersFunctionjoin_challenge_team
(challenge_key: str, team_id: int, agent_id: int, data: Any = None)
service/server/challenges.py:792
↓ 4 callersFunctionjoin_team_mission
(mission_key: str, agent_id: int, data: Any = None)
service/server/team_missions.py:327
↓ 4 callersFunctionline_chart
(values: list[float], *, x: int = 620, y: int = 120, width: int = 500, height: int = 340)
research/scripts/generate_figures.py:39
↓ 4 callersFunctionloadAssignments
(experimentKey: string)
service/frontend/src/ExperimentAdminPage.tsx:81
↓ 4 callersFunctionloadData
(providerPageToLoad = providerPage, followingPageToLoad = followingPage)
service/frontend/src/AppPages.tsx:1614
↓ 4 callersFunctionloadMyChallenges
()
service/frontend/src/ChallengePage.tsx:116
↓ 4 callersFunctionloadReplies
()
service/frontend/src/appCommunityPages.tsx:133
↓ 4 callersFunctionnormalize_variants
(value: Any)
service/server/experiments.py:121
↓ 4 callersFunctionnow_z
()
service/server/scripts/cleanup_dirty_trade_data.py:77
← previousnext →101–200 of 1,106, ranked by callers