> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tryliate.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

<div id="what-is-liate" className="scroll-mt-24 mb-6">
  **Liate** is India's first open-source, zero-runtime-dependency sovereign AI agent framework. Packaged into a single **24.4MB compiled Go binary**, Liate eliminates complex python environments, pip lockfiles, and cloud vendor lock-in.
</div>

<div id="core-pillars" className="grid grid-cols-1 md:grid-cols-3 gap-4 py-2 scroll-mt-24 mb-6">
  <div className="p-4 rounded-xl border border-black/10 dark:border-white/10 bg-black/[0.02] dark:bg-white/[0.02]">
    <Cpu className="w-5 h-5 mb-2 text-black dark:text-white" />

    <h3 className="font-bold text-sm mb-1">Single Binary</h3>
    <div className="text-xs text-black/60 dark:text-white/60">Zero python/node dependencies. One static executable for Linux, macOS, and Windows.</div>
  </div>

  <div className="p-4 rounded-xl border border-black/10 dark:border-white/10 bg-black/[0.02] dark:bg-white/[0.02]">
    <Globe className="w-5 h-5 mb-2 text-black dark:text-white" />

    <h3 className="font-bold text-sm mb-1">Universal MCP</h3>
    <div className="text-xs text-black/60 dark:text-white/60">Native Model Context Protocol host & server integration out of the box.</div>
  </div>

  <div className="p-4 rounded-xl border border-black/10 dark:border-white/10 bg-black/[0.02] dark:bg-white/[0.02]">
    <ShieldCheck className="w-5 h-5 mb-2 text-black dark:text-white" />

    <h3 className="font-bold text-sm mb-1">Sovereign Data</h3>
    <div className="text-xs text-black/60 dark:text-white/60">Run locally with Sarvam AI, Ollama, or private cloud endpoints with zero telemetry.</div>
  </div>
</div>

<div id="ekamantra-guarantee" className="p-4 rounded-xl border border-dashed border-black/20 dark:border-white/20 bg-black/5 dark:bg-white/5 space-y-2 scroll-mt-24">
  <h4 className="text-xs font-mono font-bold uppercase tracking-wider text-black/70 dark:text-white/70">The EkaMantra Guarantee</h4>

  <div className="text-xs text-black/60 dark:text-white/60 leading-relaxed">
    One single declaration file — `liate.json` — specifies model choice, memory persistence, skills, and environment variables. Write once, execute anywhere.
  </div>
</div>
