> For the complete documentation index, see [llms.txt](https://docs.awenetwork.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.awenetwork.ai/stp-han-yu/gou-jian-zi-zhu-shi-jie/zi-zhu-shi-jie-yin-qing-awe/duo-zhi-neng-ti-mo-ni-mo-kuai.md).

# 多智能体模拟模块

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

实现大规模智能体协调，具有最小延迟和最大并行性。

* 执行调度器：实现乱序执行以优化LLM API调用吞吐量。
* 依赖图：映射智能体任务依赖关系以消除冗余交互。
* 增强并行性：在GPU集群间分配工作负载以实现实时扩展。
* 全局同步：协调分布式智能体间的原子状态转换。
* LLM适配器：统一访问LLM提供商（如OpenAI、DeepSeek）。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.awenetwork.ai/stp-han-yu/gou-jian-zi-zhu-shi-jie/zi-zhu-shi-jie-yin-qing-awe/duo-zhi-neng-ti-mo-ni-mo-kuai.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
