qwksearch-api-client 0.9.1 → 0.9.3

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 +42 -6
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,10 +1,25 @@
1
1
  <p align="center">
2
- <img src="https://i.imgur.com/DqnjYfC.png" alt="QwkSearch Logo" width="200"/>
3
- </p>
4
-
5
- <p align="center">
6
- <strong>Search, extract, vectorize and outline a topic base with AI Research Agent</strong>
7
- </p>
2
+ <img src="https://i.imgur.com/ZMY9Xy7.png" />
3
+ <br />
4
+ <a href="https://doi.org/10.5281/zenodo.20951725"><img src="https://zenodo.org/badge/DOI/10.5281/zenodo.20951725.svg" alt="DOI"></a>
5
+ <a href="https://deepwiki.com/OpenSourceAGI/qwksearch-research-agent"><img src="https://deepwiki.com/badge.svg" alt="Ask DeepWiki"></a>
6
+ <a href="https://qwksearch.com/api/docs"><img src="https://ihttps://www.npmjs.com/package/pdf-to-html-doclingmg.shields.io/badge/Docs-blue?logo=ReadTheDocs&logoColor=white" alt="Documentation" /></a>
7
+ <a href="https://qwksearch.com/api/docs"><img src="https://img.shields.io/badge/API-blue?logo=fastapi&logoColor=white" alt="API badge"></a>
8
+ <br />
9
+ <a href="https://github.com/vtempest/qwksearch-research-agent/discussions"><img alt="GitHub Stars" src="https://img.shields.io/github/stars/vtempest/qwksearch-research-agent" /></a>
10
+ <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>
11
+ <a href="https://github.com/OpenSourceAGI/qwksearch-research-agent/graphs/contributors" alt="Activity"><img src="https://img.shields.io/github/commit-activity/m/vtempest/qwksearch-research-agent" /></a>
12
+ <a href="https://github.com/OpenSourceAGI/qwksearch-research-agent/commits/master/"><img src="https://img.shields.io/github/last-commit/vtempest/qwksearch-research-agent.svg" alt="GitHub last commit" /></a>
13
+ <br />
14
+ <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>
15
+ <a href="https://discord.gg/SJdBqBz3tV"><img src="https://img.shields.io/discord/1110227955554209923.svg?label=Chat&logo=Discord&colorB=7289da&style=flat" alt="Join Discord" /></a>
16
+ <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"><img src="https://img.shields.io/badge/PRs-welcome-brightgreen.svg"
17
+ alt="PRs Welcome" /></a>
18
+ <a href="https://codespaces.new/vtempest/qwksearch-research-agent"><img src="https://github.com/codespaces/badge.svg" width="150" height="20" /></a>
19
+ <br />
20
+ <img src="https://img.shields.io/badge/Claude-D97757?logo=claude&logoColor=fff" alt="Claude AI"> <img src="https://img.shields.io/badge/Cloudflare-F38020?logo=Cloudflare&logoColor=white" alt="Cloudflare"> <img src="https://img.shields.io/badge/shadcn%2Fui-000?logo=shadcnui&logoColor=fff" alt="shadcn/ui"> <img src="https://img.shields.io/badge/Next.js-black" alt="Next.js" />
21
+ <a href="https://better-auth.com/docs/introduction" target="_blank"><img src="https://i.imgur.com/eaGdjBq.png" alt="better-auth" /></a>
22
+ </p>
8
23
 
9
24
  <p align="center">
10
25
  <a href="https://qwksearch.com">Demo</a> •
@@ -12,6 +27,27 @@
12
27
  <a href="https://github.com/vtempest/ai-research-agent">GitHub</a>
13
28
  </p>
14
29
 
30
+
31
+ ## 🧠💻 Reimagine the Internet as Self-Organizing Mind Map
32
+
33
+ <p align="center">
34
+ <img src="https://i.imgur.com/Z9OJMwd.gif" />
35
+ </p>
36
+
37
+ Critical times call for critical thinkers to create a crowdsourced argument reasoning dataset, for AI models to recommend research quotes, to evolve crowdsourced chain-of-thought reasoning, to unlock faster ways to read long articles, to monitor developments by topic modeling a knowledge base graph, and to provide a public service of answers to research.
38
+
39
+ Language Models can distill the essence of collective thought into a vector space where every point has a weighted value representing its contribution to the overall decision-making process. AI will show its reasoning based on what sentences and cites it used from the collective research, so that people can see it is aligned with our interests. Research Agents recommend articles for human researchers working alongside AI to develop a summarized topic outline as a public service. The agents monitor for any related articles via web searches for keywords associated with that Topic Model. Imagine uploading a research paper, then the app extracts full text of reference cites and creates topic model and keyword summaries, then monitors that literature base and stores highlights. People will make personal knowledge bases of what influences them to create AI assistants cloning their mind-uploaded perspective and interests in a self-organizing mind map.
40
+
41
+ ```bash
42
+ # Download Source
43
+ bun x git0 vtempest/qwksearch-research-agent
44
+ ```
45
+
46
+ ```bash
47
+ # Import API Client
48
+ bun i qwksearch-api-client
49
+ ```
50
+
15
51
  ## Overview
16
52
 
17
53
  QwkSearch API provides three core services for AI-powered research and content analysis:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qwksearch-api-client",
3
- "version": "0.9.1",
3
+ "version": "0.9.3",
4
4
  "description": "QwkSearch API Client - Generated from openapi-docs.yml",
5
5
  "repository": {
6
6
  "type": "git",
@@ -36,4 +36,4 @@
36
36
  "vite-plugin-dts": "^5.0.3",
37
37
  "vite": "^8.1.3"
38
38
  }
39
- }
39
+ }