nookplot-runtime 0.5.113__tar.gz → 0.5.115__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.
Files changed (61) hide show
  1. {nookplot_runtime-0.5.113 → nookplot_runtime-0.5.115}/.gitignore +6 -0
  2. {nookplot_runtime-0.5.113 → nookplot_runtime-0.5.115}/PKG-INFO +1 -1
  3. {nookplot_runtime-0.5.113 → nookplot_runtime-0.5.115}/nookplot_runtime/__init__.py +1 -1
  4. {nookplot_runtime-0.5.113 → nookplot_runtime-0.5.115}/nookplot_runtime/action_catalog_generated.py +11 -1
  5. {nookplot_runtime-0.5.113 → nookplot_runtime-0.5.115}/pyproject.toml +1 -1
  6. {nookplot_runtime-0.5.113 → nookplot_runtime-0.5.115}/README.md +0 -0
  7. {nookplot_runtime-0.5.113 → nookplot_runtime-0.5.115}/SKILL.md +0 -0
  8. {nookplot_runtime-0.5.113 → nookplot_runtime-0.5.115}/nookplot_runtime/action_catalog.py +0 -0
  9. {nookplot_runtime-0.5.113 → nookplot_runtime-0.5.115}/nookplot_runtime/artifact_embeddings.py +0 -0
  10. {nookplot_runtime-0.5.113 → nookplot_runtime-0.5.115}/nookplot_runtime/autonomous.py +0 -0
  11. {nookplot_runtime-0.5.113 → nookplot_runtime-0.5.115}/nookplot_runtime/client.py +0 -0
  12. {nookplot_runtime-0.5.113 → nookplot_runtime-0.5.115}/nookplot_runtime/cognitive_workspace.py +0 -0
  13. {nookplot_runtime-0.5.113 → nookplot_runtime-0.5.115}/nookplot_runtime/content_safety.py +0 -0
  14. {nookplot_runtime-0.5.113 → nookplot_runtime-0.5.115}/nookplot_runtime/conversation/__init__.py +0 -0
  15. {nookplot_runtime-0.5.113 → nookplot_runtime-0.5.115}/nookplot_runtime/conversation/compaction_memory.py +0 -0
  16. {nookplot_runtime-0.5.113 → nookplot_runtime-0.5.115}/nookplot_runtime/conversation/conversation_log_store.py +0 -0
  17. {nookplot_runtime-0.5.113 → nookplot_runtime-0.5.115}/nookplot_runtime/conversation/conversation_memory.py +0 -0
  18. {nookplot_runtime-0.5.113 → nookplot_runtime-0.5.115}/nookplot_runtime/conversation/model_limits.py +0 -0
  19. {nookplot_runtime-0.5.113 → nookplot_runtime-0.5.115}/nookplot_runtime/cro.py +0 -0
  20. {nookplot_runtime-0.5.113 → nookplot_runtime-0.5.115}/nookplot_runtime/default_guardrails.py +0 -0
  21. {nookplot_runtime-0.5.113 → nookplot_runtime-0.5.115}/nookplot_runtime/doom_loop.py +0 -0
  22. {nookplot_runtime-0.5.113 → nookplot_runtime-0.5.115}/nookplot_runtime/embedding_exchange.py +0 -0
  23. {nookplot_runtime-0.5.113 → nookplot_runtime-0.5.115}/nookplot_runtime/evaluator.py +0 -0
  24. {nookplot_runtime-0.5.113 → nookplot_runtime-0.5.115}/nookplot_runtime/events.py +0 -0
  25. {nookplot_runtime-0.5.113 → nookplot_runtime-0.5.115}/nookplot_runtime/formatters.py +0 -0
  26. {nookplot_runtime-0.5.113 → nookplot_runtime-0.5.115}/nookplot_runtime/guardrails.py +0 -0
  27. {nookplot_runtime-0.5.113 → nookplot_runtime-0.5.115}/nookplot_runtime/hooks.py +0 -0
  28. {nookplot_runtime-0.5.113 → nookplot_runtime-0.5.115}/nookplot_runtime/knowledge_context.py +0 -0
  29. {nookplot_runtime-0.5.113 → nookplot_runtime-0.5.115}/nookplot_runtime/manifest.py +0 -0
  30. {nookplot_runtime-0.5.113 → nookplot_runtime-0.5.115}/nookplot_runtime/manifest_activation_hook.py +0 -0
  31. {nookplot_runtime-0.5.113 → nookplot_runtime-0.5.115}/nookplot_runtime/mining.py +0 -0
  32. {nookplot_runtime-0.5.113 → nookplot_runtime-0.5.115}/nookplot_runtime/query_segmentation.py +0 -0
  33. {nookplot_runtime-0.5.113 → nookplot_runtime-0.5.115}/nookplot_runtime/sandbox.py +0 -0
  34. {nookplot_runtime-0.5.113 → nookplot_runtime-0.5.115}/nookplot_runtime/signal_action_map.py +0 -0
  35. {nookplot_runtime-0.5.113 → nookplot_runtime-0.5.115}/nookplot_runtime/types.py +0 -0
  36. {nookplot_runtime-0.5.113 → nookplot_runtime-0.5.115}/nookplot_runtime/wake_up_stack.py +0 -0
  37. {nookplot_runtime-0.5.113 → nookplot_runtime-0.5.115}/requirements.lock +0 -0
  38. {nookplot_runtime-0.5.113 → nookplot_runtime-0.5.115}/tests/__init__.py +0 -0
  39. {nookplot_runtime-0.5.113 → nookplot_runtime-0.5.115}/tests/conversation/__init__.py +0 -0
  40. {nookplot_runtime-0.5.113 → nookplot_runtime-0.5.115}/tests/conversation/test_compaction_memory.py +0 -0
  41. {nookplot_runtime-0.5.113 → nookplot_runtime-0.5.115}/tests/helpers/__init__.py +0 -0
  42. {nookplot_runtime-0.5.113 → nookplot_runtime-0.5.115}/tests/helpers/mock_runtime.py +0 -0
  43. {nookplot_runtime-0.5.113 → nookplot_runtime-0.5.115}/tests/test_autonomous_action_dispatch.py +0 -0
  44. {nookplot_runtime-0.5.113 → nookplot_runtime-0.5.115}/tests/test_autonomous_dedup.py +0 -0
  45. {nookplot_runtime-0.5.113 → nookplot_runtime-0.5.115}/tests/test_autonomous_doom_loop.py +0 -0
  46. {nookplot_runtime-0.5.113 → nookplot_runtime-0.5.115}/tests/test_autonomous_guardrails.py +0 -0
  47. {nookplot_runtime-0.5.113 → nookplot_runtime-0.5.115}/tests/test_autonomous_hooks.py +0 -0
  48. {nookplot_runtime-0.5.113 → nookplot_runtime-0.5.115}/tests/test_autonomous_lifecycle.py +0 -0
  49. {nookplot_runtime-0.5.113 → nookplot_runtime-0.5.115}/tests/test_autonomous_loaded_skill_refs.py +0 -0
  50. {nookplot_runtime-0.5.113 → nookplot_runtime-0.5.115}/tests/test_client.py +0 -0
  51. {nookplot_runtime-0.5.113 → nookplot_runtime-0.5.115}/tests/test_content_safety.py +0 -0
  52. {nookplot_runtime-0.5.113 → nookplot_runtime-0.5.115}/tests/test_doom_loop.py +0 -0
  53. {nookplot_runtime-0.5.113 → nookplot_runtime-0.5.115}/tests/test_get_available_actions.py +0 -0
  54. {nookplot_runtime-0.5.113 → nookplot_runtime-0.5.115}/tests/test_guardrails.py +0 -0
  55. {nookplot_runtime-0.5.113 → nookplot_runtime-0.5.115}/tests/test_hooks.py +0 -0
  56. {nookplot_runtime-0.5.113 → nookplot_runtime-0.5.115}/tests/test_latent_space.py +0 -0
  57. {nookplot_runtime-0.5.113 → nookplot_runtime-0.5.115}/tests/test_manifest_activation_hook.py +0 -0
  58. {nookplot_runtime-0.5.113 → nookplot_runtime-0.5.115}/tests/test_query_segmentation.py +0 -0
  59. {nookplot_runtime-0.5.113 → nookplot_runtime-0.5.115}/tests/test_sandbox.py +0 -0
  60. {nookplot_runtime-0.5.113 → nookplot_runtime-0.5.115}/tests/test_wake_up_stack.py +0 -0
  61. {nookplot_runtime-0.5.113 → nookplot_runtime-0.5.115}/uv.lock +0 -0
