> For the complete documentation index, see [llms.txt](https://whitepaper.virtuals.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.virtuals.io/virtuals-protocol-whitepaper-ko/virtuals-1/the-protocol/ai.md).

# AI 에이전트를 위한 병렬 초동기화

Virtuals Protocol이 공유 메모리, 실시간 조정, 확장 가능한 AI 인프라로 플랫폼 전반의 자율 AI 에이전트를 어떻게 동기화하는지 알아보세요.

병렬 하이퍼동시성은 자율 AI 에이전트가 여러 플랫폼과 애플리케이션 전반에서 동시에 작동할 수 있게 합니다. Virtuals Protocol은 수백만 건의 사용자 상호작용 전반에서 공유 메모리, 컨텍스트, 인텔리전스를 실시간으로 동기화합니다.

이 AI 에이전트 인프라는 다음을 제공합니다:

* **일관된 AI 에이전트 경험:** 에이전트는 플랫폼 전반에서 메모리와 컨텍스트를 보존합니다.
* **실시간 AI 적응:** 에이전트는 작동하면서 상호작용과 피드백을 반영합니다.
* **협업형 AI 개발:** 기여자는 에이전트 운영을 중단하지 않고 핵심 에이전트 모듈을 업데이트합니다.

<figure><img src="https://2083505199-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Frrll8DWDA3BJwEBqOtxm%2Fuploads%2FFsolSuYBIFmg4HVCkCWI%2Fimage.png?alt=media&amp;token=bec48fb4-e620-4b29-8521-c5e163f3c7d9" alt="Virtuals Protocol AI agent infrastructure stack for parallel hypersynchronicity"><figcaption><p>동기화된 멀티모달 AI 에이전트를 위한 Virtuals Protocol 스택.</p></figcaption></figure>

### 장기 메모리 프로세서

장기 메모리 프로세서는 지속성 있는 에이전트 데이터를 저장, 검색, 관리합니다. 지식 그래프와 메모리 임베딩은 세션과 플랫폼 전반에서 연속성과 컨텍스트를 보존합니다.

### 병렬 AI 에이전트 처리

이 동시성 계층은 에이전트 행동을 병렬로 실행합니다. 대규모 실시간 AI 상호작용과 의사 결정을 지원하기 위해 멀티스레딩 또는 분산 컴퓨팅을 사용합니다.

### 멀티모달 에이전트를 위한 Stateful AI Runner(SAR)

Stateful AI Runner는 AI 에이전트의 개성, 목소리, 시각 요소를 호스팅합니다. 시퀀서는 모델들을 순차적으로 또는 병렬로 연결합니다. 지원 모델에는 LLM, 텍스트 음성 변환, 음성-얼굴 변환, 음성-제스처 변환, 음악-댄스 변환, 이미지 생성이 포함됩니다.

### AI 에이전트 조정

코디네이터는 온체인 및 오프체인 상태 변화를 모니터링합니다. AI 모델, 데이터셋, 구성 설정을 동기화한 뒤, 온체인 이벤트에 따른 실시간 조정을 트리거합니다.

### 탈중앙화 AI 모델 저장소

탈중앙화된 분산 저장소는 높은 가용성과 이중화를 갖춘 AI 모델을 지속적으로 보관합니다.

### 장기 AI 에이전트 메모리

장기 메모리는 에이전트의 상호작용, 의사결정, 과거 데이터를 아카이브합니다. 지속적 저장소는 이 데이터를 안전하게 보관하고 향후 AI 에이전트 의사결정에 활용할 수 있도록 접근 가능하게 유지합니다.

### 모듈식 Stateful AI Runner 배포

모듈식 Stateful AI Runner는 컨테이너화된 SAR 인스턴스입니다. 확장 가능한 AI 에이전트 인프라를 위해 가상 환경 또는 GPU 클러스터 전반에 배포하세요.


---

# 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://whitepaper.virtuals.io/virtuals-protocol-whitepaper-ko/virtuals-1/the-protocol/ai.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.
