1# Example showing how the default bundlesequence runs bundle agent main
2
3bundle agent main
4# @brief main is the default bundlesequence
5{
6  reports:
7      "Hello, $(this.bundle) bundle.";
8}
9
10#@ The policy promises to report the name of the current bundle, and produces this output:
11
12#+begin_src example_output
13#@ ```
14#@ R: Hello, main bundle.
15#@ ```
16#+end_src
17