OpenClawを使用してWhatsAppでマルチエージェント協働システムを構築する方法

Mar 11, 2026

WhatsAppは単なるメッセージングプラットフォームを超えて、AIエージェント協働とビジネス自動化の強力なエコシステムとなりました。WhatsAppは世界中で20億人以上のアクティブユーザーを擁し、AI駆動ソリューションに比類のないリーチを提供します。OpenClaw(GitHubで6万スター以上を獲得したオープンソースAIエージェントフレームワーク)と組み合わせることで、開発者はWhatsAppをインテリジェントなマルチエージェントオペレーティングシステムに変革しています。このガイドでは、OpenClawを使用してWhatsAppで洗練されたマルチエージェント協働システムを構築する方法を示します。

単純なチャットボットとは異なり、OpenClawは複数のAIエージェントが定義された役割、共有メモリ、調整されたタスク実行を持って協働できるようにします。コマンダーエージェントが顧客リクエストをルーティングし、エンジニアエージェントが技術サポートを処理し、セールスエージェントが注文を処理し、サポートエージェントが問題を解決する——これらすべてがWhatsApp Businessアカウント内でシームレスに協働するチームを想像してください。

前提条件:OpenClawマルチエージェントシステムを設定する前に、検証済みのWhatsAppアカウントが必要です。WhatsApp登録や電話番号認証でサポートが必要な場合は、包括的なガイドをご確認ください:SMS認証プラットフォームでWhatsAppを登録する方法

OpenClawマルチエージェント協働とは?

単純なチャットボットを超えて

従来のWhatsAppボットは個別にメッセージに応答します。OpenClawマルチエージェントシステムは調整されたチームとして動作します:

  • 役割ベースの専門化:各エージェントは特定の目的と専門知識を持っています
  • 共有コンテキスト:エージェントは共有メモリと会話履歴にアクセスできます
  • 協働的意思決定:複数のエージェントが複雑なタスクに貢献できます
  • ワークフローオーケストレーション:タスクは要件に基づいてエージェント間を流れます
  • クロスプラットフォーム機能:WhatsApp、Discord、Tele、その他のプラットフォームで同時に実行

実際のアプリケーション

組織はWhatsApp上でOpenClawマルチエージェントシステムを以下に使用しています:

  • カスタマーサポート:専門エージェントが異なるタイプの問い合わせを処理する階層的サポート
  • 営業自動化:リード認定、製品推奨、注文処理
  • 技術サポート:コードのデバッグ、システム診断、技術文書
  • コミュニティ管理:コンテンツモデレーション、メンバー入会、イベント調整
  • Eコマース:在庫問い合わせ、注文追跡、支払いサポート
  • ヘルスケア:予約スケジューリング、症状チェック、健康リマインダー

アーキテクチャ概要

ゲートウェイ-エージェントパターン

OpenClawマルチエージェントシステムは通常、以下のアーキテクチャに従います:

┌─────────────────────────────────────────────────────────────┐
│                      ゲートウェイプロセス                     │
│              (統一メッセージ取り込みとルーティング)             │
└─────────────────────────────────────────────────────────────┘
                              │
        ┌─────────────────────┼─────────────────────┐
        │                     │                     │
        ▼                     ▼                     ▼
┌──────────────┐    ┌──────────────┐    ┌──────────────┐
│   コマンダー  │    │    サポート   │    │    エンジニア │
│   (ルーター)  │    │   (ヘルパー)  │    │  (ビルダー)   │
└──────────────┘    └──────────────┘    └──────────────┘
        │                     │                     │
        └─────────────────────┼─────────────────────┘
                              │
                              ▼
                    ┌──────────────┐
                    │    セールス   │
                    │ (コンバーター)│
                    └──────────────┘

主要コンポーネント

  1. ゲートウェイ:タスクを適切なエージェントに分配する中央メッセージルーター
  2. エージェント:定義された役割と機能を持つ専門化されたAIインスタンス
  3. メモリストア:エージェント通信のための共有または分離されたコンテキストストレージ
  4. ツールレジストリ:エージェントが呼び出せる使用可能な関数とAPI
  5. WhatsApp統合:メッセージ処理のためのWhatsApp Business API接続

エージェント役割の例

