daat-locus 0.1.1

A long-running local agent runtime with memory, workflows, apps, and sleep-time self-improvement.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Workflows

This directory stores Daat Locus builtin workflow specification assets.

Rules:

- One markdown file per workflow.
- The file name is the workflow id.
- Frontmatter only contains `id`.
- These workflows are compiled into the program by `build.rs` and belong to builtin baseline capabilities.
- Builtin workflows are read-only and are never written back by `create_workflow`, sleep patch, or sleep merge.
- Runtime-evolvable workflows only live under `~/daat-locus-workspace/workflows`.

To add a builtin workflow later, add the corresponding `*.md` file directly under this directory.