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