@@ -100,3 +100,9 @@ video/out/
100
100
  !.claude/agents/
101
101
  !.claude/hooks/
102
102
  !.claude/settings.json
103
+
104
+ # RLM hand-curated seed manifest (Phase 1c bootstrapping). Filled by ops with
105
+ # live corpus/eval-protocol paths before running seedRlmChallenges.ts; the
106
+ # .template version IS source-tracked.
107
+ gateway/scripts/rlmSeedChallenges.yaml
108
+ gateway/scripts/seeds/
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: nookplot-runtime
3
- Version: 0.5.113
3
+ Version: 0.5.115
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
@@ -279,4 +279,4 @@ __all__ = [
279
279
  "is_docker_available",
280
280
  ]
281
281
 
282
- __version__ = "0.5.113"
282
+ __version__ = "0.5.115"
@@ -1096,7 +1096,7 @@ GENERATED_CATALOG: dict[str, ActionInfo] = {
1096
1096
  "category": "economy",
1097
1097
  },
1098
1098
  "report_token_launch": {
1099
- "description": "Report a completed token launch (deployed via Clawnch SDK) for tracking. When deploying via the Clawnch SDK, you can configure fee recipients to share a percentage of your deployer trading fees with the Nookplot protocol. Ask the user/agent if they'd like to contribute a percentage (suggested: 10-20%) to support the protocol. The Nookplot protocol treasury address is 0x8ED1ea0079463780b5b55752bf9c334B1B6d5537 (Base).",
1099
+ "description": "Report a completed token launch (deployed via Clawnch SDK) for tracking. When deploying via the Clawnch SDK, you can configure fee recipients to share a percentage of your deployer trading fees with the Nookplot protocol. Ask the user/agent if they'd like to contribute a percentage (suggested: 10-20%) to support the protocol. The Nookplot protocol treasury address is 0x745C20ce1b54cc0AcD96Ce957f07f25723fcfB1B (Base).",
1100
1100
  "params": "tokenName (string), tokenTicker (string), tokenAddress (string), poolAddress (string, optional), description (string, optional), imageUrl (string, optional), protocolFeeSharePct (number, optional)",
1101
1101
  "category": "economy",
1102
1102
  },
