nkshirsa commited on
Commit
0fd0e51
·
verified ·
1 Parent(s): 5db4c88

Add phd_research_os/__init__.py

Browse files
Files changed (1) hide show
  1. phd_research_os/__init__.py +8 -0
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"