役割 責任 タスク例
コマンダー リクエストのルーティングと調整 受信メッセージの分析、専門家への委任、応答の統合
サポート カスタマーアシスタンス FAQへの回答、苦情処理、ガイダンス提供
エンジニア 技術実装 コードのデバッグ、システム設定、診断実行
セールス コンバージョンとアップセル 製品推奨、注文処理、支払い処理
アナリスト データと洞察 レポート生成、トレンド分析、ビジネスインテリジェンス提供

前提条件

必要なアカウントとツール

開始する前に、以下を確認してください:

  1. WhatsApp Businessアカウント:APIアクセス権のある検証済みWhatsApp Businessアカウント
  2. Meta Businessアカウント:Meta Business Managerに登録されたビジネス
  3. WhatsApp Business API:公式WhatsApp Business APIへのアクセス
  4. OpenClawインストール:インフラストラクチャにインストールされたOpenClawフレームワーク
  5. ホスティング環境:エージェントシステムを実行するサーバーまたはクラウドプラットフォーム
  6. APIキー:AIモデルAPIへのアクセス(OpenAI、Anthropic、またはローカルモデル)

WhatsApp Business APIの設定

  1. Meta Business Managerにアクセス
  2. ビジネスアカウントを作成またはアクセス
  3. WhatsApp Business Platformに移動
  4. WhatsApp Business APIクライアントを設定
  5. ビジネスの電話番号を検証
  6. API認証情報を生成して安全に保存

:WhatsAppアカウント設定中に検証の問題が発生した場合は、詳細なトラブルシューティングガイドを参照してください:SMS認証プラットフォームでWhatsAppを登録する方法

ステップバイステップの実装

ステップ1:OpenClawのインストールと設定

まず、OpenClaw環境をセットアップします:

# OpenClawリポジトリをクローン
git clone https://github.com/OpenClaw/OpenClaw.git
cd OpenClaw

# 依存関係をインストール
npm install

# 設定テンプレートをコピー
cp config.example.yml config.yml

# 設定を編集
nano config.yml

コア設定 (config.yml):

agents:
  gateway:
    name: 'WhatsApp Gateway'
    model: 'gpt-4'
    system_prompt: |
      あなたはWhatsAppマルチエージェントシステムの中央ゲートウェイです。
      受信リクエストを分析し、適切な専門家にルーティングしてください。

  commander:
    name: 'Commander'
    model: 'gpt-4'
    system_prompt: |
      あなたはWhatsApp上でマルチエージェントチームを調整します。
      タスクを委任し、進捗を追跡し、最終出力を統合してください。

  support:
    name: 'Support Agent'
    model: 'gpt-4'
    system_prompt: |
      あなたはWhatsAppで優れたカスタマーサポートを提供します。
      質問に答え、問題を解決し、顧客満足を確保してください。

  engineer:
    name: 'Engineer'
    model: 'gpt-4'
    tools:
      - code_interpreter
      - terminal
      - file_manager

  sales:
    name: 'Sales Agent'
    model: 'gpt-4'
    system_prompt: |
      あなたは顧客が適切な製品を見つけて購入を完了するのを支援します。
      推奨を提供し、注文処理を行ってください。

whatsapp:
  enabled: true
  provider: 'business_api'
  phone_number_id: '${WHATSAPP_PHONE_NUMBER_ID}'
  business_account_id: '${WHATSAPP_BUSINESS_ACCOUNT_ID}'
  access_token: '${WHATSAPP_ACCESS_TOKEN}'
  webhook_secret: '${WHATSAPP_WEBHOOK_SECRET}'

memory:
  type: 'shared'
  provider: 'redis'
  url: 'redis://localhost:6379'

ステップ2:WhatsApp Business API統合の設定

OpenClawのWhatsApp Bridgeスキルをインストール:

# WhatsApp統合スキルをインストール
claw install whatsapp-bridge

# インストールを確認
claw skills list | grep whatsapp

WhatsApp Business API設定

# config/whatsapp.yml
whatsapp_business_api:
  version: 'v18.0'
  base_url: 'https://graph.facebook.com/v18.0'

  # 一般的なシナリオのメッセージテンプレート
  templates:
    welcome:
      name: 'welcome_message'
      language: 'ja'
      components:
        - type: 'body'
          parameters:
            - type: 'text'
              text: '{{customer_name}}'

    order_confirmation:
      name: 'order_confirmation'
      language: 'ja'
      components:
        - type: 'body'
          parameters:
            - type: 'text'
              text: '{{order_id}}'
            - type: 'text'
              text: '{{total_amount}}'

  # Webhook設定
  webhooks:
    messages:
      url: '${WEBHOOK_BASE_URL}/webhook/whatsapp/messages'
      verify_token: '${WEBHOOK_VERIFY_TOKEN}'
    message_status:
      url: '${WEBHOOK_BASE_URL}/webhook/whatsapp/status'

