AgentIQ has been deployed!

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  AgentIQ v{{ .Chart.AppVersion }} — {{ .Release.Name }}
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

{{- if .Values.ingress.enabled }}
API endpoint:       https://{{ (index .Values.ingress.hosts 0).host }}
Dashboard:          https://{{ (index .Values.ingress.hosts 1).host }}
{{- else }}
Access the API by running:
  kubectl port-forward svc/{{ include "agentiq.fullname" . }}-api 8000:{{ .Values.api.port }}
  → http://localhost:8000

Access the dashboard by running:
  kubectl port-forward svc/{{ include "agentiq.fullname" . }}-dashboard 8501:{{ .Values.dashboard.port }}
  → http://localhost:8501
{{- end }}

Point your SDK at the API endpoint:
  import agentiq
  agentiq.configure(
      api_key="{{ .Values.secrets.agentiqApiKey | default "your-agentiq-api-key" }}",
      api_endpoint="http://<your-api-host>:{{ .Values.api.port }}",
  )

Load demo data (optional):
  kubectl exec -it deploy/{{ include "agentiq.fullname" . }}-api -- python3 seed_data.py

View logs:
  kubectl logs -l app.kubernetes.io/name={{ include "agentiq.name" . }},app.kubernetes.io/component=api -f

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Need help? priya@agentiq.ai
