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