AgentScope RAG + Memory Architecture — Building Knowledge-Based Agents
Build knowledge-based agents with KnowledgeBase, vector stores (Qdrant/Milvus), and ReMe long-term memory.

AgentScope RAG + Memory Architecture — Building Knowledge-Based Agents
An agent that can reason and use tools is powerful. An agent that can also search your documents and remember past interactions is transformative.
In this post, we'll add RAG (Retrieval-Augmented Generation) and long-term memory to AgentScope agents — turning them into knowledge workers that improve over time.
Series: Part 1: Getting Started | Part 2: Multi-Agent | Part 3: MCP Integration | Part 4 (this post) | Part 5: Realtime Voice | Part 6: Production
1. RAG Overview
This part is for subscribers
A subscription unlocks every premium series and its Jupyter notebooks.
You need a free account to subscribe. Cancel anytime.
Related Posts

DeerFlow 2.0 Custom Skills + MCP + Sandbox — Building Your Own Tools and Workflows
DeerFlow's markdown-based skills system, MCP server integration, Docker/K8s sandbox, and persistent memory system with practical code examples.

DeerFlow 2.0 Multi-Agent Workflow Deep Dive — StateGraph, Plan-Execute, Human-in-the-Loop
Code-level analysis of DeerFlow's LangGraph StateGraph-based Multi-Agent Workflow. Supervisor routing, Plan-Execute pattern, and dynamic sub-agent spawning.

DeerFlow 2.0 Deep Dive — ByteDance's Open-Source SuperAgent Runtime
DeerFlow 2.0 architecture, setup, and first task execution. A SuperAgent runtime with 9 agent nodes, 5 tool sources, and Docker sandboxes.