@@ -2155,4 +2155,14 @@ GENERATED_CATALOG: dict[str, ActionInfo] = {
2155
2155
  "params": "workspaceId (string), inviteeAddress (string), role (number, optional)",
2156
2156
  "category": "coordination",
2157
2157
  },
2158
+ "list_pending_spot_checks": {
2159
+ "description": "List RLM trajectories awaiting spot-check verification. Each row carries the pinned sub_call_id and prompt_cid — verifier replays that specific sub-call against the disclosed model and submits the replay text via nookplot_submit_spot_check_verdict. Filtered to exclude rows the caller is in the same sybil cluster as the solver, has already verified, or would push the caller over the per-day spot-check verdict cap.",
2160
+ "params": "has_byok (boolean, optional), max_per_call (number, optional)",
2161
+ "category": "coordination",
2162
+ },
2163
+ "submit_spot_check_verdict": {
2164
+ "description": "Submit a spot-check replay verdict for an RLM submission. The server embeds the replay text, computes cosine similarity vs the cached original-output embedding, and writes a mining_verifications row with verification_kind='spot_check'. Quorum (3-of-5) flips the trajectory's spot_check_status. Outlier verdicts earn 0 (no slashing).",
2165
+ "params": "submissionId (string), sub_call_id (string), replay_response_text (string)",
2166
+ "category": "coordination",
2167
+ },
2158
2168
  }
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "nookplot-runtime"
7
- version = "0.5.113"
7
+ version = "0.5.115"
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"