- Add startup wizard module for first-run configuration - Add white-label branding system with .product file support - Add bot manager for lifecycle, MinIO buckets, and templates - Add version tracking registry for component updates - Create comparison doc: BASIC vs n8n/Zapier/Make/Copilot - Add WhatsApp-style sample dialogs to template documentation - Add data traceability SVG diagram ```
7 lines
288 B
QBasic
7 lines
288 B
QBasic
'Equais estao comigo
|
|
|
|
DESCRIPTION "Called when someone asks for items assigned to them."
|
|
|
|
products = FIND "rob.csv", "user=${username}"
|
|
text = REWRITE "Do a quick report of name, resume of history, action" ${TOYAML(products)}
|
|
TALK "I found the following items assigned to you: ${text}"
|