Wenn Sie sich für diesen Kurs anmelden, werden Sie auch für diese Spezialisierung angemeldet.
Lernen Sie neue Konzepte von Branchenexperten
Gewinnen Sie ein Grundverständnis bestimmter Themen oder Tools
Erwerben Sie berufsrelevante Kompetenzen durch praktische Projekte
Erwerben Sie ein Berufszertifikat zur Vorlage
In diesem Kurs gibt es 3 Module
This course teaches you how to build AI agents that can remember, retrieve, and reason using OpenAI’s advanced memory and retrieval capabilities. You will learn how modern intelligent systems store context, embed knowledge, summarize conversations, and access relevant information through Retrieval-Augmented Generation (RAG). These skills form the core of powerful enterprise-grade AI agents capable of long-term coherence, personalized responses, and deep contextual understanding.
Through hands-on lessons and guided demos, you’ll explore how to design short-term and long-term memory pipelines, implement embedding-based vector search, integrate document retrieval, and connect multi-agent workflows using the Model Context Protocol (MCP). You will learn how to combine memory, knowledge retrieval, and reasoning to build agents that are scalable, accurate, and aligned with real-world use cases.
By the end of this course, you will be able to:
- Explain how memory systems, embeddings, and RAG enhance agent intelligence and long-term contextual reasoning.
- Implement short-term and long-term memory pipelines, including session memories, summarization, and vector storage.
- Generate and use embeddings to power semantic search, document retrieval, and hybrid knowledge workflows.
- Build agents that combine retrieval and reasoning, integrating RAG into core decision-making
- Use MCP context fields to connect multiple agents, enabling shared memory and collaborative task execution.
- Evaluate memory quality, retrieval relevance, and hallucination risks using best-practice metrics.
This course is ideal for AI developers, data engineers, software professionals, and technical decision-makers who want to build context-aware, retrieval-driven, and memory-enabled AI agents for production use.
A basic understanding of Python, APIs, and foundational AI prompting concepts is recommended.
Join us to master the essential building blocks of intelligent agents—and create systems that truly understand, recall, and reason.
This module establishes the foundational understanding of how memory enhances the intelligence and adaptability of AI agents. Learners will explore short-term, long-term, and summarized memory architectures and implement them using AgentKit. Through practical exercises, you will design agents capable of storing, recalling, and summarizing contextual information to enable continuity and reasoning across sessions.
Das ist alles enthalten
13 Videos4 Lektüren4 Aufgaben
Infos zu Modulinhalt anzeigen
13 Videos•Insgesamt 63 Minuten
Specialization Introduction•6 Minuten
Course Introduction•4 Minuten
How Memory Improves Agent Intelligence•4 Minuten
Short-Term vs Long-Term Memory Models•4 Minuten
Hands-On: Add Session Memory to an Agent Using AgentKit Storage•6 Minuten
Hands-On: Retrieve and Display Context History•7 Minuten
Summarization as a Memory Mechanism•3 Minuten
Hands-On: Create a Memory Summarizer Agent with AgentKit•6 Minuten
Hands-On: Store and Recall Conversation Summaries from Disk•4 Minuten
Hands-On: Compare Raw and Summarized Memory Performance•4 Minuten
From Reasoning to Knowledge : Memory in Action•6 Minuten
Hands-On: Extend a Reasoning Agent to Use Long-Term Memory•5 Minuten
Hands-On: Test Cross-Session Recall and Context Reinjection•4 Minuten
4 Lektüren•Insgesamt 40 Minuten
Course Outline•10 Minuten
Memory Architectures in Modern AI Agents•10 Minuten
RAG Pipeline Design Best Practices•10 Minuten
Summary of Foundations of Reasoning Agents and AgentKit•10 Minuten
4 Aufgaben•Insgesamt 33 Minuten
Practice Knowledge Check: Principles of AI Memory•6 Minuten
Practice Knowledge Check: Implementing Persistent and Summarized Memory•6 Minuten
Practice Knowledge Check: Integrating Memory with Reasoning•6 Minuten
Knowledge Check: Foundations of Intelligent Agents•15 Minuten
Knowledge Retrieval and Augmented Reasoning
Modul 2•2 Stunden abzuschließen
Moduldetails
This module focuses on empowering AI agents with retrieval-augmented generation (RAG) and interoperable context sharing through the Model Context Protocol (MCP). Learners will gain hands-on experience in generating embeddings, managing vector databases, and building hybrid systems that combine memory and retrieval. The module culminates in connecting RAG pipelines with MCP for dynamic, knowledge-driven agent intelligence.
Das ist alles enthalten
11 Videos2 Lektüren4 Aufgaben
Infos zu Modulinhalt anzeigen
11 Videos•Insgesamt 62 Minuten
What Is RAG and Why It Matters•4 Minuten
How Embeddings Represent Meaning•4 Minuten
Hands-On: Generate Embeddings for Documents Using OpenAI Models•6 Minuten
Hands-On: Integrating Pinecone to the Responsive Agent•7 Minuten
Integrating External Data with AgentKit Retrievers•4 Minuten
Hands-On: Create a Retrieval Module for Local Documents•7 Minuten
Hands-On: Combine Memory and RAG for Hybrid Context•5 Minuten
Hands-On: Evaluate Answer Accuracy and Relevance•5 Minuten
MCP Basics : How Agents Access and Share Context•6 Minuten
Hands-On: Connect AgentKit Memory and RAG via MCP Context Fields•5 Minuten
Hands-On: Retrieve External Knowledge on Demand Using MCP•7 Minuten
2 Lektüren•Insgesamt 20 Minuten
MCP Message Structure and Context Security•10 Minuten
Summary of Building Core Agent Intelligence•10 Minuten
4 Aufgaben•Insgesamt 33 Minuten
Practice Knowledge Check: Designing Reasoning Prompts•6 Minuten
Practice Knowledge Check: Implementing Knowledge Retrieval in AgentKit•6 Minuten
Practice Knowledge Check: Applying Model Context Protocol (MCP)•6 Minuten
Knowledge Check: Building Core Agent Intelligence•15 Minuten
Agentic Communication and Collaboration
Modul 3•3 Stunden abzuschließen
Moduldetails
This module delves into the design and implementation of multi-agent communication systems. Learners will explore Agent-to-Agent (A2A) and Agentic Communication Protocols (ACP) built on MCP to enable structured collaboration among agents. Through guided projects, you will develop specialized agents that exchange data, coordinate reasoning, and deploy integrated, knowledge-driven systems for collective problem-solving.
Das ist alles enthalten
14 Videos5 Lektüren6 Aufgaben
Infos zu Modulinhalt anzeigen
14 Videos•Insgesamt 65 Minuten
What Are A2A and ACP and How They Work with MCP•3 Minuten
Communication Patterns : Request/Response and Peer-to-Peer•3 Minuten
Edureka is an online education platform focused on delivering high-quality learning to working professionals. We have the
highest course completion rate in the industry and we strive to create an online ecosystem for our global learners to equip
themselves with industry-relevant skills in today’s cutting edge technologies.
What prior knowledge is required to take this course?
Learners should have a basic understanding of Python, generative AI concepts, and prompt engineering. Familiarity with APIs, embeddings, and vector databases is helpful but not mandatory, as core concepts are introduced in the course.
What tools and technologies will we use throughout the course?
The course primarily uses OpenAI models, AgentKit, MCP (Model Context Protocol), vector databases, and selected frameworks for interfaces like Streamlit. All tools used are demonstrated step-by-step.
Will I learn how to build a fully functional multi-agent system?
Yes. By the end of the course, you will build a complete multi-agent assistant capable of memory management, retrieval, reasoning, and tool integration. Several hands-on lessons walk through building planner, retriever, summarizer, and coordinator agents.
Does the course cover short-term and long-term memory design?
Absolutely. The course explains short-term context buffers, long-term semantic memory, summarization pipelines, and embedding-based storage. You will also implement hybrid memory workflows used in production-grade assistants.
What is MCP and how is it used in the course?
MCP (Model Context Protocol) enables multiple agents or tools to share structured context and messages. The course teaches MCP fields, context-sharing patterns, and how agents communicate using A2A messaging and coordination flows.
Will I learn Retrieval-Augmented Generation (RAG)?
Yes. You will learn the complete RAG pipeline: chunking, embedding, storage, retrieval, ranking, summarization, and grounded generation. Several lessons use real examples to demonstrate enterprise-grade RAG implementation.
Do I need experience with vector databases?
No prior experience is required. The course explains the fundamentals of embeddings, vector similarity, metadata filtering, and how to integrate vector stores into multi-agent workflows.
How much programming is required for this course?
The course includes hands-on coding, but all examples are guided and beginner-friendly. You will write code for agent registration, MCP messaging, RAG integration, memory workflows, and deployment scripts. No advanced programming expertise is required.
When will I have access to the lectures and assignments?
To access the course materials, assignments and to earn a Certificate, you will need to purchase the Certificate experience when you enroll in a course. You can try a Free Trial instead, or apply for Financial Aid. The course may offer 'Full Course, No Certificate' instead. This option lets you see all course materials, submit required assessments, and get a final grade. This also means that you will not be able to purchase a Certificate experience.
What will I get if I subscribe to this Specialization?
When you enroll in the course, you get access to all of the courses in the Specialization, and you earn a certificate when you complete the work. Your electronic Certificate will be added to your Accomplishments page - from there, you can print your Certificate or add it to your LinkedIn profile.
Is financial aid available?
Yes. In select learning programs, you can apply for financial aid or a scholarship if you can’t afford the enrollment fee. If fin aid or scholarship is available for your learning program selection, you’ll find a link to apply on the description page.
Finanzielle Unterstützung verfügbar, weitere Informationen
¹ Einige Aufgaben in diesem Kurs werden mit AI bewertet. Für diese Aufgaben werden Ihre Daten in Übereinstimmung mit Datenschutzhinweis von Courseraverwendet.