jiangfeibo/ComAgent

The code repository for the paper“From Large AI Models to Agentic AI: A Tutorial on Future Intelligent Communications”

35

72 commits

updated Jun 2, 2025

See the code

README

From Large AI Models to Agentic AI: A Tutorial on Future Intelligent Communications

Authors

Feibo Jiang, Cunhua Pan, Li Dong, Kezhi Wang, Octavia A. Dobre, Merouane Debbah

Paper

https://arxiv.org/abs/2505.22311

Code

https://github.com/jiangfeibo/ComAgent

Abstract

With the advent of 6G communications, intelligent communication systems face multiple challenges, including constrained perception and response capabilities, limited scalability, and low adaptability in dynamic environments. This tutorial provides a systematic introduction to the principles, design, and applications of Large Artificial Intelligence Models (LAMs) and Agentic AI technologies in intelligent communication systems, aiming to offer researchers a comprehensive overview of cuttingedge technologies and practical guidance. First, we outline the background of 6G communications, review the technological evolution from LAMs to Agentic AI, and clarify the tutorial’s motivation and main contributions. Subsequently, we present a comprehensive review of the key components required for constructing LAMs, including Transformers, Vision Transformers (ViTs), Variational AutoEncoders (VAEs), diffusion models, Diffusion Transformers (DiTs), and Mixture of Experts (MoEs). We further categorize LAMs and analyze their applicability, covering Large Language Models (LLMs), Large Vision Models (LVMs), Large Multimodal Models (LMMs), Large Reasoning Models (LRMs), and lightweight LAMs. Next, we propose a LAM-centric design paradigm tailored for communications, encompassing dataset construction and both internal and external learning approaches. Building upon this, we develop an LAM-based Agentic AI system for intelligent communications, clarifying its core components such as planners, knowledge bases, tools, and memory modules, as well as its interaction mechanisms, including both single-agent and multi-agent interactions. We also introduce a multi-agent framework with data retrieval, collaborative planning, and reflective evaluation for 6G. Subsequently, we provide a detailed overview of the applications of LAMs and Agentic AI in communication scenarios. Finally, we summarize the research challenges and future directions in current studies, aiming to support the development of efficient, secure, and sustainable next-generation intelligent communication systems.

Contents

Fig. 1: LAMs and Agentic AI empowered 6G.
Fig. 1: LAMs and Agentic AI empowered 6G.

Fig. 2: Overall organization of the tutorial.
Fig. 2: Overall organization of the tutorial.

Fig. 3: The structured design pipeline of LAMs for communications.
Fig. 3: The structured design pipeline of LAMs for communications.

Fig. 4: The architecture of the LAM-based Agentic AI system.
Fig. 4: The architecture of the LAM-based Agentic AI system.

Fig. 5: Schematic diagram of CommLLM
Fig. 5: Schematic diagram of CommLLM

Fig. 6: The application scenarios of LAMs.
Fig. 6: The application scenarios of LAMs.

Fig. 7: The application scenarios of Agentic AI.
Fig. 7: The application scenarios of Agentic AI.

Agentic AI Framework

TitleRelease TimeLinkDownload
AgentGPT2023Code
Auto-GPT for Online Decision Making: Benchmarks and Additional Opinions2023PaperCode
OpenAgents: An Open Platform for Language Agent in The Wild2023PaperCode
HuggingGPT: Solving AI Tasks with ChatGPT and its Friends in Hugging Face2023PaperCode
Dify2024Code
AgentGym: Evolving Large Language Model-based Agents across Diverse Environments2024PaperCode
PEER: Expertizing Domain-Specific Tasks with a Multi-Agent Framework and Tuning Methods2024PaperCode
BabyAGI2025Code
OpenManus2025Code
AutoAgent: A Fully-Automated and Zero-Code Framework for LLM Agents2025PaperCode

LAMs

