sciverse 0.3.0 → 0.4.2
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 +4 -4
- package/dist/tools.d.ts +1 -1
- package/dist/tools.js +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -140,8 +140,8 @@ try {
|
|
|
140
140
|
|
|
141
141
|
### Links
|
|
142
142
|
|
|
143
|
-
- Source repo: <https://github.com/opendatalab/
|
|
144
|
-
- Changelog: <https://github.com/opendatalab/
|
|
143
|
+
- Source repo: <https://github.com/opendatalab/Sciverse-Agent-Tools>
|
|
144
|
+
- Changelog: <https://github.com/opendatalab/Sciverse-Agent-Tools/blob/main/CHANGELOG.md>
|
|
145
145
|
- Console (get a token): <https://sciverse.space>
|
|
146
146
|
- License: Apache-2.0
|
|
147
147
|
|
|
@@ -276,7 +276,7 @@ try {
|
|
|
276
276
|
|
|
277
277
|
### 链接
|
|
278
278
|
|
|
279
|
-
- 源码仓库:<https://github.com/opendatalab/
|
|
280
|
-
- 变更日志:<https://github.com/opendatalab/
|
|
279
|
+
- 源码仓库:<https://github.com/opendatalab/Sciverse-Agent-Tools>
|
|
280
|
+
- 变更日志:<https://github.com/opendatalab/Sciverse-Agent-Tools/blob/main/CHANGELOG.md>
|
|
281
281
|
- 控制台申请 Token:<https://sciverse.space>
|
|
282
282
|
- 协议:Apache-2.0
|
package/dist/tools.d.ts
CHANGED
package/dist/tools.js
CHANGED
package/package.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sciverse",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.4.2",
|
|
4
4
|
"description": "SciVerse Agent Tools — OpenAI/Anthropic/LangChain compatible tool schema and async client for SciVerse retrieval APIs",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
|
-
"homepage": "https://github.com/opendatalab/
|
|
6
|
+
"homepage": "https://github.com/opendatalab/Sciverse-Agent-Tools/tree/main/packages/typescript",
|
|
7
7
|
"repository": {
|
|
8
8
|
"type": "git",
|
|
9
|
-
"url": "git+https://github.com/opendatalab/
|
|
9
|
+
"url": "git+https://github.com/opendatalab/Sciverse-Agent-Tools.git",
|
|
10
10
|
"directory": "packages/typescript"
|
|
11
11
|
},
|
|
12
12
|
"bugs": {
|
|
13
|
-
"url": "https://github.com/opendatalab/
|
|
13
|
+
"url": "https://github.com/opendatalab/Sciverse-Agent-Tools/issues"
|
|
14
14
|
},
|
|
15
15
|
"author": "SciVerse Platform Team",
|
|
16
16
|
"keywords": [
|