bounded-loops 0.0.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.
Files changed (2) hide show
  1. package/README.md +5 -0
  2. package/package.json +10 -0
package/README.md ADDED
@@ -0,0 +1,5 @@
1
+ # bounded-loops
2
+
3
+ Runnable, bounded AI-agent loops — by [Qualixar](https://qualixar.com).
4
+
5
+ **This name is reserved. The full release is coming soon.**
package/package.json ADDED
@@ -0,0 +1,10 @@
1
+ {
2
+ "name": "bounded-loops",
3
+ "version": "0.0.0",
4
+ "description": "Runnable, bounded AI-agent loops. Name reserved by Qualixar — release coming soon.",
5
+ "license": "Apache-2.0",
6
+ "author": "Qualixar <varun.pratap.bhardwaj@gmail.com> (https://qualixar.com)",
7
+ "homepage": "https://qualixar.com",
8
+ "keywords": ["ai", "agents", "agent-loops", "reliability", "qualixar"],
9
+ "files": ["README.md"]
10
+ }