01 / DECIDE
Architecture decision
production で agent workflow を拡大、model、prompt、tool、orchestration を変更する前に使う。
stable correlation identifier で run、turn、model、tool、handoff、approval、latency、usage、terminal outcome を結ぶ。 input、output、state、side effect を一つの観測可能な経路にしてから、secret を記録せず decision を trace する の所有層を決めます。
02 / BUILD
3段階の実装
- 01
contract を定義
caller、data classification、success condition、timeout、cancel、ownership を先に記述します。production で agent workflow を拡大、model、prompt、tool、orchestration を変更する前に使う。
- 02
狭い経路を構築
request correlation、typed state、reversible failure handling を持つ一つの end-to-end path だけを実装します。stable correlation identifier で run、turn、model、tool、handoff、approval、latency、usage、terminal outcome を結ぶ。
- 03
outcome を証明
acceptance を再実行可能な fixture、contract test、browser test にします。unrestricted raw prompt access なしで identifier と outcome から incident を再構築できる。
03 / BOUND
Production boundary
credential と sensitive content を redact し、retention を定義し、operational metric と full conversation storage を分ける。
04 / PROVE
Acceptance evidence
unrestricted raw prompt access なしで identifier と outcome から incident を再構築できる。
SOURCE / HTTP
再現可能な source probe
curl -fsSI 'https://developers.openai.com/api/docs/guides/agents/integrations-observability' | sed -n '1,5p'