Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 2.63 KB

File metadata and controls

36 lines (25 loc) · 2.63 KB

Quick Apps Documentation

This folder contains technical documentation for the Quick Apps backend.

Contents

Document Description
Agent Design Internal architecture of the Quick Apps agent system, including the orchestrator loop, tool system, and message processing pipeline.
Application Schema How to configure QuickApps in DIAL Core (schema endpoint vs full schema).
ChatHub Configuration guide for ChatHub variants — variant structure, authoring, and customization recipes.
File Transfer How Quick Apps handles file parameters in tool calls (file:{prefix}:: convention, preprocessing pipeline).
Agent Skills How to create and manage reusable agent skills (directory layout, metadata).
Time Awareness How the agent knows the current time and reasons about data freshness.
Custom CA Certificates How to trust a private/corporate Root CA when running behind a TLS-intercepting proxy (USE_SYSTEM_CA_CERTS).

Preview Features

Preview features may change in breaking ways without a major version bump. See Feature Lifecycle for details.

Document Description

Diagrams

Architecture diagrams are stored in content/svg/ as editable draw.io files. To modify a diagram:

  1. Open the .drawio file in draw.io
  2. Make your changes
  3. Export as SVG with Appearance -> Light, Embed images & Embed fonts checked.

Related Documentation