agently-multi-agent-patterns

Installation
SKILL.md

Agently Multi-Agent Patterns

This skill covers multi-agent solution design in Agently. It focuses on when multi-agent architecture is justified, which multi-agent pattern fits the business problem, how agent boundaries and handoff contracts should be defined, and how the design should route into existing Agently implementation skills. It does not claim that Agently has a separate multi-agent runtime primitive. In Agently, multi-agent systems are composed from multiple specialized agents plus TriggerFlow, output control, tools, MCP, session, or service exposure as needed.

Prerequisite: Agently >= 4.0.8.5.

Scope

Use this skill for:

  • deciding whether a business problem should stay one request or become a multi-agent design
  • planner-worker, supervisor-router, specialist handoff, reviewer-reviser, or parallel-expert patterns
  • deciding how agent boundaries, handoff schemas, and result ownership should work
  • deciding which parts should be isolated per agent and which should be shared at workflow level
  • combining multiple agents with TriggerFlow, tools, MCP, KB/RAG, session continuity, or FastAPI exposure

Do not use this skill for:

  • direct TriggerFlow API questions as the main problem
Related skills

More from agentera/agently-skills

Installs
1
GitHub Stars
8
First Seen
Mar 11, 2026