diff --git a/script.js b/script.js index 7ca1dce..88b4e61 100644 --- a/script.js +++ b/script.js @@ -9,7 +9,7 @@ const nodes = [ focus: "웹 개발이 프론트엔드, 백엔드, 통신, 데이터 흐름으로 나뉘는 큰 그림을 봅니다.", x: 1020, y: 700, - children: ["structure", "frontend", "network", "backend", "workflow", "ai"], + children: ["structure", "frontend", "network", "backend", "workflow"], }, { id: "structure", @@ -71,18 +71,6 @@ const nodes = [ y: 900, children: ["next", "next-structure"], }, - { - id: "ai", - type: "category", - title: "AI 도구", - subtitle: "Agent 활용", - image: "imgs/hermes.png", - category: "AI 도구", - focus: "AI Agent가 개발 보조 도구로 어떤 역할을 하는지 큰 그림을 봅니다.", - x: 660, - y: 560, - children: ["hermes"], - }, { id: "browser", parent: "structure", @@ -287,18 +275,6 @@ const nodes = [ x: 420, y: 1080, }, - { - id: "hermes", - parent: "ai", - type: "term", - title: "Hermes Agent", - subtitle: "AI 도구", - image: "imgs/hermes.png", - category: "AI 도구", - focus: "개발 보조 에이전트가 도구, 메모리, 작업 흐름을 활용하는 방식을 봅니다.", - x: 390, - y: 520, - }, ]; const viewport = document.querySelector("#viewport");