JobSim uses three storage layers with different jobs:
LayerResponsibility
MongoDBSystem of record: users, organizations, messages, tasks, simulation settings, audit-oriented data.
QdrantEmbeddings and vector search for org knowledge and semantic retrieval.
mem0Optional higher-level conversational memory when enabled in your deployment.
Health: GET /health and startup checks report Qdrant and mem0 status alongside core configuration.

Next