mindnet 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.
- mindnet/__init__.py +3 -0
- mindnet-0.0.1.dist-info/METADATA +22 -0
- mindnet-0.0.1.dist-info/RECORD +4 -0
- mindnet-0.0.1.dist-info/WHEEL +4 -0
mindnet/__init__.py
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: mindnet
|
|
3
|
+
Version: 0.0.1
|
|
4
|
+
Summary: MindNet — a reverse knowledge base. The index is you. Coming soon.
|
|
5
|
+
Project-URL: Homepage, https://mindnet.tatoao.com
|
|
6
|
+
License: MIT
|
|
7
|
+
Keywords: mindnet,reverse-knowledge-base,reverse-rag
|
|
8
|
+
Requires-Python: >=3.8
|
|
9
|
+
Description-Content-Type: text/markdown
|
|
10
|
+
|
|
11
|
+
# MindNet
|
|
12
|
+
|
|
13
|
+
**MindNet — a reverse knowledge base. The index is you. Coming soon.**
|
|
14
|
+
|
|
15
|
+
A normal knowledge base is something you query. MindNet is the reverse: the
|
|
16
|
+
thing being queried is *you* — what you actually understand, where your edges
|
|
17
|
+
are, how you learn best. Any agent reads that before it answers, so it speaks
|
|
18
|
+
to your ken, not the docs'.
|
|
19
|
+
|
|
20
|
+
Website: https://mindnet.tatoao.com
|
|
21
|
+
|
|
22
|
+
_This is a name-reservation placeholder. The real package is on its way._
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
mindnet/__init__.py,sha256=pPHjIcG0dQ9uYATEHoFtgsJfAIF7_we_HqARbX1G9Hs,98
|
|
2
|
+
mindnet-0.0.1.dist-info/METADATA,sha256=0Q1UmDXT1l64heyc8MnjdPHcbQP9Ee32gGJvGpk7kSo,768
|
|
3
|
+
mindnet-0.0.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
4
|
+
mindnet-0.0.1.dist-info/RECORD,,
|