AgentScope1.0 开发者教程:上下文管理

合集 · AgentScope 1.0教程 (22)

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