agently-agent-extensions

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Agently Agent Extensions

Agently Agent 扩展

Use this skill when the problem is agent-side extension rather than prompt shape, output contract, or workflow control.
当问题涉及Agent端扩展,而非提示词格式、输出契约或工作流控制时,使用本技能。

Native-First Rules

原生优先规则

  • prefer built-in extension surfaces before handwritten wrappers
  • keep extension choice explicit: tools, MCP, FastAPIHelper,
    auto_func
    , or
    KeyWaiter
  • combine with
    agently-model-response
    or
    agently-triggerflow
    only when the scenario needs those layers
  • 优先使用内置扩展接口,而非手写封装
  • 明确选择扩展类型:tools、MCP、FastAPIHelper、
    auto_func
    KeyWaiter
  • 仅当场景需要时,才与
    agently-model-response
    agently-triggerflow
    结合使用

Anti-Patterns

反模式

  • do not build a parallel tool dispatcher before checking native tool and MCP support
  • do not create a custom waiter or auto-function shim first
  • 在确认原生工具和MCP支持之前,不要构建并行的工具调度器
  • 不要优先创建自定义等待器或自动函数垫片

Read Next

接下来阅读

  • references/overview.md
  • references/overview.md