بنقرة واحدة
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.