Hermes Agent {{ .Chart.AppVersion }} deployed.

{{- if .Values.dashboard.enabled }}
Dashboard:
{{- if .Values.ingress.enabled }}
  https://{{ .Values.ingress.host }}
{{- else }}
  kubectl port-forward -n {{ .Release.Namespace }} svc/{{ include "hermes-agent.fullname" . }} {{ .Values.dashboard.port }}:{{ .Values.dashboard.port }}
  then open http://localhost:{{ .Values.dashboard.port }}
{{- end }}
{{- end }}

{{- if and .Values.gateway.enabled .Values.apiServer.enabled }}
OpenAI-compatible API (for LibreChat):
  Base URL: http://{{ include "hermes-agent.fullname" . }}.{{ .Release.Namespace }}.svc.cluster.local:{{ .Values.apiServer.port }}/v1
  Auth:     API_SERVER_KEY from {{ include "hermes-agent.fullname" . }}-secrets
{{- end }}

{{- if .Values.slack.enabled }}
Slack bot is enabled. Ensure SLACK_BOT_TOKEN and SLACK_APP_TOKEN are in your secrets.
{{- else }}
Slack is disabled. Set slack.enabled=true and provide bot/app tokens to activate.
NOTE: Nextcloud Talk has no native Hermes integration. Use the API server endpoint
      with a custom Nextcloud Talk bot bridge to connect.
{{- end }}

LLM backend: {{ .Values.llm.baseURL }} (model: {{ .Values.llm.model }})
Terminal:    {{ .Values.terminal.backend }}
