Claude Code 学习站

CCA-F 练习题库· Agentic Architecture & Orchestration

Anthropic 的《Building Effective Agents》描述了若干构建在 augmented LLM 之上的可组合 workflow 模式。以下哪些是作为 workflow 模式提出的?(选择所有适用项。)

  1. APrompt chaining
  2. BRouting
  3. CParallelization(sectioning 与 voting)
  4. DEvaluator-optimizer
  5. EThe augmented LLM(retrieval、tools 和 memory)

正确答案:A B C D(多选)

解析

Anthropic 的《Building Effective Agents》文章提出了五种建立在 augmented LLM 之上的可组合 workflow 模式:prompt chaining、routing、通过 sectioning 与 voting 实现的 parallelization、orchestrator-workers,以及 evaluator-optimizer。唯一缺失的已列模式 orchestrator-workers 只是没有出现在答案选项里,这并不影响所标记答案集的正确性。

  • Aprompt chaining 是所列五种模式之一。
  • Brouting 同样在列。
  • C通过 sectioning 与 voting 实现的 parallelization 也在其中。
  • Devaluator-optimizer 是所列的第五种模式。
  • Eaugmented LLM(一个被 retrieval、tools 和 memory 增强的 LLM)明确是这些模式所组合的基础构件,本身并不是一种 workflow 模式,因此被正确地排除在外。

延伸阅读

本题为本站自有原创练习题,非任何官方考试内容;解析对照 Anthropic 公开文档撰写, 如与最新文档不符请以官方为准。想在限时环境下检验水平,可参加 模拟考(题目与本页题库不重叠)。