Add Mermaid diagram for Antigravity-CDP-Discord bridge flow
All checks were successful
Deploy Docusaurus Site / deploy (push) Successful in 1m0s
All checks were successful
Deploy Docusaurus Site / deploy (push) Successful in 1m0s
This commit is contained in:
parent
b3a3a26db4
commit
960c65807b
@ -183,3 +183,32 @@ CDPブリッジ経由の操作を「自動承認」にすると、意図しな
|
||||
---
|
||||
|
||||
*この記事は2026年3月時点の情報です。モデル提供範囲・料金・規約は短期間で変わるため、導入前に必ず各サービスの公式ドキュメントと利用規約を確認してください。*
|
||||
|
||||
## CDPブリッジの接続関係(Mermaid)
|
||||
|
||||
以下は、今回の会話で出てきた「Antigravity + Discord Bot + CDPブリッジ」の接続関係です。
|
||||
|
||||
```mermaid
|
||||
flowchart LR
|
||||
U[ユーザー\nDiscord] --> B[Discord Bot UI]
|
||||
B --> C[Anticlaw / LazyGravity\nCDPクライアント/ブリッジ]
|
||||
C -->|WebSocket JSON CDP| E[CDP Endpoint\nlocalhost:PORT]
|
||||
E --> A[Antigravity\nElectron/Chromium runtime]
|
||||
A --> R[Agent Runtime\n計画/実行/検証]
|
||||
R --> M[Model Backend\n例: Opus/Gemini/GPT]
|
||||
|
||||
classDef ui fill:#4a9eff,stroke:#2d7cd4,color:#fff;
|
||||
classDef bridge fill:#9b59b6,stroke:#8e44ad,color:#fff;
|
||||
classDef app fill:#ff8c42,stroke:#d4712d,color:#fff;
|
||||
classDef model fill:#51cf66,stroke:#3da54e,color:#fff;
|
||||
|
||||
class U,B ui;
|
||||
class C bridge;
|
||||
class E,A,R app;
|
||||
class M model;
|
||||
```
|
||||
|
||||
### 伝え方テンプレ(誤解が少ない言い回し)
|
||||
|
||||
- 「Antigravityの`remote-debugging-port`を有効化し、指定ポートのCDPエンドポイントにブリッジを接続する」
|
||||
- 「Discord BotはUI、Anticlaw/LazyGravityはCDPブリッジ、Antigravityは基盤+IDE」
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user