RL Agent: Reinforcement Learning Agent—an agent that learns optimal behavior through trial-and-error interaction with an environment using reward signals
LLM Agent: Large Language Model Agent—an agent that uses a pre-trained LLM as a reasoning core to plan, use tools, and maintain memory
GNN: Graph Neural Network—a neural network architecture designed to process data structured as graphs by aggregating information from neighboring nodes
RAG: Retrieval-Augmented Generation—enhancing model generation by retrieving relevant external data; GraphRAG does this using knowledge graphs
ToT: Tree of Thoughts—a prompting method that organizes reasoning steps into a tree structure to explore multiple possibilities
GoT: Graph of Thoughts—a generalized reasoning structure allowing arbitrary connections (loops, merging) between reasoning steps (thoughts)
Knowledge Graph: A structured representation of knowledge using a graph where nodes are entities and edges are relationships
Topology Optimization: In multi-agent systems, dynamically adjusting the communication graph (who talks to whom) to maximize coordination efficiency