LAM CategorySpecific ModelsmodelRelease TimeLinkDownload
Large Language ModelGPT seriesGPT-12020PaperCode
GPT-22023PaperCode
GPT-32023Paper
GPT-42023Paper
OpenAI o12024PaperCode
Gemma seriesGemma 12024Paper
Gemma 22024Paper
LLaMA seriesLLaMA-12023PaperCode
LLaMA-22023PaperCode
LLaMA-32024PaperCode
Large Vision ModelSAM seriesSAM-12023PaperCode
SAM-22024PaperCode
DINO seriesDINO V12021PaperCode
DINO V22023PaperCode
Stable Diffusion series Stable Diffusion V12022PaperCode
Stable Diffusion V22022PaperCode
Stable Diffusion V32024Paper
Vision Language ModelLLaVALLaVA2024PaperCode
Qwen-VL Qwen-VL2023PaperCode
Qwen-VL-Chat2023PaperCode
Mini-GPT4Mini-GPT42023PaperCode
Large Multimodal ModelCoDi seriesCoDi-12024PaperCode
CoDi-22024PaperCode
Meta-TransformerMeta-Transformer2023PaperCode
ImageBindImageBind2023PaperCode
World ModelSoraSora2024Paper
JEPAJEPA2022Paper
VistaVista2024PaperCode
Lightweight Large AI ModelTinyLlamaTinyLlama2024PaperCode
MobileVLMMobileVLM2024PaperCode
Mini-GeminiMini-Gemini2024PaperCode
Large Reasoning Model
OpenAI o3-miniOpenAI o3-mini2025Paper
DeepSeekDeepSeek-R12025PaperCode
QwenQwen-QwQ2025PaperCode

Planner

TitleRelease TimeLinkDownload
ReAct: Synergizing Reasoning and Acting in Language Models2022PaperCode
Least-to-Most Prompting Enables Complex Reasoning in Large Language Models2022Paper
Tree of Thoughts: Deliberate Problem Solving with Large Language Models2023PaperCode
Plan-and-Solve Prompting: Improving Zero-Shot Chain-of-Thought Reasoning by Large Language Models2023PaperCode
Thought Graph: Generating Thought Process for Biological Reasoning2024PaperCode
From the Least to the Most: Building a Plug-and-Play Visual Reasoner via Data Synthesis2024PaperCode
Buffer of Thoughts: Thought-Augmented Reasoning with Large Language Models2024PaperCode
Step-by-Step Reasoning to Solve Grid Puzzles: Where do LLMs Falter?2024PaperCode
Chain of Preference Optimization: Improving Chain-of-Thought Reasoning in LLMs2024PaperCode
Graph of thoughts: Solving elaborate problems with large language models2024PaperCode
Generating SPARQL from Natural Language Using Chain-of-Thoughts Prompting2025PaperCode
Understanding Before Reasoning: Enhancing Chain-of-Thought with Iterative Summarization Pre-Prompting2025PaperCode
Graph Chain-of-Thought: Augmenting Large Language Models by Reasoning on Graphs2025PaperCode
Enhancing LLM-Based Agents via Global Planning and Hierarchical Execution2025PaperCode
Compositional Chain-of-Thought Prompting for Large Multimodal Models2025PaperCode

RAG/Knowledge base

TitleRelease TimeLinkDownload
Retrieval-augmented generation for large language models: A survey2023PaperCode
HippoRAG: Neurobiologically Inspired Long-Term Memory for Large Language Models2024PaperCode
RAG and RAU: A Survey on Retrieval-Augmented Language Model in Natural Language Processing2024PaperCode
Emerging trends: a gentle introduction to RAG2024PaperCode
The Power of Noise: Redefining Retrieval for RAG Systems2024PaperCode
MultiHop-RAG: Benchmarking Retrieval-Augmented Generation for Multi-Hop Queries2024PaperCode
HM-RAG: Hierarchical Multi-Agent Multimodal Retrieval Augmented Generation2025PaperCode
Structured Review on RAG- and Multi-Agent Frameworks – Part II: Application-Based Assessment2025PaperCode
HyperGraphRAG: Retrieval-Augmented Generation via Hypergraph-Structured Knowledge Representation2025PaperCode

