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.
What is Soul Loader?
Quick answer
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.
Full definition
The soul loader sits between the messaging layer and the LLM gateway. On each inbound message it pulls the structural keys from user_memory, runs a pgvector recall for relevant semantic facts, loads the venue soul for venue agents, and injects a short time-of-day block (is it breakfast, lunch, dinner, nightlife?). The resulting prompt is cached in Redis for one hour and invalidated on memory writes.
FAQ
Soul Loader FAQ.
Common questions about Soul Loader in the AGNT platform.
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.
People also ask.
Source: agnt-backend/app/core/soul_loader.py
Share as social post
What is 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. https://agntdot.com/glossary/soul-loader
228 / 280 chars
See it in action.
Now you know what Soul Loader means. Try the live scan demo or read the developer docs to go deeper.