# 멀티 에이전트 시뮬레이션 모듈(Multi-Agent Simulation Module)

<figure><img src="/files/rDHHQB8zA71tUk2f9a8x" alt=""><figcaption></figcaption></figure>

대규모 에이전트 간 협업을 최소 지연과 최대 병렬성으로 가능하게 하는 핵심 모듈입니다.

* 실행 스케줄러: LLM API 호출 처리량을 최적화하기 위해 순서 무관 실행 방식을 적용합니다.
* 의존성 그래프: 에이전트 작업 간의 의존성을 구조화하여 중복된 상호작용을 제거합니다.
* 고도화된 병렬 처리: 작업 부하를 GPU 클러스터에 분산시켜 실시간 확장성을 제공합니다.
* 글로벌 동기화 시스템: 분산된 에이전트 간 상태 전환을 원자적으로 동기화합니다.
* LLM 연동 어댑터: OpenAI, DeepSeek 등 다양한 LLM 제공자에 대한 통합 접근을 지원합니다.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.awenetwork.ai/stp-kr/building-aws/awe/multi-agent-simulation-module.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