ステップ3:エージェント協働ルールの定義

エージェントがどのように相互作用するかを定義する協働プロトコルを作成:

# config/agent_rules.yml
collaboration_rules:
  # エスカレーションルール
  escalation:
    support_to_engineer:
      condition: "message.contains('bug') OR message.contains('error')"
      action: 'delegate_to_agent'
      target: 'engineer'
      notify_user: true

    support_to_sales:
      condition: "message.contains('buy') OR message.contains('price')"
      action: 'delegate_to_agent'
      target: 'sales'
      notify_user: false

    all_to_commander:
      condition: "message.contains('manager') OR message.contains('supervisor')"
      action: 'escalate'
      target: 'commander'
      priority: 'high'

  # 情報共有
  context_sharing:
    shared_memory_keys:
      - 'customer_id'
      - 'conversation_history'
      - 'order_status'
      - 'support_tickets'

    agent_specific_memory:
      sales:
        - 'customer_preferences'
        - 'purchase_history'
      engineer:
        - 'technical_issues'
        - 'system_logs'

  # 応答調整
  response_handling:
    single_agent_response: true
    response_timeout: 30
    fallback_agent: 'commander'
    conflict_resolution: 'commander_decides'

ステップ4:エージェントハンドオフロジックの実装

エージェント調整システムを作成:

# agents/coordinator.py
from typing import Dict, List, Optional
from dataclasses import dataclass
from enum import Enum

class AgentType(Enum):
    COMMANDER = "commander"
    SUPPORT = "support"
    ENGINEER = "engineer"
    SALES = "sales"
    ANALYST = "analyst"

@dataclass
class AgentMessage:
    content: str
    agent_type: AgentType
    priority: int = 1
    context: Dict = None

class AgentCoordinator:
    def __init__(self, config: Dict):
        self.agents = {}
        self.collaboration_rules = config.get('collaboration_rules', {})
        self.memory_store = None  # メモリプロバイダーで初期化

    async def route_message(self, message: str, customer_id: str) -> AgentMessage:
        """受信WhatsAppメッセージを適切なエージェントにルーティング"""

        # 会話コンテキストを取得
        context = await self.get_context(customer_id)

        # コマンダーが分析してルーティング
        routing_decision = await self.agents['commander'].analyze(
            message=message,
            context=context
        )

        target_agent = routing_decision.get('target_agent', 'support')
        priority = routing_decision.get('priority', 1)

        # エージェントメッセージを作成
        agent_msg = AgentMessage(
            content=message,
            agent_type=AgentType(target_agent),
            priority=priority,
            context=context
        )

        # ターゲットエージェントで処理
        response = await self.process_with_agent(agent_msg)

        # エスカレーションを確認
        if self.should_escalate(response):
            response = await self.escalate(agent_msg, response)

        return response

    async def process_with_agent(self, agent_msg: AgentMessage) -> str:
        """指定されたエージェントでメッセージを処理"""
        agent = self.agents.get(agent_msg.agent_type.value)
        if not agent:
            return await self.agents['support'].process(agent_msg)

        return await agent.process(agent_msg)

    async def escalate(self, agent_msg: AgentMessage, current_response: str) -> str:
        """ルールに基づいて適切なエージェントにエスカレート"""
        escalation_rules = self.collaboration_rules.get('escalation', {})

        # 各エスカレーションルールを確認
        for rule_name, rule in escalation_rules.items():
            if self.matches_condition(agent_msg.content, rule['condition']):
                target = rule['target']
                escalated_msg = AgentMessage(
                    content=f"エスカレート: {agent_msg.content}",
                    agent_type=AgentType(target),
                    priority=2,
                    context=agent_msg.context
                )
                return await self.process_with_agent(escalated_msg)

        return current_response

    async def get_context(self, customer_id: str) -> Dict:
        """メモリストアから会話コンテキストを取得"""
        # メモリプロバイダーで実装(Redisなど)
        return {
            'customer_id': customer_id,
            'conversation_history': [],
            'previous_issues': [],
            'preferences': {}
        }

    def should_escalate(self, response: str) -> bool:
        """応答がエスカレーションを必要とするか判断"""
        escalation_keywords = ['unable', 'cannot', "don't know", 'escalate', 'できません', 'わかりません']
        return any(keyword in response.lower() for keyword in escalation_keywords)

    def matches_condition(self, message: str, condition: str) -> bool:
        """メッセージがエスカレーション条件と一致するか確認"""
        # 簡易的な条件マッチング
        keywords = condition.replace('message.contains(', '').replace(')', '').replace("'", '').split(' OR ')
        return any(keyword.strip() in message.lower() for keyword in keywords)

