id: bot2_profile_ping
namespace: studio.agent_poc

description: |
  POC draft: call Bot2 Hermes profile through SSH or approved API bridge and expect BOT2_OK.
  Validate host alias/profile before running.

tasks:
  - id: bot2_ping
    type: io.kestra.plugin.scripts.shell.Commands
    commands:
      - |
        set -euo pipefail
        echo 'TODO: replace with verified Bot2 SSH alias and profile, e.g. ssh <bot2-alias> "HOME=/Users/bot2 hermes -p it2 chat -q '''Reply exactly BOT2_OK.''' -t none -Q"'
