spaimind 0.1.0__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.
spaimind/__init__.py ADDED
@@ -0,0 +1,6 @@
1
+ """
2
+ SpaiMind — AI memory and persistent context management for LLM-based agents.
3
+ Namespace reservation. Full SDK coming soon.
4
+ """
5
+ __version__ = "0.1.0"
6
+ __author__ = "CrewGR"
@@ -0,0 +1,33 @@
1
+ Metadata-Version: 2.4
2
+ Name: spaimind
3
+ Version: 0.1.0
4
+ Summary: AI memory and persistent context management for LLM-based agents.
5
+ Author-email: CrewGR <krugergustav@gmail.com>
6
+ License: Proprietary
7
+ Project-URL: Homepage, https://github.com/globifai
8
+ Keywords: ai,agent,spai,globifai,crewgr
9
+ Classifier: Development Status :: 1 - Planning
10
+ Classifier: Intended Audience :: Developers
11
+ Classifier: Programming Language :: Python :: 3
12
+ Classifier: License :: Other/Proprietary License
13
+ Classifier: Operating System :: OS Independent
14
+ Requires-Python: >=3.9
15
+ Description-Content-Type: text/markdown
16
+
17
+ # SpaiMind
18
+
19
+ AI memory and persistent context management for LLM-based agents.
20
+
21
+ Part of the [GlobifAI](https://github.com/globifai) product family by [CrewGR](https://github.com/CrewGR-Platform).
22
+
23
+ > This package is a namespace reservation. Full SDK coming soon.
24
+
25
+ ## Installation
26
+
27
+ ```bash
28
+ pip install spaimind
29
+ ```
30
+
31
+ ## License
32
+
33
+ Proprietary — © 2026 CrewGR. All rights reserved.
@@ -0,0 +1,5 @@
1
+ spaimind/__init__.py,sha256=bqLLKtvJNJxXjZRFsMY7qc4XzC2dmmU3ScDm2l3LSgk,176
2
+ spaimind-0.1.0.dist-info/METADATA,sha256=3x0ShD0g2SQkcWK1gAP6ThzlsEbJ-hlKxBQORHGD9p4,962
3
+ spaimind-0.1.0.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
4
+ spaimind-0.1.0.dist-info/top_level.txt,sha256=vZ_6fsdPJeFAxwZDdfgzrIBPGs1MQqkBDG-BpGlyMPE,9
5
+ spaimind-0.1.0.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (82.0.1)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+
@@ -0,0 +1 @@
1
+ spaimind