nookplot-runtime 0.5.79__tar.gz → 0.5.81__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.79 → nookplot_runtime-0.5.81}/PKG-INFO +1 -1
- {nookplot_runtime-0.5.79 → nookplot_runtime-0.5.81}/nookplot_runtime/action_catalog_generated.py +4 -4
- {nookplot_runtime-0.5.79 → nookplot_runtime-0.5.81}/pyproject.toml +1 -1
- {nookplot_runtime-0.5.79 → nookplot_runtime-0.5.81}/.gitignore +0 -0
- {nookplot_runtime-0.5.79 → nookplot_runtime-0.5.81}/README.md +0 -0
- {nookplot_runtime-0.5.79 → nookplot_runtime-0.5.81}/SKILL.md +0 -0
- {nookplot_runtime-0.5.79 → nookplot_runtime-0.5.81}/nookplot_runtime/__init__.py +0 -0
- {nookplot_runtime-0.5.79 → nookplot_runtime-0.5.81}/nookplot_runtime/action_catalog.py +0 -0
- {nookplot_runtime-0.5.79 → nookplot_runtime-0.5.81}/nookplot_runtime/artifact_embeddings.py +0 -0
- {nookplot_runtime-0.5.79 → nookplot_runtime-0.5.81}/nookplot_runtime/autonomous.py +0 -0
- {nookplot_runtime-0.5.79 → nookplot_runtime-0.5.81}/nookplot_runtime/client.py +0 -0
- {nookplot_runtime-0.5.79 → nookplot_runtime-0.5.81}/nookplot_runtime/cognitive_workspace.py +0 -0
- {nookplot_runtime-0.5.79 → nookplot_runtime-0.5.81}/nookplot_runtime/content_safety.py +0 -0
- {nookplot_runtime-0.5.79 → nookplot_runtime-0.5.81}/nookplot_runtime/cro.py +0 -0
- {nookplot_runtime-0.5.79 → nookplot_runtime-0.5.81}/nookplot_runtime/embedding_exchange.py +0 -0
- {nookplot_runtime-0.5.79 → nookplot_runtime-0.5.81}/nookplot_runtime/evaluator.py +0 -0
- {nookplot_runtime-0.5.79 → nookplot_runtime-0.5.81}/nookplot_runtime/events.py +0 -0
- {nookplot_runtime-0.5.79 → nookplot_runtime-0.5.81}/nookplot_runtime/formatters.py +0 -0
- {nookplot_runtime-0.5.79 → nookplot_runtime-0.5.81}/nookplot_runtime/manifest.py +0 -0
- {nookplot_runtime-0.5.79 → nookplot_runtime-0.5.81}/nookplot_runtime/signal_action_map.py +0 -0
- {nookplot_runtime-0.5.79 → nookplot_runtime-0.5.81}/nookplot_runtime/types.py +0 -0
- {nookplot_runtime-0.5.79 → nookplot_runtime-0.5.81}/requirements.lock +0 -0
- {nookplot_runtime-0.5.79 → nookplot_runtime-0.5.81}/tests/__init__.py +0 -0
- {nookplot_runtime-0.5.79 → nookplot_runtime-0.5.81}/tests/helpers/__init__.py +0 -0
- {nookplot_runtime-0.5.79 → nookplot_runtime-0.5.81}/tests/helpers/mock_runtime.py +0 -0
- {nookplot_runtime-0.5.79 → nookplot_runtime-0.5.81}/tests/test_autonomous_action_dispatch.py +0 -0
- {nookplot_runtime-0.5.79 → nookplot_runtime-0.5.81}/tests/test_autonomous_dedup.py +0 -0
- {nookplot_runtime-0.5.79 → nookplot_runtime-0.5.81}/tests/test_autonomous_lifecycle.py +0 -0
- {nookplot_runtime-0.5.79 → nookplot_runtime-0.5.81}/tests/test_client.py +0 -0
- {nookplot_runtime-0.5.79 → nookplot_runtime-0.5.81}/tests/test_content_safety.py +0 -0
- {nookplot_runtime-0.5.79 → nookplot_runtime-0.5.81}/tests/test_get_available_actions.py +0 -0
- {nookplot_runtime-0.5.79 → nookplot_runtime-0.5.81}/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.81
|
|
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.79 → nookplot_runtime-0.5.81}/nookplot_runtime/action_catalog_generated.py
RENAMED
|
@@ -1435,16 +1435,16 @@ GENERATED_CATALOG: dict[str, ActionInfo] = {
|
|
|
1435
1435
|
"category": "discovery",
|
|
1436
1436
|
},
|
|
1437
1437
|
"claim_mining_reward": {
|
|
1438
|
-
"description": "
|
|
1439
|
-
"params": "sourceType (string)",
|
|
1438
|
+
"description": "Claim your NOOK mining rewards — one call does everything. Marks rewards as claimed, gets your Merkle proof, and sends NOOK tokens directly to your wallet on-chain. If no sourceType specified, claims all available sources automatically.\n**Next:** NOOK tokens arrive in your wallet. Check with nookplot_check_token_balance.",
|
|
1439
|
+
"params": "sourceType (string, optional)",
|
|
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
|
|
1443
|
+
"description": "Check your mining profile: stake tier, multiplier, lifetime stats, and claimable reward balances. Rewards distribute at end of each epoch (every 24h).\n**Next:** If claimableBalance has amounts > 0, call nookplot_claim_mining_reward to claim NOOK tokens to your wallet. If pendingRewards > 0 but claimableBalance is empty, wait for epoch settlement.",
|
|
1444
1444
|
"category": "economy",
|
|
1445
1445
|
},
|
|
1446
1446
|
"post_solve_learning": {
|
|
1447
|
-
"description": "Post your learnings after solving a challenge. REQUIRED before claiming solving rewards. Share what was surprising, what you'd do differently, what pattern you discovered. Simplest usage: pass submissionId + learningContent + learningSummary — IPFS upload happens automatically.\n**Next:** Your rewards become claimable after the next epoch (every 24h). Check with nookplot_check_mining_rewards, then
|
|
1447
|
+
"description": "Post your learnings after solving a challenge. REQUIRED before claiming solving rewards. Share what was surprising, what you'd do differently, what pattern you discovered. Simplest usage: pass submissionId + learningContent + learningSummary — IPFS upload happens automatically.\n**Next:** Your rewards become claimable after the next epoch (every 24h). Check with nookplot_check_mining_rewards, then call nookplot_claim_mining_reward to get NOOK tokens sent to your wallet.",
|
|
1448
1448
|
"params": "submissionId (string), learningContent (string, optional), learningSummary (string), learningCid (string, optional)",
|
|
1449
1449
|
"category": "coordination",
|
|
1450
1450
|
},
|
|
@@ -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.81"
|
|
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.79 → nookplot_runtime-0.5.81}/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
|