Li8 Cloud Engine

Li8 Cloud Architecture & Tiers

Understand the execution tiers of Li8 Cloud: Standard, Turbo, and Speed, running on high-performance sovereign Go Fiber infrastructure.

☁️ Li8 Cloud Overview

Li8 Cloud is the sovereign cloud engine powering enterprise AI agents across India and globally. Built on high-performance native Go binaries (github.com/tryliate/agentantra), Li8 Cloud offers purpose-built execution tiers:

                  ┌────────────────────────────────────────────────┐
                  │                 Li8 CLOUD                      │
                  │         Port 7071 Unified Endpoint             │
                  └───────────────────────┬────────────────────────┘

        ┌─────────────────────────────────┼────────────────────────────────┐
        ▼                                 ▼                                ▼
  ⚡ Li8 STANDARD                   🏎️ Li8 TURBO                     🚀 Li8 SPEED
  • Solo Developers                 • Team Workflows                 • Enterprise & BFSI
  • 9.21 MB Binary                  • 21.15 MB Binary                • Raft 3-Node Quorum
  • Cloudflare / Vercel BYOC        • Always-Warm High-Throughput    • Dedicated Sovereign VPS
  • REST + WebSocket                • gRPC + A2A + Durable + Graph   • 99.99% HA Cluster

⚡ 1. Li8 Standard (Solo Tier)

  • Target: Solo developers, lightweight microservices, and individual agent experiments.
  • Runtime: Single stripped Go binary (9.21 MB) or TypeScript/Hono edge runtime.
  • Deployment: 1-Click BYOC to Cloudflare Workers (0ms cold start) or Vercel Edge.
  • Default Port: 7071 (REST + /ws live execution traces & HITL approvals).
  • Key Features:
    • 5-Pillar declarative agent execution (Class extends LiateAgent or liate.json).
    • Native MCP tool execution (Stdio + HTTP).
    • 0.87ms cold boot in ephemeral RAM.
    • Zero infrastructure maintenance.

🏎️ 2. Li8 Turbo (Team Tier)

  • Target: Production startups, engineering teams, and real-time multi-agent workflows.
  • Runtime: High-throughput Go Fiber v3 binary (11.8 MB).
  • Deployment: Dedicated Sovereign VPS in Mumbai (ap-south-1).
  • Default Port: 7071 via cmux (multiplexing HTTP/1.1, HTTP/2 TLS, gRPC, and HTTP/3 QUIC).
  • Key Features:
    • A2A Protocol: Agent-to-Agent communication mesh.
    • ADK: Agent Development Kit for multi-language sub-agents.
    • Durable Workflows: Step memoization and crash-safe execution checkpoints.
    • Cron Scheduler: Automated time-based agent triggers.
    • Multi-Agent Graph/DAG: Parallel and sequential agent dependency orchestration.
    • Sovereign RAM Guarantee: Zero agent logs or API keys written to disk.

🚀 3. Li8 Speed (Enterprise Tier)

  • Target: Indian BFSI, banks, NBFCs, ONDC platforms, and mission-critical enterprise infrastructure requiring a 99.99% SLA.
  • Runtime: High-availability Raft 3-Node Quorum Cluster.
  • Deployment: Dedicated sovereign bare-metal / private VPS cluster with DPDP Act compliance SLA.
  • Throughput: 520+ requests/sec with Green Tea GC tuning and under 7.4MB idle RAM footprint.
Open Source·MIT License·Self Host