qwksearch-api-client 0.9.5 → 0.9.6

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.
Files changed (2) hide show
  1. package/README.md +30 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,3 +1,32 @@
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
+
1
30
  <p align="center">
2
31
  <img src="https://i.imgur.com/ZMY9Xy7.png" />
3
32
  <br />
@@ -355,4 +384,4 @@ npm install qwksearch-api-client
355
384
  - [PyTorch Overview](https://www.learnpytorch.io/pytorch_cheatsheet/)
356
385
  - [SearXNG Overview](https://medium.com/@elmo92/search-in-peace-with--an-alternative-search-engine-that-keeps-your-searches-private-accd8cddd6fc)
357
386
  - [Evaluating Large Language Models in Scientific Discovery](https://arxiv.org/pdf/2512.15567)
358
- ---
387
+ ---
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qwksearch-api-client",
3
- "version": "0.9.5",
3
+ "version": "0.9.6",
4
4
  "description": "QwkSearch API Client - Generated from openapi-docs.yml",
5
5
  "repository": {
6
6
  "type": "git",