# コーディネーターを初期化
coordinator = AgentCoordinator(config={
    'collaboration_rules': {
        'escalation': {
            'support_to_engineer': {
                'condition': "message.contains('bug') OR message.contains('error')",
                'target': 'engineer'
            }
        }
    }
})

ステップ5:WhatsApp Webhookハンドラーのセットアップ

WhatsAppメッセージを受信するためのwebhookを作成:

# webhook/handlers.py
from flask import Flask, request, jsonify
import hashlib
import hmac

app = Flask(__name__)

class WhatsAppWebhookHandler:
    def __init__(self, coordinator, verify_token):
        self.coordinator = coordinator
        self.verify_token = verify_token

    def verify_signature(self, payload: bytes, signature: str, secret: str) -> bool:
        """WhatsApp webhookシグネチャを検証"""
        expected = hmac.new(
            secret.encode(),
            payload,
            hashlib.sha256
        ).hexdigest()
        return hmac.compare_digest(f"sha256={expected}", signature)

    async def handle_incoming_message(self, data: dict) -> dict:
        """受信WhatsAppメッセージを処理"""
        try:
            entry = data.get('entry', [{}])[0]
            changes = entry.get('changes', [{}])[0]
            value = changes.get('value', {})

            if 'messages' in value:
                message = value['messages'][0]
                customer_id = message.get('from')
                message_text = message.get('text', {}).get('body', '')

                # エージェントコーディネーターにルーティング
                response = await self.coordinator.route_message(
                    message=message_text,
                    customer_id=customer_id
                )

                # WhatsAppに応答を送信
                await self.send_whatsapp_message(customer_id, response)

                return {'status': 'success', 'message': '処理済み'}

        except Exception as e:
            print(f"メッセージ処理エラー: {e}")
            return {'status': 'error', 'message': str(e)}

    async def send_whatsapp_message(self, to: str, message: str):
        """WhatsApp Business API経由でメッセージを送信"""
        import aiohttp

        url = f"https://graph.facebook.com/v18.0/{PHONE_NUMBER_ID}/messages"
        headers = {
            'Authorization': f'Bearer {ACCESS_TOKEN}',
            'Content-Type': 'application/json'
        }
        payload = {
            'messaging_product': 'whatsapp',
            'recipient_type': 'individual',
            'to': to,
            'type': 'text',
            'text': {'body': message}
        }

        async with aiohttp.ClientSession() as session:
            async with session.post(url, headers=headers, json=payload) as resp:
                return await resp.json()

webhook_handler = WhatsAppWebhookHandler(coordinator, 'your_verify_token')

@app.route('/webhook/whatsapp', methods=['GET'])
def verify_webhook():
    """WhatsAppのwebhookを検証"""
    mode = request.args.get('hub.mode')
    token = request.args.get('hub.verify_token')
    challenge = request.args.get('hub.challenge')

    if mode == 'subscribe' and token == webhook_handler.verify_token:
        return challenge, 200
    return 'Forbidden', 403

@app.route('/webhook/whatsapp', methods=['POST'])
async def handle_webhook():
    """受信WhatsApp webhookを処理"""
    data = request.get_json()
    result = await webhook_handler.handle_incoming_message(data)
    return jsonify(result), 200

if __name__ == '__main__':
    app.run(host='0.0.0.0', port=5000)

ステップ6:エージェントメモリとコンテキストの設定

エージェント協働のための共有メモリをセットアップ:

# memory/context_manager.py
import redis
import json
from typing import Dict, List, Optional
from datetime import datetime, timedelta

