GPT WORLD / INDEPENDENT CODEX FIELD MANUAL 出典レビュー · 2026-07-31

回顧号 / AGENTS

handoff を typed delegation にする

handoff には single goal、bounded context、allowed tool、authority、deadline、output shape、next owner を含める。

01 / DECIDE

Architecture decision

expertise 分離や context isolation が改善につながり、write ownership が重ならない場合に使う。

handoff には single goal、bounded context、allowed tool、authority、deadline、output shape、next owner を含める。 input、output、state、side effect を一つの観測可能な経路にしてから、handoff を typed delegation にする の所有層を決めます。

02 / BUILD

3段階の実装

  1. 01

    contract を定義

    caller、data classification、success condition、timeout、cancel、ownership を先に記述します。expertise 分離や context isolation が改善につながり、write ownership が重ならない場合に使う。

  2. 02

    狭い経路を構築

    request correlation、typed state、reversible failure handling を持つ一つの end-to-end path だけを実装します。handoff には single goal、bounded context、allowed tool、authority、deadline、output shape、next owner を含める。

  3. 03

    outcome を証明

    acceptance を再実行可能な fixture、contract test、browser test にします。handoff test で context minimization、schema、timeout、cancellation、conflict detection、ownership return を確認する。

03 / BOUND

Production boundary

secret や全 transcript を既定で渡さず、同じ irreversible action を二つの agent に所有させない。

04 / PROVE

Acceptance evidence

handoff test で context minimization、schema、timeout、cancellation、conflict detection、ownership return を確認する。

SOURCE / HTTP

再現可能な source probe

curl -fsSI 'https://developers.openai.com/api/docs/guides/agents' | sed -n '1,5p'

PRIMARY / OFFICIAL

OpenAI 公式ソース

情報確認 · 2026-08-10

  1. 01Agents SDK