Memory

TitleRelease TimeLinkDownload
Memory gym: Partially observable challenges to memory-based agents2023PaperCode
A Survey on the Memory Mechanism of Large Language Model based Agents2024PaperCode
xlstm: Extended long short-term memory2024PaperCode
HippoRAG: Neurobiologically Inspired Long-Term Memory for Large Language Models2024PaperCode
Persistent activity during working memory maintenance predicts long-term memory formation in the human hippocampus2024PaperCode
SURVEYFORGE: On the Outline Heuristics, Memory-Driven Generation,and Multi-dimensional Evaluation for Automated Survey Writing2025PaperCode
Advances and challenges in foundation agents: From brain-inspired intelligence to evolutionary, collaborative, and safe systems2025PaperCode
A-mem: Agentic memory for llm agents2025PaperCode
Mem0: Building Production-Ready AI Agents with Scalable Long-Term Memory2025PaperCode

Tools

TitleRelease TimeLinkDownload
CodeTF: One-stop Transformer Library for State-of-the-art Code LLM2023PaperCode
DeepSeek-Coder: When the Large Language Model Meets Programming -- The Rise of Code Intelligence2024PaperCode
Lemur: Harmonizing Natural Language and Code for Language Agents2024PaperCode
HDDLGym: A Tool for Studying Multi-Agent Hierarchical Problems Defined in HDDL with OpenAI Gym2025PaperCode
OpenCoder: The Open Cookbook for Top-Tier Code Large Language Models2025PaperCode
The AI Scientist-v2: Workshop-Level Automated Scientific Discovery via Agentic Tree Search2025PaperCode

Paper with code

TitleRelease TimeLinkDownload
Openagents: An open platform for language agents in the wild2023Paper
Reflexion: Language agents with verbal reinforcement learning2023PaperCode
Large language model enhanced multi-agent systems for 6g communications2024PaperCode
Generative ai agents with large language model for satellite networks via a mixture of experts transmission2024PaperCode
Cached model-as-a-resource: Provisioning large language model agents for edge intelligence in space-air-ground integrated networks2024Paper
Enabling mobile ai agent in 6g era: Architecture and key technologies2024Paper
Llm agents as 6g orchestrator: A paradigm for task-oriented physical-layer automation2024Paper
When large language model agents meet 6g networks: Perception, grounding, and alignmen2024Paper
Airvista: Empowering uavs with 3d spatial reasoning abilities through a multimodal large language model agent2024Paper
Agent-as-a-judge:Evaluate agents with agents2024PaperCode
A survey of agent interoperability protocols: Model context protocol (mcp), agent communication protocol (acp), agent-to-agent protocol (a2a), and agent network protocol (anp)2025Paper
Ai agents vs. agentic ai: A conceptual taxonomy, applications and challenge2025Paper
Self-resource allocation in multi-agent llm systems2025Paper
Model context protocol-based internet of experts for wireless environment-aware llm agents2025Paper
Agent-driven generative semantic communication with cross-modality and prediction2025Paper
Wirelessagent: Large language model agents for intelligent wireless networks2025PaperCode
Agentic ai: Autonomous intelligence for complex goals–a comprehensive survey2025Paper
From llm reasoning to autonomous ai agents: A comprehensive review2025Paper
Agentic ai for scientific discovery: A survey of progress, challenges2025Paper
Agentic reasoning: Reasoning llms with tools for the deep research2025PaperCode
Towards agentic ai networking in 6g: A generative foundation model-as-agent approach2025Paper
Llm-driven agentic ai approach to enhanced o-ran resilience in next-generation networks2025Paper
Exploring llm-based multi-agent situation awareness for zero-trust space-air-ground integrated network2025PaperCode
Scenario-driven evaluation of autonomous agents: Integrating large language model for uav mission reliability2025Paper
Task offloading with llm-enhanced multi-agent reinforcement learning in uav-assisted edge computing2025Paper
Uav-codeagents: Scalable uav mission planning via multi-agent react and vision-language reasoning2025Paper
Agentic retrievalaugmented generation: A survey on agentic rag2025PaperCode
Agentnet: Decentralized evolutionary coordination for llm-based multi-agent systems2025Paper
Usercentrix: An agentic memory-augmented ai framework for smart spaces2025PaperCode
Multi-agent collaboration mechanisms: A survey of llms2025PaperCode
Advancing multi-agent systems through model context protocol: Architecture, implementation, and applications2025Paper
Building a secure agentic ai application leveraging a2a protocol2025PaperCode
Survey on evaluation of llm-based agents2025Paper

