A Personal Agent is an individual user's AI, living inside WhatsApp, Telegram, or Instagram, that handles venue search, bookings, calorie scanning, dupe search, and transport on their behalf.
Last verified: April 2026
What is Personal Agent?
Also known as: Consumer Agent
A Personal Agent is an individual user's AI, living inside WhatsApp, Telegram, or Instagram, that handles venue search, bookings, calorie scanning, dupe search, and transport on their behalf.
Every AGNT user gets exactly one personal agent. It is routed to Claude Haiku 4.5 on free and starter tiers and to Claude Sonnet 4.6 on pro tier, with vision tasks always pinned to Sonnet. The agent keeps a user_memory row set with structural keys (diet, interests, birthday, fitness goals) that are always injected into the system prompt, plus semantic memories retrieved per conversation through pgvector recall.
FAQ
Personal Agent FAQ.
Common questions about Personal Agent in the AGNT platform.
A Personal Agent is an individual user's AI, living inside WhatsApp, Telegram, or Instagram, that handles venue search, bookings, calorie scanning, dupe search, and transport on their behalf.
People also ask.
Related terms
Venue Agent
A Venue Agent is an AI representation of a business — a restaurant, bar, gym, or spa — that answers customer questions, handles booking requests, and speaks the customer's language.
User Memory
User memory is AGNT's per-user fact store: key-value pairs with confidence scores and pgvector embeddings, split into structural keys that always enter the prompt and semantic keys recalled on demand.
Structural Keys
Structural keys are the user-memory fields that are always included in the system prompt — diet, interests, last_booking, typical_party_size, fitness_goal, and a dozen more — so they never require embedding search.
Semantic Recall
Semantic recall is the embedding-based retrieval step that finds memories relevant to the current message, even when the wording has changed since the original fact was stored.
Soul Loader
The Soul Loader is AGNT's system-prompt builder: it assembles the active prompt from user memory, venue soul, time-of-day context, and recent activity on every turn.
Source: agnt-backend/app/core/soul_loader.py
Share as social post
What is Personal Agent? A Personal Agent is an individual user's AI, living inside WhatsApp, Telegram, or Instagram, that handles venue search, bookings, calorie scanning, dupe search, and transport on their behalf. https://agntdot.com/glossary/personal-agent
260 / 280 chars
See it in action.
Now you know what Personal Agent means. Try the live scan demo or read the developer docs to go deeper.