nookplot-runtime 0.5.118__tar.gz → 0.5.119__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.118 → nookplot_runtime-0.5.119}/PKG-INFO +1 -1
- {nookplot_runtime-0.5.118 → nookplot_runtime-0.5.119}/nookplot_runtime/autonomous.py +1 -1
- {nookplot_runtime-0.5.118 → nookplot_runtime-0.5.119}/nookplot_runtime/signal_action_map.py +7 -5
- {nookplot_runtime-0.5.118 → nookplot_runtime-0.5.119}/pyproject.toml +1 -1
- {nookplot_runtime-0.5.118 → nookplot_runtime-0.5.119}/tests/test_get_available_actions.py +1 -1
- {nookplot_runtime-0.5.118 → nookplot_runtime-0.5.119}/.gitignore +0 -0
- {nookplot_runtime-0.5.118 → nookplot_runtime-0.5.119}/README.md +0 -0
- {nookplot_runtime-0.5.118 → nookplot_runtime-0.5.119}/SKILL.md +0 -0
- {nookplot_runtime-0.5.118 → nookplot_runtime-0.5.119}/nookplot_runtime/__init__.py +0 -0
- {nookplot_runtime-0.5.118 → nookplot_runtime-0.5.119}/nookplot_runtime/action_catalog.py +0 -0
- {nookplot_runtime-0.5.118 → nookplot_runtime-0.5.119}/nookplot_runtime/action_catalog_generated.py +0 -0
- {nookplot_runtime-0.5.118 → nookplot_runtime-0.5.119}/nookplot_runtime/artifact_embeddings.py +0 -0
- {nookplot_runtime-0.5.118 → nookplot_runtime-0.5.119}/nookplot_runtime/client.py +0 -0
- {nookplot_runtime-0.5.118 → nookplot_runtime-0.5.119}/nookplot_runtime/cognitive_workspace.py +0 -0
- {nookplot_runtime-0.5.118 → nookplot_runtime-0.5.119}/nookplot_runtime/content_safety.py +0 -0
- {nookplot_runtime-0.5.118 → nookplot_runtime-0.5.119}/nookplot_runtime/conversation/__init__.py +0 -0
- {nookplot_runtime-0.5.118 → nookplot_runtime-0.5.119}/nookplot_runtime/conversation/compaction_memory.py +0 -0
- {nookplot_runtime-0.5.118 → nookplot_runtime-0.5.119}/nookplot_runtime/conversation/conversation_log_store.py +0 -0
- {nookplot_runtime-0.5.118 → nookplot_runtime-0.5.119}/nookplot_runtime/conversation/conversation_memory.py +0 -0
- {nookplot_runtime-0.5.118 → nookplot_runtime-0.5.119}/nookplot_runtime/conversation/model_limits.py +0 -0
- {nookplot_runtime-0.5.118 → nookplot_runtime-0.5.119}/nookplot_runtime/cro.py +0 -0
- {nookplot_runtime-0.5.118 → nookplot_runtime-0.5.119}/nookplot_runtime/default_guardrails.py +0 -0
- {nookplot_runtime-0.5.118 → nookplot_runtime-0.5.119}/nookplot_runtime/doom_loop.py +0 -0
- {nookplot_runtime-0.5.118 → nookplot_runtime-0.5.119}/nookplot_runtime/embedding_exchange.py +0 -0
- {nookplot_runtime-0.5.118 → nookplot_runtime-0.5.119}/nookplot_runtime/evaluator.py +0 -0
- {nookplot_runtime-0.5.118 → nookplot_runtime-0.5.119}/nookplot_runtime/events.py +0 -0
- {nookplot_runtime-0.5.118 → nookplot_runtime-0.5.119}/nookplot_runtime/formatters.py +0 -0
- {nookplot_runtime-0.5.118 → nookplot_runtime-0.5.119}/nookplot_runtime/goal_loop.py +0 -0
- {nookplot_runtime-0.5.118 → nookplot_runtime-0.5.119}/nookplot_runtime/guardrails.py +0 -0
- {nookplot_runtime-0.5.118 → nookplot_runtime-0.5.119}/nookplot_runtime/hooks.py +0 -0
- {nookplot_runtime-0.5.118 → nookplot_runtime-0.5.119}/nookplot_runtime/knowledge_context.py +0 -0
- {nookplot_runtime-0.5.118 → nookplot_runtime-0.5.119}/nookplot_runtime/manifest.py +0 -0
- {nookplot_runtime-0.5.118 → nookplot_runtime-0.5.119}/nookplot_runtime/manifest_activation_hook.py +0 -0
- {nookplot_runtime-0.5.118 → nookplot_runtime-0.5.119}/nookplot_runtime/mining.py +0 -0
- {nookplot_runtime-0.5.118 → nookplot_runtime-0.5.119}/nookplot_runtime/profiles.py +0 -0
- {nookplot_runtime-0.5.118 → nookplot_runtime-0.5.119}/nookplot_runtime/query_segmentation.py +0 -0
- {nookplot_runtime-0.5.118 → nookplot_runtime-0.5.119}/nookplot_runtime/sandbox.py +0 -0
- {nookplot_runtime-0.5.118 → nookplot_runtime-0.5.119}/nookplot_runtime/types.py +0 -0
- {nookplot_runtime-0.5.118 → nookplot_runtime-0.5.119}/nookplot_runtime/wake_up_stack.py +0 -0
- {nookplot_runtime-0.5.118 → nookplot_runtime-0.5.119}/requirements.lock +0 -0
- {nookplot_runtime-0.5.118 → nookplot_runtime-0.5.119}/tests/__init__.py +0 -0
- {nookplot_runtime-0.5.118 → nookplot_runtime-0.5.119}/tests/conversation/__init__.py +0 -0
- {nookplot_runtime-0.5.118 → nookplot_runtime-0.5.119}/tests/conversation/test_compaction_memory.py +0 -0
- {nookplot_runtime-0.5.118 → nookplot_runtime-0.5.119}/tests/helpers/__init__.py +0 -0
- {nookplot_runtime-0.5.118 → nookplot_runtime-0.5.119}/tests/helpers/mock_runtime.py +0 -0
- {nookplot_runtime-0.5.118 → nookplot_runtime-0.5.119}/tests/test_autonomous_action_dispatch.py +0 -0
- {nookplot_runtime-0.5.118 → nookplot_runtime-0.5.119}/tests/test_autonomous_dedup.py +0 -0
- {nookplot_runtime-0.5.118 → nookplot_runtime-0.5.119}/tests/test_autonomous_doom_loop.py +0 -0
- {nookplot_runtime-0.5.118 → nookplot_runtime-0.5.119}/tests/test_autonomous_guardrails.py +0 -0
- {nookplot_runtime-0.5.118 → nookplot_runtime-0.5.119}/tests/test_autonomous_hooks.py +0 -0
- {nookplot_runtime-0.5.118 → nookplot_runtime-0.5.119}/tests/test_autonomous_lifecycle.py +0 -0
- {nookplot_runtime-0.5.118 → nookplot_runtime-0.5.119}/tests/test_autonomous_loaded_skill_refs.py +0 -0
- {nookplot_runtime-0.5.118 → nookplot_runtime-0.5.119}/tests/test_autonomous_mining_track.py +0 -0
- {nookplot_runtime-0.5.118 → nookplot_runtime-0.5.119}/tests/test_client.py +0 -0
- {nookplot_runtime-0.5.118 → nookplot_runtime-0.5.119}/tests/test_content_safety.py +0 -0
- {nookplot_runtime-0.5.118 → nookplot_runtime-0.5.119}/tests/test_doom_loop.py +0 -0
- {nookplot_runtime-0.5.118 → nookplot_runtime-0.5.119}/tests/test_goal_loop.py +0 -0
- {nookplot_runtime-0.5.118 → nookplot_runtime-0.5.119}/tests/test_guardrails.py +0 -0
- {nookplot_runtime-0.5.118 → nookplot_runtime-0.5.119}/tests/test_hooks.py +0 -0
- {nookplot_runtime-0.5.118 → nookplot_runtime-0.5.119}/tests/test_latent_space.py +0 -0
- {nookplot_runtime-0.5.118 → nookplot_runtime-0.5.119}/tests/test_manifest_activation_hook.py +0 -0
- {nookplot_runtime-0.5.118 → nookplot_runtime-0.5.119}/tests/test_mining.py +0 -0
- {nookplot_runtime-0.5.118 → nookplot_runtime-0.5.119}/tests/test_profiles.py +0 -0
- {nookplot_runtime-0.5.118 → nookplot_runtime-0.5.119}/tests/test_query_segmentation.py +0 -0
- {nookplot_runtime-0.5.118 → nookplot_runtime-0.5.119}/tests/test_sandbox.py +0 -0
- {nookplot_runtime-0.5.118 → nookplot_runtime-0.5.119}/tests/test_wake_up_stack.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.119
|
|
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
|
|
@@ -77,7 +77,7 @@ _ON_CHAIN_ACTIONS_GLOBAL: set[str] = {
|
|
|
77
77
|
"vote", "follow_agent", "attest_agent", "create_community",
|
|
78
78
|
"create_project", "propose_clique", "propose_guild",
|
|
79
79
|
"claim_bounty", "claim", "create_bounty", "create_bundle",
|
|
80
|
-
"approve_bounty_claimer", "approve_bounty_work",
|
|
80
|
+
"approve_bounty_claimer", "approve_bounty_work",
|
|
81
81
|
"cancel_bounty", "unclaim_bounty",
|
|
82
82
|
"expire_disputed_bounty", "sweep_treasury_fees", # V8
|
|
83
83
|
"sweep_creator_refund", # V9 H4 admin recovery
|
|
@@ -138,21 +138,23 @@ SIGNAL_CONTEXT_ACTIONS: dict[str, list[str]] = {
|
|
|
138
138
|
"bounty_opportunity": ["apply_bounty", "send_dm"],
|
|
139
139
|
|
|
140
140
|
# ── Bounties (application/submission lifecycle) ──
|
|
141
|
-
"bounty_application_submitted": ["approve_bounty_claimer", "reject_bounty_application"],
|
|
141
|
+
"bounty_application_submitted": ["approve_bounty_application", "approve_bounty_claimer", "reject_bounty_application", "get_verdict_summary"],
|
|
142
142
|
"bounty_application_approved": ["claim_bounty"],
|
|
143
143
|
"bounty_application_rejected": [],
|
|
144
144
|
# On-chain submit fires this signal too — the creator's next action is approve/dispute.
|
|
145
|
-
"bounty_work_submitted": ["select_bounty_submission", "approve_bounty_work", "
|
|
145
|
+
"bounty_work_submitted": ["select_bounty_submission", "approve_bounty_work", "dispute_bounty", "get_verdict_summary"],
|
|
146
146
|
"bounty_submission_selected": ["claim_bounty"],
|
|
147
147
|
"bounty_submission_not_selected": [],
|
|
148
148
|
|
|
149
149
|
# ── Bounties (on-chain lifecycle) ──
|
|
150
150
|
"bounty_claimed": [
|
|
151
151
|
"submit_bounty_work", "submit_bounty_onchain", "unclaim_bounty",
|
|
152
|
-
"approve_bounty_work", "approve_bounty_claimer", "
|
|
152
|
+
"approve_bounty_work", "approve_bounty_claimer", "dispute_bounty",
|
|
153
153
|
],
|
|
154
|
-
"bounty_work_approved": [],
|
|
155
|
-
"bounty_disputed": ["cancel_bounty"],
|
|
154
|
+
"bounty_work_approved": ["get_bounty_verdict", "get_recent_verdicts"], # V9: worker-side coaching loop
|
|
155
|
+
"bounty_disputed": ["cancel_bounty", "expire_disputed_bounty", "get_bounty_verdict"], # V8 emergency exit + V9 read rationale
|
|
156
|
+
"bounty_dispute_grace_expired": ["expire_disputed_bounty"], # V8 L1: 30-day grace elapsed
|
|
157
|
+
"bounty_dispute_expired": [], # V8: terminal status
|
|
156
158
|
"bounty_cancelled": [],
|
|
157
159
|
"bounty_unclaimed": ["approve_bounty_claimer", "cancel_bounty"],
|
|
158
160
|
"bounty_claimer_approved": ["claim_bounty"],
|
|
@@ -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.119"
|
|
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"
|
|
@@ -79,7 +79,7 @@ class TestGetAvailableActions:
|
|
|
79
79
|
actions = get_available_actions("bounty_claimed")
|
|
80
80
|
assert "approve_bounty_work" in actions
|
|
81
81
|
assert "approve_bounty_claimer" in actions
|
|
82
|
-
assert "
|
|
82
|
+
assert "dispute_bounty" in actions
|
|
83
83
|
assert "unclaim_bounty" in actions
|
|
84
84
|
|
|
85
85
|
def test_team_invitation(self):
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{nookplot_runtime-0.5.118 → nookplot_runtime-0.5.119}/nookplot_runtime/action_catalog_generated.py
RENAMED
|
File without changes
|
{nookplot_runtime-0.5.118 → nookplot_runtime-0.5.119}/nookplot_runtime/artifact_embeddings.py
RENAMED
|
File without changes
|
|
File without changes
|
{nookplot_runtime-0.5.118 → nookplot_runtime-0.5.119}/nookplot_runtime/cognitive_workspace.py
RENAMED
|
File without changes
|
|
File without changes
|
{nookplot_runtime-0.5.118 → nookplot_runtime-0.5.119}/nookplot_runtime/conversation/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{nookplot_runtime-0.5.118 → nookplot_runtime-0.5.119}/nookplot_runtime/conversation/model_limits.py
RENAMED
|
File without changes
|
|
File without changes
|
{nookplot_runtime-0.5.118 → nookplot_runtime-0.5.119}/nookplot_runtime/default_guardrails.py
RENAMED
|
File without changes
|
|
File without changes
|
{nookplot_runtime-0.5.118 → nookplot_runtime-0.5.119}/nookplot_runtime/embedding_exchange.py
RENAMED
|
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.118 → nookplot_runtime-0.5.119}/nookplot_runtime/manifest_activation_hook.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{nookplot_runtime-0.5.118 → nookplot_runtime-0.5.119}/nookplot_runtime/query_segmentation.py
RENAMED
|
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.118 → nookplot_runtime-0.5.119}/tests/conversation/test_compaction_memory.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{nookplot_runtime-0.5.118 → nookplot_runtime-0.5.119}/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
|
{nookplot_runtime-0.5.118 → nookplot_runtime-0.5.119}/tests/test_autonomous_loaded_skill_refs.py
RENAMED
|
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.118 → nookplot_runtime-0.5.119}/tests/test_manifest_activation_hook.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|