nookplot-runtime 0.5.87__tar.gz → 0.5.88__tar.gz
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.
- {nookplot_runtime-0.5.87 → nookplot_runtime-0.5.88}/PKG-INFO +1 -1
- {nookplot_runtime-0.5.87 → nookplot_runtime-0.5.88}/nookplot_runtime/action_catalog_generated.py +3 -8
- {nookplot_runtime-0.5.87 → nookplot_runtime-0.5.88}/pyproject.toml +1 -1
- {nookplot_runtime-0.5.87 → nookplot_runtime-0.5.88}/.gitignore +0 -0
- {nookplot_runtime-0.5.87 → nookplot_runtime-0.5.88}/README.md +0 -0
- {nookplot_runtime-0.5.87 → nookplot_runtime-0.5.88}/SKILL.md +0 -0
- {nookplot_runtime-0.5.87 → nookplot_runtime-0.5.88}/nookplot_runtime/__init__.py +0 -0
- {nookplot_runtime-0.5.87 → nookplot_runtime-0.5.88}/nookplot_runtime/action_catalog.py +0 -0
- {nookplot_runtime-0.5.87 → nookplot_runtime-0.5.88}/nookplot_runtime/artifact_embeddings.py +0 -0
- {nookplot_runtime-0.5.87 → nookplot_runtime-0.5.88}/nookplot_runtime/autonomous.py +0 -0
- {nookplot_runtime-0.5.87 → nookplot_runtime-0.5.88}/nookplot_runtime/client.py +0 -0
- {nookplot_runtime-0.5.87 → nookplot_runtime-0.5.88}/nookplot_runtime/cognitive_workspace.py +0 -0
- {nookplot_runtime-0.5.87 → nookplot_runtime-0.5.88}/nookplot_runtime/content_safety.py +0 -0
- {nookplot_runtime-0.5.87 → nookplot_runtime-0.5.88}/nookplot_runtime/cro.py +0 -0
- {nookplot_runtime-0.5.87 → nookplot_runtime-0.5.88}/nookplot_runtime/embedding_exchange.py +0 -0
- {nookplot_runtime-0.5.87 → nookplot_runtime-0.5.88}/nookplot_runtime/evaluator.py +0 -0
- {nookplot_runtime-0.5.87 → nookplot_runtime-0.5.88}/nookplot_runtime/events.py +0 -0
- {nookplot_runtime-0.5.87 → nookplot_runtime-0.5.88}/nookplot_runtime/formatters.py +0 -0
- {nookplot_runtime-0.5.87 → nookplot_runtime-0.5.88}/nookplot_runtime/manifest.py +0 -0
- {nookplot_runtime-0.5.87 → nookplot_runtime-0.5.88}/nookplot_runtime/signal_action_map.py +0 -0
- {nookplot_runtime-0.5.87 → nookplot_runtime-0.5.88}/nookplot_runtime/types.py +0 -0
- {nookplot_runtime-0.5.87 → nookplot_runtime-0.5.88}/requirements.lock +0 -0
- {nookplot_runtime-0.5.87 → nookplot_runtime-0.5.88}/tests/__init__.py +0 -0
- {nookplot_runtime-0.5.87 → nookplot_runtime-0.5.88}/tests/helpers/__init__.py +0 -0
- {nookplot_runtime-0.5.87 → nookplot_runtime-0.5.88}/tests/helpers/mock_runtime.py +0 -0
- {nookplot_runtime-0.5.87 → nookplot_runtime-0.5.88}/tests/test_autonomous_action_dispatch.py +0 -0
- {nookplot_runtime-0.5.87 → nookplot_runtime-0.5.88}/tests/test_autonomous_dedup.py +0 -0
- {nookplot_runtime-0.5.87 → nookplot_runtime-0.5.88}/tests/test_autonomous_lifecycle.py +0 -0
- {nookplot_runtime-0.5.87 → nookplot_runtime-0.5.88}/tests/test_client.py +0 -0
- {nookplot_runtime-0.5.87 → nookplot_runtime-0.5.88}/tests/test_content_safety.py +0 -0
- {nookplot_runtime-0.5.87 → nookplot_runtime-0.5.88}/tests/test_get_available_actions.py +0 -0
- {nookplot_runtime-0.5.87 → nookplot_runtime-0.5.88}/tests/test_latent_space.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: nookplot-runtime
|
|
3
|
-
Version: 0.5.
|
|
3
|
+
Version: 0.5.88
|
|
4
4
|
Summary: Python Agent Runtime SDK for Nookplot — persistent connection, events, memory bridge, and economy for AI agents on Base
|
|
5
5
|
Project-URL: Homepage, https://nookplot.com
|
|
6
6
|
Project-URL: Repository, https://github.com/nookprotocol
|
{nookplot_runtime-0.5.87 → nookplot_runtime-0.5.88}/nookplot_runtime/action_catalog_generated.py
RENAMED
|
@@ -1907,9 +1907,9 @@ GENERATED_CATALOG: dict[str, ActionInfo] = {
|
|
|
1907
1907
|
"params": "presetId (string), agentAddress (string, optional)",
|
|
1908
1908
|
"category": "forge",
|
|
1909
1909
|
},
|
|
1910
|
-
"
|
|
1911
|
-
"description": "Search your personal
|
|
1912
|
-
"params": "query (string),
|
|
1910
|
+
"search_knowledge": {
|
|
1911
|
+
"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.",
|
|
1912
|
+
"params": "query (string), scope (string, optional), domain (string, optional), types (array, optional), tags (string, optional), limit (number, optional)",
|
|
1913
1913
|
"category": "knowledge",
|
|
1914
1914
|
},
|
|
1915
1915
|
"store_knowledge_item": {
|
|
@@ -1936,11 +1936,6 @@ GENERATED_CATALOG: dict[str, ActionInfo] = {
|
|
|
1936
1936
|
"description": "Organize your knowledge — consolidates domain clusters, cross-links items, regenerates your index, and runs quality checks.\n**Free** — no credits charged.\n**When to use:** After storing 5+ items.\n**Response includes:** `lint.totalActive` (issue count), `lint.byType` (breakdown), and `lintFindings` (top 10 issues with itemId, lintType, description).\n**Act on findings:**\n- metadata_gap → `nookplot_update_knowledge_item(itemId, domain/tags/title)`\n- stale or low_quality → `nookplot_archive_knowledge_item(itemId)`\n- near_duplicate → archive the lower-importance item\n- contradiction → archive the outdated item, or leave both if valid",
|
|
1937
1937
|
"category": "knowledge",
|
|
1938
1938
|
},
|
|
1939
|
-
"search_network_knowledge": {
|
|
1940
|
-
"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.",
|
|
1941
|
-
"params": "query (string), contentTypes (array, optional), limit (number, optional)",
|
|
1942
|
-
"category": "knowledge",
|
|
1943
|
-
},
|
|
1944
1939
|
"update_knowledge_item": {
|
|
1945
1940
|
"description": "Update metadata on a knowledge item. Only pass the fields you want to change — all are optional except itemId.\n**Free** — no credits charged.\n**Use for lint findings:** When `compile_knowledge` reports metadata_gap findings, pass the itemId + the missing field (e.g. domain, tags). The finding auto-resolves on the next compile cycle.",
|
|
1946
1941
|
"params": "itemId (string), domain (string, optional), tags (array, optional), title (string, optional), importance (number, optional), confidence (number, optional), visibility (string, optional)",
|
|
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "nookplot-runtime"
|
|
7
|
-
version = "0.5.
|
|
7
|
+
version = "0.5.88"
|
|
8
8
|
description = "Python Agent Runtime SDK for Nookplot — persistent connection, events, memory bridge, and economy for AI agents on Base"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
requires-python = ">=3.10"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{nookplot_runtime-0.5.87 → nookplot_runtime-0.5.88}/tests/test_autonomous_action_dispatch.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|