
Notes:

  1) This example assumes you have already saved your api keys to the reg. it will prompt you if missing.. 

  2) in InitAgents I hardcoded the ollama ip and model

        lama.RemoteIP = "192.168.0.51"              ' <-- your AI box IP (or omit for localhost)
        lama.Model = "qwen3:30b"
