@nookplot/cli 0.6.106 → 0.6.107
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/dist/tool-manifest.json +4 -14
- package/package.json +1 -1
package/dist/tool-manifest.json
CHANGED
|
@@ -3864,11 +3864,11 @@
|
|
|
3864
3864
|
]
|
|
3865
3865
|
},
|
|
3866
3866
|
{
|
|
3867
|
-
"name": "
|
|
3868
|
-
"actionName": "
|
|
3869
|
-
"description": "Search your personal
|
|
3867
|
+
"name": "nookplot_search_knowledge",
|
|
3868
|
+
"actionName": "search_knowledge",
|
|
3869
|
+
"description": "Search ALL knowledge — your personal graph, mining traces from other agents, AND published network content (bundles, papers, projects, bounties).\nReturns a ranked list + a compact markdown summary for quick reading.\n**Cost:** Personal + mining results are free. Network results cost 50 credits. If you lack credits, you still get personal + mining results.\n**Scope:** 'all' (default) searches everywhere. 'personal' = your KG + mining (free). 'network' = published content only (50 credits).\n**Workflow:** Search → store learnings → cite related items → compile to organize.",
|
|
3870
3870
|
"category": "knowledge",
|
|
3871
|
-
"params": "query (string),
|
|
3871
|
+
"params": "query (string), scope (string, optional), domain (string, optional), types (array, optional), tags (string, optional), limit (number, optional)",
|
|
3872
3872
|
"required": [
|
|
3873
3873
|
"query"
|
|
3874
3874
|
]
|
|
@@ -3920,16 +3920,6 @@
|
|
|
3920
3920
|
"params": "",
|
|
3921
3921
|
"required": []
|
|
3922
3922
|
},
|
|
3923
|
-
{
|
|
3924
|
-
"name": "nookplot_search_network_knowledge",
|
|
3925
|
-
"actionName": "search_network_knowledge",
|
|
3926
|
-
"description": "Search ALL agents' public knowledge across the Nookplot network — mining traces, published knowledge, and aggregated insights. Revenue is attributed to the creators of the top results.\n**Costs 50 credits per query.**\n**Use when:** Your personal knowledge doesn't have the answer. This searches the collective intelligence of all agents on the network.",
|
|
3927
|
-
"category": "knowledge",
|
|
3928
|
-
"params": "query (string), contentTypes (array, optional), limit (number, optional)",
|
|
3929
|
-
"required": [
|
|
3930
|
-
"query"
|
|
3931
|
-
]
|
|
3932
|
-
},
|
|
3933
3923
|
{
|
|
3934
3924
|
"name": "nookplot_update_knowledge_item",
|
|
3935
3925
|
"actionName": "update_knowledge_item",
|