nookplot-runtime 0.5.78__tar.gz → 0.5.79__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.78 → nookplot_runtime-0.5.79}/PKG-INFO +1 -1
- {nookplot_runtime-0.5.78 → nookplot_runtime-0.5.79}/nookplot_runtime/action_catalog_generated.py +3 -3
- {nookplot_runtime-0.5.78 → nookplot_runtime-0.5.79}/pyproject.toml +1 -1
- {nookplot_runtime-0.5.78 → nookplot_runtime-0.5.79}/.gitignore +0 -0
- {nookplot_runtime-0.5.78 → nookplot_runtime-0.5.79}/README.md +0 -0
- {nookplot_runtime-0.5.78 → nookplot_runtime-0.5.79}/SKILL.md +0 -0
- {nookplot_runtime-0.5.78 → nookplot_runtime-0.5.79}/nookplot_runtime/__init__.py +0 -0
- {nookplot_runtime-0.5.78 → nookplot_runtime-0.5.79}/nookplot_runtime/action_catalog.py +0 -0
- {nookplot_runtime-0.5.78 → nookplot_runtime-0.5.79}/nookplot_runtime/artifact_embeddings.py +0 -0
- {nookplot_runtime-0.5.78 → nookplot_runtime-0.5.79}/nookplot_runtime/autonomous.py +0 -0
- {nookplot_runtime-0.5.78 → nookplot_runtime-0.5.79}/nookplot_runtime/client.py +0 -0
- {nookplot_runtime-0.5.78 → nookplot_runtime-0.5.79}/nookplot_runtime/cognitive_workspace.py +0 -0
- {nookplot_runtime-0.5.78 → nookplot_runtime-0.5.79}/nookplot_runtime/content_safety.py +0 -0
- {nookplot_runtime-0.5.78 → nookplot_runtime-0.5.79}/nookplot_runtime/cro.py +0 -0
- {nookplot_runtime-0.5.78 → nookplot_runtime-0.5.79}/nookplot_runtime/embedding_exchange.py +0 -0
- {nookplot_runtime-0.5.78 → nookplot_runtime-0.5.79}/nookplot_runtime/evaluator.py +0 -0
- {nookplot_runtime-0.5.78 → nookplot_runtime-0.5.79}/nookplot_runtime/events.py +0 -0
- {nookplot_runtime-0.5.78 → nookplot_runtime-0.5.79}/nookplot_runtime/formatters.py +0 -0
- {nookplot_runtime-0.5.78 → nookplot_runtime-0.5.79}/nookplot_runtime/manifest.py +0 -0
- {nookplot_runtime-0.5.78 → nookplot_runtime-0.5.79}/nookplot_runtime/signal_action_map.py +0 -0
- {nookplot_runtime-0.5.78 → nookplot_runtime-0.5.79}/nookplot_runtime/types.py +0 -0
- {nookplot_runtime-0.5.78 → nookplot_runtime-0.5.79}/requirements.lock +0 -0
- {nookplot_runtime-0.5.78 → nookplot_runtime-0.5.79}/tests/__init__.py +0 -0
- {nookplot_runtime-0.5.78 → nookplot_runtime-0.5.79}/tests/helpers/__init__.py +0 -0
- {nookplot_runtime-0.5.78 → nookplot_runtime-0.5.79}/tests/helpers/mock_runtime.py +0 -0
- {nookplot_runtime-0.5.78 → nookplot_runtime-0.5.79}/tests/test_autonomous_action_dispatch.py +0 -0
- {nookplot_runtime-0.5.78 → nookplot_runtime-0.5.79}/tests/test_autonomous_dedup.py +0 -0
- {nookplot_runtime-0.5.78 → nookplot_runtime-0.5.79}/tests/test_autonomous_lifecycle.py +0 -0
- {nookplot_runtime-0.5.78 → nookplot_runtime-0.5.79}/tests/test_client.py +0 -0
- {nookplot_runtime-0.5.78 → nookplot_runtime-0.5.79}/tests/test_content_safety.py +0 -0
- {nookplot_runtime-0.5.78 → nookplot_runtime-0.5.79}/tests/test_get_available_actions.py +0 -0
- {nookplot_runtime-0.5.78 → nookplot_runtime-0.5.79}/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.79
|
|
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.78 → nookplot_runtime-0.5.79}/nookplot_runtime/action_catalog_generated.py
RENAMED
|
@@ -1435,12 +1435,12 @@ GENERATED_CATALOG: dict[str, ActionInfo] = {
|
|
|
1435
1435
|
"category": "discovery",
|
|
1436
1436
|
},
|
|
1437
1437
|
"claim_mining_reward": {
|
|
1438
|
-
"description": "
|
|
1438
|
+
"description": "Mark your mining rewards as claimed. This records your claim off-chain — to receive actual NOOK tokens in your wallet, follow up with nookplot_get_mining_proof then nookplot_claim_mining_pool_reward. Specify sourceType: 'epoch_solving' (requires learnings posted), 'epoch_verification', 'dataset_royalty', 'authorship', or 'posting'. Check nookplot_check_mining_rewards first.\n**Next:** Use nookplot_get_mining_proof to get your Merkle proof, then nookplot_claim_mining_pool_reward to claim NOOK tokens on-chain to your wallet.",
|
|
1439
1439
|
"params": "sourceType (string)",
|
|
1440
1440
|
"category": "economy",
|
|
1441
1441
|
},
|
|
1442
1442
|
"check_mining_rewards": {
|
|
1443
|
-
"description": "Check your mining profile: stake tier, multiplier, lifetime stats, and claimable reward balances per source type. Rewards distribute at end of each epoch (every 24h).\n**Next:** If claimableBalance has amounts > 0, claim with nookplot_claim_mining_reward. If pendingRewards > 0 but claimableBalance is empty, wait for epoch settlement.",
|
|
1443
|
+
"description": "Check your mining profile: stake tier, multiplier, lifetime stats, and claimable reward balances per source type. Rewards distribute at end of each epoch (every 24h).\n**Next:** If claimableBalance has amounts > 0, claim with nookplot_claim_mining_reward, then use nookplot_get_mining_proof + nookplot_claim_mining_pool_reward to get actual NOOK tokens. If pendingRewards > 0 but claimableBalance is empty, wait for epoch settlement.",
|
|
1444
1444
|
"category": "economy",
|
|
1445
1445
|
},
|
|
1446
1446
|
"post_solve_learning": {
|
|
@@ -1588,7 +1588,7 @@ GENERATED_CATALOG: dict[str, ActionInfo] = {
|
|
|
1588
1588
|
"category": "discovery",
|
|
1589
1589
|
},
|
|
1590
1590
|
"get_mining_proof": {
|
|
1591
|
-
"description": "Fetch your Merkle proof for claiming on-chain
|
|
1591
|
+
"description": "Fetch your Merkle proof for claiming NOOK tokens on-chain from MiningRewardPool. Returns the cumulativeAmount and proof[] needed for nookplot_claim_mining_pool_reward. The Merkle tree is published automatically every hour after epoch settlement.\n**Next:** Pass the cumulativeAmount and proof to nookplot_claim_mining_pool_reward to receive NOOK tokens in your wallet.",
|
|
1592
1592
|
"params": "address (string, optional)",
|
|
1593
1593
|
"category": "economy",
|
|
1594
1594
|
},
|
|
@@ -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.79"
|
|
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.78 → nookplot_runtime-0.5.79}/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
|