LogoLogo
  • Introduction
    • What Is an Agent Application?
    • Core Concepts
    • Getting Started
  • GLIK Cloud
    • Getting Started
      • GLIK Cloud vs. GLIK Studio
    • Prompt Orchestration Interface
    • What Is a Workflow?
    • Workflow Editor
    • App Types (Overview)
    • Workspaces & Permissions
    • Enterprise Readiness & Compatibility
    • Security & Data Handling
  • Enterprise SaaS
    • Expense Policy Decision Engine
    • Compliance & Audit Automation
    • Compliance Advisor Copilot
  • App Types
    • Overview
    • Chatbot
    • Agent
    • Advanced Chat
    • Workflow
  • Templates
    • Overview
    • Policy Automation
      • Overview
        • Expense Policy Validator — Summary Sheet
        • Enterprise Policy Intelligence
      • Expense Policy Decision Engine
        • Expense Policy Decision Engine (Starter)
          • Practice Exercises
        • Expense Policy Decision Engine (Threshold Memory)
          • Practice Exercises
          • Threshold Agent Response Tuning Exercises
        • Expense Policy Decision Engine (Policy API Integration)
          • Practice Exercises
        • Expense Policy Decision Engine (Escalation & Conflict Resolution)
        • Expense Policy Decision Engine (Audit & Logging)
    • Compliance and Audit Automation
      • KYC/AML Review Copilot
        • Learning Track
      • Compliance Copilot – MiCA Reporting
        • Workflow Phases
        • Block-by-Block Guide
    • Compliance Advisors
      • Global Control Copilot – Cross-Jurisdiction Policy Interpreter
        • Input Combinations & Workflow Outcomes
        • Reference Input Payloads
        • Policy Retrieval via Input Routing
        • Input Logic & Routing Behavior
        • Predefined Policy Thresholds
    • Knowledge Systems
      • Overview
      • Compliance SOP Agent
    • Process Automation
    • Task Resolution Agents
      • Why Agentify Task Resolution
    • Work Coordination Agents
      • Escrow Agent Orchestration
    • Embedded Operational Copilots
    • Expense & ERP Agents
      • ERP Vendor AI Copilots and Agents
      • Custody Approval Workflow for Token Issuance
    • Inventory & Logistics Agents
    • Sales & Forecasting Agents
    • Plugin-Based Agent Platforms
  • Marketplace
    • Overview
    • Publishing Templates
  • System Architecture
    • Overview
    • Blocks & Nodes
      • Utilities
        • Start Block
        • End Node
        • HTTP Request
        • List Operator
      • Classifier Nodes
        • Question Classifier
      • Logic Blocks
        • IF/ELSE Branch
        • Iteration
        • Loop
      • Transform Blocks
        • Variable Assigner
        • Variable Aggregator
        • Parameter Extractor
        • Data Enrichment
        • Prompt Template
        • Code
      • Input & Extraction
        • Doc Extractor
        • Knowledge Retrieval
        • LLM Block
          • LLM Reasoning
          • Fallback to LLM Reasoning
        • Tool Node
        • Agent
        • Answer
    • GLIK Knowledge
      • Creating & Managing Knowledge
      • GLIK Knowledge Retrieval
      • Writing to Knowledge
      • Scoped Memory & Access Control
      • Injection & Variable Binding
      • Performance & Limits
    • Execution Model
      • Workflow Architecture
      • Flow Engine
      • Node Lifecycle
      • Protocol Compatibility & Schema Interoperability
      • Input Binding & Value Resolution
    • Memory & Variable Scope
      • Conversation Variables
      • Memory Layers (User, App, Org)
      • Memory Slot Injection
      • Memory Retention Policy
    • Decision Routing
      • Conditional Logic Engine
      • LLM Fallthrough Patterns
      • Policy Enforcement & Escalation Paths
    • Enterprise Orchestration
      • Policy-Driven Automation
      • Enterprise Modularity
      • Auditability & Governance
      • Explainability & Decision Transparency
    • Agentifying Legacy Systems
      • Why Legacy Systems Resist Change
      • Best Practices for Agentifying ERP Workflows
      • GLIK’s Wrap-Around Model
      • Agent Surfaces (PDF, OCR, API, UI)
      • No-API Memory-Based Control
      • Compliance & Risk Considerations
    • System Observability
      • Execution Logs
      • Save Points & Snapshots
      • Variable Debugging
      • Session Trace Viewer
  • Developers
    • Overview
    • GLIK Open Core
      • Deployment & Installation
      • CLI Reference
      • Security & Compliance
      • Customization Guide
      • Versioning & Updates
  • GLIK Roadmap
  • Deprecation
    • Orchestration Interface
      • Node Orchestration
        • Node
          • Start
          • End
          • Direct Reply
          • LLM
          • Question Classifier
          • Knowledge Retrieval
          • Code Execution
          • Doc Extractor
          • HTTP Request
          • Conditional Branch IF/ELSE
          • Iteration
          • List Operator
          • Parameter Extraction
          • Template
          • Tools
          • Variable Aggregator
          • Variable Assigner
      • Variables
      • Application Toolkits
      • File Upload
    • Chatbot Features
    • Dataset
      • Dataset Creation
      • Text Preprocessing and Cleaning
        • Advanced Configuration
      • Retrieval Test/Citation
    • Studio
  • Brand Kit & Identity
    • Logos & Visual Assets
    • Typography & Colors
    • Messaging Pillars
    • Product Screenshots
    • Diagrams & Icons
    • Company Boilerplate
    • Downloads (.zip)
  • Legal
    • Terms of Service
    • Privacy Policy
    • Cookie Policy
    • Trademark Notice
    • Acceptable Use Policy
    • Open Core License
