easyresearch 0.0.66 → 0.0.69
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 +2 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -22,7 +22,8 @@ Name collisions use the explicit `/skill:<skill-name>` form.
|
|
|
22
22
|
|
|
23
23
|
The first run extracts bundled Agents and Skills and creates a Python environment
|
|
24
24
|
for paper search and conversion; watch the terminal for progress. Python 3 on
|
|
25
|
-
`PATH` enables PDF conversion
|
|
25
|
+
`PATH` enables PDF conversion and arXiv SDK features. Bundled Web search does
|
|
26
|
+
not depend on Python.
|
|
26
27
|
Startup degrades gracefully when Python is unavailable.
|
|
27
28
|
|
|
28
29
|
```sh
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "easyresearch",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.69",
|
|
4
4
|
"description": "Local AI research workspace for literature, experiments, figures, and papers",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -23,9 +23,9 @@
|
|
|
23
23
|
"easyresearch": "./launcher.mjs"
|
|
24
24
|
},
|
|
25
25
|
"optionalDependencies": {
|
|
26
|
-
"easyresearch-linux-x64": "0.0.
|
|
27
|
-
"easyresearch-darwin-arm64": "0.0.
|
|
28
|
-
"easyresearch-windows-x64": "0.0.
|
|
26
|
+
"easyresearch-linux-x64": "0.0.69",
|
|
27
|
+
"easyresearch-darwin-arm64": "0.0.69",
|
|
28
|
+
"easyresearch-windows-x64": "0.0.69"
|
|
29
29
|
},
|
|
30
30
|
"publishConfig": {
|
|
31
31
|
"registry": "https://registry.npmjs.org/"
|