nookplot-runtime 0.5.114__tar.gz → 0.5.116__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 (66) hide show
  1. {nookplot_runtime-0.5.114 → nookplot_runtime-0.5.116}/.gitignore +3 -0
  2. {nookplot_runtime-0.5.114 → nookplot_runtime-0.5.116}/PKG-INFO +1 -1
  3. {nookplot_runtime-0.5.114 → nookplot_runtime-0.5.116}/nookplot_runtime/action_catalog_generated.py +2258 -2243
  4. {nookplot_runtime-0.5.114 → nookplot_runtime-0.5.116}/nookplot_runtime/autonomous.py +1 -0
  5. {nookplot_runtime-0.5.114 → nookplot_runtime-0.5.116}/nookplot_runtime/client.py +7 -4
  6. {nookplot_runtime-0.5.114 → nookplot_runtime-0.5.116}/pyproject.toml +1 -1
  7. {nookplot_runtime-0.5.114 → nookplot_runtime-0.5.116}/README.md +0 -0
  8. {nookplot_runtime-0.5.114 → nookplot_runtime-0.5.116}/SKILL.md +0 -0
  9. {nookplot_runtime-0.5.114 → nookplot_runtime-0.5.116}/nookplot_runtime/__init__.py +0 -0
  10. {nookplot_runtime-0.5.114 → nookplot_runtime-0.5.116}/nookplot_runtime/action_catalog.py +0 -0
  11. {nookplot_runtime-0.5.114 → nookplot_runtime-0.5.116}/nookplot_runtime/artifact_embeddings.py +0 -0
  12. {nookplot_runtime-0.5.114 → nookplot_runtime-0.5.116}/nookplot_runtime/cognitive_workspace.py +0 -0
  13. {nookplot_runtime-0.5.114 → nookplot_runtime-0.5.116}/nookplot_runtime/content_safety.py +0 -0
  14. {nookplot_runtime-0.5.114 → nookplot_runtime-0.5.116}/nookplot_runtime/conversation/__init__.py +0 -0
  15. {nookplot_runtime-0.5.114 → nookplot_runtime-0.5.116}/nookplot_runtime/conversation/compaction_memory.py +0 -0
  16. {nookplot_runtime-0.5.114 → nookplot_runtime-0.5.116}/nookplot_runtime/conversation/conversation_log_store.py +0 -0
  17. {nookplot_runtime-0.5.114 → nookplot_runtime-0.5.116}/nookplot_runtime/conversation/conversation_memory.py +0 -0
  18. {nookplot_runtime-0.5.114 → nookplot_runtime-0.5.116}/nookplot_runtime/conversation/model_limits.py +0 -0
  19. {nookplot_runtime-0.5.114 → nookplot_runtime-0.5.116}/nookplot_runtime/cro.py +0 -0
  20. {nookplot_runtime-0.5.114 → nookplot_runtime-0.5.116}/nookplot_runtime/default_guardrails.py +0 -0
  21. {nookplot_runtime-0.5.114 → nookplot_runtime-0.5.116}/nookplot_runtime/doom_loop.py +0 -0
  22. {nookplot_runtime-0.5.114 → nookplot_runtime-0.5.116}/nookplot_runtime/embedding_exchange.py +0 -0
  23. {nookplot_runtime-0.5.114 → nookplot_runtime-0.5.116}/nookplot_runtime/evaluator.py +0 -0
  24. {nookplot_runtime-0.5.114 → nookplot_runtime-0.5.116}/nookplot_runtime/events.py +0 -0
  25. {nookplot_runtime-0.5.114 → nookplot_runtime-0.5.116}/nookplot_runtime/formatters.py +0 -0
  26. {nookplot_runtime-0.5.114 → nookplot_runtime-0.5.116}/nookplot_runtime/goal_loop.py +0 -0
  27. {nookplot_runtime-0.5.114 → nookplot_runtime-0.5.116}/nookplot_runtime/guardrails.py +0 -0
  28. {nookplot_runtime-0.5.114 → nookplot_runtime-0.5.116}/nookplot_runtime/hooks.py +0 -0
  29. {nookplot_runtime-0.5.114 → nookplot_runtime-0.5.116}/nookplot_runtime/knowledge_context.py +0 -0
  30. {nookplot_runtime-0.5.114 → nookplot_runtime-0.5.116}/nookplot_runtime/manifest.py +0 -0
  31. {nookplot_runtime-0.5.114 → nookplot_runtime-0.5.116}/nookplot_runtime/manifest_activation_hook.py +0 -0
  32. {nookplot_runtime-0.5.114 → nookplot_runtime-0.5.116}/nookplot_runtime/mining.py +0 -0
  33. {nookplot_runtime-0.5.114 → nookplot_runtime-0.5.116}/nookplot_runtime/profiles.py +0 -0
  34. {nookplot_runtime-0.5.114 → nookplot_runtime-0.5.116}/nookplot_runtime/query_segmentation.py +0 -0
  35. {nookplot_runtime-0.5.114 → nookplot_runtime-0.5.116}/nookplot_runtime/sandbox.py +0 -0
  36. {nookplot_runtime-0.5.114 → nookplot_runtime-0.5.116}/nookplot_runtime/signal_action_map.py +0 -0
  37. {nookplot_runtime-0.5.114 → nookplot_runtime-0.5.116}/nookplot_runtime/types.py +0 -0
  38. {nookplot_runtime-0.5.114 → nookplot_runtime-0.5.116}/nookplot_runtime/wake_up_stack.py +0 -0
  39. {nookplot_runtime-0.5.114 → nookplot_runtime-0.5.116}/requirements.lock +0 -0
  40. {nookplot_runtime-0.5.114 → nookplot_runtime-0.5.116}/tests/__init__.py +0 -0
  41. {nookplot_runtime-0.5.114 → nookplot_runtime-0.5.116}/tests/conversation/__init__.py +0 -0
  42. {nookplot_runtime-0.5.114 → nookplot_runtime-0.5.116}/tests/conversation/test_compaction_memory.py +0 -0
  43. {nookplot_runtime-0.5.114 → nookplot_runtime-0.5.116}/tests/helpers/__init__.py +0 -0
  44. {nookplot_runtime-0.5.114 → nookplot_runtime-0.5.116}/tests/helpers/mock_runtime.py +0 -0
  45. {nookplot_runtime-0.5.114 → nookplot_runtime-0.5.116}/tests/test_autonomous_action_dispatch.py +0 -0
  46. {nookplot_runtime-0.5.114 → nookplot_runtime-0.5.116}/tests/test_autonomous_dedup.py +0 -0
  47. {nookplot_runtime-0.5.114 → nookplot_runtime-0.5.116}/tests/test_autonomous_doom_loop.py +0 -0
  48. {nookplot_runtime-0.5.114 → nookplot_runtime-0.5.116}/tests/test_autonomous_guardrails.py +0 -0
  49. {nookplot_runtime-0.5.114 → nookplot_runtime-0.5.116}/tests/test_autonomous_hooks.py +0 -0
  50. {nookplot_runtime-0.5.114 → nookplot_runtime-0.5.116}/tests/test_autonomous_lifecycle.py +0 -0
  51. {nookplot_runtime-0.5.114 → nookplot_runtime-0.5.116}/tests/test_autonomous_loaded_skill_refs.py +0 -0
  52. {nookplot_runtime-0.5.114 → nookplot_runtime-0.5.116}/tests/test_autonomous_mining_track.py +0 -0
  53. {nookplot_runtime-0.5.114 → nookplot_runtime-0.5.116}/tests/test_client.py +0 -0
  54. {nookplot_runtime-0.5.114 → nookplot_runtime-0.5.116}/tests/test_content_safety.py +0 -0
  55. {nookplot_runtime-0.5.114 → nookplot_runtime-0.5.116}/tests/test_doom_loop.py +0 -0
  56. {nookplot_runtime-0.5.114 → nookplot_runtime-0.5.116}/tests/test_get_available_actions.py +0 -0
  57. {nookplot_runtime-0.5.114 → nookplot_runtime-0.5.116}/tests/test_goal_loop.py +0 -0
  58. {nookplot_runtime-0.5.114 → nookplot_runtime-0.5.116}/tests/test_guardrails.py +0 -0
  59. {nookplot_runtime-0.5.114 → nookplot_runtime-0.5.116}/tests/test_hooks.py +0 -0
  60. {nookplot_runtime-0.5.114 → nookplot_runtime-0.5.116}/tests/test_latent_space.py +0 -0
  61. {nookplot_runtime-0.5.114 → nookplot_runtime-0.5.116}/tests/test_manifest_activation_hook.py +0 -0
  62. {nookplot_runtime-0.5.114 → nookplot_runtime-0.5.116}/tests/test_mining.py +0 -0
  63. {nookplot_runtime-0.5.114 → nookplot_runtime-0.5.116}/tests/test_profiles.py +0 -0
  64. {nookplot_runtime-0.5.114 → nookplot_runtime-0.5.116}/tests/test_query_segmentation.py +0 -0
  65. {nookplot_runtime-0.5.114 → nookplot_runtime-0.5.116}/tests/test_sandbox.py +0 -0
  66. {nookplot_runtime-0.5.114 → nookplot_runtime-0.5.116}/tests/test_wake_up_stack.py +0 -0
@@ -111,3 +111,6 @@ tsconfig.tsbuildinfo
111
111
  # .template version IS source-tracked.
112
112
  gateway/scripts/rlmSeedChallenges.yaml
113
113
  gateway/scripts/seeds/
114
+
115
+ # RLM corpus-value audit output (generated by gateway/scripts/auditRlmChallengeValue.ts).
116
+ /rlm-challenge-audit-*.md
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: nookplot-runtime
3
- Version: 0.5.114
3
+ Version: 0.5.116
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