Powered by GitBook

Platform

  • Open GLIK Cloud
  • Getting Started
  • Templates

Documentation

  • Core Concepts
  • GLIK Open Core
  • Security & Data Handling
  • Workspaces & Permissions

Company

  • RIvalz AI
  • Contact Support
  • Status Page

© 2023–2025 Rivalz Technologies Ltd.

On this page
  • GLIK Cloud vs. GLIK Open Core
  • GLIK Knowledge
  • Variables and Scoping
  • Variable Types
  • Scoping Layers

Was this helpful?

  1. Introduction

Core Concepts

Learn how GLIK is structured under the hood. This section introduces key system layers that define how your apps, workflows, memory, and logic behave inside the GLIK platform.

PreviousWhat Is an Agent Application?NextGetting Started

Last updated 2 days ago

Was this helpful?

GLIK Cloud vs. GLIK Open Core

is the fully managed, no-code orchestration environment hosted by . It includes visual app building, runtime execution, memory, plugin support, and usage metering — all accessible via browser.

is the self-hosted version of GLIK, provided as an open core CLI and runtime engine. It’s designed for engineering teams that want to run workflows in private infrastructure or embed GLIK in enterprise DevOps pipelines.

Feature
GLIK Cloud
GLIK Open Core

Hosting

Managed by Rivalz

Self-hosted (user-managed)

Setup

No setup required

Requires deployment

Best for

SaaS apps, partner resale

Custom infra, internal tooling

Access to Templates

Yes

Yes

Plugin Support

Marketplace only

Custom + Marketplace

GLIK Knowledge

Key characteristics:

  • Information is stored as structured memory objects, often auto-tagged

  • Memories are scoped: User, App, and Org

  • Retrieval is done via Knowledge Retrieval blocks using tags or full-text queries

  • Writing is performed via Data Enrichment blocks

Example use cases:

  • Uploading strategy documents and tagging summaries per company

  • Persisting user queries or session history

  • Creating multi-user agents with scoped knowledge for each organization

Variables and Scoping

Variable Types

  • User Input (user_input) – Captured from the UI or chat input

  • Assigned Variables – Created via the Variable Assigner block

Scoping Layers

Scope

Description

Example

Local

Lives only within a single block during execution. Not accessible outside it.

Temporary LLM response structure

Conversation

Persists across back-and-forth messages in a chat or agent context. Useful for conversational memory within a session.

user_goal, current_topic

Session

Persists across all blocks within the same app session. Cleared on session end.

company_name, report_year

Global

Accessible across apps, workflows, and users (admin-controlled).

Org-wide config flags, shared tags

is GLIK's persistent memory system — a structured way to store, recall, and query information across user sessions and apps.

GLIK uses a robust that enables context-aware execution and dynamic branching throughout a workflow.

– Runtime-assigned values like last_query, retrieved_tags, etc.

– Persist across back-and-forth interactions in a chat or agent context. Used to hold evolving memory or user state during a conversation thread

Variables are passed through the workflow using bindings, evaluated dynamically by the , and injected into prompts and tools.

GLIK Knowledge
variable system
System Variables
Conversation Variables
Value Resolver
GLIK Cloud
Rivalz AI
GLIK Open Core
Typical developer experience when working with GLIK Open Core. From cloning the runtime and configuring a self-hosted setup, to customizing agent templates and deploying workflows via CLI or Docker, this path highlights GLIK’s support for open, developer-controlled environments.
Scoped Variable Usage in GLIK Workflows: how GLIK workflows leverage different variable types — including user inputs, assigned variables, and system-defined metadata. Variables are passed into decision blocks, enabling dynamic execution paths based on structured context.
How a GLIK agent writes structured memory into the GLIK Knowledge system, tags it with metadata, and later retrieves relevant context on future queries. The agent uses this memory to generate decisions or outputs — enabling reusable, auditable, and context-aware automation across workflows.
🛒 GLIK Marketplace (Coming June 2025)

The fastest way to deploy enterprise solutions.

The is launching in June 2025 as the central destination for discovering, deploying, and customizing prebuilt AI agent templates. It will allow users to:

  • 🔍 Browse production-ready templates across industries and workflows

  • ⚙️ Deploy instantly into with minimal setup

  • 🧠 Explore , , and orchestration patterns by example

  • 🤝 Empowers partners and service providers to publish white-labeled templates

  • 💼 Access solutions for real enterprise scenarios, including SAP integration, expense automation, compliance agents, and more

GLIK Marketplace
GLIK Studio
logic
memory
Implementation Support & Expert Guidance

Need assistance deploying or customizing this GLIK template for your organization?

Our team offers dedicated coaching and technical walkthrough sessions to ensure successful adoption and alignment with enterprise requirements.

Typical areas of support include:

  • Template onboarding and orchestration strategy

  • Workflow configuration and logic review

  • Memory variable setup and session handling

  • Custom integration guidance (e.g. plugins, APIs)

📣 Try GLIK

Explore and deploy your first app at

app.glik.ai
Request a Session