MCPcopy Create free account

hub / github.com/849261680/chat-resume / functions

Functions2,975 in github.com/849261680/chat-resume

↓ 3 callersFunctionfake_pi_message
把测试响应转换为 pi-agent-core assistant message。
backend/tests/test_resume_agent_smoke.py:218
↓ 3 callersFunctionformat_delta_pp
用于格式化deltapp。
eval/compare_trends.py:244
↓ 3 callersFunctionformat_seconds
用于统一格式化秒级耗时。
eval/build_evidence_report.py:52
↓ 3 callersFunctionformat_signed_percent_points
用于把覆盖率增量格式化成百分点。
eval/build_evidence_report.py:47
↓ 3 callersFunctiongetFormalPersonalInfoLayout
(hasPhoto: boolean)
frontend/src/components/preview/sections/personalInfoLayout.ts:33
↓ 3 callersFunctiongetPageLineEndOffset
( line: Pick<RenderableLine, 'top' | 'bottom' | 'height'>, isLastContentLine: boolean, )
frontend/src/components/preview/hooks/useLineBasedPagination.ts:142
↓ 3 callersFunctiongetSelectionOverlayPosition
按选区中心计算浮层位置,优先贴近选区上方,空间不足则放到下方。
frontend/src/components/editor/ResumeSelectionOverlay.tsx:77
↓ 3 callersMethodget_by_email
用于按邮箱查询单个用户。
backend/app/services/domain/user_service.py:28
↓ 3 callersMethodget_file_url
获取文件访问URL。
backend/app/services/processing/export_service.py:692
↓ 3 callersMethodget_job_post_for_user
用于按用户权限读取单条 JD 记录。
backend/app/services/domain/resume_service.py:103
↓ 3 callersFunctionget_password_hash
用于把用户密码安全地转成 bcrypt 哈希。
backend/app/infra/security.py:118
↓ 3 callersMethodget_session_by_token
用于通过原始刷新令牌查找服务端会话记录。
backend/app/services/domain/refresh_session_service.py:44
↓ 3 callersFunctionhallucination_safety_scorer
评估输出是否引入高风险、难以从原文支持的夸大信息。
backend/braintrust_resume_scorers.py:267
↓ 3 callersFunctionhasOwnField
(record: Record<string, unknown>, key: string)
frontend/src/components/editor/DiffReviewCard.tsx:97
↓ 3 callersMethodhas_approved
用于判断 SDK 工具调用是否已获批。
backend/app/agents/resume/sdk_tool_lifecycle.py:49
↓ 3 callersFunctionhas_required_agent_api_key
用于判断当前 eval provider 是否具备模型调用密钥。
eval/harness.py:57
↓ 3 callersFunctionisAppLocale
(value: string | undefined)
frontend/src/i18n/routing.ts:19
↓ 3 callersFunctionisEmptyDiffMarker
(text: string)
frontend/src/components/editor/DiffReviewCard.tsx:122
↓ 3 callersFunctionisLayoutConfigDirty
(resumeId: number)
frontend/src/lib/resumeLayoutConfig.ts:333
↓ 3 callersMethodis_tool_failure
用于判断工具结果是否失败。
backend/app/agents/resume/tool_execution.py:1048
↓ 3 callersFunctioniter_bullets
用于遍历经历板块下的 bullet,产出板块、条目 id、bullet id 和文本。
backend/app/services/agent/resume_rule_score.py:117
↓ 3 callersMethodlist_events
用于按顺序读取某个 session 的事件列表。
backend/app/state/store.py:106
↓ 3 callersMethodlist_stream_events
用于读取某个 session 在 cursor 之后的公开流事件。
backend/app/state/store.py:208
↓ 3 callersFunctionloadLayoutConfig
(resumeId: number)
frontend/src/lib/resumeLayoutConfig.ts:318
↓ 3 callersFunctionload_json
用于加载json。
eval/analyze_results.py:33
↓ 3 callersMethodload_resume_content
用于读取完整简历内容供 Agent 推理和工具使用。
backend/app/services/agent/resume_agent_persistence.py:25
↓ 3 callersFunctionnormalizeDiffItems
(value: unknown)
frontend/src/hooks/streamingEventProtocol.ts:95
↓ 3 callersFunctionnormalize_confirmation_feedback
用于把用户反馈清洗为可传给 Agent 的短文本。
backend/app/runtime/tool_confirmation.py:79
↓ 3 callersFunctionparseJsonObject
(text?: string)
frontend/src/components/editor/DiffReviewCard.tsx:107
↓ 3 callersFunctionpercent
用于处理percent。
eval/analyze_results.py:763
↓ 3 callersMethodpop_preapproval_output
用于让 SDK 后续 on_invoke 复用审批前工具输出。
backend/app/agents/resume/sdk_tool_lifecycle.py:35
↓ 3 callersMethodpreview
用于读取 SDK interruption 对应的预览。
backend/app/agents/resume/sdk_tool_lifecycle.py:21
↓ 3 callersMethodprompt_rendered_event
用于生成提示词渲染完成事件。
backend/app/agents/resume/run_lifecycle.py:80
↓ 3 callersMethodproxy_session
在前端 WebSocket 和火山引擎之间双向代理音视数据。 client_ws: Starlette/FastAPI WebSocket 对象(已 accept)。
backend/app/services/digital_human/volcengine_service.py:618
↓ 3 callersFunctionpublish_resume_runtime_event
用于同时发布 runtime callback 和可选 SSE 队列事件。
backend/app/agents/resume/event_publisher.py:12
↓ 3 callersFunctionreadPreviewSource
(relativePath)
frontend/src/components/preview/resumePageMargin.test.mjs:10
↓ 3 callersMethodrecord_tool_executed
用于记录唯一工具执行次数。
backend/app/agents/resume/tool_execution.py:797
↓ 3 callersMethodrecord_tool_requested
用于记录唯一工具请求次数。
backend/app/agents/resume/tool_execution.py:787
↓ 3 callersFunctionrun_agent_target
用于执行本地 eval 的单条目标函数。
eval/harness.py:149
↓ 3 callersMethodrun_config
用于把 API key 显式交给 SDK provider。
backend/app/runtime/openai_agents_adapter.py:227
↓ 3 callersFunctionrun_evidence_report
用于运行证据报告。
backend/tests/test_evidence_report.py:13
↓ 3 callersFunctionrun_trend
用于运行trend。
backend/tests/test_eval_trend_comparison.py:12
↓ 3 callersFunctionsaveLayoutConfigToServer
( resumeId: number, config: ResumeLayoutConfig, options: { keepalive?: boolean } = {}, )
frontend/src/lib/resumeLayoutConfig.ts:342
↓ 3 callersFunctionsection_from_tool_input
用于从工具参数中读取目标板块。
backend/app/tools/resume/registry.py:1116
↓ 3 callersFunctionserializeLayoutConfig
(config: ResumeLayoutConfig)
frontend/src/lib/resumeLayoutConfig.ts:291
↓ 3 callersFunctionshould_publish_live_text_delta
用于判断文本增量是否应实时透传给前端。
backend/app/agents/resume/turn_protocol.py:30
↓ 3 callersMethodstream_assistant_turn
用于拉取一轮 assistant 流,并在工具调用前发布可见计划。
backend/app/agents/resume/agent_loop.py:255
↓ 3 callersFunctionsummarize
(values)
frontend/scripts/measure-production.mjs:95
↓ 3 callersMethodsync_visibility_if_changed
用于把 Agent 改动的可见模块同步到 layout_config.visibleModules。
backend/app/services/agent/resume_agent_persistence.py:57
↓ 3 callersMethodtext_delta_event_from_sdk_delta
用于把 SDK 文本 delta 转成现有 ReAct loop 可消费的事件。
backend/app/runtime/openai_agents_adapter.py:424
↓ 3 callersFunctiontoInterviewLanguage
(locale: AppLocale)
frontend/src/i18n/routing.ts:24
↓ 3 callersMethodtool_call_payload
用于构建前端和工具执行器共享的工具调用载荷。
backend/app/agents/resume/tool_execution.py:1008
↓ 3 callersMethodtrace_tool_call_detected
用于记录模型工具调用是否在暴露工具集中。
backend/app/agents/resume/agent_loop.py:713
↓ 3 callersMethodtrace_tool_preview
用于记录工具预览结果。
backend/app/agents/resume/tool_execution.py:846
↓ 3 callersFunctionupdateEducationList
(next: Education[])
frontend/src/components/editor/EducationEditor.tsx:116
↓ 3 callersFunctionupdate_elo
单场比赛后更新 ELO 分数。返回 (new_winner, new_loser)。
backend/app/services/agent/elo_comparison.py:24
↓ 3 callersFunctionuplift_score_scorer
评估输出相对原始 bullet 是否有可见质量提升。
backend/braintrust_resume_scorers.py:294
↓ 3 callersFunctionuser_input_request_event
用于处理 Agent 向用户追问信息的结构化请求。
backend/app/agents/resume/stream_events.py:499
↓ 3 callersFunctionvalidate_report_data
用于判断报告字段是否达到可展示标准。
eval/measure_interview_pipeline.py:216
↓ 3 callersFunctionvisibleHighlightTexts
(highlights: Array<Partial<ResumeBullet>> | undefined)
frontend/src/lib/resumeHighlights.ts:5
↓ 3 callersFunctionvisible_text_delta
用于从底层流事件中读取可见文本增量。
backend/app/agents/resume/turn_protocol.py:23
↓ 3 callersFunctionvisible_tool_call_started
用于从底层流事件中读取可提前展示的工具调用。
backend/app/agents/resume/turn_protocol.py:10
↓ 3 callersMethodwait_for_decision
用于等待用户确认结果。
backend/app/runtime/tool_confirmation.py:45
↓ 2 callersMethod__init__
用于初始化当前对象。
backend/app/services/auth/google_oauth_client.py:90
↓ 2 callersMethod_append_project_story_section
向 ReportLab 文档追加项目类区块。
backend/app/services/processing/export_service.py:501
↓ 2 callersFunction_apply_usage
用于应用用量。
backend/app/runtime/pi_agent_openrouter.py:1288
↓ 2 callersMethod_bind_identity
用于绑定身份。
backend/app/services/auth/google_identity_link_service.py:56
↓ 2 callersMethod_build_contact_texts
构建联系信息文本。
backend/app/services/processing/export_service.py:571
↓ 2 callersFunction_build_current_user_payload
用于把数据库用户对象裁剪成请求上下文所需字段。
backend/app/entrypoints/http/deps.py:60
↓ 2 callersFunction_build_finish_connection
用于构建结束连接。
backend/app/services/digital_human/volcengine_service.py:157
↓ 2 callersFunction_build_interview_plan
生成实时面试使用的结构化计划。
backend/app/services/interview/session_service.py:81
↓ 2 callersFunction_build_json_frame
用于构建JSON帧。
backend/app/services/digital_human/volcengine_service.py:104
↓ 2 callersMethod_build_project_items_html
构建项目类条目的 HTML。
backend/app/services/processing/export_service.py:539
↓ 2 callersMethod_build_prompt_context
用于生成提示词渲染所需的简历上下文字段。
backend/app/agents/resume/agent.py:150
↓ 2 callersFunction_build_report
汇总统计。
backend/scripts/run_eval.py:177
↓ 2 callersMethod_build_skill_texts
构建技能文本。
backend/app/services/processing/export_service.py:589
↓ 2 callersFunction_build_start_session
用于构建开始会话。
backend/app/services/digital_human/volcengine_service.py:162
↓ 2 callersFunction_build_synonym_index
用于构建关键词到同义词集合的映射。
backend/app/services/agent/resume_rule_score.py:465
↓ 2 callersFunction_cached_report_event
构造已有报告的完成事件。
backend/app/services/interview/report_service.py:223
↓ 2 callersMethod_candidate_models
用于处理candidate模型列表。
backend/app/services/processing/jd_ocr_service.py:80
↓ 2 callersFunction_case_id_filtered_data
用于按 BRAINTRUST_EVAL_CASE_IDS 选择真实 eval case。
backend/evals/run_braintrust.py:328
↓ 2 callersFunction_case_split
用于读取样例所属评测分层。
eval/run_excellent_eval.py:435
↓ 2 callersMethod_chat_completion_non_stream
非流式聊天完成
backend/app/services/llm/chat_service.py:129
↓ 2 callersMethod_clean_filename_part
清理文件名片段中的路径分隔符和控制字符。
backend/app/services/processing/export_service.py:685
↓ 2 callersFunction_coerce_ws_bytes
用于转换WebSocket字节。
backend/app/services/digital_human/volcengine_service.py:318
↓ 2 callersFunction_collect_text
用于把简历结构压平成可检索文本。
backend/app/agents/resume/final_resume_quality.py:445
↓ 2 callersFunction_compact_fact
用于忽略数字和单位之间的空白差异。
backend/app/agents/resume/final_resume_quality.py:377
↓ 2 callersFunction_configuration_error
用于返回工具运行上下文缺少 JD 读取器的错误。
backend/app/tools/resume/job_post_tool.py:57
↓ 2 callersFunction_cookie_base_kwargs
用于复用认证 Cookie 的公共安全参数。
backend/app/entrypoints/http/auth.py:71
↓ 2 callersMethod_current_log_context
用于从当前请求上下文提取日志关联字段。
backend/app/state/store.py:290
↓ 2 callersFunction_current_visible
用于读取当前可见模块列表;未注入基线时按全部可见兜底。
backend/app/tools/resume/resume_item_tool.py:51
↓ 2 callersFunction_decode_print_payload
用于把打印页 URL 里的 base64 载荷还原成可断言的字典。
backend/tests/test_export_service.py:70
↓ 2 callersFunction_decode_token_claims
用于解析访问令牌并提取最小用户声明。
backend/app/entrypoints/http/deps.py:47
↓ 2 callersFunction_elapsed_ms
用于把 monotonic 起点转换成毫秒耗时。
backend/app/runtime/pi_agent_openrouter.py:726
↓ 2 callersFunction_empty_profile_context
用于生成未建立背景档案时的提示词占位。
backend/app/agents/resume/candidate_profile.py:69
↓ 2 callersMethod_ensure_configured
用于确保configured。
backend/app/services/digital_human/volcengine_service.py:599
↓ 2 callersFunction_event_call_id
用于读取工具调用 id。
backend/app/agents/resume/message_conversion.py:94
↓ 2 callersFunction_event_tool_name
用于读取工具名。
backend/app/agents/resume/message_conversion.py:99
↓ 2 callersMethod_events_for
把一个完整 assistant message 转成流式事件。
backend/tests/test_resume_agent_smoke.py:82
↓ 2 callersFunction_finding_target
用于从 finding 中提取可编辑的 item/bullet 定位信息。
backend/app/services/agent/resume_rule_score.py:188
← previousnext →401–500 of 2,975, ranked by callers