class ContextManager:
    def __init__(self, redis_url: str = 'redis://localhost:6379'):
        self.redis = redis.from_url(redis_url)
        self.ttl = 86400 * 7  # 7日

    async def store_conversation(self, customer_id: str, message: Dict):
        """会話メッセージをコンテキストに保存"""
        key = f"conversation:{customer_id}"

        conversation = self.get_conversation(customer_id) or []
        conversation.append({
            'timestamp': datetime.now().isoformat(),
            'role': message.get('role'),
            'content': message.get('content'),
            'agent': message.get('agent')
        })

        # 最新50件のメッセージのみ保持
        conversation = conversation[-50:]

        self.redis.setex(
            key,
            self.ttl,
            json.dumps(conversation)
        )

    def get_conversation(self, customer_id: str) -> List[Dict]:
        """会話履歴を取得"""
        key = f"conversation:{customer_id}"
        data = self.redis.get(key)
        return json.loads(data) if data else []

    async def update_customer_profile(self, customer_id: str, updates: Dict):
        """カスタマープロファイル情報を更新"""
        key = f"profile:{customer_id}"

        current = self.get_customer_profile(customer_id) or {}
        current.update(updates)
        current['last_updated'] = datetime.now().isoformat()

        self.redis.setex(key, self.ttl * 4, json.dumps(current))  # 28日

    def get_customer_profile(self, customer_id: str) -> Optional[Dict]:
        """カスタマープロファイルを取得"""
        key = f"profile:{customer_id}"
        data = self.redis.get(key)
        return json.loads(data) if data else None

    async def store_agent_context(self, agent_type: str, customer_id: str, context: Dict):
        """エージェント固有のコンテキストを保存"""
        key = f"agent:{agent_type}:{customer_id}"
        self.redis.setex(key, self.ttl, json.dumps(context))

    def get_agent_context(self, agent_type: str, customer_id: str) -> Optional[Dict]:
        """エージェント固有のコンテキストを取得"""
        key = f"agent:{agent_type}:{customer_id}"
        data = self.redis.get(key)
        return json.loads(data) if data else None

    async def get_full_context(self, customer_id: str) -> Dict:
        """カスタマーの完全なコンテキストを取得"""
        return {
            'conversation_history': self.get_conversation(customer_id),
            'profile': self.get_customer_profile(customer_id),
            'support_context': self.get_agent_context('support', customer_id),
            'sales_context': self.get_agent_context('sales', customer_id),
            'engineer_context': self.get_agent_context('engineer', customer_id)
        }

# コンテキストマネージャーを初期化
context_manager = ContextManager()

ステップ7:デプロイとテスト

OpenClaw WhatsAppマルチエージェントシステムをデプロイ:

# メモリストレージ用のRedisを開始
redis-server

# OpenClawエージェントシステムを開始
claw start

# webhookサーバーを開始
python webhook/handlers.py

# 別のターミナルで、webhookトンネル用のngrokをセットアップ
ngrok http 5000

# Meta Business ManagerでWhatsApp webhook URLをngrok URLで更新

テストチェックリスト

  • [ ] WhatsApp Business番号にテストメッセージを送信
  • [ ] コマンダーがサポートエージェントに正しくルーティングすることを確認
  • [ ] サポートからエンジニアへのエスカレーションをテスト
  • [ ] コンテキストがエージェント間で共有されることを確認
  • [ ] 複数の顧客との同時会話をテスト
  • [ ] メッセージテンプレートが正しく機能することを確認

高度な機能

多言語サポート

エージェントが複数の言語を処理できるように設定:

# config/i18n.yml
localization:
  enabled: true
  default_language: 'ja'
  supported_languages:
    - 'ja'
    - 'en'
    - 'zh'
    - 'es'
    - 'de'

  language_detection:
    provider: 'openai'
    model: 'gpt-4'

  translation:
    provider: 'openai'
    cache_enabled: true

リッチメディア処理

画像、ドキュメント、その他のメディアを処理:

async def handle_media_message(self, message: dict):
    """WhatsAppからのメディアメッセージを処理"""
    media_type = message.get('type')
    media_id = message.get(media_type, {}).get('id')

    # WhatsAppからメディアをダウンロード
    media_data = await self.download_media(media_id)

    if media_type == 'image':
        # ビジョン対応エージェントにルーティング
        return await self.agents['vision_agent'].process_image(media_data)
    elif media_type == 'document':
        # ドキュメントプロセッサにルーティング
        return await self.agents['document_agent'].process_document(media_data)
    elif media_type == 'audio':
        # 文字起こしして処理
        transcript = await self.transcribe_audio(media_data)
        return await self.coordinator.route_message(transcript, customer_id)

