auto_agent/docs/skills/agently-output-control/SKILL.md
Structured output patterns with ensure_keys, ordering, and instant streaming.
npx skillsauth add agentera/agently-nexustodo agently-output-controlInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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.
data-ai
Event-driven TriggerFlow orchestration patterns and branching.
tools
Streaming outputs, runtime streams, and ReAct-style tool loops.
development
Translate LangChain/LangGraph patterns into Agently code (model control + TriggerFlow).
development
FastAPI service wrappers for Agently Agent + TriggerFlow (POST, SSE, WebSocket).