The Team

Here is the list of our student contributors in each section.

SectionStudent Contributors
The whole paperZhengyu Du , Yuhan Zhang
Literature SearchJian Zou , Dandan Qi
Project MaintenanceXitao Pan

Contact Information for Source Code Submission or Update

If you intend to add or update the source code in the repository, please contact the following email addresses: jiangfb@hunnu.edu.cn, Dlj2017@hunnu.edu.cn, 240620854087@stu.hutb.edu.cn and 240620854065@stu.hutb.edu.cn.

Update Log

VersionTimeUpdate Content
v12025/5/23The initial version.
v22025/6/2Improve the writing.
Correct some minor errors.
v3Improve the writing.
Correct some minor errors.

Citation

 @ARTICLE{2025arXiv:2505.22311,
      title = {From Large AI Models to Agentic AI: A Tutorial on Future Intelligent Communications},
      author = {Feibo Jiang, Cunhua Pan, Li Dong, Kezhi Wang, Octavia A. Dobre, Merouane Debbah},
      journal = {arXiv preprint arXiv:2505.22311v1},
      year = {2025}
}

Contributors

qdd717

33 commits

KirstenQAQ

26 commits

haloumtyhhhh

13 commits

jiangfeibo/ComAgent

The code repository for the paper“From Large AI Models to Agentic AI: A Tutorial on Future Intelligent Communications”

35

72 commits

updated Jun 2, 2025

See the code

README

From Large AI Models to Agentic AI: A Tutorial on Future Intelligent Communications

Authors

Feibo Jiang, Cunhua Pan, Li Dong, Kezhi Wang, Octavia A. Dobre, Merouane Debbah

Paper

https://arxiv.org/abs/2505.22311

Code

https://github.com/jiangfeibo/ComAgent

Abstract

With the advent of 6G communications, intelligent communication systems face multiple challenges, including constrained perception and response capabilities, limited scalability, and low adaptability in dynamic environments. This tutorial provides a systematic introduction to the principles, design, and applications of Large Artificial Intelligence Models (LAMs) and Agentic AI technologies in intelligent communication systems, aiming to offer researchers a comprehensive overview of cuttingedge technologies and practical guidance. First, we outline the background of 6G communications, review the technological evolution from LAMs to Agentic AI, and clarify the tutorial’s motivation and main contributions. Subsequently, we present a comprehensive review of the key components required for constructing LAMs, including Transformers, Vision Transformers (ViTs), Variational AutoEncoders (VAEs), diffusion models, Diffusion Transformers (DiTs), and Mixture of Experts (MoEs). We further categorize LAMs and analyze their applicability, covering Large Language Models (LLMs), Large Vision Models (LVMs), Large Multimodal Models (LMMs), Large Reasoning Models (LRMs), and lightweight LAMs. Next, we propose a LAM-centric design paradigm tailored for communications, encompassing dataset construction and both internal and external learning approaches. Building upon this, we develop an LAM-based Agentic AI system for intelligent communications, clarifying its core components such as planners, knowledge bases, tools, and memory modules, as well as its interaction mechanisms, including both single-agent and multi-agent interactions. We also introduce a multi-agent framework with data retrieval, collaborative planning, and reflective evaluation for 6G. Subsequently, we provide a detailed overview of the applications of LAMs and Agentic AI in communication scenarios. Finally, we summarize the research challenges and future directions in current studies, aiming to support the development of efficient, secure, and sustainable next-generation intelligent communication systems.

