Agently documentation for building AI applications with stable outputs, observable actions, and durable workflows.
Languages: English · 中文
A playbook answers a higher-level question: I have this kind of problem — which Agently capabilities should I combine, and how? Each playbook references the underlying layer pages but stays opinionated about a specific scenario.
If a playbook’s scenario doesn’t match yours, fall back to the Capability Map to find the right layer.
| Playbook | Use when |
|---|---|
| TriggerFlow Orchestration | A multi-step process needs branching, fan-out, or pause/resume — and you want a structural template |
| Ticket Triage | Classify incoming items, pick a route, hand off — a common “structured input → structured output → action” shape |
The other sections of the docs cover one capability per page:
output(...) works.seal and close differ.A playbook tells you which combination of those — across requests, sessions, actions, TriggerFlow — fits a real problem. They sit one level above the layer pages.
Each page below follows the same shape:
If your problem is “make one model call return a structured object”, you don’t need a playbook — you need Quickstart and Schema as Prompt. Playbooks are for cases where the answer is “combine these three things in this order”.