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(), and agent.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 controlled asyncio.gather(...)
  • reusing one response inside a flow step through get_response()
  • using delta or instant / streaming_parse inside flow logic
  • using structured streaming to emit downstream flow events or runtime-stream items earlier
Related skills

More from agentera/agently-skills

Installs
1
GitHub Stars
8
First Seen
Mar 11, 2026