mirror of
https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools.git
synced 2026-06-20 00:09:33 +00:00
27 lines
423 B
Plaintext
27 lines
423 B
Plaintext
flowchart LR
|
|
subgraph Trigger
|
|
W[Webhook abandoned cart]
|
|
end
|
|
|
|
subgraph Agents
|
|
PS[Post-Sale / Upsell Crew]
|
|
PE[Personalizer Agent]
|
|
MA[Marketing Automation Crew]
|
|
DG[Data Guardian — scoped memory]
|
|
end
|
|
|
|
subgraph Channels
|
|
WA[WhatsApp]
|
|
EM[Email sequence]
|
|
LI[LinkedIn]
|
|
end
|
|
|
|
W --> PS --> PE
|
|
PE --> WA
|
|
PE -->|no reply| MA
|
|
MA --> EM
|
|
MA --> LI
|
|
WA --> DG
|
|
EM --> DG
|
|
LI --> DG
|