From bb0d31c6fa5df346b7fad4dc7744e11ca0e77383 Mon Sep 17 00:00:00 2001 From: dancinlife Date: Sun, 12 Apr 2026 15:43:55 +0900 Subject: [PATCH] =?UTF-8?q?docs:=20README=20=EB=AA=A8=EB=93=88=20=EB=A7=A4?= =?UTF-8?q?=EB=8B=88=EC=A0=80=20=EB=B0=98=EC=98=81=20(get/enable/disable/r?= =?UTF-8?q?emove)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 (1M context) --- anima-core/README.md | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/anima-core/README.md b/anima-core/README.md index ddc526cf..49215963 100644 --- a/anima-core/README.md +++ b/anima-core/README.md @@ -161,12 +161,18 @@ anima status # decoder: pure/clm/alm ## 모듈 관리 ```bash -anima module # 모듈 상태 표시 -anima module enable daemon # 자동발화 데몬 활성화 -anima module disable speak # 음성 출력 비활성화 - -# 모듈: decoder(디코더) · daemon(자동발화) · monitor(법칙감시) -# enable/disable = 모듈 디렉토리 활성/비활성 토글 +anima module # 전체 모듈 목록 + 상태 (12개) +anima module get agent # GitHub에서 모듈 다운로드 +anima module enable daemon # 모듈 활성화 +anima module disable speak # 모듈 비활성화 +anima module remove tools # 모듈 삭제 + +# local 모듈 (modules/) +# decoder · daemon · monitor + +# external 모듈 (anima-*/ — anima module get 으로 설치) +# agent · body · eeg · engines · hexad +# measurement · physics · speak · tools ``` ## 자연발화 → 서비스 연결