TypeScript
Sign in to follow topics
Featured
Video
The OpenAI Agents SDK for TypeScript is Missing Something—And That’s Ok
Try MongoDB 8.0 → https://mdb.link/s3X2N5AoVd8-try Sign-up for a free cluster → https://mdb.link/s3X2N5AoVd8-register 📚 Resources: OpenAI Agents SDK with MongoDB Template: https://github.com/mongodb-developer/GenAI-Showcase/tree/main/apps/openai-agents-sdk OpenAI Agents SDK Docs: https://openai.github.io/openai-agents-js/ Subscribe to MongoDB YouTube→ https://mdb.link/subscribe Learn how to build powerful AI agents using the new OpenAI Agents SDK for TypeScript with MongoDB as a memory provider. In this tutorial, I'll show you how to create context-aware agents that remember conversations and improve over time. Unlock the power of AI agents in TypeScript! Explore the new OpenAI Agents SDK for TypeScript, a powerful tool that brings robust AI capabilities directly to your JavaScript/TypeScript applications. Discover its core features like agent loops, handoffs, guardrails, and function tools. Learn about the crucial missing piece: memory persistence. We'll show you how to integrate MongoDB as a memory provider to give your AI agents conversational context, remember past interactions, recognize returning users, and even track performance. This enables you to build more intelligent applications, from customer support to personalized educational tools. 🔥 What You'll Learn: How to use the OpenAI Agents SDK for TypeScript Implementing MongoDB as a memory system for AI agents Building agents that maintain conversation context Creating personalized AI assistants that learn from interactions TypeScript-first development with strong typing support ⚡ Key Features Covered: Agent loops and conversation management Function tools with automatic schema generation Handoffs between multiple specialized agents Built-in tracing and debugging tools Real-time agent capabilities 💡 Perfect For: TypeScript/JavaScript developers AI application builders MongoDB developers Anyone building chatbots or AI assistants 🛠 Tech Stack: OpenAI Agents SDK for TypeScript MongoDB for conversation memory Node.js backend integration TypeScript for type safety 0:00 Introduction to OpenAI Agents SDK for TypeScript 0:54 Core Features of the SDK 2:06 The Missing Key Feature 2:40 MongoDB as a Memory Provider 3:02 Implementing Memory in Code 3:27 Why TypeScript Developers Will Love This 3:54 Real-World Agent Applications & Template This video is not affiliated with, endorsed by, or sponsored by OpenAI. The use of any trademark is solely for informational and identification purposes, so that we may provide clear and accurate descriptions. All opinions and critiques provided in this video are those of the creator and do not reflect the views of OpenAI or its affiliates. Visit Mongodb.com → https://mdb.link/MongoDB Read the MongoDB Blog → https://mdb.link/Blog Read the Developer Blog → https://mdb.link/developerblogJun 05, 2025 | 5 min
All TypeScript Content
- Latest
- Highest Rated
Tutorial
Getting Started With Deno 2.0 & MongoDB
Deno is a “modern” runtime for JavaScript and TypeScript that is built in Rust. This makes it very fast! Deno 2.0 pairs nicely with MongoDB.Oct 22, 2024
Video
LangGraph.js & MongoDB
As a web developer, the idea of integrating AI into your applications might seem overwhelming. But don't worry—I've been there! In this tutorial, I'll walk you through building an AI agent using LangGraph.js and MongoDB, making it way simpler than it sounds.Sep 25, 2024
Tutorial
Build a JavaScript AI Agent With LangGraph.js and MongoDB
Learn how to build a powerful AI agent using LangGraph.js and MongoDB. This step-by-step guide will show you how to create AI-driven applications capable of remembering conversations, accessing databases, and delivering smart responses. Perfect for JavaScript developers looking to integrate AI into their web apps.Sep 18, 2024
Video
JavaScript AI Agents
As a web developer, the idea of integrating AI into your applications might seem overwhelming. But don't worry—I've been there! In this tutorial, I'll walk you through building an AI agent using LangGraph.js and MongoDB, making it way simpler than it sounds.Sep 17, 2024
Video
Building AI Agents with JavaScript
✅ Written tutorial → https://mdb.link/5gXn3EXD01U-written ✅ Create your free Atlas cluster → https://mdb.link/5gXn3EXD01U-register ✅ Get help on our Community Forums → https://mdb.link/5gXn3EXD01U-forums - Let's build an AI Agent using LangGraph.js and MongoDB.Sep 13, 2024
Code Example
FULL APPLICATION
Trends Analyser
Let's analyse how hashtags on Twitter change over time. We'll use the Twitter API to fetch realtime trends data and save it to MongoDB for later analysis.Sep 11, 2024
Video
Build a JavaScript AI Agent With LangGraph.js and MongoDB
✅ Written tutorial → https://mdb.link/article-qXDrWKVSx1w ✅ Create your free Atlas cluster → https://mdb.link/free-qXDrWKVSx1w ✅ Get help on our Community Forums → https://mdb.link/forums-qXDrWKVSx1w ✅ Visit our AI Hub → https://mdb.link/ai-hub-qXDrWKVSx1w As a web developer, the idea of integrating AI into your applications might seem overwhelming. But don't worry—I've been there! In this tutorial, I'll walk you through building an AI agent using LangGraph.js and MongoDB, making it way simpler than it sounds. We'll cover the following: ⭐ Understanding what AI agents are and how they work. ⭐ Using LangGraph.js to create agents that can remember past conversations and use "tools" to gather more information. ⭐ Integrating MongoDB for storing conversation history and data retrieval, specifically leveraging MongoDB Atlas Vector Search for context-aware responses. By the end of this video, you'll have built an AI agent capable of managing HR-related queries, looking up employee info from a database, and continuing conversations across multiple sessions. It's like creating your own J.A.R.V.I.S., but for practical, real-world applications! What You'll Learn: ⭐ How to set up LangGraph.js for AI workflows. ⭐ How to integrate MongoDB Atlas to store and retrieve data. ⭐ How to build an AI agent that can manage conversations, look up data, and persist state across sessions. Prerequisites: ✔︎ Node.js and npm ✔︎ Free MongoDB Atlas account ✔︎ OpenAI and Anthropic API keys Clone the project repo and follow along as we create this powerful AI tool. Let’s get started! 🔗 Project Repo: https://github.com/mongodb-developer/LangGraph.js-MongoDB-Example ⏱️ Timestamps ⏱️ 00:00 - Intro 02:50 - Setting up the project 04:29 - Configure MongoDB 05:36 - Seeding the database 12:45 - MongoDB Atlas Vector Search Index 13:50 - Building the AI agent with LangGraph.js 22:47 - Creating the Express.js server 25:44 - Testing the AI agent Subscribe to MongoDB YouTube→ https://mdb.link/subscribeSep 06, 2024
Tutorial
Build a CRUD API With MongoDB, Typescript, Express, Prisma, and Zod
Dive into modern web development and learn to build a robust CRUD API using TypeScript, Express, Prisma, MongoDB, and Zod.Sep 04, 2024