Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 2.16 KB

File metadata and controls

34 lines (23 loc) · 2.16 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).
File Transfer How Quick Apps handles file parameters in tool calls (file:{prefix}:: convention, preprocessing pipeline).

Preview Features

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

Document Description
Agent Skills [Preview] How to create and manage reusable agent skills (directory layout, metadata).
Time Awareness [Preview] How the agent knows the current time and reasons about data freshness.

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