MAS: Multi-Agent Systems—systems where multiple AI agents collaborate or compete to solve complex tasks
SOP: Standard Operating Procedures—manually defined workflows that dictate how agents interact (e.g., in MetaGPT)
Interaction Graph: The lowest memory level, storing atomic utterances (dialogue logs) between agents during a task
Query Graph: The middle memory level, storing task metadata, status (success/fail), and links to specific interaction logs
Insight Graph: The highest memory level, storing abstract, generalized lessons distilled from past experiences
bi-directional traversal: The process of moving up the graph hierarchy to find general principles and down to find specific examples simultaneously
graph sparsifier: An LLM-based function that extracts only the essential sub-components of a conversation to reduce token usage
cross-trial memory: Memory that persists across different tasks or episodes, allowing the system to learn from history
inside-trial memory: Memory that exists only within the context of solving a single current task
hop expansion: Retrieving not just the directly similar nodes but also their neighbors in the graph to capture broader context