agently-triggerflow-model-integration
Installation
SKILL.md
Agently TriggerFlow Model Integration
This skill covers how TriggerFlow chunks integrate with Agently model requests. It focuses on async-first request execution inside flow handlers, request isolation per step or per item, multiple concurrent model requests, and using delta or instant streaming inside the flow. It does not cover provider setup, prompt-config files, or the standalone details of output-schema design.
Prerequisite: Agently >= 4.0.8.5.
Scope
Use this skill for:
- creating Agently model requests inside TriggerFlow chunks
- choosing between
Agently.create_request(),agent.create_request(), andagent.create_temp_request() - async-first response handling inside flow handlers
- single model request per step
- multiple model requests in one workflow through
batch(...),for_each(...), or controlledasyncio.gather(...) - reusing one response inside a flow step through
get_response() - using
deltaorinstant/streaming_parseinside flow logic - using structured streaming to emit downstream flow events or runtime-stream items earlier