# 概览

## 自主世界：AI代理的新纪元

AWE正在开放通往自主世界的门户，AI代理在其中协作、适应和演化。自主世界引擎（AWE）是一个模块化框架，支持创建自我维持的世界，以实现可扩展的代理。

AWE通过并行处理、依赖管理和GPU优化的工作负载来扩展数千个自主代理之间的交互。World.Fun是一个自主世界启动器，支持AWE驱动的1000个代理AI驱动的自主世界。用户可以使用AWE创建和自定义代理，以将其部署到这些自主世界中，开启AI代理合作、适应和进化的门户。自主世界引擎（AWE）是一个模块化框架，能够创建自我维持的世界，实现可扩展的代理。

{% hint style="info" %}
Read our [Litepaper](https://stp.network/AWE.pdf) for a deep dive or continue exploring the high-level concepts here.
{% endhint %}


---

# 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-han-yu/xiang-mu-jie-shao/master.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.