Contents

Fig. 1: LAMs and Agentic AI empowered 6G.
Fig. 1: LAMs and Agentic AI empowered 6G.

Fig. 2: Overall organization of the tutorial.
Fig. 2: Overall organization of the tutorial.

Fig. 3: The structured design pipeline of LAMs for communications.
Fig. 3: The structured design pipeline of LAMs for communications.

Fig. 4: The architecture of the LAM-based Agentic AI system.
Fig. 4: The architecture of the LAM-based Agentic AI system.

Fig. 5: Schematic diagram of CommLLM
Fig. 5: Schematic diagram of CommLLM

Fig. 6: The application scenarios of LAMs.
Fig. 6: The application scenarios of LAMs.

Fig. 7: The application scenarios of Agentic AI.
Fig. 7: The application scenarios of Agentic AI.

Agentic AI Framework

TitleRelease TimeLinkDownload
AgentGPT2023Code
Auto-GPT for Online Decision Making: Benchmarks and Additional Opinions2023PaperCode
OpenAgents: An Open Platform for Language Agent in The Wild2023PaperCode
HuggingGPT: Solving AI Tasks with ChatGPT and its Friends in Hugging Face2023PaperCode
Dify2024Code
AgentGym: Evolving Large Language Model-based Agents across Diverse Environments2024PaperCode
PEER: Expertizing Domain-Specific Tasks with a Multi-Agent Framework and Tuning Methods2024PaperCode
BabyAGI2025Code
OpenManus2025Code
AutoAgent: A Fully-Automated and Zero-Code Framework for LLM Agents2025PaperCode

LAMs

LAM CategorySpecific ModelsmodelRelease TimeLinkDownload
Large Language ModelGPT seriesGPT-12020PaperCode
GPT-22023PaperCode
GPT-32023Paper
GPT-42023Paper
OpenAI o12024PaperCode
Gemma seriesGemma 12024Paper
Gemma 22024Paper
LLaMA seriesLLaMA-12023PaperCode
LLaMA-22023PaperCode
LLaMA-32024PaperCode
Large Vision ModelSAM seriesSAM-12023PaperCode
SAM-22024PaperCode
DINO seriesDINO V12021PaperCode
DINO V22023PaperCode
Stable Diffusion series Stable Diffusion V12022PaperCode
Stable Diffusion V22022PaperCode
Stable Diffusion V32024Paper
Vision Language ModelLLaVALLaVA2024PaperCode
Qwen-VL Qwen-VL2023PaperCode
Qwen-VL-Chat2023PaperCode
Mini-GPT4Mini-GPT42023PaperCode
Large Multimodal ModelCoDi seriesCoDi-12024PaperCode
CoDi-22024PaperCode
Meta-TransformerMeta-Transformer2023PaperCode
ImageBindImageBind2023PaperCode
World ModelSoraSora2024Paper
JEPAJEPA2022Paper
VistaVista2024PaperCode
Lightweight Large AI ModelTinyLlamaTinyLlama2024PaperCode
MobileVLMMobileVLM2024PaperCode
Mini-GeminiMini-Gemini2024PaperCode
Large Reasoning Model
OpenAI o3-miniOpenAI o3-mini2025Paper
DeepSeekDeepSeek-R12025PaperCode
QwenQwen-QwQ2025PaperCode

Planner

