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

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

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

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


---

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