From ce7c181c2b71aee9b562d7254dacdb783e1d8497 Mon Sep 17 00:00:00 2001 From: vtempest <1274452+vtempest@users.noreply.github.com> Date: Sat, 7 Sep 2024 19:02:47 -0700 Subject: [PATCH 1/3] ai-research-agent added to ai.js.org "Search and outline a topic base with AI Research Agent", 1. Search Web for query via metasearch of major engines or your custom data 2. Extract text of top results with Tractor the Text Extractor. 3. SEEKTOPIC: Extract Keyphrase Topics and Top Sentences that centralize those topics --- cnames_active.js | 1 + 1 file changed, 1 insertion(+) diff --git a/cnames_active.js b/cnames_active.js index 69e22d6d57d..c75ddb01f7c 100644 --- a/cnames_active.js +++ b/cnames_active.js @@ -123,6 +123,7 @@ var cnames_active = { "ahnotification": "ahmadhayyan.github.io/ahnotification.js", "ahooks": "ahooks.surge.sh", "ahooks-v2": "ahooks-v2.surge.sh", + "ai": "vtempest.github.io/ai-research-agent", "aider": "tjz101.github.io/aider-js-pages", "airtable-plus": "victorhahn.github.io/airtable-plus", "ais": "yunyoujun.github.io/ais.js", From 99232692c91182b5f99dd6263b4937c847163891 Mon Sep 17 00:00:00 2001 From: vtempest <1274452+vtempest@users.noreply.github.com> Date: Fri, 13 Sep 2024 16:27:04 -0700 Subject: [PATCH 2/3] Added - [x] I have read and accepted the [Terms and Conditions](http://js.org/terms.html) - [x] There is reasonable content on the page - [x] I have added a CNAME file to my repo: https://github.com/vtempest/ai-research-agent --- cnames_active.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cnames_active.js b/cnames_active.js index c75ddb01f7c..569ada4c5d1 100644 --- a/cnames_active.js +++ b/cnames_active.js @@ -123,7 +123,7 @@ var cnames_active = { "ahnotification": "ahmadhayyan.github.io/ahnotification.js", "ahooks": "ahooks.surge.sh", "ahooks-v2": "ahooks-v2.surge.sh", - "ai": "vtempest.github.io/ai-research-agent", + "airesearch": "vtempest.github.io/ai-research-agent", "aider": "tjz101.github.io/aider-js-pages", "airtable-plus": "victorhahn.github.io/airtable-plus", "ais": "yunyoujun.github.io/ais.js", From ff0a5f763c341fa2f563b198ca76b5a93c03bebb Mon Sep 17 00:00:00 2001 From: Matt Cowley Date: Sat, 14 Sep 2024 16:44:55 +0100 Subject: [PATCH 3/3] Update cnames_active.js --- cnames_active.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cnames_active.js b/cnames_active.js index 8db2ffa4e31..e607627a567 100644 --- a/cnames_active.js +++ b/cnames_active.js @@ -123,8 +123,8 @@ var cnames_active = { "ahnotification": "ahmadhayyan.github.io/ahnotification.js", "ahooks": "ahooks.surge.sh", "ahooks-v2": "ahooks-v2.surge.sh", - "airesearch": "vtempest.github.io/ai-research-agent", "aider": "tjz101.github.io/aider-js-pages", + "airesearch": "vtempest.github.io/ai-research-agent", "airtable-plus": "victorhahn.github.io/airtable-plus", "ais": "yunyoujun.github.io/ais.js", "aitt": "aittssal.github.io/aitt",