diff --git a/README.ko.md b/README.ko.md index 25ff496..f543e6f 100644 --- a/README.ko.md +++ b/README.ko.md @@ -204,6 +204,12 @@ OpenCode 는 아주 확장가능하고 아주 커스터마이저블합니다. 에이전트의 모델, 프롬프트, 권한은 `oh-my-opencode.json`에서 커스텀할 수 있습니다. 자세한 내용은 [설정](#설정)을 참고하세요. +#### 서브 에이전트 오케스트레이션 (omo_task) + +`omo_task` 도구를 사용하면 에이전트(`oracle`, `frontend-ui-ux-engineer` 등)가 `explore`나 `librarian`을 서브 에이전트로 호출하여 특정 작업을 위임할 수 있습니다. 이를 통해 에이전트가 작업을 진행하기 전에 전문화된 다른 에이전트에게 정보를 요청하는 강력한 워크플로우가 가능합니다. + +> **참고**: 무한 재귀를 방지하기 위해 `explore`와 `librarian` 에이전트는 `omo_task` 도구를 직접 사용할 수 없습니다. + ### Tools #### 내장 LSP Tools diff --git a/README.md b/README.md index 097d8df..3768bb3 100644 --- a/README.md +++ b/README.md @@ -200,6 +200,12 @@ Each agent is automatically invoked by the main agent, but you can also explicit Agent models, prompts, and permissions can be customized via `oh-my-opencode.json`. See [Configuration](#configuration) for details. +#### Subagent Orchestration (omo_task) + +The `omo_task` tool allows agents (like `oracle`, `frontend-ui-ux-engineer`) to spawn `explore` or `librarian` as subagents to delegate specific tasks. This enables powerful workflows where an agent can "ask" another specialized agent to gather information before proceeding. + +> **Note**: To prevent infinite recursion, `explore` and `librarian` agents cannot use the `omo_task` tool themselves. + ### Tools #### Built-in LSP Tools