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 App Types at a Glance
  • Use Case Breakdown & Guidance
  • Memory & Variable Support Summary
  • Choosing the Right App Type

Was this helpful?

  1. App Types

Overview

Outlines GLIK's execution models to help enterprises choose the right app type for scalable automation, policy engines, conversational agents, and developer-controlled orchestration.

GLIK offers four foundational app types, each representing a distinct execution model for building and deploying intelligent systems. App types define how user input is handled, how state is managed, and which blocks and system features are available.

This guide helps teams understand when to use each type, based on enterprise scenarios such as internal approvals, client-facing automation, agent workflows, or memory-aware assistants.


🧩 GLIK App Types at a Glance

App Type
Execution Model
Ideal For

Chatbot

Stateless, prompt-response logic

Basic Q&A bots, static form handlers

Agent

Stateful with scoped memory

Policy engines, multi-step enterprise flows

Advanced Chat

Threaded, turn-based interaction

Assistants, advisors, conversation memory

Workflow

Graph-based logic with branching

Conditional processes, escalation, integrations

Use Case Breakdown & Guidance

1. Chatbot

Model: Stateless input/output Best For:

  • Simple support bots (FAQs, policy links)

  • Front-line triage in internal tools

  • Single-turn verification bots (e.g., invoice status check)

Limitations:

  • No persistent state or scoped memory

  • Cannot use advanced memory or fallback blocks

  • Not suitable for multi-step processes or regulated logic flows


2. Agent

Model: Stateful with memory and policy enforcement logic Best For:

  • Expense approval agents

  • HR onboarding logic

  • Compliance evaluations

  • Vendor risk screening

Features:

  • Scoped memory (invoice_data, policy_memory, etc.)

  • Full access to Variable Assigners, IF/ELSE, Tool Nodes

  • End-to-end workflow continuity

Considerations:

  • Does not use threaded chat interface

  • LLM blocks must be explicitly invoked as steps

  • Memory must be manually written/read using memory blocks


3. Advanced Chat

Model: Conversational memory and multi-turn assistant Best For:

  • Executive assistants

  • Internal helpdesk bots

  • SOP navigators

  • Contract review advisors

Features:

  • Supports conversation_variables natively

  • Allows fallback memory injection into prompts

  • Multi-turn interaction flows without defining graph logic

Caveats:

  • Cannot chain logic using IF/ELSE or Tool blocks

  • Not ideal for deterministic policy enforcement

  • Suited for reasoning and conversational exploration, not decision routing


4. Workflow

Model: Visual flow with branching logic and tool integrations Best For:

  • Escalation frameworks (e.g., β€œif fails β†’ reroute”)

  • Multi-agent orchestration

  • Cross-system automation (API β†’ plugin β†’ memory)

  • Human-in-the-loop decision gates

Features:

  • Full block access: LLM, Tool, Data Enrichment, Save Point, Knowledge

  • Conditional logic supported at multiple branches

  • Integrates with external APIs and internal memory stores

Caveats:

  • Requires upfront logic design

  • Best suited for technical users or implementation partners

  • Works best with deterministic or well-scoped problem domains


Memory & Variable Support Summary

Feature
Chatbot
Agent
Advanced Chat
Workflow

Conversation Variables

βœ–

βœ–

βœ…

βœ–

Scoped Memory (e.g. session)

βœ–

βœ…

βœ…

βœ…

Tool Node / Plugin Access

βœ–

βœ…

βœ–

βœ…

Conditional Routing

βœ–

βœ…

βœ–

βœ…

Visual Flow Design

βœ–

βœ–

βœ–

βœ…

Choosing the Right App Type

Scenario
Recommended App Type

Automating policy approval workflows

Agent or Workflow

Building an internal compliance chatbot

Advanced Chat

Creating a no-memory Q&A interface

Chatbot

Integrating multiple decision layers with routing

Workflow

Designing a memory-enabled SOP navigator

Advanced Chat

Embedding policy logic into a partner SaaS tool

Agent

PreviousCompliance Advisor CopilotNextChatbot

Last updated 8 days ago

Was this helpful?