Introduction

Liate is India's first open-source sovereign AI agent framework. Class is an Agent. Agent is an API.

What is Liate?

Liate (Layer of Isolated Agent Tools Environment) is India's first open-source, sovereign AI agent framework. Define your agent using standard Object-Oriented classes or declarative manifests — model, tools, memory, skills, and environment — and run it anywhere: your laptop, Cloudflare Workers, Vercel Edge, or your own server.

Built on Bun and Hono — the fastest JavaScript runtime and edge HTTP framework available today. No Python. No heavy pip virtualenvs. No Docker required.

Core Pillars

⚡ Class-as-an-Agent

True typed Object-Oriented Programming. class MyAgent extends LiateAgent is your entire agent definition.

🌐 Agent-is-an-API

Every agent is instantly a REST & WebSocket endpoint. liate serve gives you a full HTTP API with zero config.

🔌 Universal MCP

Native Model Context Protocol support. Connect any MCP server via Stdio, SSE, or Streamable HTTP in one line.

🛡️ Sovereign Data

Your keys, your database, your agents. 1-Click BYOC to Cloudflare & Vercel. Zero log retention. DPDP Act compliant.

Architecture Highlights

  • Sub-Millisecond Execution: 0.87ms agent startup time
  • Native MCP Host: Multi-transport support over standard I/O, SSE, and HTTP
  • 100% Data Sovereignty: 0 disk writes during execution — runs purely in ephemeral RAM

Technology Stack

Bun

Native JavaScript Runtime

Hono v4

Edge HTTP Router (LAPI/v1)

MCP SDK

Model Context Protocol

TypeScript

100% Type-Safe Architecture

Supported Environments

  • Local Dev: macOS, Linux, Windows
  • Edge: Cloudflare Workers, Vercel Edge, Deno, Node.js
  • Cloud: BYOC (Bring Your Own Cloud) to your Cloudflare / Vercel with 0 infra cost

The LiateSpec Standard (L-I-A-T-E)

EkaMantra Guarantee

One single declaration — class MyAgent extends LiateAgent or liate.json — specifies your model, memory, agent identity, MCP tools, and environment. Write once. Execute on your laptop, Cloudflare Workers, or Vercel Edge. Zero rewrites.

Open Source vs Sovereign BYOC Cloud

⚡ Liate — Open Source Framework

  • ✅ Install in seconds: npx liate
  • ✅ Full LAPI/v1 REST + WebSocket streaming
  • ✅ 51 OOP Agent classes out of the box
  • ✅ 100% Free locally forever (Apache 2.0 License)

☁️ Liate Cloud — 1-Click BYOC

  • 🚀 1-Click OAuth Deploy to your Cloudflare & Vercel
  • 🚀 Dedicated LAPI/v1 public endpoint
  • 🚀 0ms cold boot on Cloudflare V8 isolates
  • 🚀 1-Click IDE integration via npx liate MCP
  • 🚀 Sarvam 105B Sovereign Wire integration
Open Source·MIT License·Self Host