From 18ceb80a111140e91f96f7e93709ddcf8ba47fcb Mon Sep 17 00:00:00 2001 From: koide Date: Tue, 3 Mar 2026 00:29:04 +0000 Subject: [PATCH] =?UTF-8?q?Update:=203=E5=B1=A4=E3=83=A2=E3=83=87=E3=83=AB?= =?UTF-8?q?=E5=9B=B3=E3=82=92=E6=A8=AA=E5=90=91=E3=81=8D(LR)=E3=81=AB?= =?UTF-8?q?=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/ai-terms-model-vs-agent-platform/index.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/ai-terms-model-vs-agent-platform/index.md b/docs/ai-terms-model-vs-agent-platform/index.md index 98f6850..d90dcff 100644 --- a/docs/ai-terms-model-vs-agent-platform/index.md +++ b/docs/ai-terms-model-vs-agent-platform/index.md @@ -21,9 +21,9 @@ image: /img/ai-terms-model-vs-agent-platform-banner.png AIツールの構造を理解するうえで、以下の3層に分けて考えると見通しがよくなります。 ```mermaid -graph TB +graph LR subgraph UI層["UI/インターフェース層"] - direction LR + direction TB CLI["CLI"] IDE["IDE"] WebChat["Web Chat"] @@ -31,7 +31,7 @@ graph TB end subgraph Agent層["エージェント基盤層"] - direction LR + direction TB AG["Antigravity"] CC["Claude Code"] CUR["Cursor"] @@ -39,7 +39,7 @@ graph TB end subgraph Model層["モデル層"] - direction LR + direction TB GPT["GPT"] Claude["Claude"] Gemini["Gemini"] @@ -98,7 +98,7 @@ AntigravityはGoogle AI Proサブスクリプション($20/月)を通じて 主要なAIツールが3層のどこに位置するかを整理します。 ```mermaid -graph TB +graph LR subgraph ツール分類 direction TB