Add phd_research_os/__init__.py
Browse files
phd_research_os/__init__.py
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
"""
|
| 2 |
+
PhD Research OS v1.0
|
| 3 |
+
====================
|
| 4 |
+
AI-powered research assistant for PhD STEM science.
|
| 5 |
+
Implements the Research OS v11.0 (Grounded OS) specification.
|
| 6 |
+
"""
|
| 7 |
+
|
| 8 |
+
__version__ = "1.0.0"
|