> 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/event-orchestration-module.md).

# 이벤트 오케스트레이션 모듈 (Event Orchestration Module)

<figure><img src="/files/DmCHVrSGbgvlweOYfEs2" 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/event-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.
