You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -337,6 +337,21 @@ flowchart LR
337
337
338
338
The Library counts `.md`, `.mdx`, and `.txt` files from configured collections. Memory entries live in separate memory services and SQLite tables, so a collection file count is not the same thing as total memories.
339
339
340
+
## Agent Lightning Approvals
341
+
342
+
Sous Vide approvals are intentionally two-step:
343
+
344
+
1. The UI/API approval moves the proposal into a durable `approved/` work queue.
345
+
2. The worker CLI applies queued approvals and archives the proposal for audit history.
346
+
347
+
Qwen is the default executor assignment for this queue:
348
+
349
+
```bash
350
+
npm --prefix apps/kitchen run apo:worker -- --executor qwen
351
+
```
352
+
353
+
Use `APO_APPROVAL_CLI=qwen` to keep that default for scheduled runs, or pass `--executor codex` / `--executor claude` when you explicitly want a different CLI to own the implementation pass.
354
+
340
355
## Security Model
341
356
342
357
Kitchen is built for private-network production first.
0 commit comments