Context first
Shopper, pantry, product, inventory, price, promotion, and social signals are loaded before the LLM formats an answer.
for agentic commerce
Delectable AI is not a generic chatbot wrapped around a catalog. It is a retrieval-first, graph-aware, solver-backed intelligence layer that converts shopper context, food knowledge, inventory, pricing, and governance into actions the UI can trust.
Shopper, pantry, product, inventory, price, promotion, and social signals are loaded before the LLM formats an answer.
Different models handle householding, propensity, recommendations, pantry decay, cart sizing, and confidence annotation.
Actions carry evidence, constraints, explainability, and safety checks so teams can inspect why an agent did what it did.
Behavioral and declared signals update the shopper profile during the session, so search, ranking, offers, and agent copy respond to what the shopper is doing now.
A loyalty ID often represents multiple eaters. Graph-based clustering separates overlapping needs into household personas instead of averaging them into one unusable profile.
The platform runs specialized models for healthier swaps, replenishment, meal kits, promotion fit, pantry completion, and mission-specific ranking, then selects the right mix by context.
Purchase cadence, household size, recipe intent, and depletion curves predict what is still at home, what is low, and what should be replenished before the shopper asks.
Merchandiser corrections, rejected agent actions, compliance notes, and human preference edits can be converted into preference pairs and policy-aware training data.
Before an agent action reaches a shopper or operator, hard rules and judge models can verify safety, policy fit, evidence quality, and output structure.
When intent is ambiguous, the system can rank safe choices first while preserving commerce coverage with visible confidence annotations and shopper-context caveats.
Recipe text becomes a shoppable cart through parsing, canonicalization, category anchoring, pantry checks, product search, and package-size math before the LLM does any wording.
Response caches and shopper bundles avoid repeated reasoning for common missions and repeated session state.
Search, vector retrieval, graph traversal, and client catalog filters produce verified product candidates.
ILP package optimization, promotion logic, pantry deductions, and household constraints shape the final basket.
Safety, confidence, policy, evaluation, and evidence checks run before an action is shown or persisted.
Grocery agent routes, tools, shopping optimizer, UX processors, streaming contracts, and legacy agent framework.
grocery-agent/ · via/agents/ · chat-service/
Headless profile, pantry, cart, pricing, inventory, order, fulfillment, payment, and protocol services.
commerce/src/commerce/ · commerce/docs/
Graph, search, research, orchestration, DB, governance, and safety modules that support agent decisions.
knowledge-graph/ · search/ · research/ · governance/ · safety/
Giant Eagle, Kroger, and Sysco surfaces show how the same capability layer adapts across B2C and B2B.
clients/giant_eagle/ · demo/public-kroger/ · demo/public-sysco/