Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/849261680/chat-resume
/ functions
Functions
2,975 in github.com/849261680/chat-resume
⨍
Functions
2,975
◇
Types & classes
398
↳
Endpoints
56
↓ 3 callers
Function
fake_pi_message
把测试响应转换为 pi-agent-core assistant message。
backend/tests/test_resume_agent_smoke.py:218
↓ 3 callers
Function
format_delta_pp
用于格式化deltapp。
eval/compare_trends.py:244
↓ 3 callers
Function
format_seconds
用于统一格式化秒级耗时。
eval/build_evidence_report.py:52
↓ 3 callers
Function
format_signed_percent_points
用于把覆盖率增量格式化成百分点。
eval/build_evidence_report.py:47
↓ 3 callers
Function
getFormalPersonalInfoLayout
(hasPhoto: boolean)
frontend/src/components/preview/sections/personalInfoLayout.ts:33
↓ 3 callers
Function
getPageLineEndOffset
( line: Pick<RenderableLine, 'top' | 'bottom' | 'height'>, isLastContentLine: boolean, )
frontend/src/components/preview/hooks/useLineBasedPagination.ts:142
↓ 3 callers
Function
getSelectionOverlayPosition
按选区中心计算浮层位置,优先贴近选区上方,空间不足则放到下方。
frontend/src/components/editor/ResumeSelectionOverlay.tsx:77
↓ 3 callers
Method
get_by_email
用于按邮箱查询单个用户。
backend/app/services/domain/user_service.py:28
↓ 3 callers
Method
get_file_url
获取文件访问URL。
backend/app/services/processing/export_service.py:692
↓ 3 callers
Method
get_job_post_for_user
用于按用户权限读取单条 JD 记录。
backend/app/services/domain/resume_service.py:103
↓ 3 callers
Function
get_password_hash
用于把用户密码安全地转成 bcrypt 哈希。
backend/app/infra/security.py:118
↓ 3 callers
Method
get_session_by_token
用于通过原始刷新令牌查找服务端会话记录。
backend/app/services/domain/refresh_session_service.py:44
↓ 3 callers
Function
hallucination_safety_scorer
评估输出是否引入高风险、难以从原文支持的夸大信息。
backend/braintrust_resume_scorers.py:267
↓ 3 callers
Function
hasOwnField
(record: Record<string, unknown>, key: string)
frontend/src/components/editor/DiffReviewCard.tsx:97
↓ 3 callers
Method
has_approved
用于判断 SDK 工具调用是否已获批。
backend/app/agents/resume/sdk_tool_lifecycle.py:49
↓ 3 callers
Function
has_required_agent_api_key
用于判断当前 eval provider 是否具备模型调用密钥。
eval/harness.py:57
↓ 3 callers
Function
isAppLocale
(value: string | undefined)
frontend/src/i18n/routing.ts:19
↓ 3 callers
Function
isEmptyDiffMarker
(text: string)
frontend/src/components/editor/DiffReviewCard.tsx:122
↓ 3 callers
Function
isLayoutConfigDirty
(resumeId: number)
frontend/src/lib/resumeLayoutConfig.ts:333
↓ 3 callers
Method
is_tool_failure
用于判断工具结果是否失败。
backend/app/agents/resume/tool_execution.py:1048
↓ 3 callers
Function
iter_bullets
用于遍历经历板块下的 bullet,产出板块、条目 id、bullet id 和文本。
backend/app/services/agent/resume_rule_score.py:117
↓ 3 callers
Method
list_events
用于按顺序读取某个 session 的事件列表。
backend/app/state/store.py:106
↓ 3 callers
Method
list_stream_events
用于读取某个 session 在 cursor 之后的公开流事件。
backend/app/state/store.py:208
↓ 3 callers
Function
loadLayoutConfig
(resumeId: number)
frontend/src/lib/resumeLayoutConfig.ts:318
↓ 3 callers
Function
load_json
用于加载json。
eval/analyze_results.py:33
↓ 3 callers
Method
load_resume_content
用于读取完整简历内容供 Agent 推理和工具使用。
backend/app/services/agent/resume_agent_persistence.py:25
↓ 3 callers
Function
normalizeDiffItems
(value: unknown)
frontend/src/hooks/streamingEventProtocol.ts:95
↓ 3 callers
Function
normalize_confirmation_feedback
用于把用户反馈清洗为可传给 Agent 的短文本。
backend/app/runtime/tool_confirmation.py:79
↓ 3 callers
Function
parseJsonObject
(text?: string)
frontend/src/components/editor/DiffReviewCard.tsx:107
↓ 3 callers
Function
percent
用于处理percent。
eval/analyze_results.py:763
↓ 3 callers
Method
pop_preapproval_output
用于让 SDK 后续 on_invoke 复用审批前工具输出。
backend/app/agents/resume/sdk_tool_lifecycle.py:35
↓ 3 callers
Method
preview
用于读取 SDK interruption 对应的预览。
backend/app/agents/resume/sdk_tool_lifecycle.py:21
↓ 3 callers
Method
prompt_rendered_event
用于生成提示词渲染完成事件。
backend/app/agents/resume/run_lifecycle.py:80
↓ 3 callers
Method
proxy_session
在前端 WebSocket 和火山引擎之间双向代理音视数据。 client_ws: Starlette/FastAPI WebSocket 对象(已 accept)。
backend/app/services/digital_human/volcengine_service.py:618
↓ 3 callers
Function
publish_resume_runtime_event
用于同时发布 runtime callback 和可选 SSE 队列事件。
backend/app/agents/resume/event_publisher.py:12
↓ 3 callers
Function
readPreviewSource
(relativePath)
frontend/src/components/preview/resumePageMargin.test.mjs:10
↓ 3 callers
Method
record_tool_executed
用于记录唯一工具执行次数。
backend/app/agents/resume/tool_execution.py:797
↓ 3 callers
Method
record_tool_requested
用于记录唯一工具请求次数。
backend/app/agents/resume/tool_execution.py:787
↓ 3 callers
Function
run_agent_target
用于执行本地 eval 的单条目标函数。
eval/harness.py:149
↓ 3 callers
Method
run_config
用于把 API key 显式交给 SDK provider。
backend/app/runtime/openai_agents_adapter.py:227
↓ 3 callers
Function
run_evidence_report
用于运行证据报告。
backend/tests/test_evidence_report.py:13
↓ 3 callers
Function
run_trend
用于运行trend。
backend/tests/test_eval_trend_comparison.py:12
↓ 3 callers
Function
saveLayoutConfigToServer
( resumeId: number, config: ResumeLayoutConfig, options: { keepalive?: boolean } = {}, )
frontend/src/lib/resumeLayoutConfig.ts:342
↓ 3 callers
Function
section_from_tool_input
用于从工具参数中读取目标板块。
backend/app/tools/resume/registry.py:1116
↓ 3 callers
Function
serializeLayoutConfig
(config: ResumeLayoutConfig)
frontend/src/lib/resumeLayoutConfig.ts:291
↓ 3 callers
Function
should_publish_live_text_delta
用于判断文本增量是否应实时透传给前端。
backend/app/agents/resume/turn_protocol.py:30
↓ 3 callers
Method
stream_assistant_turn
用于拉取一轮 assistant 流,并在工具调用前发布可见计划。
backend/app/agents/resume/agent_loop.py:255
↓ 3 callers
Function
summarize
(values)
frontend/scripts/measure-production.mjs:95
↓ 3 callers
Method
sync_visibility_if_changed
用于把 Agent 改动的可见模块同步到 layout_config.visibleModules。
backend/app/services/agent/resume_agent_persistence.py:57
↓ 3 callers
Method
text_delta_event_from_sdk_delta
用于把 SDK 文本 delta 转成现有 ReAct loop 可消费的事件。
backend/app/runtime/openai_agents_adapter.py:424
↓ 3 callers
Function
toInterviewLanguage
(locale: AppLocale)
frontend/src/i18n/routing.ts:24
↓ 3 callers
Method
tool_call_payload
用于构建前端和工具执行器共享的工具调用载荷。
backend/app/agents/resume/tool_execution.py:1008
↓ 3 callers
Method
trace_tool_call_detected
用于记录模型工具调用是否在暴露工具集中。
backend/app/agents/resume/agent_loop.py:713
↓ 3 callers
Method
trace_tool_preview
用于记录工具预览结果。
backend/app/agents/resume/tool_execution.py:846
↓ 3 callers
Function
updateEducationList
(next: Education[])
frontend/src/components/editor/EducationEditor.tsx:116
↓ 3 callers
Function
update_elo
单场比赛后更新 ELO 分数。返回 (new_winner, new_loser)。
backend/app/services/agent/elo_comparison.py:24
↓ 3 callers
Function
uplift_score_scorer
评估输出相对原始 bullet 是否有可见质量提升。
backend/braintrust_resume_scorers.py:294
↓ 3 callers
Function
user_input_request_event
用于处理 Agent 向用户追问信息的结构化请求。
backend/app/agents/resume/stream_events.py:499
↓ 3 callers
Function
validate_report_data
用于判断报告字段是否达到可展示标准。
eval/measure_interview_pipeline.py:216
↓ 3 callers
Function
visibleHighlightTexts
(highlights: Array<Partial<ResumeBullet>> | undefined)
frontend/src/lib/resumeHighlights.ts:5
↓ 3 callers
Function
visible_text_delta
用于从底层流事件中读取可见文本增量。
backend/app/agents/resume/turn_protocol.py:23
↓ 3 callers
Function
visible_tool_call_started
用于从底层流事件中读取可提前展示的工具调用。
backend/app/agents/resume/turn_protocol.py:10
↓ 3 callers
Method
wait_for_decision
用于等待用户确认结果。
backend/app/runtime/tool_confirmation.py:45
↓ 2 callers
Method
__init__
用于初始化当前对象。
backend/app/services/auth/google_oauth_client.py:90
↓ 2 callers
Method
_append_project_story_section
向 ReportLab 文档追加项目类区块。
backend/app/services/processing/export_service.py:501
↓ 2 callers
Function
_apply_usage
用于应用用量。
backend/app/runtime/pi_agent_openrouter.py:1288
↓ 2 callers
Method
_bind_identity
用于绑定身份。
backend/app/services/auth/google_identity_link_service.py:56
↓ 2 callers
Method
_build_contact_texts
构建联系信息文本。
backend/app/services/processing/export_service.py:571
↓ 2 callers
Function
_build_current_user_payload
用于把数据库用户对象裁剪成请求上下文所需字段。
backend/app/entrypoints/http/deps.py:60
↓ 2 callers
Function
_build_finish_connection
用于构建结束连接。
backend/app/services/digital_human/volcengine_service.py:157
↓ 2 callers
Function
_build_interview_plan
生成实时面试使用的结构化计划。
backend/app/services/interview/session_service.py:81
↓ 2 callers
Function
_build_json_frame
用于构建JSON帧。
backend/app/services/digital_human/volcengine_service.py:104
↓ 2 callers
Method
_build_project_items_html
构建项目类条目的 HTML。
backend/app/services/processing/export_service.py:539
↓ 2 callers
Method
_build_prompt_context
用于生成提示词渲染所需的简历上下文字段。
backend/app/agents/resume/agent.py:150
↓ 2 callers
Function
_build_report
汇总统计。
backend/scripts/run_eval.py:177
↓ 2 callers
Method
_build_skill_texts
构建技能文本。
backend/app/services/processing/export_service.py:589
↓ 2 callers
Function
_build_start_session
用于构建开始会话。
backend/app/services/digital_human/volcengine_service.py:162
↓ 2 callers
Function
_build_synonym_index
用于构建关键词到同义词集合的映射。
backend/app/services/agent/resume_rule_score.py:465
↓ 2 callers
Function
_cached_report_event
构造已有报告的完成事件。
backend/app/services/interview/report_service.py:223
↓ 2 callers
Method
_candidate_models
用于处理candidate模型列表。
backend/app/services/processing/jd_ocr_service.py:80
↓ 2 callers
Function
_case_id_filtered_data
用于按 BRAINTRUST_EVAL_CASE_IDS 选择真实 eval case。
backend/evals/run_braintrust.py:328
↓ 2 callers
Function
_case_split
用于读取样例所属评测分层。
eval/run_excellent_eval.py:435
↓ 2 callers
Method
_chat_completion_non_stream
非流式聊天完成
backend/app/services/llm/chat_service.py:129
↓ 2 callers
Method
_clean_filename_part
清理文件名片段中的路径分隔符和控制字符。
backend/app/services/processing/export_service.py:685
↓ 2 callers
Function
_coerce_ws_bytes
用于转换WebSocket字节。
backend/app/services/digital_human/volcengine_service.py:318
↓ 2 callers
Function
_collect_text
用于把简历结构压平成可检索文本。
backend/app/agents/resume/final_resume_quality.py:445
↓ 2 callers
Function
_compact_fact
用于忽略数字和单位之间的空白差异。
backend/app/agents/resume/final_resume_quality.py:377
↓ 2 callers
Function
_configuration_error
用于返回工具运行上下文缺少 JD 读取器的错误。
backend/app/tools/resume/job_post_tool.py:57
↓ 2 callers
Function
_cookie_base_kwargs
用于复用认证 Cookie 的公共安全参数。
backend/app/entrypoints/http/auth.py:71
↓ 2 callers
Method
_current_log_context
用于从当前请求上下文提取日志关联字段。
backend/app/state/store.py:290
↓ 2 callers
Function
_current_visible
用于读取当前可见模块列表;未注入基线时按全部可见兜底。
backend/app/tools/resume/resume_item_tool.py:51
↓ 2 callers
Function
_decode_print_payload
用于把打印页 URL 里的 base64 载荷还原成可断言的字典。
backend/tests/test_export_service.py:70
↓ 2 callers
Function
_decode_token_claims
用于解析访问令牌并提取最小用户声明。
backend/app/entrypoints/http/deps.py:47
↓ 2 callers
Function
_elapsed_ms
用于把 monotonic 起点转换成毫秒耗时。
backend/app/runtime/pi_agent_openrouter.py:726
↓ 2 callers
Function
_empty_profile_context
用于生成未建立背景档案时的提示词占位。
backend/app/agents/resume/candidate_profile.py:69
↓ 2 callers
Method
_ensure_configured
用于确保configured。
backend/app/services/digital_human/volcengine_service.py:599
↓ 2 callers
Function
_event_call_id
用于读取工具调用 id。
backend/app/agents/resume/message_conversion.py:94
↓ 2 callers
Function
_event_tool_name
用于读取工具名。
backend/app/agents/resume/message_conversion.py:99
↓ 2 callers
Method
_events_for
把一个完整 assistant message 转成流式事件。
backend/tests/test_resume_agent_smoke.py:82
↓ 2 callers
Function
_finding_target
用于从 finding 中提取可编辑的 item/bullet 定位信息。
backend/app/services/agent/resume_rule_score.py:188
← previous
next →
401–500 of 2,975, ranked by callers