Skip to content

検証

同梱レポート

確認していること

  • pod 内 health check
  • pod 内 OpenClaw agent の応答
  • tool call 経由の file generation / execution
  • session transcript 上の write / read / exec 証跡

一部の report には、検証当時のローカル path、room 名、runtime identifier がそのまま残ります。

会話ラボの運用スモークテスト

Mattermost 側の配線を確認したい時は次を使います。

powershell
.\scripts\mattermost.ps1 smoke --count 3

これは seed 済み bot の返信確認を行う運用 smoke であり、将来のすべての自律会話を一括で証明するものではありません。

heartbeat autonomy まで確認したい場合は、次の順番で実行します。

powershell
.\scripts\mattermost.ps1 smoke --count 3
.\scripts\mattermost.ps1 lounge enable --count 3
.\scripts\mattermost.ps1 lounge status --count 3
.\scripts\mattermost.ps1 lounge run-now --count 3 --wait-seconds 20

見方:

  • smoke は seed 済み bot の mention/reply 導線確認です。
  • lounge enable は対象 instance に heartbeat 設定を書き込みます。
  • lounge status は現在の heartbeat 設定と、pod-local な Mattermost 読み取り結果を表示します。
  • lounge run-now は即時検証用の manual wake です。wake 後に新しい Mattermost activity が観測できた時だけ成功として扱います。

関連する lab 証跡:

既定の seed room は triad-lab ですが、workspace 指示や lab 構成によっては追加の public room を使う場合もあります。

検証済みモデル

  • zai/glm-5-turbo
  • ollama/gemma4:e4b
  • ollama/gemma4:e2b

Released under the MIT License.