Pular para o conteúdo

Architecture

Four layers. One goal: agents that close.

Gaia Prime is not a chatbot with an LLM in the middle. It is a stack designed so that an autonomous agent can negotiate contracts with verifiable ground truth, tenant isolation and platform-failure immunity. This is the public view of the architecture. Implementation details remain under NDA.

   ┌──────────────────────────────────────────────────────────┐
   │  Data Supply Chain                                       │
   │  Web-intelligence, firmographics, SERP, datasets         │
   └──────────────────────────────────────────────────────────┘
                          ↓  (signed BFF, HMAC-SHA256)
   ┌──────────────────────────────────────────────────────────┐
   │  Pantheon — Swarm-of-agents validation                   │
   │  Specialized models cross-check every outbound message    │
   └──────────────────────────────────────────────────────────┘
                          ↓
   ┌──────────────────────────────────────────────────────────┐
   │  CAL — Channel Abstraction Layer                         │
   │  Official Meta WABA · Telegram · Email                   │
   │  Platform-failure immunity                               │
   └──────────────────────────────────────────────────────────┘
                          ↓
   ┌──────────────────────────────────────────────────────────┐
   │  GSO Tier-0 — Gaia Security Operations                   │
   │  Zero-Trust · Per-tenant RLS · Signed audit log          │
   └──────────────────────────────────────────────────────────┘

01 · Pantheon

Swarm-of-agents validation

Instead of a single model responding, Pantheon orchestrates an internal committee of specialized agents — each with a distinct role: generator, reviewer, fact-checker, tone guardian, objection validator. Before any message ships, the committee must agree. If there is divergence, the message is rewritten, escalated or blocked. Result: hallucination as a detectable event, not background noise.

02 · CAL

Channel Abstraction Layer

A hardened abstraction layer that isolates the cognitive engine from the details of each channel. The same negotiation logic runs on WhatsApp (official Meta Cloud API — zero unofficial connections), Telegram and email, with automatic fallback on platform instability; Instagram and Messenger are in Meta review. For the end customer, the agent stays available even when one provider goes down.

03 · GSO Tier-0

Gaia Security Operations

Zero-Trust as architectural default. Every internal call goes through a BFF bridge signed with HMAC-SHA256. Each customer's data lives isolated by Row-Level Security in PostgreSQL — no cross-tenant query is possible by construction. Signed audit log for every sensitive event. Operational details on /en/security.

04 · Data Supply Chain

Ground truth for the agent

An agent negotiating contracts needs fresh, verifiable context on the lead: company size, stack, hiring signals, competitor moves. We integrate web-intelligence providers (Bright Data and peers) directly into the Pantheon validation layer. Every claim the agent makes can be traced to a dated source.

Standards and frameworks

  • SPIN Selling — structured discovery for initial qualification.
  • MEDDPICC — enterprise decision mapping.
  • Challenger Sale — approach that teaches, tailors and takes control of the conversation.
  • Contextual ROI math in real time, using public data on the prospect.