App Types (Overview)

Outlines the available app types in GLIK Cloud and their suitability for different orchestration needs.

In Progress

This page is currently under active development. Content may be incomplete, evolving, or placeholder-only. Please check back later for finalized documentation and fully structured examples.

GLIK Cloud supports multiple app types, each optimized for specific orchestration needs. Whether building lightweight assistants, autonomous agents, or complex enterprise flows with persistent memory, GLIK provides flexible app types that align with a wide range of enterprise use cases.

This guide introduces each app type available in GLIK Cloud and outlines when to use them in the context of a managed, browser-based environment.

How different apps rely on a structured combination of uploaded documents, memory modules, and policy logic to function. Each agent pulls from a configurable set of requirements — enabling modular deployment across enterprise domains.

App Type Comparison

App Type
Description
Best For

Simple, prompt-response interaction. No persistent memory.

Quick utilities, testing, FAQ bots

Autonomous agent with reasoning and tool invocation capabilities.

Self-driven tasks, decision routing

Multi-turn memory-enabled dialog with structured memory and escalation logic.

Internal workflows, document agents, approval bots

Single-turn orchestration for automated API chains or tool calls.

ETL-style logic, external automation

Design Philosophy

Each app type runs on the same orchestration engine but is optimized for different levels of:

  • Session duration (single turn vs. multi-turn)

  • Memory access (stateless vs. scoped persistence)

  • Tool coordination (LLM-only vs. hybrid with plugin calls)

  • Enterprise readiness (compliance, logging, fallback paths)

Choosing the Right App Type

  • Use Chatbot for basic assistants with no memory or tool logic

  • Use Agent when tools, autonomous execution, or goal-seeking behavior is required

  • Use Advanced Chat to manage conversational memory, approvals, or fallback escalation

  • Use Workflow to streamline deterministic pipelines (e.g., extract → transform → export)

Other Deployment Environments

While this page focuses specifically on app types as they appear in GLIK Cloud, these same app types are available in other environments such as GLIK Open Core. Behavioral differences, configuration options, and deployment patterns for each app type within Open Core will be covered in that section of the documentation.

Refer to GLIK Open Core > App Types for self-hosted implementation guidance.

Last updated

Was this helpful?