Skip to content

汇报 PPT 新增一页:课件生成引擎为什么选 OfficeCLI - #3

Open
codesoldier99 wants to merge 2 commits into
mainfrom
add-officecli-slide
Open

汇报 PPT 新增一页:课件生成引擎为什么选 OfficeCLI#3
codesoldier99 wants to merge 2 commits into
mainfrom
add-officecli-slide

Conversation

@codesoldier99

Copy link
Copy Markdown
Owner

做了什么

scripts/deck_content.py 里新增一页(原 12 页 → 13 页),把上次对
OfficeCLI 先进性的分析结论
落到汇报 PPT 里,位置在"现在做到了什么"和"恳请各位拍板"之间。

内容承接第 5 页"大模型是嘴不是脑"的核心判断,用一张对比表说明课件生成
为什么不直接让大模型吐一份 PPT:

维度 大模型直接吐一份 PPT 本系统的做法
内容来源 模型编的图表数字 图表数据来自真实掌握度计算,可核对
版式一致性 每次生成风格都不一样 固定 layout 模板,全学期视觉统一
知识点覆盖 全凭运气 DeckPlan.kp_coverage() 机器校验
工具不可用时 整个功能瘫痪 自动降级到内建引擎

并引用 OfficeCLI 的真实数据(Apache 2.0、26.9k star、6000+ 次提交)作为
选型依据,点出它的 dump/merge 模板范式是下一步值得吸收的方向。

原"恳请各位拍板"页顺延为第 13 页,内容不变。

与另一个 PR 的关系

这个改动独立于 #2(教师工作台 Phase A),基于 main 开的分支,不依赖它,
可以独立合并。

验证

  • python3 scripts/make_deck.py 重新生成,13 页,zipfile 校验通过。
  • 抽取新增页的文本内容核对无误(表格 4 行 + 2 条要点 + 1 条注)。
  • make test 99 用例全绿(未改动任何业务代码,只改了 PPT 文案)。

🤖 Generated with Claude Code

新增第 12 页(13 页),承接第 5 页"大模型是嘴不是脑"的核心判断,用一张对比表
说明课件生成为什么不直接让大模型吐一份 PPT:内容来源可核对、版式全学期统一、
知识点覆盖率机器可校验、渲染工具不可用时自动降级。引用 OfficeCLI 的真实数据
(Apache 2.0、26.9k star、6000+ 次提交)作为选型依据,并点出 dump/merge 模板
范式是下一步可以吸收的方向。

原「恳请各位拍板」页顺延为第 13 页,内容不变。

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 9e9c961176

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread scripts/deck_content.py
# ---------------------------------------------------------------- 12 请拍板
# ---------------------------------------------------------------- 12 课件生成引擎
{
"title": "教学大纲 → 课件:内容与渲染分离,用 OfficeCLI 兜底质量",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Avoid presenting OfficeCLI integration as shipped

This slide states that the current deck engine uses OfficeCLI, has an internal fallback, and validates coverage via DeckPlan.kp_coverage(), but I checked the repo with rg 'OfficeCLI|DeckPlan|kp_coverage' and the only hits are this new slide; the actual shipped generator is still scripts/make_deck.py's standard-library OOXML writer. In decks generated from this commit, stakeholders would be told we already have a rendering/checking/fallback path that is not implemented, so this should either be reworded as planned work or backed by the actual integration before merging.

Useful? React with 👍 / 👎.

新增第 13、14 页,插在"现在做到了什么"与"恳请各位拍板"之间:

第 13 页借同行印证的手法(呼应第 10 页 LearnVector 的写法)指出 2026 年
最受关注的常驻 Agent 产品把"学习闭环"(完成任务→总结经验→生成技能→
存入记忆→下次直接复用)当核心卖点,并点明这与我们已有的错误模式库/
审查规则映射/教师简报是同一件事——教学场景下的"经验沉淀、越用越准"。

第 14 页把五个模块逐条翻译成教学场景的具体下一步(教师画像常态化/
技能资产版本化/复检提醒定时化/多智能体串联),同时明确写出两件刻意不跟
的事(无限制工具调用、AI 自主上线新技能)——每一条都锚定在已有的
plan()/express() 二段式与"教师确认才算数"的既有铁律上,不是无根据的
追热点,这正是"完全有能力建"的论据。

顺带把第 2 页"教师文档工作量"那条改得更贴合实际——大纲/授课计划/课件
现在真的能一键生成(第 12 页有实证),教案/试卷明确标注"排期中",
不再是一句笼统的承诺。

验证:scripts/make_deck.py 重新生成,15 页,zipfile 校验通过,
逐页文本抽取核对无误;未改动任何业务代码,99 用例全绿。

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant