Skip to content

dongconse/LMAMD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LMAMD

Abstract

Microservice deployment in resource-constrained edge environments remains challenging. While the architecture demonstrates adaptability, conventional methods have two critical limitations: (1) heavy reliance on manual configuration for dependency resolution and (2) computationally intensive optimization processes that hinder rapid deployment. To address these problems, we propose large language models (LLMs)-powered multi-agent microservice deployment strategy generation framework (LMAMD) that automates deployment strategy design through collaborative reasoning. Our approach leverages LLMs' emergent capabilities in constraint analysis, task decomposition, and distributed decision-making. Experimental validation across three real-world datasets of varying scales demonstrates that, compared with baseline methods implemented based on various concepts, the LMAMD outperforms the performance of microservice deployment strategies under different parameter conditions. This work pioneers a new direction for intelligent edge orchestration by synergizing LLM-based cognitive agents with microservice system dynamics. The code can be found at https://anonymous.4open.science/r/LMAMD. image

Results

image

Usage

  • We have placed sample files for various parameters of each dataset.

  • Enter the directory src and start LMAMD

    python "main.py"

ACKNOWNLEDGES

The links to the original data are below.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages