qwksearch-api-client 0.9.6 → 0.9.8
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 +1 -30
- package/package.json +3 -2
package/README.md
CHANGED
|
@@ -1,32 +1,3 @@
|
|
|
1
|
-
<p align="center">
|
|
2
|
-
<br />
|
|
3
|
-
<a href="https://www.npmjs.com/package/qwksearch-api-client"><img src="https://img.shields.io/npm/dm/qwksearch-api-client.svg" alt="NPM Monthly Downloads"></a>
|
|
4
|
-
<a href="https://www.npmjs.com/package/qwksearch-api-client"><img src="https://img.shields.io/npm/v/qwksearch-api-client.svg" alt="npm version"></a>
|
|
5
|
-
<a href="https://discord.gg/SJdBqBz3tV">
|
|
6
|
-
<img src="https://img.shields.io/discord/1110227955554209923.svg?label=Chat&logo=Discord&colorB=7289da&style=flat"
|
|
7
|
-
alt="Join Discord" />
|
|
8
|
-
</a>
|
|
9
|
-
<a href="https://github.com/vtempest/qwksearch-research-agent/discussions">
|
|
10
|
-
<img alt="GitHub Stars" src="https://img.shields.io/github/stars/vtempest/qwksearch-research-agent" /></a>
|
|
11
|
-
<br />
|
|
12
|
-
<a href="https://github.com/vtempest/qwksearch-research-agent/discussions">
|
|
13
|
-
<img alt="GitHub Discussions"
|
|
14
|
-
src="https://img.shields.io/github/discussions/vtempest/qwksearch-research-agent" />
|
|
15
|
-
</a>
|
|
16
|
-
<a href="https://github.com/vtempest/qwksearch-research-agent/pulse" alt="Activity">
|
|
17
|
-
<img src="https://img.shields.io/github/commit-activity/m/vtempest/qwksearch-research-agent" />
|
|
18
|
-
</a>
|
|
19
|
-
<img src="https://img.shields.io/github/last-commit/vtempest/qwksearch-research-agent.svg" alt="GitHub last commit" />
|
|
20
|
-
<br />
|
|
21
|
-
<a href="https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request">
|
|
22
|
-
<img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg"
|
|
23
|
-
alt="PRs Welcome" />
|
|
24
|
-
</a>
|
|
25
|
-
<a href="https://codespaces.new/vtempest/qwksearch-research-agent">
|
|
26
|
-
<img src="https://github.com/codespaces/badge.svg" width="150" height="20" />
|
|
27
|
-
</a>
|
|
28
|
-
</p>
|
|
29
|
-
|
|
30
1
|
<p align="center">
|
|
31
2
|
<img src="https://i.imgur.com/ZMY9Xy7.png" />
|
|
32
3
|
<br />
|
|
@@ -384,4 +355,4 @@ npm install qwksearch-api-client
|
|
|
384
355
|
- [PyTorch Overview](https://www.learnpytorch.io/pytorch_cheatsheet/)
|
|
385
356
|
- [SearXNG Overview](https://medium.com/@elmo92/search-in-peace-with--an-alternative-search-engine-that-keeps-your-searches-private-accd8cddd6fc)
|
|
386
357
|
- [Evaluating Large Language Models in Scientific Discovery](https://arxiv.org/pdf/2512.15567)
|
|
387
|
-
---
|
|
358
|
+
---
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "qwksearch-api-client",
|
|
3
|
-
"version": "0.9.
|
|
3
|
+
"version": "0.9.8",
|
|
4
4
|
"description": "QwkSearch API Client - Generated from openapi-docs.yml",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -35,5 +35,6 @@
|
|
|
35
35
|
"terser": "^5.44.1",
|
|
36
36
|
"vite-plugin-dts": "^5.0.3",
|
|
37
37
|
"vite": "^8.1.3"
|
|
38
|
-
}
|
|
38
|
+
},
|
|
39
|
+
"license": "rights.institute/PROSPER"
|
|
39
40
|
}
|