アナリティクスとモニタリング

エージェントのパフォーマンスと顧客のやり取りを追跡:

# config/analytics.yml
analytics:
  enabled: true

  metrics:
    - response_time
    - escalation_rate
    - customer_satisfaction
    - agent_utilization
    - conversation_length

  dashboards:
    - name: 'agent_performance'
      refresh_interval: 300 # 5分
    - name: 'customer_insights'
      refresh_interval: 3600 # 1時間

トラブルシューティング

一般的な問題

問題:Webhookがメッセージを受信しない

  • webhook URLがインターネットからアクセス可能であることを確認
  • verify_tokenがMetaの設定と一致しているか確認
  • SSL証明書が有効であることを確認
  • webhookログでエラーを確認

問題:エージェントが応答しない

  • OpenClawサービスが実行中であることを確認
  • AIモデルAPIキーが有効であることを確認
  • エージェントログでエラーを確認
  • Redis接続をテスト

問題:エージェント間でコンテキストが共有されない

  • Redisが実行中でアクセス可能であることを確認
  • config.ymlのメモリ設定を確認
  • エージェントが同じメモリストアを使用していることを確認
  • コンテキストキーの競合を確認

問題:WhatsApp APIレート制限

  • メッセージキューを実装
  • 送信メッセージにレート制限を追加
  • 一般的な応答にはメッセージテンプレートを使用
  • Meta Business ManagerでAPI使用量を監視

パフォーマンス最適化

  1. 応答キャッシュを有効化(よくある質問用)
  2. WhatsApp API呼び出しにコネクションプールを使用
  3. 非クリティカルタスクの非同期処理を実装
  4. 高ボリュームシナリオでRedisを監視・スケール
  5. エージェントプロンプトを最適化(応答生成の高速化)

ベストプラクティス

セキュリティ

  • APIキーを環境変数に保存
  • webhook署名検証を使用
  • レート制限を実装
  • アクセストークンを定期的にローテーション
  • 不審なアクティビティを監視

コンプライアンス

  • WhatsApp Businessポリシーの遵守を確保
  • 適切なオプトイン/オプトアウト処理を実装
  • ユーザープライバシーとデータ保護法を尊重
  • メッセージテンプレートの承認ステータスを維持
  • データ保持ポリシーを文書化

スケーラビリティ

  • エージェントをステートレスに設計
  • 外部メモリストレージ(Redis)を使用
  • 高ボリュームでの水平スケーリングを実装
  • メッセージキューを使用した非同期処理
  • 応答時間を監視・最適化

結論

WhatsAppでOpenClawマルチエージェント協働システムを構築することで、洗練されたAI駆動のカスタマーエクスペリエンスを作成できます。複数の専門エージェントが協働することで、単純なチャットボットの応答をはるかに超える複雑なワークフローを処理できます。

重要なポイント

  • 明確なアーキテクチャにはゲートウェイ-エージェントパターンを使用
  • 適切なエージェント調整とエスカレーションルールを実装
  • コンテキストの継続性を保つために共有メモリを活用
  • WhatsApp Business APIのベストプラクティスに従う
  • 継続的にパフォーマンスを監視・最適化

WhatsAppの巨大なユーザーベースとOpenClawの強力なマルチエージェント機能を組み合わせることで、自動化、カスタマーサービス、ビジネスオペレーションに無限の可能性が開きます。

次のステップ

WhatsAppマルチエージェントシステムの構築準備はできましたか?

  1. WhatsApp Business APIを設定:ビジネス認証とAPIアクセスを取得
  2. OpenClawをインストール:インストールガイドに従って環境を設定
  3. エージェントをデプロイ:シンプルな2エージェントシステムから始めて拡張
  4. 監視と反復:パフォーマンスを追跡して継続的に改善

WhatsAppアカウントの設定と検証サポートについては、ガイドをご参照ください:SMS認証プラットフォームでWhatsAppを登録する方法


サポートが必要ですか? DiscordのOpenClawコミュニティに参加するか、OpenClaw GitHubリポジトリでより多くの例とドキュメントをご覧ください。

Admin

Admin

OpenClawを使用してWhatsAppでマルチエージェント協働システムを構築する方法 | USPhoneGen