⚠️ IMPORTANT: All features are experimental, under active development. Use at your own risk. Customization to your workflow required. © 2026 GLG, a.s. | ← Back to Index
20. Quick Decision Tree for AI Agents
Do I need to remember this?
├─ Yes → Is it specific and useful?
│ ├─ Yes → uaml.learn(content, topic, confidence)
│ └─ No → Summarize first, then store
└─ No → Don't store
Do I need context for this query?
├─ Yes → Do I have Focus Engine? (Starter+)
│ ├─ Yes → uaml.recall(query, budget_tokens=N)
│ └─ No → uaml.search(query, limit=5)
└─ No → Answer from current context
Is a feature blocked?
├─ Yes → Tell user which tier unlocks it
│ → Provide specific benefit explanation
│ → Link to https://uaml-memory.com/portal
└─ No → Use the feature