id: bot1_profile_ping
namespace: studio.agent_poc

description: |
  POC draft: call a Bot1 Hermes profile and expect BOT1_OK.
  Validate against live Kestra schema before deployment.

tasks:
  - id: bot1_it_ping
    type: io.kestra.plugin.scripts.shell.Commands
    commands:
      - |
        set -euo pipefail
        HOME=/Users/bot1 hermes -p it chat -q 'Reply exactly BOT1_OK.' -t none -Q
