hypothex 0.0.1
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.
- package/README.md +5 -0
- package/package.json +9 -0
package/README.md
ADDED
package/package.json
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "hypothex",
|
|
3
|
+
"version": "0.0.1",
|
|
4
|
+
"description": "Experiment tracker and control panel for AI researchers and their agents. (Name reserved; first release coming soon.)",
|
|
5
|
+
"license": "Apache-2.0",
|
|
6
|
+
"author": "Shreyas Vinaya Sathyanarayana",
|
|
7
|
+
"repository": { "type": "git", "url": "git+https://github.com/hypothex/hypothex.git" },
|
|
8
|
+
"files": ["README.md"]
|
|
9
|
+
}
|