|
One more thing…
Sponsored · MongoDB · Agentic AI
Event Venue Operator: an agentic demo you can clone, built on MongoDB Atlas
Most agent demos are a screenshot. This one is a repo. An AI operator runs day six of a tennis tournament with rain ninety minutes out, and has to re‑plan for two guests who want opposite things.
Three memory layers sit on a single Atlas cluster. Long‑term lives in memory_store with Voyage embeddings, short‑term holds venue and weather state, and a shared agent_actions log coordinates subagents. Retrieval is Atlas Vector Search plus hybrid lexical search.
The agent is a real LangGraph chain — perceive, plan, hitl_gate, act, reflect — not a scripted walkthrough. Embeddings are voyage-multimodal-3.5 at 1024 dimensions, cross‑modal over text and images. Langfuse tracing is optional. MIT licensed, Python 3.12+, and there is a hosted demo if you want to look before you clone.
Repo & README → · Live demo · Full tutorial
|