Chain multiple agents so events flow through a pipeline: request → planner → executor → client.Documentation Index
Fetch the complete documentation index at: https://docs.m4trix.dev/llms.txt
Use this file to discover all available pages before exploring further.
Pattern
Example Structure
Create two (or more) agents with compatible events:- Planner — Listens to
request, emitsplan-readywith a plan payload - Executor — Listens to
plan-ready, emitsagent-responsewith the result
AgentFactory and registered with subscribe/publishTo to form the chain.