AgentScope1.0 开发者教程:上下文管理
合集 · AgentScope 1.0教程 (22)
-
AgentScope1.0 开发者教程:智能体运行时
23:14
-
AgentScope1.0 开发者教程:上下文管理
16:43
-
AgentScope1.0 开发者教程:工具&MCP
34:50
-
AgentScope1.0 开发者教程: Browser-use Agent
23:25
-
AgentScope1.0开发者教程:智能体评测
34:07
-
AgentScope 1.0开发者教程:Deep Research Agent
32:56
-
AgentScope1.0开发者教程:ReAct Agent
36:23
-
AgentScope1.0 开发者教程:AgentScope-Studio
35:19
-
AgentScope1.0 开发者教程:Data Juicer
30:10
-
AgentScope1.0 开发者教程:ReMe
22:50
-
AgentScope 1.0开发者教程:智能体微调 - Agent Tune
22:49
-
AgentScope 1.0开发者教程:通用智能体Alias与开发范式
20:25
-
AgentScope1.0 开发者教程:Alias-Data Science
13:42
-
AgentScope1.0 开发者教程:Voice Agent
19:00
-
AgentScope1.0 开发者教程:Runtime 1.0
18:02
-
AgentScope1.0 开发者教程:Agent Skills
16:24
-
AgentScope1.0 开发者教程:Alias-Financial analysis
23:53
-
AgentScope1.0 开发者教程:EvoTraders
20:12
-
AgentScope1.0 开发者教程:AgentScope-Studio
11:40
-
AgentScope1.0 开发者教程:Spark Chat
17:30
-
AgentScope1.0 开发者教程:Java1.0
41:12
-
AgentScope1.0 开发者教程:AgentScope Tuner
44:40
Description
本课程详细介绍 AgentScope 及AgentScope Runtime 的记忆与上下文管理机制。AgentScope 提供了灵活的短期记忆(如 InMemoryMemory)和强大的长期记忆(如 Mem0LongTermMemory 及其与 ReActAgent 的集成),并支持自定义记忆实现,确保智能体在会话中保持连贯性并积累知识。同时,Formatter 模块优化了与大型语言模型的交互。AgentScope Runtime 则将上下文管理提升到生产级水平,通过其核心组件Context Services(包括 SessionHistoryService、MemoryService 和 RAGService)以及 ContextComposer,实现了会话的持久化、跨进程/跨实例的上下文共享,并提供了高度可扩展的自定义接入能力。通过本课程,你将学会构建一个记忆能力和生产级上下文管理的智能体应用。