원클릭으로
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 페이지를 검토하고 설치를 진행할 수 있습니다.
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.
SOC 직업 분류 기준
| 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.