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
  • 📁 What You’ll Need
  • 🚀 Instructions
  • ✅ Success Criteria

Was this helpful?

  1. Templates
  2. Policy Automation
  3. Expense Policy Decision Engine
  4. Expense Policy Decision Engine (Threshold Memory)

Practice Exercises

PreviousExpense Policy Decision Engine (Threshold Memory)NextThreshold Agent Response Tuning Exercises

Last updated 8 days ago

Was this helpful?

These exercises help you test dynamic threshold evaluation using memory-stored policy logic in the Threshold Memory version of the Expense Policy Decision Engine.


📁 What You’ll Need

  • Expense Policy Book (Threshold Memory Version).md (this may already be preloaded — check your workspace before uploading)

  • Any of the following receipt files:

File Name
Description
Expected Outcome

Receipt_1_Only.pdf

Blacklisted vendor: ACME Consulting

❌ Rejected

Receipt_2_Only.pdf

Equipment > $3000 default threshold

❌ Rejected

Receipt_3_Only.pdf

Blacklisted + over threshold

❌ Rejected

Receipt_4_Only.pdf

Split invoices, suspicious behavior

⚠️ Escalate

Receipt_1.pdf

Compliant meal receipt with guest names

✅ Approved

Receipt_2.pdf

Hotel < $200/night, pre-approved travel

✅ Approved

Receipt_3.pdf

Alcohol + per-person limit exceeded

❌ Rejected

🚀 Instructions

1. Load or Upload the Policy File

Check if Expense Policy Book (Threshold Memory Version).md is already loaded in your workspace. If not, upload it when prompted in the Start Block.

2. Upload a Receipt File

Choose one of the provided PDFs to upload as your test input.

3. Use This Prompt in Chat:

Can you review this receipt and let me know if it complies with policy?

4. Observe the Output

  • Check that the assistant uses policy_memory to reference thresholds.

  • Confirm whether it uses category-specific limits or global fallback.

  • Look for mention of blacklist flags, metadata requirements, or compliance notes.

✅ Success Criteria

  • Assistant clearly identifies the matching policy rule

  • Output includes a comparison (e.g., $3,400 > $1,500 limit)

  • Final status is shown: ✅ Approved, ❌ Rejected, or ⚠️ Escalate

  • Reasoning is transparent and uses memory-based logic


Try different combinations of receipts to explore various logic paths in the workflow.

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.

This screenshot showcases the GLIK assistant evaluating uploaded receipts using memory-based policy thresholds. It dynamically references structured rules from the policy book, compares amounts against category-specific or global limits, and clearly explains each approval or rejection decision. Ideal for demonstrating how compliance logic is enforced through memory-scoped orchestration.
This contains all the required files for testing the Threshold Memory template, including the .yml workflow file, the preconfigured policy book (.md), and a set of labeled receipt PDFs. Students can use these to simulate various approval scenarios and observe dynamic threshold evaluation in action.
folder