Deployment

MindGrid supports multiple deployment strategies depending on hardware, performance requirements, and privacy constraints:

  1. Edge-Only Deployment

    • OSS modules run entirely on-device.

    • Low-latency, real-time control.

    • Ideal for autonomous robots with intermittent connectivity or sensitive data.

  2. Cloud / Hybrid Deployment

    • Heavy perception, reasoning, and TTS offloaded to Premium APIs.

    • Edge handles immediate control loops; cloud handles computationally intensive tasks.

    • Persistent memory and multi-agent coordination supported in the cloud.

  3. Enterprise / Private Cloud

    • Full pipeline hosted on private infrastructure.

    • Custom SLAs, high-availability, compliance-ready (SOC2, GDPR).

Last updated