Weight 18%ยท7 topics
Multi-Agent Coordination
Orchestrate multi-agent workflows with isolation, observability, recovery and lifecycle management.
- 1Multi-Agent Orchestration PatternsCompare the canonical multi-agent orchestration patterns โ sequential, group chat, supervisor, and human-in-the-loop โ and learn which problem shape calls for which topology.โฑ 10 minยท+45 XPยทmedium
- 2Isolation for Parallel ExecutionUnderstand why isolation โ ephemeral environments, scoped identities, branch-per-task โ is the precondition for running agents in parallel without them stepping on each other or on production state.โฑ 9 minยท+40 XPยทmedium
- 3Conflict Detection and ResolutionLearn how to detect when two agents have produced incompatible outputs and pick the right resolution strategy โ last-writer-wins, merge, escalate, or replay โ based on the cost of being wrong.โฑ 10 minยท+50 XPยทhard
- 4Document Handoffs, Decisions and OutcomesWhen control passes between agents โ or from an agent to a human โ the receiving party needs three things: what was decided, why, and what the next expected outcome is. Learn the artifacts and structures that make handoffs auditable.โฑ 9 minยท+40 XPยทmedium
- 5Detect Failed, Partial and Stalled AgentsLearn the failure taxonomy for agent runs โ hard failure, partial success, stalled, and silently wrong โ and match observable signals (HTTP codes, traces, eval scores) to each mode so the orchestrator can react correctly.โฑ 10 minยท+50 XPยทhard
- 6Recovery: Rollback and Human-in-the-LoopOnce a failure is detected, the orchestrator must choose between retry, resume from checkpoint, rollback, and human escalation. Learn how reversibility, blast radius, and idempotency drive that choice.โฑ 10 minยท+50 XPยทhard
- 7Agent Lifecycle: Add, Update, RetireTreat agents as first-class managed services with versions, identities, and deprecation windows. Learn the add/update/retire lifecycle, why versioning matters, and how to retire an agent without orphaning its consumers.โฑ 9 minยท+40 XPยทmedium