ワンクリックで
agently-streaming-and-react
Streaming outputs, runtime streams, and ReAct-style tool loops.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Streaming outputs, runtime streams, and ReAct-style tool loops.
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).
Structured output patterns with ensure_keys, ordering, and instant streaming.
Event-driven TriggerFlow orchestration patterns and branching.
| name | agently-streaming-and-react |
| description | Streaming outputs, runtime streams, and ReAct-style tool loops. |
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.