@sciagent/cli-win32-x64 1.0.2 → 1.0.4
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/bin/sciagent.exe +0 -0
- package/package.json +1 -1
- package/bin/sciagent +0 -10
package/bin/sciagent.exe
CHANGED
|
Binary file
|
package/package.json
CHANGED
package/bin/sciagent
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
#!/bin/sh
|
|
2
|
-
echo "SciAgent CLI - Platform not yet available"
|
|
3
|
-
echo ""
|
|
4
|
-
echo "This platform binary is not yet built."
|
|
5
|
-
echo "Please build from source:"
|
|
6
|
-
echo " 1. Clone: git clone https://gitee.com/garva/research-agent.git"
|
|
7
|
-
echo " 2. Build: python build_cli.py --cli"
|
|
8
|
-
echo ""
|
|
9
|
-
echo "Currently available: Linux x64 (npm install -g @sciagent/cli on Linux x64)"
|
|
10
|
-
exit 1
|