loopgain 0.0.1__py3-none-any.whl
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.
loopgain/__init__.py
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "0.0.1"
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: loopgain
|
|
3
|
+
Version: 0.0.1
|
|
4
|
+
Summary: LoopGain — Barkhausen stability monitor for AI agent loops. Real release coming soon.
|
|
5
|
+
Author-email: Dave Fitzsimmons <dave_fitz@icloud.com>
|
|
6
|
+
License: MIT
|
|
7
|
+
Project-URL: Homepage, https://loopgain.ai
|
|
8
|
+
Project-URL: Repository, https://github.com/loopgain-ai/loopgain
|
|
9
|
+
Requires-Python: >=3.8
|
|
10
|
+
Description-Content-Type: text/markdown
|
|
11
|
+
|
|
12
|
+
# loopgain
|
|
13
|
+
|
|
14
|
+
Placeholder package. Real release coming soon. See https://loopgain.ai
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
loopgain/__init__.py,sha256=sXLh7g3KC4QCFxcZGBTpG2scR7hmmBsMjq6LqRptkRg,22
|
|
2
|
+
loopgain-0.0.1.dist-info/METADATA,sha256=Q4hGr7UpbumTs9ODPLEHWgzYm6IEKVGxOwIJURbETf0,471
|
|
3
|
+
loopgain-0.0.1.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
|
|
4
|
+
loopgain-0.0.1.dist-info/top_level.txt,sha256=v9AAMsp18yWiOmlmuegNVca-Z2iOGEkjFRzXuWLB3o8,9
|
|
5
|
+
loopgain-0.0.1.dist-info/RECORD,,
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
loopgain
|