Explorer
/tmp/test-workspace-chat.sh
← Zurück ↓ Download
#!/usr/bin/env bash
set -euo pipefail
curl --max-time 30 -sS -N -H 'Content-Type: application/json' \
  http://127.0.0.1:5099/api/send-stream \
  --data '{"sessionKey":"new","friendlyId":"new","message":"Antworte exakt: WORKSPACE_DIRECT_OK","model":"hermes-agent"}' | head -80