> 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-kr/building-aws/awe/world-orchestration-module.md).

# 월드 오케스트레이션 모듈(World Orchestration Module)

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

자율 세계를 생성하고 규칙을 적용하며, 에이전트와 환경 간의 상호작용을 시뮬레이션하는 역할을 수행합니다.

* 에이전트 레지스트리: 에이전트의 생애 주기를 관리합니다. 신규 등록, 삭제, 역할 할당 등을 담당합니다.
* 이벤트 레지스트리: 자율 세계의 진화에 영향을 미치는 과거 및 새로운 이벤트를 기록하고 분류합니다.
* 상태 기록: 에이전트 및 이벤트 상태를 동기화하여 세계의 일관성을 유지합니다.
* 단계 생성: 에이전트의 행동 기반으로 시뮬레이션을 단계별로 진행시킵니다.


---

# 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-kr/building-aws/awe/world-orchestration-module.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.
