@letterblack/lbe-exec 1.2.4 → 1.2.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,6 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
**Local-first execution governance for AI agents.**
|
|
4
4
|
|
|
5
|
+
> Use `@letterblack/lbe-exec` if you want LBE to control agent actions in a workspace.
|
|
6
|
+
> Use `@letterblack/lbe-sdk` if you only need validation decisions inside your own tool.
|
|
7
|
+
|
|
5
8
|
Every action any agent proposes — file write, shell command, anything — passes
|
|
6
9
|
through a local validation gate before it can execute. One package, any agent,
|
|
7
10
|
zero cloud dependency, no daemon required.
|