Graph-Based Long-Term Memory for Agentic Workflows

Added:

开场与简介
核心问题与愿景
金融场景挑战
代理系统架构
数据预处理与存储
交互问答与反思
图谱追踪执行细节
行动手册生成与进化
效果对比与总结

开场与简介

0:23
Playing Section
  • 1

    主持人介绍本次研讨会主题和图数据库技术专家亚历山德罗·尼格罗。

  • 2

    研讨会将深入探讨基于图数据库的长期记忆如何提升AI代理的工作流程。

  • 3

    所有会议资料和视频链接将在会后提供给所有与会者。

Fundamental concepts of Large Language Models (LLMs) and the architecture of autonomous AI agents.
Basic understanding of Graph Databases, specifically nodes, edges, properties, and query languages like Cypher (Neo4j).
Core principles of Retrieval-Augmented Generation (RAG) and the difference between vector-based search and structured retrieval.
The concept of memory in AI, distinguishing between short-term (context window, conversational buffer) and long-term memory.
Advanced GraphRAG techniques that merge vector embeddings with knowledge graph traversals for deeper contextual reasoning.
Designing multi-agent systems where multiple specialized agents collaborate and share state using a unified, dynamic graph database.
Implementing memory consolidation and pruning strategies, such as using LLMs to periodically synthesize, merge, or delete outdated nodes and relations.
Evaluating and benchmarking long-term agent memory for retrieval accuracy, latency, and drift over long-duration workflows.
280 views6likes2:08:48@neo4jOriginal Release: 2026-06-03

Agentic AI workflows can achieve continuous learning and adaptation through graph-based long-term memory systems that capture complete execution traces, including tool choices, reasoning steps, and human feedback, enabling agents to distill patterns and strategies into evolving playbooks that improve performance over time without requiring fine-tuning.