This folder contains technical documentation for the Quick Apps backend.
| 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 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. |
Architecture diagrams are stored in content/svg/ as editable draw.io files. To modify a diagram:
- Open the
.drawiofile in draw.io - Make your changes
- Export as SVG with
Appearance -> Light,Embed images&Embed fontschecked.
- Configuration Reference - Application configuration, environment variables, and examples
- Main README - Quick start and local development setup