droste 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.
- droste/__init__.py +6 -0
- droste-0.0.1.dist-info/METADATA +15 -0
- droste-0.0.1.dist-info/RECORD +4 -0
- droste-0.0.1.dist-info/WHEEL +4 -0
droste/__init__.py
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: droste
|
|
3
|
+
Version: 0.0.1
|
|
4
|
+
Summary: Droste — a recursive language model harness for your data. Full release coming soon.
|
|
5
|
+
Author: Tensor Systems
|
|
6
|
+
License: Apache-2.0
|
|
7
|
+
Requires-Python: >=3.11
|
|
8
|
+
Description-Content-Type: text/markdown
|
|
9
|
+
|
|
10
|
+
# Droste
|
|
11
|
+
|
|
12
|
+
A recursive language model harness for your data — treat unbounded context as
|
|
13
|
+
a REPL variable, not a transcript. The engine behind ModelRelay's RLM runtime.
|
|
14
|
+
|
|
15
|
+
Open-source release in preparation. This placeholder holds the name.
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
droste/__init__.py,sha256=DvuH7lxU9AOyQAJGL7_wdRYRAllwDIhmlWsMMwuzOcw,169
|
|
2
|
+
droste-0.0.1.dist-info/METADATA,sha256=EC_zA8PhEM3l-kW0rRp-_Pw4PDCXB_rLK2OQ2PQ_XAQ,493
|
|
3
|
+
droste-0.0.1.dist-info/WHEEL,sha256=mffPy8wBnZQn2VnJUU5jE99KsxaSfiyMHV9Yt0aLVxs,87
|
|
4
|
+
droste-0.0.1.dist-info/RECORD,,
|