TitleRelease TimeLinkDownload
ReAct: Synergizing Reasoning and Acting in Language Models2022PaperCode
Least-to-Most Prompting Enables Complex Reasoning in Large Language Models2022Paper
Tree of Thoughts: Deliberate Problem Solving with Large Language Models2023PaperCode
Plan-and-Solve Prompting: Improving Zero-Shot Chain-of-Thought Reasoning by Large Language Models2023PaperCode
Thought Graph: Generating Thought Process for Biological Reasoning2024PaperCode
From the Least to the Most: Building a Plug-and-Play Visual Reasoner via Data Synthesis2024PaperCode
Buffer of Thoughts: Thought-Augmented Reasoning with Large Language Models2024PaperCode
Step-by-Step Reasoning to Solve Grid Puzzles: Where do LLMs Falter?2024PaperCode
Chain of Preference Optimization: Improving Chain-of-Thought Reasoning in LLMs2024PaperCode
Graph of thoughts: Solving elaborate problems with large language models2024PaperCode
Generating SPARQL from Natural Language Using Chain-of-Thoughts Prompting2025PaperCode
Understanding Before Reasoning: Enhancing Chain-of-Thought with Iterative Summarization Pre-Prompting2025PaperCode
Graph Chain-of-Thought: Augmenting Large Language Models by Reasoning on Graphs2025PaperCode
Enhancing LLM-Based Agents via Global Planning and Hierarchical Execution2025PaperCode
Compositional Chain-of-Thought Prompting for Large Multimodal Models2025PaperCode

RAG/Knowledge base

TitleRelease TimeLinkDownload
Retrieval-augmented generation for large language models: A survey2023PaperCode
HippoRAG: Neurobiologically Inspired Long-Term Memory for Large Language Models2024PaperCode
RAG and RAU: A Survey on Retrieval-Augmented Language Model in Natural Language Processing2024PaperCode
Emerging trends: a gentle introduction to RAG2024PaperCode
The Power of Noise: Redefining Retrieval for RAG Systems2024PaperCode
MultiHop-RAG: Benchmarking Retrieval-Augmented Generation for Multi-Hop Queries2024PaperCode
HM-RAG: Hierarchical Multi-Agent Multimodal Retrieval Augmented Generation2025PaperCode
Structured Review on RAG- and Multi-Agent Frameworks – Part II: Application-Based Assessment2025PaperCode
HyperGraphRAG: Retrieval-Augmented Generation via Hypergraph-Structured Knowledge Representation2025PaperCode

Memory

TitleRelease TimeLinkDownload
Memory gym: Partially observable challenges to memory-based agents2023PaperCode
A Survey on the Memory Mechanism of Large Language Model based Agents2024PaperCode
xlstm: Extended long short-term memory2024PaperCode
HippoRAG: Neurobiologically Inspired Long-Term Memory for Large Language Models2024PaperCode
Persistent activity during working memory maintenance predicts long-term memory formation in the human hippocampus2024PaperCode
SURVEYFORGE: On the Outline Heuristics, Memory-Driven Generation,and Multi-dimensional Evaluation for Automated Survey Writing2025PaperCode
Advances and challenges in foundation agents: From brain-inspired intelligence to evolutionary, collaborative, and safe systems2025PaperCode
A-mem: Agentic memory for llm agents2025PaperCode
Mem0: Building Production-Ready AI Agents with Scalable Long-Term Memory2025PaperCode

Tools

TitleRelease TimeLinkDownload
CodeTF: One-stop Transformer Library for State-of-the-art Code LLM2023PaperCode
DeepSeek-Coder: When the Large Language Model Meets Programming -- The Rise of Code Intelligence2024PaperCode
Lemur: Harmonizing Natural Language and Code for Language Agents2024PaperCode
HDDLGym: A Tool for Studying Multi-Agent Hierarchical Problems Defined in HDDL with OpenAI Gym2025PaperCode
OpenCoder: The Open Cookbook for Top-Tier Code Large Language Models2025PaperCode
The AI Scientist-v2: Workshop-Level Automated Scientific Discovery via Agentic Tree Search2025PaperCode

Paper with code

