What is m4trix?
Architecture at a Glance
HTTP Request
│
▼
┌─────────────────────┐
│ expose() / API │ ← Auth, payload extraction
└────────┬────────────┘
│ start event
▼
┌─────────────────────┐
│ Main Channel │ ← Events enter here
└────────┬────────────┘
│
▼
┌─────────────────────┐
│ Agent(s) │ ← Logic runs, emits new events
└────────┬────────────┘
│
▼
┌─────────────────────┐
│ Client Channel │ ← sink: httpStream()
└────────┬────────────┘
│ SSE
▼
BrowserWhen to Use m4trix
When Not to Use m4trix
Golden Paths
Last updated