App Structure
A web agent app is just a normal web app, e.g. myapp.html
.
In addition to the usual myapp.css
, myapp.js
and what not,
this can include a myapp.yml
file that defines what - if anything - runs
in the agent backend:
<link rel='webdaemon' href='myapp.yml'>
- Directory Structure explains how you might lay out a typical web agent app.
- YAML Anatomy explains what goes in the web agent
.yml
file. - YAML Scopes explains the
scope
,grant
andaudience
attributes in detail. - YAML Variables are predefined variables you can use in your
.yml
file. - YAML Custom Variables explains how to use your own variables.