TitleRelease TimeLinkDownload
Openagents: An open platform for language agents in the wild2023Paper
Reflexion: Language agents with verbal reinforcement learning2023PaperCode
Large language model enhanced multi-agent systems for 6g communications2024PaperCode
Generative ai agents with large language model for satellite networks via a mixture of experts transmission2024PaperCode
Cached model-as-a-resource: Provisioning large language model agents for edge intelligence in space-air-ground integrated networks2024Paper
Enabling mobile ai agent in 6g era: Architecture and key technologies2024Paper
Llm agents as 6g orchestrator: A paradigm for task-oriented physical-layer automation2024Paper
When large language model agents meet 6g networks: Perception, grounding, and alignmen2024Paper
Airvista: Empowering uavs with 3d spatial reasoning abilities through a multimodal large language model agent2024Paper
Agent-as-a-judge:Evaluate agents with agents2024PaperCode
A survey of agent interoperability protocols: Model context protocol (mcp), agent communication protocol (acp), agent-to-agent protocol (a2a), and agent network protocol (anp)2025Paper
Ai agents vs. agentic ai: A conceptual taxonomy, applications and challenge2025Paper
Self-resource allocation in multi-agent llm systems2025Paper
Model context protocol-based internet of experts for wireless environment-aware llm agents2025Paper
Agent-driven generative semantic communication with cross-modality and prediction2025Paper
Wirelessagent: Large language model agents for intelligent wireless networks2025PaperCode
Agentic ai: Autonomous intelligence for complex goals–a comprehensive survey2025Paper
From llm reasoning to autonomous ai agents: A comprehensive review2025Paper
Agentic ai for scientific discovery: A survey of progress, challenges2025Paper
Agentic reasoning: Reasoning llms with tools for the deep research2025PaperCode
Towards agentic ai networking in 6g: A generative foundation model-as-agent approach2025Paper
Llm-driven agentic ai approach to enhanced o-ran resilience in next-generation networks2025Paper
Exploring llm-based multi-agent situation awareness for zero-trust space-air-ground integrated network2025PaperCode
Scenario-driven evaluation of autonomous agents: Integrating large language model for uav mission reliability2025Paper
Task offloading with llm-enhanced multi-agent reinforcement learning in uav-assisted edge computing2025Paper
Uav-codeagents: Scalable uav mission planning via multi-agent react and vision-language reasoning2025Paper
Agentic retrievalaugmented generation: A survey on agentic rag2025PaperCode
Agentnet: Decentralized evolutionary coordination for llm-based multi-agent systems2025Paper
Usercentrix: An agentic memory-augmented ai framework for smart spaces2025PaperCode
Multi-agent collaboration mechanisms: A survey of llms2025PaperCode
Advancing multi-agent systems through model context protocol: Architecture, implementation, and applications2025Paper
Building a secure agentic ai application leveraging a2a protocol2025PaperCode
Survey on evaluation of llm-based agents2025Paper

The Team

Here is the list of our student contributors in each section.

SectionStudent Contributors
The whole paperZhengyu Du , Yuhan Zhang
Literature SearchJian Zou , Dandan Qi
Project MaintenanceXitao Pan

Contact Information for Source Code Submission or Update

If you intend to add or update the source code in the repository, please contact the following email addresses: jiangfb@hunnu.edu.cn, Dlj2017@hunnu.edu.cn, 240620854087@stu.hutb.edu.cn and 240620854065@stu.hutb.edu.cn.

Update Log

VersionTimeUpdate Content
v12025/5/23The initial version.
v22025/6/2Improve the writing.
Correct some minor errors.
v3Improve the writing.
Correct some minor errors.

Citation

 @ARTICLE{2025arXiv:2505.22311,
      title = {From Large AI Models to Agentic AI: A Tutorial on Future Intelligent Communications},
      author = {Feibo Jiang, Cunhua Pan, Li Dong, Kezhi Wang, Octavia A. Dobre, Merouane Debbah},
      journal = {arXiv preprint arXiv:2505.22311v1},
      year = {2025}
}

Contributors

qdd717

33 commits

KirstenQAQ

26 commits

haloumtyhhhh

13 commits