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

# 에이전트 오케스트레이션 모듈(Agent Orchestration Module)

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

자율성을 내재한 AI 에이전트를 생성하고 관리하는 역할을 수행합니다.

* 활동 생성: 프롬프트, 기억, 이벤트 자극 등을 바탕으로 에이전트의 행동을 도출합니다.
* 에이전트 메모리: 맥락적 이력과 학습된 행동 패턴을 저장합니다.
* 자산 관리자: 에이전트가 사용하는 온체인 금융 자산(예: 지갑, 토큰 등)을 관리합니다.
* 플러그인 관리자: 소셜 플랫폼, 디파이 프로토콜 등 외부 API와 연결하여 기능을 확장합니다.


---

# 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/agent-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.
