diff --git a/MACGYVBOT-DECK/assets/operator-gui-command-interface.png b/MACGYVBOT-DECK/assets/operator-gui-command-interface.png new file mode 100644 index 0000000..3c106b1 Binary files /dev/null and b/MACGYVBOT-DECK/assets/operator-gui-command-interface.png differ diff --git a/MACGYVBOT-DECK/index.html b/MACGYVBOT-DECK/index.html index 581d74d..9c8d7b7 100644 --- a/MACGYVBOT-DECK/index.html +++ b/MACGYVBOT-DECK/index.html @@ -178,20 +178,61 @@
MacGyvBot사용자 명령에서 action, tool name, target mode를 추출합니다. LLM이 느리거나 실패해도 대표 명령은 규칙 기반 parser가 처리합니다.
-음성 STT와 GUI 텍스트 입력을 같은 command path로 통합하고, 사용자의 한국어 명령을 task coordinator가 처리할 수 있는 구조화된 command로 변환합니다.
+사용자는 정해진 문법으로 말하지 않으므로 task coordinator가 받을 안정적인 intent가 필요했습니다.
공구명과 동작 표현을 정규화해 같은 명령을 같은 task intent로 보냅니다.
LLM 응답이 늦거나 실패해도 기본 명령은 규칙 기반 parser로 처리합니다.
MacGyvBot
MacGyvBot