Add code-grounded interview notes: stack, design, and implementation - #1
Draft
CChen19 wants to merge 3 commits into
Draft
Add code-grounded interview notes: stack, design, and implementation#1CChen19 wants to merge 3 commits into
CChen19 wants to merge 3 commits into
Conversation
Document what InferOps actually uses, why the Plan-Execute-Reflect graph is structured this way, and how planner/executor/reflector, RAG, eval, and vLLM benchmarking are implemented in the current code. Co-authored-by: Chris Chen <CChen19@users.noreply.github.com>
Add an interview-ready answer for the hardcoded tool-call path: InferOps is an agentic workflow / constrained agent, not a free ReAct agent. Co-authored-by: Chris Chen <CChen19@users.noreply.github.com>
Co-authored-by: Chris Chen <CChen19@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
对照当前源码整理了一份 Agent 面试复习材料,覆盖三个问题:项目里实际用了什么、为什么这样设计、关键路径怎么实现。
这份笔记补什么
仓库里已有 Day 1(项目主线)和 Day 2(JD / reliability / eval)问答稿。这份补的是和代码对齐的技术深挖,方便面试时讲清数字、接口和取舍,而不是只背概念。
内容结构
bind_tools,真正的AgentState是 TypedDict。文件:
reports/interview_stack_design_implementation.md