feat(akl): implement Agent Knowledge Layer (AKL) - clean implementation

This commit is contained in:
mkorwel
2026-03-16 21:07:39 -07:00
parent 30271d64eb
commit 62e260be1d
32 changed files with 1554 additions and 45 deletions
+6
View File
@@ -1215,6 +1215,12 @@ their corresponding top-level category object in your `settings.json` file.
- **Default:** `false`
- **Requires restart:** Yes
- **`experimental.akl`** (boolean):
- **Description:** Enable the Agent Knowledge Layer for persistent situational
awareness.
- **Default:** `false`
- **Requires restart:** Yes
- **`experimental.modelSteering`** (boolean):
- **Description:** Enable model steering (user hints) to guide the model
during tool execution.