{"@context":"https://schema.org","@type":"NewsArticle","generatedAt":"2026-07-23T08:01:28.298Z","headline":"用 MongoDB Atlas、Voyage 和 LangGraph 构建智能活动场地运营 Agent","description":"该教程演示如何构建一个具备持久记忆和操作上下文的智能活动场地运营 Agent，使用 MongoDB Atlas 存储事件历史、Voyage 嵌入向量进行语义检索，并通过 LangGraph 编排多步推理与回写流程。Agent 不仅能生成活动计划，还能记住过往操作并记录执行结果，实现闭环运营。","url":"https://www.aioga.com/news/cmrsctguq02uqbi5lqn3mza1t/","mainEntityOfPage":"https://www.aioga.com/news/cmrsctguq02uqbi5lqn3mza1t/","datePublished":"2026-07-17T23:12:00.000Z","dateModified":"2026-07-17T23:12:00.000Z","inLanguage":"zh-CN","publisher":{"@type":"NewsMediaOrganization","name":"Aioga","url":"https://www.aioga.com"},"citation":["https://www.marktechpost.com/2026/07/17/build-an-agentic-event-venue-operator","https://aihot.virxact.com/items/cmrsctguq02uqbi5lqn3mza1t"],"canonicalUrl":"https://www.aioga.com/news/cmrsctguq02uqbi5lqn3mza1t/","directAnswer":{"@type":"Answer","text":"Aioga 编辑摘要：该教程演示如何构建一个具备持久记忆和操作上下文的智能活动场地运营 Agent，使用 MongoDB Atlas 存储事件历史、Voyage 嵌入向量进行语义检索，并通过 LangGraph 编排多步推理与回写流程。 Aioga 将其归入「技巧观点」方向，重点关注它对真实使用和行业竞争的影响。","url":"https://www.aioga.com/news/cmrsctguq02uqbi5lqn3mza1t/","dateCreated":"2026-07-17T23:12:00.000Z","author":{"@type":"Organization","@id":"https://www.aioga.com/authors/aioga-editorial/#editorial-team","name":"Aioga Editorial Team","url":"https://www.aioga.com/authors/aioga-editorial/"}},"evidence":[{"@type":"CreativeWork","name":"marktechpost.com source article","url":"https://www.marktechpost.com/2026/07/17/build-an-agentic-event-venue-operator","datePublished":"2026-07-17T23:12:00.000Z","provider":{"@type":"Organization","name":"marktechpost.com","url":"https://www.marktechpost.com/2026/07/17/build-an-agentic-event-venue-operator"}},{"@type":"CreativeWork","name":"AIHot archive record","url":"https://aihot.virxact.com/items/cmrsctguq02uqbi5lqn3mza1t","datePublished":"2026-07-17T23:12:00.000Z","provider":{"@type":"Organization","name":"AIHot","url":"https://aihot.virxact.com/items/cmrsctguq02uqbi5lqn3mza1t"}}],"aggregationSource":"MarkTechPost（RSS）","originalPublisher":{"name":"marktechpost.com","url":"https://www.marktechpost.com/2026/07/17/build-an-agentic-event-venue-operator"},"article":{"id":"cmrsctguq02uqbi5lqn3mza1t","slug":"cmrsctguq02uqbi5lqn3mza1t","url":"https://www.aioga.com/news/cmrsctguq02uqbi5lqn3mza1t/","title":"用 MongoDB Atlas、Voyage 和 LangGraph 构建智能活动场地运营 Agent","title_en":"Build an Agentic Event Venue Operator with MongoDB Atlas， Voyage， and LangGraph","summary":"该教程演示如何构建一个具备持久记忆和操作上下文的智能活动场地运营 Agent，使用 MongoDB Atlas 存储事件历史、Voyage 嵌入向量进行语义检索，并通过 LangGraph 编排多步推理与回写流程。Agent 不仅能生成活动计划，还能记住过往操作并记录执行结果，实现闭环运营。","source":"MarkTechPost（RSS）","sourceUrl":"https://www.marktechpost.com/2026/07/17/build-an-agentic-event-venue-operator","aiHotUrl":"https://aihot.virxact.com/items/cmrsctguq02uqbi5lqn3mza1t","publishedAt":"2026-07-17T23:12:00.000Z","category":"技巧观点","score":50,"selected":false,"articleBody":["This tutorial starts where most agent demos stop: giving the agent persistent memory, operational context, and a place to write back what happened.：https://pxllnk.co/twdn5 An event operator does not just need an agent that can summarize a weather report or generate a generic plan. The operator needs an agent that can remember what happened at prior events, retrieve relevant visitor and venue context, respond to live operational changes, and write the outcome back as memory for the next similar situation.","We built this event-venue operator demo：https://pxllnk.co/twdn5 with MongoDB Atlas, Voyage AI embeddings, LangGraph, and optional Langfuse tracing. The demo scenario is the MongoDB Open, a fictional premium tennis tournament on Day 6 of play. Rain is approaching, covered hospitality capacity is constrained, and the operator has two different visitor journeys to protect: Mikiko, a first-time attendee trying to make the most of the grounds, and Nina, a premier guest with hospitality expectations and a history the agent can retrieve.","The MongoDB Open demo agent：https://pxllnk.co/twdn5 is not just producing a plausible plan. It reads current venue state, retrieves prior event memory, distinguishes between visitor segments, and acts. At the same time, hospitality capacity is still available, and writes the outcome back so the next disruption can be handled with more context. Check out the full repo here：https://github.com/mongodb-developer/event-venue-operator.","The demo is split into three layers:","By the end of the tutorial,：https://pxllnk.co/twdn5 you will have a FastAPI app backed by MongoDB Atlas that can run locally and deploy to Vercel.","The current repo：https://pxllnk.co/twdn5 should be treated as a reference demo, not a production platform. There is no production auth, no CI suite, and the full LangGraph agent remains a script-based validation path rather than a public hosted endpoint.","The architecture centers on MongoDB Atlas as both the operational and memory layer. Speed matters in the event venue operator scenario because the useful window for action is short. If rain is 20 minutes away and covered hospitality space is filling up, the operator does not need a post-event dashboard or a batch summary a few minutes later. The agent needs to read the current venue state, retrieve relevant memory, decide what to do, and write back the result while there is still capacity to protect the guest experience.","That is why the type of database and how it is used are critical system design choices. Operational records, semantic memory, vector embeddings, visual documents, and agent actions all live in the same data layer. The agent does not need to wait for a separate analytics pipeline, sync data into a second vector database, or reconcile what the memory layer says with what the operational system says. Atlas acts as both the system of record and the retrieval layer for the agent loop: perceive what changed, retrieve the right context, take action, and persist what happened for the next event.","This is also why the demo keeps memory in MongoDB rather than treating it as a sidecar. The agent is not just retrieving chunks; it is composing operational context.：https://pxllnk.co/twdn5 A useful decision may need visitor history, current venue status, hospitality inventory, prior rain-delay patterns, and relevant visual documents at the same time. With Atlas, those pieces can stay queryable together instead of being scattered across separate systems.","The demo uses four main state layers:","Before you begin, make sure you have:","Clone the repo and install dependencies: GitHub repo：https://pxllnk.co/twdn5","If you only want to inspect the app before setting up credentials, start with the live Vercel demo：https://event-venue-operator.vercel.app/. The hosted demo uses the same UI and deployment shape as the repo, while local setup lets you run the full seed, smoke test, Vision RAG, and LangGraph paths yourself.","Langfuse is optional for observability:","This script creates collections and starts the Atlas Vector Search index, then waits up to 60 seconds for the index to become READY.","Then seed text and visual documents:","In a second terminal, run the smoke test:","With the server running in another terminal, the smoke test checks MongoDB health, Atlas Vector Search, hybrid search, visual-document indexing, Vision RAG, optional Langfuse wiring, and collection stats.","The memory store lives in the memory_store collection. Each memory document includes a namespace, key, text payload, category metadata, and an embedding.","Namespaces let the app separate different kinds of memory:","This design choice streamlines the agent’s access to both operational data and its memory for its own operations. Agent memory in production has many facets: some memories belong to a person, some to a location, some to a business process, and some to reference documents. Atlas gives the app a single backend for all of them while still allowing scoped retrieval, thanks to its flexible data model：https://www.mongodb.com/docs/manual/data-modeling/.","At this point, the memory store has already been initialized and seeded. The memory_store collection contains embedded memory documents, and the Atlas Vector Search index is available.","This section shows how to query that memory store directly. You do not need to run these queries to create memory; they are validation calls that help you inspect how retrieval works before the agent uses the same backend path during the scenario.","The simplest retrieval endpoint is vector search:","This embeds the query with Voyage and searches Atlas for semantically similar memories.","The hybrid endpoint combines vector similarity with lexical scoring over memory text:","The response includes vector score, lexical score, and combined hybrid score. This is useful because event-operations queries often mix semantic intent with exact operational terms. “Rain delay,” “dinner reservation,” and “covered seating” are all meaningful as concepts, but exact words can still carry a strong signal.","In this implementation, hybrid search means Atlas Vector Search plus deterministic lexical scoring over memory text. It works with the existing vector index and seeded data, so readers do not need to create a separate Atlas Search text index for this tutorial. A natural extension would be to add a dedicated Atlas Search text index and combine those results with vector retrieval.","Operational knowledge is not always text. Accessibility maps, hospitality capacity charts, allergen matrices, weather-response sheets, and evacuation diagrams often exist as images or PDFs.","This repo seeds five visual documents:","Each image is embedded with Voyage multimodal embeddings and stored in the memory collection. A text query can then retrieve the relevant visual document:","The endpoint retrieves the best-matching visual document from Atlas and sends it to Claude Vision with the user question. This turns static operational material into retrievable agent context.","The repo also includes a LangGraph proof-of-concept:","The graph follows the same tennis-event narrative as the guided UI, but runs it through the live agent path:","The generated output will vary because Claude is planning from retrieved memory, but the seeded memories and prompt are aligned to the tennis rain-delay scenario.","Langfuse is optional. If you add keys to .env, the app emits tracing around retrieval calls:","Check whether the running server is configured:","Run a retrieval request from the Live Backend tab or with /api/search and /api/hybrid-search, then check Langfuse for traces named api.search and api.hybrid_search.","The live LangGraph script also emits a run-level langgraph.run_agent observation when Langfuse keys are configured so that readers can validate observability for both the API layer and the agent path.","For a tutorial, this is a helpful way to show readers where observability fits without making it a hard setup requirement.","The repo includes a Vercel deployment path so the app can be shared as a public demo link. The deployment uses api/index.py as the Vercel ASGI entrypoint, and vercel.json to route requests to FastAPI. The repo includes .python-version for local Python 3.12 tooling; confirm the Vercel Python runtime is also set to 3.12 and that the build installs dependencies from pyproject.toml.","For the hosted demo, configure these environment variables in Vercel:","Langfuse keys are optional. Add ANTHROPIC_API_KEY only if you intentionally want hosted Vision RAG or other LLM-backed endpoints exposed. The full LangGraph path is still validated locally via scripts/run_poc.py rather than through a public, unauthenticated endpoint.","The UI is deterministic. It is useful for communicating the scenario, but it is not a full real-time operations console.","The seed data is synthetic. It is good enough to demonstrate retrieval patterns, but it should not be treated as representative production data.","The current project does not include production authentication, rate limiting, tenant isolation, secret management, or CI. Those would be required before adapting the pattern for a real operator-facing application.","You can run this tutorial on an Atlas Free cluster to test the Vector Search workflow. Free clusters are intended for small-scale development and testing; for serious prototyping or production workloads, use a dedicated Atlas tier sized for your data and query volume.","The demo keeps the useful parts of the agent stack in data: operational records, semantic memories, visual documents, checkpoints, and traces. MongoDB Atlas can hold those pieces together while still supporting vector search, multimodal retrieval, and application state in one place.","If you enjoyed this tutorial, feel free to create your own scenario and/or add features you think would make the demo more realistic.","If you want to learn more, check out our other tutorials in GenAI Showcase：https://github.com/mongodb-developer/GenAI-Showcase or learn more about agents and memory at MongoDB University：https://learn.mongodb.com/.","Check out the GitHub repo here：https://pxllnk.co/twdn5 .","Note:Thanks to the MongoDB team for the Technical Resources and promotional support for this article.","Staff Developer Advocate @ MongoDB. Previously DevRel/DS @ Contextual AI, Unstructured, Spectrum Labs (acquired), IQT Labs. Previous career as a neuroscience researcher @ Berkeley, NIDA, Princeton.","Build an Agentic Event Venue Operator [Full Codes]：https://pxllnk.co/twdn5","Thanks! Our team will contact you soon 🙌"],"articleImages":[{"sourceUrl":"https://www.marktechpost.com/wp-content/uploads/2026/07/image.png","alt":"","afterParagraph":8,"url":"/media/articles/cmrsctguq02uqbi5lqn3mza1t/6e4adc3864514425.webp"},{"sourceUrl":"https://www.marktechpost.com/wp-content/uploads/2026/07/image-1.png","alt":"","afterParagraph":17,"url":"/media/articles/cmrsctguq02uqbi5lqn3mza1t/1910813204eff138.webp"},{"sourceUrl":"https://www.marktechpost.com/wp-content/uploads/2026/07/image-2.png","alt":"","afterParagraph":31,"url":"/media/articles/cmrsctguq02uqbi5lqn3mza1t/55e31ba4dca2ba69.webp"},{"sourceUrl":"https://www.marktechpost.com/wp-content/uploads/2026/07/image-3.png","alt":"","afterParagraph":51,"url":"/media/articles/cmrsctguq02uqbi5lqn3mza1t/c7f289d1e3afd810.webp"}],"mediaStatus":"ok","articleBodyZh":["本教程从大多数代理演示的结束点开始：为代理提供持久内存、操作上下文，以及一个写回发生情况的地方。：https：//pxllnk.co/twdn5 事件操作员不仅需要一个能总结天气报告或生成通用计划的代理。操作员需要一个能够记住之前活动发生情况、检索相关访客和场地上下文、响应实时运营变化并将结果写回记忆的代理。","我们用MongoDB地图集、Voyage AI嵌入、LangGraph和可选的Langfuse追踪工具，构建了这个活动场地运营商演示：https：//pxllnk.co/twdn5。演示场景是MongoDB公开赛，一个虚构的高级网球锦标赛，比赛进行在第6天。雨水临近，有覆盖的接待容量受限，运营商还要保护两条不同的访客路线：首次参加、试图充分利用场地的美纪子，以及拥有高端客人、有着接待期望且经纪人能查阅历史的顶级客人妮娜。","MongoDB Open演示代理：https：//pxllnk.co/twdn5 不仅仅是在制定一个可行的方案。它读取当前场地状态，检索之前的事件记忆，区分访客片段和表演者。与此同时，酒店业的产能依然可用，并会把结果写回，以便下一次中断时能以更丰富的背景处理。完整仓库请见此处：https：//github.com/mongodb-developer/event-venue-operator。","演示版分为三层：","教程结束时，https：//pxllnk.co/twdn5 你将拥有一个由 MongoDB Atlas 支持的 FastAPI 应用，可以本地运行并部署到 Vercel。","当前的仓库：https：//pxllnk.co/twdn5 应被视为参考演示，而非生产平台。没有生产认证，没有配置整合套件，完整的 LangGraph 代理仍然是基于脚本的验证路径，而非公共托管端点。","该架构以 MongoDB Atlas 作为操作层和内存层的核心。在活动场馆运营场景中，速度至关重要，因为可采取行动的时间窗口很短。如果雨水在 20 分钟后到来，而有遮盖的招待空间正在被占满，运营者不需要事后仪表盘或几分钟后的批量总结。代理需要在仍有能力保护客户体验的情况下，读取当前场馆状态、检索相关记忆、决定行动并写回结果。","这就是为什么数据库类型及其使用方式是关键的系统设计选择。操作记录、语义记忆、向量嵌入、视觉文档和代理操作都存在于同一数据层中。代理无需等待单独的分析管道、将数据同步到第二个向量数据库，或调和记忆层与操作系统所说的内容。Atlas 既是记录系统，也是代理循环的检索层：感知变化、检索正确的上下文、采取行动，并将发生的事情保存以便下一次事件使用。","这也是为什么演示将记忆保存在 MongoDB 中，而不是将其作为旁车处理。代理不仅仅是检索数据块，它是在组合操作上下文：https://pxllnk.co/twdn5 一个有用的决策可能同时需要访问者历史、当前场馆状态、招待库存、以往的雨延迟模式以及相关视觉文档。使用 Atlas，这些数据能够保持可查询状态，而不是散落在不同系统中。","演示使用了四个主要状态层：","在开始之前，请确保您已完成以下准备：","克隆仓库并安装依赖项：GitHub 仓库：https://pxllnk.co/twdn5","如果您只想在设置凭证之前查看应用程序，可以从实时 Vercel 演示开始：https://event-venue-operator.vercel.app/。托管演示使用与仓库相同的 UI 和部署形式，而本地设置允许您自行运行完整的种子、冒烟测试、Vision RAG 和 LangGraph 路径。","Langfuse 是可选的，用于可观察性：","该脚本创建集合并启动 Atlas 向量搜索索引，然后最多等待 60 秒以使索引变为 READY。","然后种子文本和视觉文档：","在第二个终端中，运行烟雾测试：","在另一个终端中运行服务器时，烟雾测试会检查 MongoDB 的健康状况、Atlas 向量搜索、混合搜索、可视文档索引、Vision RAG、可选的 Langfuse 连接以及集合统计信息。","内存存储位于 memory_store 集合中。每个内存文档包括命名空间、键、文本内容、类别元数据和嵌入向量。","命名空间让应用程序可以区分不同类型的内存：","此设计选项简化了代理访问其自身操作的运行数据和内存的过程。在生产环境中，代理的记忆有许多方面：一些记忆属于某个人，一些属于某个地点，一些属于业务流程，还有一些属于参考文档。Atlas 为应用程序提供了一个统一的后端来管理所有这些，同时仍允许按范围检索，这得益于其灵活的数据模型：https://www.mongodb.com/docs/manual/data-modeling/。","此时，内存存储已经被初始化并填充数据。memory_store 集合包含嵌入式内存文档，并且 Atlas 向量搜索索引可用。","本节展示如何直接查询该内存存储。您无需运行这些查询来创建内存；它们是验证性调用，可帮助您在代理使用相同后端路径执行场景之前检查检索的工作原理。","最简单的检索端点是向量搜索：","这会使用 Voyage 对查询进行嵌入，并在 Atlas 中搜索语义相似的记忆。","混合端点结合了向量相似度和内存文本的词汇评分：","响应包括向量分数、词汇分数和组合混合分数。这非常有用，因为事件操作查询通常将语义意图与精确操作术语混合。“雨延迟”、“晚餐预订”和“有遮蔽的座位”都作为概念具有意义，但精确的词语仍然可以传递强信号。","在此实现中，混合搜索意味着 Atlas 向量搜索加上对内存文本的确定性词汇评分。它可以与现有的向量索引和已种子数据一起使用，因此读者在本教程中无需创建单独的 Atlas 搜索文本索引。一个自然的扩展是添加一个专用的 Atlas 搜索文本索引，并将这些结果与向量检索结合起来。","操作性知识并不总是文本。无障碍地图、接待容量图表、过敏原矩阵、天气应对表和疏散示意图通常以图像或 PDF 形式存在。","该仓库种子了五份可视化文档：","每张图像都通过 Voyage 多模态嵌入进行嵌入，并存储在内存集合中。然后文本查询可以检索相关的可视化文档：","该端点从 Atlas 检索最佳匹配的可视化文档，并将其与用户问题一起发送给 Claude Vision。这将静态的操作材料转变为可检索的智能代理上下文。","该仓库还包括一个 LangGraph 概念验证：","该图遵循与指导 UI 相同的网球赛事叙事，但通过实时智能代理路径运行：","生成的输出会有所不同，因为 Claude 是基于检索到的内存进行规划，但种子内存和提示与网球雨延迟场景保持一致。","Langfuse 是可选的。如果你在 .env 中添加密钥，应用程序会在检索调用周围发出跟踪信息：","检查运行中的服务器是否已配置：","从实时后端选项卡或通过 /api/search 和 /api/hybrid-search 运行检索请求，然后在 Langfuse 中检查名为 api.search 和 api.hybrid_search 的跟踪记录。","实时 LangGraph 脚本在配置 Langfuse 密钥时，还会发出运行级 langgraph.run_agent 观测，以便读者可以验证 API 层和智能代理路径的可观察性。","对于教程来说，这是向读者展示可观察性位置的有用方式，而无需将其作为强制设置要求。","该仓库包含一个 Vercel 部署路径，因此应用程序可以以公共演示链接的形式共享。部署使用 api/index.py 作为 Vercel ASGI 入口点，并使用 vercel.json 将请求路由到 FastAPI。仓库包含 .python-version 用于本地 Python 3.12 工具；请确保 Vercel Python 运行时也设置为 3.12，并且构建过程中从 pyproject.toml 安装依赖项。","对于托管演示，请在 Vercel 中配置这些环境变量：","Langfuse 密钥是可选的。仅在您有意公开托管的 Vision RAG 或其他 LLM 支持的端点时添加 ANTHROPIC_API_KEY。完整的 LangGraph 路径仍通过 scripts/run_poc.py 本地验证，而不是通过公共、未认证的端点。","用户界面是确定性的。它有助于说明场景，但并不是一个完整的实时操作控制台。","种子数据是合成的。它足以演示检索模式，但不应被视为生产环境的代表性数据。","当前项目不包含生产环境的身份验证、速率限制、租户隔离、密钥管理或 CI。在将此模式适配为面向真实操作员的应用程序之前，这些功能是必需的。","您可以在 Atlas 免费集群上运行本教程以测试向量搜索工作流。免费集群适用于小规模开发和测试；对于严肃的原型设计或生产负载，请使用根据您的数据量和查询量定制的专用 Atlas 层级。","该演示在数据中保留了代理堆栈的有用部分：操作记录、语义记忆、视觉文档、检查点和追踪。MongoDB Atlas 可以将这些部分整合在一起，同时仍支持向量搜索、多模态检索以及一个地方的应用程序状态。","如果您喜欢本教程，请随意创建自己的场景和/或添加您认为可以使演示更真实的功能。","如果您想了解更多，请查看我们的其他 GenAI 展示教程：https://github.com/mongodb-developer/GenAI-Showcase 或在 MongoDB 大学了解有关代理和记忆的更多信息：https://learn.mongodb.com/。","请查看 GitHub 仓库：https://pxllnk.co/twdn5。","注意：感谢MongoDB团队为本文提供技术资源和推广支持。","MongoDB的员工开发者倡导者。此前曾在Contextual AI、Unstructured、Spectrum Labs（已被收购）、IQT Labs担任DevRel/DS职务。之前的职业生涯是作为神经科学研究员在伯克利、NIDA、普林斯顿工作。","构建一个代理事件场地运营者 [完整代码]：https://pxllnk.co/twdn5","谢谢！我们的团队将很快与您联系 🙌"],"translationStatus":"translated","bodyOrigin":"source-page","editorial":{"summary":"Aioga 编辑摘要：该教程演示如何构建一个具备持久记忆和操作上下文的智能活动场地运营 Agent，使用 MongoDB Atlas 存储事件历史、Voyage 嵌入向量进行语义检索，并通过 LangGraph 编排多步推理与回写流程。 Aioga 将其归入「技巧观点」方向，重点关注它对真实使用和行业竞争的影响。","background":"背景分析：产品与工具类动态的价值取决于它是否解决明确场景、能否进入工作流，以及交付、价格和数据安全是否可接受。","viewpoint":"Aioga 判断：这条动态更适合作为行业观察信号，当前信息足以建立线索，但不足以推导长期结论。","implications":"影响分析：对相关团队而言，短期应先核对来源、可用范围和实际成本，再判断是否值得接入或跟进。","nextStep":"后续观察：继续观察产品是否开放使用、用户反馈、定价、集成能力和后续版本更新。","evidenceRefs":["title","summary","articleBody"],"confidence":"medium","status":"published","aiGenerated":false,"autoApproved":true,"generatedBy":"rule-safe-fallback","generatedAt":"2026-07-23T08:10:16.817Z","sourceHash":"ae1c9484482827d5","validation":{"passed":true,"mode":"rule-safe-fallback","checks":["schema","length","source-attribution","no-html"]}},"tags":["技巧观点","MarkTechPost（RSS）"],"translations":{"zh-CN":{"title":"用 MongoDB Atlas、Voyage 和 LangGraph 构建智能活动场地运营 Agent","summary":"该教程演示如何构建一个具备持久记忆和操作上下文的智能活动场地运营 Agent，使用 MongoDB Atlas 存储事件历史、Voyage 嵌入向量进行语义检索，并通过 LangGraph 编排多步推理与回写流程。Agent 不仅能生成活动计划，还能记住过往操作并记录执行结果，实现闭环运营。","category":"技巧观点","source":"marktechpost.com","aggregationSource":"MarkTechPost（RSS）","pageTitle":"用 MongoDB Atlas、Voyage 和 LangGraph 构建智能活动场地运营 Agent - Aioga AI资讯","description":"该教程演示如何构建一个具备持久记忆和操作上下文的智能活动场地运营 Agent，使用 MongoDB Atlas 存储事件历史、Voyage 嵌入向量进行语义检索，并通过 LangGraph 编排多步推理与回写流程。Agent 不仅能生成活动计划，还能记住过往操作并记录执行结果，实现闭环运营。","url":"https://www.aioga.com/news/cmrsctguq02uqbi5lqn3mza1t/"},"en":{"title":"Build an Agentic Event Venue Operator with MongoDB Atlas， Voyage， and LangGraph","summary":"Aioga tracks this update from MarkTechPost（RSS） under Insights. 该教程演示如何构建一个具备持久记忆和操作上下文的智能活动场地运营 Agent，使用 MongoDB Atlas 存储事件历史、Voyage 嵌入向量进行语义检索，并通过 LangGraph 编排多步推理与回写流程。Agent 不仅能生成活动计划，还能记住过往操作并记录执行结果，实现闭环运营。","category":"Insights","source":"marktechpost.com","aggregationSource":"MarkTechPost（RSS）","pageTitle":"Build an Agentic Event Venue Operator with MongoDB Atlas， Voyage， and LangGraph - Aioga AI News","description":"Aioga tracks this update from MarkTechPost（RSS） under Insights. 该教程演示如何构建一个具备持久记忆和操作上下文的智能活动场地运营 Agent，使用 MongoDB Atlas 存储事件历史、Voyage 嵌入向量进行语义检索，并通过 LangGraph 编排多步推理与回写流程。Agent 不仅能...","url":"https://www.aioga.com/en/news/cmrsctguq02uqbi5lqn3mza1t/"},"ja":{"title":"用 MongoDB Atlas、Voyage 和 LangGraph 构建智能活动场地运营 Agent","summary":"Aiogaは「ヒントと視点」の動きとして、MarkTechPost（RSS） からの更新を追跡しています。该教程演示如何构建一个具备持久记忆和操作上下文的智能活动场地运营 Agent，使用 MongoDB Atlas 存储事件历史、Voyage 嵌入向量进行语义检索，并通过 LangGraph 编排多步推理与回写流程。Agent 不仅能生成活动计划，还能记住过往操作并记录执行结果，实现闭环运营。","category":"ヒントと視点","source":"marktechpost.com","aggregationSource":"MarkTechPost（RSS）","pageTitle":"用 MongoDB Atlas、Voyage 和 LangGraph 构建智能活动场地运营 Agent - Aioga AIニュース","description":"Aiogaは「ヒントと視点」の動きとして、MarkTechPost（RSS） からの更新を追跡しています。该教程演示如何构建一个具备持久记忆和操作上下文的智能活动场地运营 Agent，使用 MongoDB Atlas 存储事件历史、Voyage 嵌入向量进行语义检索，并通过 LangGraph 编排多步推理与回写流程。Agent 不仅能生成活动计划，还能记住...","url":"https://www.aioga.com/ja/news/cmrsctguq02uqbi5lqn3mza1t/"},"ko":{"title":"用 MongoDB Atlas、Voyage 和 LangGraph 构建智能活动场地运营 Agent","summary":"Aioga는 MarkTechPost（RSS）의 업데이트를 인사이트 흐름으로 추적합니다. 该教程演示如何构建一个具备持久记忆和操作上下文的智能活动场地运营 Agent，使用 MongoDB Atlas 存储事件历史、Voyage 嵌入向量进行语义检索，并通过 LangGraph 编排多步推理与回写流程。Agent 不仅能生成活动计划，还能记住过往操作并记录执行结果，实现闭环运营。","category":"인사이트","source":"marktechpost.com","aggregationSource":"MarkTechPost（RSS）","pageTitle":"用 MongoDB Atlas、Voyage 和 LangGraph 构建智能活动场地运营 Agent - Aioga AI 뉴스","description":"Aioga는 MarkTechPost（RSS）의 업데이트를 인사이트 흐름으로 추적합니다. 该教程演示如何构建一个具备持久记忆和操作上下文的智能活动场地运营 Agent，使用 MongoDB Atlas 存储事件历史、Voyage 嵌入向量进行语义检索，并通过 LangGraph 编排多步推理与回写流程。Agent 不仅能生成活动计划，还能记住过往操作...","url":"https://www.aioga.com/ko/news/cmrsctguq02uqbi5lqn3mza1t/"},"es":{"title":"用 MongoDB Atlas、Voyage 和 LangGraph 构建智能活动场地运营 Agent","summary":"Aioga sigue esta actualización de MarkTechPost（RSS） dentro de Ideas. 该教程演示如何构建一个具备持久记忆和操作上下文的智能活动场地运营 Agent，使用 MongoDB Atlas 存储事件历史、Voyage 嵌入向量进行语义检索，并通过 LangGraph 编排多步推理与回写流程。Agent 不仅能生成活动计划，还能记住过往操作并记录执行结果，实现闭环运营。","category":"Ideas","source":"marktechpost.com","aggregationSource":"MarkTechPost（RSS）","pageTitle":"用 MongoDB Atlas、Voyage 和 LangGraph 构建智能活动场地运营 Agent - Aioga Noticias de IA","description":"Aioga sigue esta actualización de MarkTechPost（RSS） dentro de Ideas. 该教程演示如何构建一个具备持久记忆和操作上下文的智能活动场地运营 Agent，使用 MongoDB Atlas 存储事件历史、Voyage 嵌入向量进行语义检索，并通过 LangGraph 编排多步推理与回写流程。Agen...","url":"https://www.aioga.com/es/news/cmrsctguq02uqbi5lqn3mza1t/"},"fr":{"title":"用 MongoDB Atlas、Voyage 和 LangGraph 构建智能活动场地运营 Agent","summary":"Aioga suit cette mise à jour de MarkTechPost（RSS） dans la catégorie Analyses. 该教程演示如何构建一个具备持久记忆和操作上下文的智能活动场地运营 Agent，使用 MongoDB Atlas 存储事件历史、Voyage 嵌入向量进行语义检索，并通过 LangGraph 编排多步推理与回写流程。Agent 不仅能生成活动计划，还能记住过往操作并记录执行结果，实现闭环运营。","category":"Analyses","source":"marktechpost.com","aggregationSource":"MarkTechPost（RSS）","pageTitle":"用 MongoDB Atlas、Voyage 和 LangGraph 构建智能活动场地运营 Agent - Aioga Actualités IA","description":"Aioga suit cette mise à jour de MarkTechPost（RSS） dans la catégorie Analyses. 该教程演示如何构建一个具备持久记忆和操作上下文的智能活动场地运营 Agent，使用 MongoDB Atlas 存储事件历史、Voyage 嵌入向量进行语义检索，并通过 LangGraph 编排多步推理与...","url":"https://www.aioga.com/fr/news/cmrsctguq02uqbi5lqn3mza1t/"},"de":{"title":"用 MongoDB Atlas、Voyage 和 LangGraph 构建智能活动场地运营 Agent","summary":"Aioga tracks this update from MarkTechPost（RSS） under 技巧观点. 该教程演示如何构建一个具备持久记忆和操作上下文的智能活动场地运营 Agent，使用 MongoDB Atlas 存储事件历史、Voyage 嵌入向量进行语义检索，并通过 LangGraph 编排多步推理与回写流程。Agent 不仅能生成活动计划，还能记住过往操作并记录执行结果，实现闭环运营。","category":"技巧观点","source":"marktechpost.com","aggregationSource":"MarkTechPost（RSS）","pageTitle":"用 MongoDB Atlas、Voyage 和 LangGraph 构建智能活动场地运营 Agent - Aioga KI-News","description":"Aioga tracks this update from MarkTechPost（RSS） under 技巧观点. 该教程演示如何构建一个具备持久记忆和操作上下文的智能活动场地运营 Agent，使用 MongoDB Atlas 存储事件历史、Voyage 嵌入向量进行语义检索，并通过 LangGraph 编排多步推理与回写流程。Agent 不仅能生成活动...","url":"https://www.aioga.com/de/news/cmrsctguq02uqbi5lqn3mza1t/"},"pt-BR":{"title":"用 MongoDB Atlas、Voyage 和 LangGraph 构建智能活动场地运营 Agent","summary":"Aioga tracks this update from MarkTechPost（RSS） under 技巧观点. 该教程演示如何构建一个具备持久记忆和操作上下文的智能活动场地运营 Agent，使用 MongoDB Atlas 存储事件历史、Voyage 嵌入向量进行语义检索，并通过 LangGraph 编排多步推理与回写流程。Agent 不仅能生成活动计划，还能记住过往操作并记录执行结果，实现闭环运营。","category":"技巧观点","source":"marktechpost.com","aggregationSource":"MarkTechPost（RSS）","pageTitle":"用 MongoDB Atlas、Voyage 和 LangGraph 构建智能活动场地运营 Agent - Aioga Notícias de IA","description":"Aioga tracks this update from MarkTechPost（RSS） under 技巧观点. 该教程演示如何构建一个具备持久记忆和操作上下文的智能活动场地运营 Agent，使用 MongoDB Atlas 存储事件历史、Voyage 嵌入向量进行语义检索，并通过 LangGraph 编排多步推理与回写流程。Agent 不仅能生成活动...","url":"https://www.aioga.com/pt-BR/news/cmrsctguq02uqbi5lqn3mza1t/"},"ru":{"title":"用 MongoDB Atlas、Voyage 和 LangGraph 构建智能活动场地运营 Agent","summary":"Aioga tracks this update from MarkTechPost（RSS） under 技巧观点. 该教程演示如何构建一个具备持久记忆和操作上下文的智能活动场地运营 Agent，使用 MongoDB Atlas 存储事件历史、Voyage 嵌入向量进行语义检索，并通过 LangGraph 编排多步推理与回写流程。Agent 不仅能生成活动计划，还能记住过往操作并记录执行结果，实现闭环运营。","category":"技巧观点","source":"marktechpost.com","aggregationSource":"MarkTechPost（RSS）","pageTitle":"用 MongoDB Atlas、Voyage 和 LangGraph 构建智能活动场地运营 Agent - Aioga Новости ИИ","description":"Aioga tracks this update from MarkTechPost（RSS） under 技巧观点. 该教程演示如何构建一个具备持久记忆和操作上下文的智能活动场地运营 Agent，使用 MongoDB Atlas 存储事件历史、Voyage 嵌入向量进行语义检索，并通过 LangGraph 编排多步推理与回写流程。Agent 不仅能生成活动...","url":"https://www.aioga.com/ru/news/cmrsctguq02uqbi5lqn3mza1t/"},"ar":{"title":"用 MongoDB Atlas、Voyage 和 LangGraph 构建智能活动场地运营 Agent","summary":"Aioga tracks this update from MarkTechPost（RSS） under 技巧观点. 该教程演示如何构建一个具备持久记忆和操作上下文的智能活动场地运营 Agent，使用 MongoDB Atlas 存储事件历史、Voyage 嵌入向量进行语义检索，并通过 LangGraph 编排多步推理与回写流程。Agent 不仅能生成活动计划，还能记住过往操作并记录执行结果，实现闭环运营。","category":"技巧观点","source":"marktechpost.com","aggregationSource":"MarkTechPost（RSS）","pageTitle":"用 MongoDB Atlas、Voyage 和 LangGraph 构建智能活动场地运营 Agent - Aioga أخبار الذكاء الاصطناعي","description":"Aioga tracks this update from MarkTechPost（RSS） under 技巧观点. 该教程演示如何构建一个具备持久记忆和操作上下文的智能活动场地运营 Agent，使用 MongoDB Atlas 存储事件历史、Voyage 嵌入向量进行语义检索，并通过 LangGraph 编排多步推理与回写流程。Agent 不仅能生成活动...","url":"https://www.aioga.com/ar/news/cmrsctguq02uqbi5lqn3mza1t/"},"hi":{"title":"用 MongoDB Atlas、Voyage 和 LangGraph 构建智能活动场地运营 Agent","summary":"Aioga tracks this update from MarkTechPost（RSS） under 技巧观点. 该教程演示如何构建一个具备持久记忆和操作上下文的智能活动场地运营 Agent，使用 MongoDB Atlas 存储事件历史、Voyage 嵌入向量进行语义检索，并通过 LangGraph 编排多步推理与回写流程。Agent 不仅能生成活动计划，还能记住过往操作并记录执行结果，实现闭环运营。","category":"技巧观点","source":"marktechpost.com","aggregationSource":"MarkTechPost（RSS）","pageTitle":"用 MongoDB Atlas、Voyage 和 LangGraph 构建智能活动场地运营 Agent - Aioga AI समाचार","description":"Aioga tracks this update from MarkTechPost（RSS） under 技巧观点. 该教程演示如何构建一个具备持久记忆和操作上下文的智能活动场地运营 Agent，使用 MongoDB Atlas 存储事件历史、Voyage 嵌入向量进行语义检索，并通过 LangGraph 编排多步推理与回写流程。Agent 不仅能生成活动...","url":"https://www.aioga.com/hi/news/cmrsctguq02uqbi5lqn3mza1t/"},"it":{"title":"用 MongoDB Atlas、Voyage 和 LangGraph 构建智能活动场地运营 Agent","summary":"Aioga tracks this update from MarkTechPost（RSS） under 技巧观点. 该教程演示如何构建一个具备持久记忆和操作上下文的智能活动场地运营 Agent，使用 MongoDB Atlas 存储事件历史、Voyage 嵌入向量进行语义检索，并通过 LangGraph 编排多步推理与回写流程。Agent 不仅能生成活动计划，还能记住过往操作并记录执行结果，实现闭环运营。","category":"技巧观点","source":"marktechpost.com","aggregationSource":"MarkTechPost（RSS）","pageTitle":"用 MongoDB Atlas、Voyage 和 LangGraph 构建智能活动场地运营 Agent - Aioga Notizie IA","description":"Aioga tracks this update from MarkTechPost（RSS） under 技巧观点. 该教程演示如何构建一个具备持久记忆和操作上下文的智能活动场地运营 Agent，使用 MongoDB Atlas 存储事件历史、Voyage 嵌入向量进行语义检索，并通过 LangGraph 编排多步推理与回写流程。Agent 不仅能生成活动...","url":"https://www.aioga.com/it/news/cmrsctguq02uqbi5lqn3mza1t/"},"nl":{"title":"用 MongoDB Atlas、Voyage 和 LangGraph 构建智能活动场地运营 Agent","summary":"Aioga tracks this update from MarkTechPost（RSS） under 技巧观点. 该教程演示如何构建一个具备持久记忆和操作上下文的智能活动场地运营 Agent，使用 MongoDB Atlas 存储事件历史、Voyage 嵌入向量进行语义检索，并通过 LangGraph 编排多步推理与回写流程。Agent 不仅能生成活动计划，还能记住过往操作并记录执行结果，实现闭环运营。","category":"技巧观点","source":"marktechpost.com","aggregationSource":"MarkTechPost（RSS）","pageTitle":"用 MongoDB Atlas、Voyage 和 LangGraph 构建智能活动场地运营 Agent - Aioga AI-nieuws","description":"Aioga tracks this update from MarkTechPost（RSS） under 技巧观点. 该教程演示如何构建一个具备持久记忆和操作上下文的智能活动场地运营 Agent，使用 MongoDB Atlas 存储事件历史、Voyage 嵌入向量进行语义检索，并通过 LangGraph 编排多步推理与回写流程。Agent 不仅能生成活动...","url":"https://www.aioga.com/nl/news/cmrsctguq02uqbi5lqn3mza1t/"},"tr":{"title":"用 MongoDB Atlas、Voyage 和 LangGraph 构建智能活动场地运营 Agent","summary":"Aioga tracks this update from MarkTechPost（RSS） under 技巧观点. 该教程演示如何构建一个具备持久记忆和操作上下文的智能活动场地运营 Agent，使用 MongoDB Atlas 存储事件历史、Voyage 嵌入向量进行语义检索，并通过 LangGraph 编排多步推理与回写流程。Agent 不仅能生成活动计划，还能记住过往操作并记录执行结果，实现闭环运营。","category":"技巧观点","source":"marktechpost.com","aggregationSource":"MarkTechPost（RSS）","pageTitle":"用 MongoDB Atlas、Voyage 和 LangGraph 构建智能活动场地运营 Agent - Aioga AI Haberleri","description":"Aioga tracks this update from MarkTechPost（RSS） under 技巧观点. 该教程演示如何构建一个具备持久记忆和操作上下文的智能活动场地运营 Agent，使用 MongoDB Atlas 存储事件历史、Voyage 嵌入向量进行语义检索，并通过 LangGraph 编排多步推理与回写流程。Agent 不仅能生成活动...","url":"https://www.aioga.com/tr/news/cmrsctguq02uqbi5lqn3mza1t/"},"vi":{"title":"用 MongoDB Atlas、Voyage 和 LangGraph 构建智能活动场地运营 Agent","summary":"Aioga tracks this update from MarkTechPost（RSS） under 技巧观点. 该教程演示如何构建一个具备持久记忆和操作上下文的智能活动场地运营 Agent，使用 MongoDB Atlas 存储事件历史、Voyage 嵌入向量进行语义检索，并通过 LangGraph 编排多步推理与回写流程。Agent 不仅能生成活动计划，还能记住过往操作并记录执行结果，实现闭环运营。","category":"技巧观点","source":"marktechpost.com","aggregationSource":"MarkTechPost（RSS）","pageTitle":"用 MongoDB Atlas、Voyage 和 LangGraph 构建智能活动场地运营 Agent - Tin tức AI Aioga","description":"Aioga tracks this update from MarkTechPost（RSS） under 技巧观点. 该教程演示如何构建一个具备持久记忆和操作上下文的智能活动场地运营 Agent，使用 MongoDB Atlas 存储事件历史、Voyage 嵌入向量进行语义检索，并通过 LangGraph 编排多步推理与回写流程。Agent 不仅能生成活动...","url":"https://www.aioga.com/vi/news/cmrsctguq02uqbi5lqn3mza1t/"},"id":{"title":"用 MongoDB Atlas、Voyage 和 LangGraph 构建智能活动场地运营 Agent","summary":"Aioga tracks this update from MarkTechPost（RSS） under 技巧观点. 该教程演示如何构建一个具备持久记忆和操作上下文的智能活动场地运营 Agent，使用 MongoDB Atlas 存储事件历史、Voyage 嵌入向量进行语义检索，并通过 LangGraph 编排多步推理与回写流程。Agent 不仅能生成活动计划，还能记住过往操作并记录执行结果，实现闭环运营。","category":"技巧观点","source":"marktechpost.com","aggregationSource":"MarkTechPost（RSS）","pageTitle":"用 MongoDB Atlas、Voyage 和 LangGraph 构建智能活动场地运营 Agent - Berita AI Aioga","description":"Aioga tracks this update from MarkTechPost（RSS） under 技巧观点. 该教程演示如何构建一个具备持久记忆和操作上下文的智能活动场地运营 Agent，使用 MongoDB Atlas 存储事件历史、Voyage 嵌入向量进行语义检索，并通过 LangGraph 编排多步推理与回写流程。Agent 不仅能生成活动...","url":"https://www.aioga.com/id/news/cmrsctguq02uqbi5lqn3mza1t/"},"th":{"title":"用 MongoDB Atlas、Voyage 和 LangGraph 构建智能活动场地运营 Agent","summary":"Aioga tracks this update from MarkTechPost（RSS） under 技巧观点. 该教程演示如何构建一个具备持久记忆和操作上下文的智能活动场地运营 Agent，使用 MongoDB Atlas 存储事件历史、Voyage 嵌入向量进行语义检索，并通过 LangGraph 编排多步推理与回写流程。Agent 不仅能生成活动计划，还能记住过往操作并记录执行结果，实现闭环运营。","category":"技巧观点","source":"marktechpost.com","aggregationSource":"MarkTechPost（RSS）","pageTitle":"用 MongoDB Atlas、Voyage 和 LangGraph 构建智能活动场地运营 Agent - ข่าว AI Aioga","description":"Aioga tracks this update from MarkTechPost（RSS） under 技巧观点. 该教程演示如何构建一个具备持久记忆和操作上下文的智能活动场地运营 Agent，使用 MongoDB Atlas 存储事件历史、Voyage 嵌入向量进行语义检索，并通过 LangGraph 编排多步推理与回写流程。Agent 不仅能生成活动...","url":"https://www.aioga.com/th/news/cmrsctguq02uqbi5lqn3mza1t/"},"pl":{"title":"用 MongoDB Atlas、Voyage 和 LangGraph 构建智能活动场地运营 Agent","summary":"Aioga tracks this update from MarkTechPost（RSS） under 技巧观点. 该教程演示如何构建一个具备持久记忆和操作上下文的智能活动场地运营 Agent，使用 MongoDB Atlas 存储事件历史、Voyage 嵌入向量进行语义检索，并通过 LangGraph 编排多步推理与回写流程。Agent 不仅能生成活动计划，还能记住过往操作并记录执行结果，实现闭环运营。","category":"技巧观点","source":"marktechpost.com","aggregationSource":"MarkTechPost（RSS）","pageTitle":"用 MongoDB Atlas、Voyage 和 LangGraph 构建智能活动场地运营 Agent - Aioga Wiadomości AI","description":"Aioga tracks this update from MarkTechPost（RSS） under 技巧观点. 该教程演示如何构建一个具备持久记忆和操作上下文的智能活动场地运营 Agent，使用 MongoDB Atlas 存储事件历史、Voyage 嵌入向量进行语义检索，并通过 LangGraph 编排多步推理与回写流程。Agent 不仅能生成活动...","url":"https://www.aioga.com/pl/news/cmrsctguq02uqbi5lqn3mza1t/"}}}}