MCPcopy Create free account

hub / github.com/1sdv/TripStar / functions

Functions1,217 in github.com/1sdv/TripStar

↓ 2 callersFunctionMo
(t, e, r)
backend/app/services/xhs_sign/xhs_xray_pack2.js:19924
↓ 2 callersFunctionMr
()
backend/app/services/xhs_sign/xhs_xray_pack1.js:4628
↓ 2 callersFunctionNo
(t)
backend/app/services/xhs_sign/xhs_xray_pack2.js:19959
↓ 2 callersFunctionOe
(t)
backend/app/services/xhs_sign/xhs_xray_pack2.js:15376
↓ 2 callersFunctionOn
(t, e)
backend/app/services/xhs_sign/xhs_xray_pack2.js:19314
↓ 2 callersFunctionOo
()
backend/app/services/xhs_sign/xhs_xray_pack1.js:31874
↓ 2 callersFunctionOo
(t)
backend/app/services/xhs_sign/xhs_xray_pack2.js:19854
↓ 2 callersFunctionPe
(t)
backend/app/services/xhs_sign/xhs_xray_pack2.js:15430
↓ 2 callersFunctionQe
(t, e, r, n)
backend/app/services/xhs_sign/xhs_xray_pack2.js:17031
↓ 2 callersFunctionQu
(t, e)
backend/app/services/xhs_sign/xhs_xray_pack1.js:11803
↓ 2 callersFunctionRr
(t)
backend/app/services/xhs_sign/xhs_xray_pack1.js:4546
↓ 2 callersFunctionSi
(t, e)
backend/app/services/xhs_sign/xhs_xray_pack1.js:6896
↓ 2 callersFunctionSo
()
backend/app/services/xhs_sign/xhs_xray_pack1.js:31768
↓ 2 callersFunctionSu
(t)
backend/app/services/xhs_sign/xhs_xray_pack1.js:10797
↓ 2 callersFunctionTa
()
backend/app/services/xhs_sign/xhs_xray_pack1.js:8773
↓ 2 callersFunctionTe
(t, e)
backend/app/services/xhs_sign/xhs_xray_pack2.js:16426
↓ 2 callersFunctionTn
(t, e)
backend/app/services/xhs_sign/xhs_xray_pack2.js:18660
↓ 2 callersFunctionTo
(t, e)
backend/app/services/xhs_sign/xhs_xray_pack2.js:19822
↓ 2 callersFunctionUe
(t, e)
backend/app/services/xhs_sign/xhs_xray_pack1.js:3082
↓ 2 callersFunctionUn
(t)
backend/app/services/xhs_sign/xhs_xray_pack2.js:19481
↓ 2 callersFunctionVi
(t, e)
backend/app/services/xhs_sign/xhs_xray_pack1.js:7549
↓ 2 callersFunctionWr
(t, e, r)
backend/app/services/xhs_sign/xhs_xray_pack2.js:17896
↓ 2 callersFunctionXe
(t)
backend/app/services/xhs_sign/xhs_xray_pack2.js:15589
↓ 2 callersFunctionXi
(t)
backend/app/services/xhs_sign/xhs_xray_pack1.js:7641
↓ 2 callersFunctionXr
()
backend/app/services/xhs_sign/xhs_xray_pack2.js:18038
↓ 2 callersFunctionYn
()
backend/app/services/xhs_sign/xhs_xray_pack1.js:5539
↓ 2 callersFunctionYt
(t)
backend/app/services/xhs_sign/xhs_xray_pack2.js:12090
↓ 2 callersFunctionZn
(t, e, r, n, o)
backend/app/services/xhs_sign/xhs_xray_pack2.js:19517
↓ 2 callersFunction__awaiter
(t, e, r, n)
backend/app/services/xhs_sign/xhs_xray_pack1.js:17774
↓ 2 callersFunction__generator
(t, e)
backend/app/services/xhs_sign/xhs_xray_pack1.js:17802
↓ 2 callersFunction_apply_runtime_overrides
将覆盖项应用到全局 settings 实例。
backend/app/config.py:123
↓ 2 callersFunction_build_hotel_agent_prompt
构建酒店推荐 Agent 的系统提示词。
backend/app/agents/trip_planner_agent.py:47
↓ 2 callersFunction_build_task_event
从任务状态构建对前端可消费的事件对象。
backend/app/api/routes/trip.py:212
↓ 2 callersFunction_build_weather_agent_prompt
构建天气查询 Agent 的系统提示词。 Args: tool_prefix: "amap" 或 "google"
backend/app/agents/trip_planner_agent.py:16
↓ 2 callersFunction_compile_js
将 JS 源码中的非 ASCII 字符转义为 \\uXXXX,避免 Windows 上 stdin 管道 按系统代码页(例如 cp932)写入时触发 UnicodeEncodeError。
backend/app/services/xhs_sign/sign_util.py:20
↓ 2 callersFunction_create_task_state
初始化任务状态。
backend/app/api/routes/trip.py:25
↓ 2 callersFunction_e
(t, e)
backend/app/services/xhs_sign/xhs_xray_pack2.js:16401
↓ 2 callersFunction_get_task
优先从内存读取任务,不存在时回退到磁盘。
backend/app/api/routes/trip.py:147
↓ 2 callersFunction_i
(t)
backend/app/services/xhs_sign/xhs_xray_pack1.js:6427
↓ 2 callersFunction_normalize_loaded_task
将磁盘中的任务结构恢复为内存可用格式。
backend/app/api/routes/trip.py:54
↓ 2 callersFunction_persist_task_state
将任务状态持久化到本地 JSON 文件。
backend/app/api/routes/trip.py:82
↓ 2 callersMethod_repair_truncated_json
修复被 max_tokens 截断的不完整 JSON。 策略: 1. 如果最后一个字符在字符串值内部,先关闭该字符串。 2. 移除最后一个不完整的键值对(trailing comma 之后的碎片)。 3. 根据打开/关闭的括号差额,补
backend/app/agents/trip_planner_agent.py:808
↓ 2 callersFunction_task_file_path
获取任务持久化文件路径。
backend/app/api/routes/trip.py:49
↓ 2 callersFunctionan
(t, e)
backend/app/services/xhs_sign/xhs_xray_pack2.js:18221
↓ 2 callersFunctionb64Encode
(e)
backend/app/services/xhs_sign/xhs_xs_xsc_56.js:316
↓ 2 callersFunctionbasicSendClientRequest
(t)
backend/app/services/xhs_sign/xhs_xray_pack1.js:24682
↓ 2 callersFunctionbu
(t, e)
backend/app/services/xhs_sign/xhs_xray_pack1.js:10704
↓ 2 callersFunctionchangeTitle
()
backend/app/services/xhs_sign/xhs_xray_pack1.js:22609
↓ 2 callersFunctioncheck
(t, e, r, n)
backend/app/services/xhs_sign/xhs_xray_pack1.js:22518
↓ 2 callersFunctionchecks_checkRes
(t, e)
backend/app/services/xhs_sign/xhs_xray_pack1.js:22541
↓ 2 callersFunctionci
(t, e)
backend/app/services/xhs_sign/xhs_xray_pack1.js:32127
↓ 2 callersFunctioncn
(t, e)
backend/app/services/xhs_sign/xhs_xray_pack2.js:18297
↓ 2 callersFunctioncoerce
(t)
backend/app/services/xhs_sign/xhs_xray_pack1.js:22415
↓ 2 callersFunctioncompare
(t, e)
backend/app/services/xhs_sign/xhs_xray_pack1.js:22422
↓ 2 callersFunctioncu
(t, e)
backend/app/services/xhs_sign/xhs_xray_pack1.js:10382
↓ 2 callersFunctiondata_ownKeys
(t, e)
backend/app/services/xhs_sign/xhs_xray_pack1.js:24225
↓ 2 callersFunctiondeprecatedStr
(t, e)
backend/app/services/xhs_sign/xhs_xray_pack1.js:22629
↓ 2 callersFunctiondn
(t, e)
backend/app/services/xhs_sign/xhs_xray_pack2.js:18344
↓ 2 callersFunctiondu
(t, e)
backend/app/services/xhs_sign/xhs_xray_pack1.js:10591
↓ 2 callersFunctione
(e)
backend/app/services/xhs_sign/xhs_xray.js:280
↓ 2 callersFunctionencodeUtf8
(e)
backend/app/services/xhs_sign/xhs_xs_xsc_56.js:302
↓ 2 callersFunctionencrypt_b64Encode
(t)
backend/app/services/xhs_sign/xhs_xray_pack1.js:19292
↓ 2 callersFunctionencrypt_encodeUtf8
(t)
backend/app/services/xhs_sign/xhs_xray_pack1.js:19239
↓ 2 callersFunctionfo
(t, e)
backend/app/services/xhs_sign/xhs_xray_pack2.js:19690
↓ 2 callersFunctionfr
(t)
backend/app/services/xhs_sign/xhs_xray_pack1.js:4390
↓ 2 callersFunctionfr
(t, e)
backend/app/services/xhs_sign/xhs_xray_pack2.js:17448
↓ 2 callersFunctiongenDeviceFingerprint_awaiter
(t, e, r, n)
backend/app/services/xhs_sign/xhs_xray_pack1.js:22165
↓ 2 callersFunctiongenDeviceFingerprint_generator
(t, e)
backend/app/services/xhs_sign/xhs_xray_pack1.js:22193
↓ 2 callersFunctiongenerateCalledJsCallback
(t)
backend/app/services/xhs_sign/xhs_xray_pack1.js:25452
↓ 2 callersFunctiongenerate_request_params
一站式生成带签名的请求参数 Args: cookies_str: Cookie 字符串 api: API 路径 (如 /api/sns/web/v1/search/notes) data: 请求体 (dict 或空字符串)
backend/app/services/xhs_sign/sign_util.py:122
↓ 2 callersFunctiongenerate_x_b3_traceid
生成 x-b3-traceid
backend/app/services/xhs_sign/sign_util.py:63
↓ 2 callersMethodgeocode
地理编码(地址转坐标) Args: address: 地址 city: 城市 Returns: 经纬度坐标
backend/app/services/amap_service.py:188
↓ 2 callersFunctiongetDeviceInfoOld
()
backend/app/services/xhs_sign/xhs_xray_pack1.js:24308
↓ 2 callersFunctiongetFullURIFromContext
(t)
backend/app/services/xhs_sign/xhs_xray_pack1.js:17954
↓ 2 callersFunctiongetLocalConfig
()
backend/app/services/xhs_sign/xhs_xray_pack1.js:18763
↓ 2 callersFunctiongetNetworkTypeLegacy
()
backend/app/services/xhs_sign/xhs_xray_pack1.js:24387
↓ 2 callersFunctiongetPlatformCode
(t)
backend/app/services/xhs_sign/xhs_xray_pack1.js:17940
↓ 2 callersFunctiongetTrackEnvOld
()
backend/app/services/xhs_sign/xhs_xray_pack1.js:24580
↓ 2 callersMethodgetUri
(t)
backend/app/services/xhs_sign/xhs_xray_pack1.js:69225
↓ 2 callersFunctiongetUserInfo
()
backend/app/services/xhs_sign/xhs_xray_pack1.js:24462
↓ 2 callersFunctionget_map_provider
根据当前运行时配置判断应使用哪个地图供应商。 优先级: Google Maps API Key 已配置 → google, 否则 → amap (高德 MCP)
backend/app/services/map_dispatcher.py:24
↓ 2 callersMethodget_note_detail
获取笔记详情 - 直连 /api/sns/web/v1/feed Args: note_id: 笔记 ID xsec_token: 安全令牌(来自搜索结果) xsec_sour
backend/app/services/xhs_service.py:145
↓ 2 callersFunctionget_runtime_settings
获取当前运行时配置(供前端设置页读取)。
backend/app/config.py:140
↓ 2 callersFunctionget_trip_planner_agent
获取多智能体旅行规划系统实例(单例模式)
backend/app/agents/trip_planner_agent.py:1099
↓ 2 callersMethodget_weather
查询天气 Args: city: 城市名称 Returns: 天气信息列表
backend/app/services/amap_service.py:93
↓ 2 callersFunctionget_xhs_client
初始化并返回原生小红书客户端
backend/app/services/xhs_service.py:192
↓ 2 callersFunctiongn
(t)
backend/app/services/xhs_sign/xhs_xray_pack2.js:18308
↓ 2 callersFunctiongo
(t, e)
backend/app/services/xhs_sign/xhs_xray_pack1.js:6002
↓ 2 callersFunctionie
(t)
backend/app/services/xhs_sign/xhs_xray_pack2.js:15203
↓ 2 callersFunctionir
()
backend/app/services/xhs_sign/xhs_xray_pack1.js:4224
↓ 2 callersFunctionja
(t)
backend/app/services/xhs_sign/xhs_xray_pack1.js:9115
↓ 2 callersFunctionji
(t)
backend/app/services/xhs_sign/xhs_xray_pack1.js:7062
↓ 2 callersFunctionjn
(t, e)
backend/app/services/xhs_sign/xhs_xray_pack1.js:5278
↓ 2 callersFunctionku
(t, e, r, n, o)
backend/app/services/xhs_sign/xhs_xray_pack1.js:10750
↓ 2 callersFunctionle
()
backend/app/services/xhs_sign/xhs_xray_pack2.js:15272
↓ 2 callersFunctionln
(t, e)
backend/app/services/xhs_sign/xhs_xray_pack2.js:18300
↓ 2 callersFunctionlogDeprecated_warnDeprecated
(t, e, r)
backend/app/services/xhs_sign/xhs_xray_pack1.js:22633
↓ 2 callersFunctionlogSecInfo
(t, e, r, n)
backend/app/services/xhs_sign/xhs_xray_pack1.js:18262
↓ 2 callersFunctionmo
(t)
backend/app/services/xhs_sign/xhs_xray_pack1.js:6014
↓ 2 callersFunctionni
(t, e)
backend/app/services/xhs_sign/xhs_xray_pack1.js:32085
← previousnext →501–600 of 1,217, ranked by callers