ワンクリックで
agently-output-control
Structured output patterns with ensure_keys, ordering, and instant streaming.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Structured output patterns with ensure_keys, ordering, and instant streaming.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Build complex agent and intelligent system services with Agently (Model control + TriggerFlow).
Agent setup, prompt layering, routing, and info injection patterns.
FastAPI service wrappers for Agently Agent + TriggerFlow (POST, SSE, WebSocket).
Translate LangChain/LangGraph patterns into Agently code (model control + TriggerFlow).
Streaming outputs, runtime streams, and ReAct-style tool loops.
Event-driven TriggerFlow orchestration patterns and branching.
| name | agently-output-control |
| description | Structured output patterns with ensure_keys, ordering, and instant streaming. |
Use this skill when you need stable structured output, key guarantees, ordered dependencies, or instant streaming.
ensure_keys for critical fields.get_generator(type="instant") for structured streaming.temperature=0 to reduce random schema drift.taskId must be UUID) before execution.examples/structured_output_with_ensure_keys.pyexamples/order_and_dependencies_output.pyexamples/streaming_with_instant_mode.pyexamples/response_event_streams.pyexamples/key_waiter_early_field.pySee examples/run.sh for runnable commands.