@openafw/openafw 0.5.2 → 0.6.0
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 +2 -2
- package/dist/{backends-Byh5VYtT.js → backends-BmyOv3bJ.js} +1 -1
- package/dist/bin/afw.js +2303 -823
- package/dist/bin/tools.js +2 -2
- package/dist/{secrets-9JqUBHyw.js → secrets-DJCX60WS.js} +1 -1
- package/dist/{secrets-Bj-gyv53.js → secrets-evRw4cV3.js} +5 -0
- package/package.json +1 -1
- package/ui-dist/assets/index-Cja3pO9A.js +20 -0
- package/ui-dist/index.html +1 -1
- package/ui-dist/assets/index-C9yCeZlD.js +0 -20
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
#
|
|
1
|
+
# OpenAFW
|
|
2
2
|
|
|
3
|
-
> The
|
|
3
|
+
> The AI agent firewall that runs locally on your computer: route and fusion, and keep your
|
|
4
4
|
> secrets off the model, the API relay, and the supply chain.
|
|
5
5
|
|
|
6
6
|
**A tiny local proxy on the wire between your agents and the LLMs they call
|