auto_agent/docs/skills/agently-streaming-and-react/SKILL.md
Streaming outputs, runtime streams, and ReAct-style tool loops.
npx skillsauth add agentera/agently-nexustodo agently-streaming-and-reactInstall 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 for streaming outputs, runtime stream UX, and ReAct-style tool loops.
get_generator(type="instant") for structured streaming.list_tasks if it is only used to locate targets for update/delete; continue to the write action.temperature=0 to stabilize structured output.examples/streaming_with_instant_mode.pyexamples/response_event_streams.pyexamples/trigger_flow_with_agent.pyexamples/react_tool_loop.pySee examples/run.sh for runnable commands.
data-ai
Event-driven TriggerFlow orchestration patterns and branching.
data-ai
Structured output patterns with ensure_keys, ordering, and instant streaming.
development
Translate LangChain/LangGraph patterns into Agently code (model control + TriggerFlow).
development
FastAPI service wrappers for Agently Agent + TriggerFlow (POST, SSE, WebSocket).