nookplot-runtime 0.5.119__tar.gz → 0.5.120__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 (67) hide show
  1. {nookplot_runtime-0.5.119 → nookplot_runtime-0.5.120}/.gitignore +0 -5
  2. {nookplot_runtime-0.5.119 → nookplot_runtime-0.5.120}/PKG-INFO +1 -1
  3. {nookplot_runtime-0.5.119 → nookplot_runtime-0.5.120}/nookplot_runtime/__init__.py +1 -21
  4. {nookplot_runtime-0.5.119 → nookplot_runtime-0.5.120}/nookplot_runtime/action_catalog_generated.py +2203 -2288
  5. {nookplot_runtime-0.5.119 → nookplot_runtime-0.5.120}/nookplot_runtime/autonomous.py +46 -235
  6. {nookplot_runtime-0.5.119 → nookplot_runtime-0.5.120}/nookplot_runtime/client.py +0 -149
  7. {nookplot_runtime-0.5.119 → nookplot_runtime-0.5.120}/nookplot_runtime/signal_action_map.py +0 -2
  8. {nookplot_runtime-0.5.119 → nookplot_runtime-0.5.120}/pyproject.toml +1 -1
  9. {nookplot_runtime-0.5.119 → nookplot_runtime-0.5.120}/tests/helpers/mock_runtime.py +0 -12
  10. nookplot_runtime-0.5.120/uv.lock +1105 -0
  11. nookplot_runtime-0.5.119/nookplot_runtime/goal_loop.py +0 -494
  12. nookplot_runtime-0.5.119/nookplot_runtime/profiles.py +0 -202
  13. nookplot_runtime-0.5.119/tests/test_autonomous_mining_track.py +0 -40
  14. nookplot_runtime-0.5.119/tests/test_goal_loop.py +0 -342
  15. nookplot_runtime-0.5.119/tests/test_mining.py +0 -361
  16. nookplot_runtime-0.5.119/tests/test_profiles.py +0 -227
  17. {nookplot_runtime-0.5.119 → nookplot_runtime-0.5.120}/README.md +0 -0
  18. {nookplot_runtime-0.5.119 → nookplot_runtime-0.5.120}/SKILL.md +0 -0
  19. {nookplot_runtime-0.5.119 → nookplot_runtime-0.5.120}/nookplot_runtime/action_catalog.py +0 -0
  20. {nookplot_runtime-0.5.119 → nookplot_runtime-0.5.120}/nookplot_runtime/artifact_embeddings.py +0 -0
  21. {nookplot_runtime-0.5.119 → nookplot_runtime-0.5.120}/nookplot_runtime/cognitive_workspace.py +0 -0
  22. {nookplot_runtime-0.5.119 → nookplot_runtime-0.5.120}/nookplot_runtime/content_safety.py +0 -0
  23. {nookplot_runtime-0.5.119 → nookplot_runtime-0.5.120}/nookplot_runtime/conversation/__init__.py +0 -0
  24. {nookplot_runtime-0.5.119 → nookplot_runtime-0.5.120}/nookplot_runtime/conversation/compaction_memory.py +0 -0
  25. {nookplot_runtime-0.5.119 → nookplot_runtime-0.5.120}/nookplot_runtime/conversation/conversation_log_store.py +0 -0
  26. {nookplot_runtime-0.5.119 → nookplot_runtime-0.5.120}/nookplot_runtime/conversation/conversation_memory.py +0 -0
  27. {nookplot_runtime-0.5.119 → nookplot_runtime-0.5.120}/nookplot_runtime/conversation/model_limits.py +0 -0
  28. {nookplot_runtime-0.5.119 → nookplot_runtime-0.5.120}/nookplot_runtime/cro.py +0 -0
  29. {nookplot_runtime-0.5.119 → nookplot_runtime-0.5.120}/nookplot_runtime/default_guardrails.py +0 -0
  30. {nookplot_runtime-0.5.119 → nookplot_runtime-0.5.120}/nookplot_runtime/doom_loop.py +0 -0
  31. {nookplot_runtime-0.5.119 → nookplot_runtime-0.5.120}/nookplot_runtime/embedding_exchange.py +0 -0
  32. {nookplot_runtime-0.5.119 → nookplot_runtime-0.5.120}/nookplot_runtime/evaluator.py +0 -0
  33. {nookplot_runtime-0.5.119 → nookplot_runtime-0.5.120}/nookplot_runtime/events.py +0 -0
  34. {nookplot_runtime-0.5.119 → nookplot_runtime-0.5.120}/nookplot_runtime/formatters.py +0 -0
  35. {nookplot_runtime-0.5.119 → nookplot_runtime-0.5.120}/nookplot_runtime/guardrails.py +0 -0
  36. {nookplot_runtime-0.5.119 → nookplot_runtime-0.5.120}/nookplot_runtime/hooks.py +0 -0
  37. {nookplot_runtime-0.5.119 → nookplot_runtime-0.5.120}/nookplot_runtime/knowledge_context.py +0 -0
  38. {nookplot_runtime-0.5.119 → nookplot_runtime-0.5.120}/nookplot_runtime/manifest.py +0 -0
  39. {nookplot_runtime-0.5.119 → nookplot_runtime-0.5.120}/nookplot_runtime/manifest_activation_hook.py +0 -0
  40. {nookplot_runtime-0.5.119 → nookplot_runtime-0.5.120}/nookplot_runtime/mining.py +0 -0
  41. {nookplot_runtime-0.5.119 → nookplot_runtime-0.5.120}/nookplot_runtime/query_segmentation.py +0 -0
  42. {nookplot_runtime-0.5.119 → nookplot_runtime-0.5.120}/nookplot_runtime/sandbox.py +0 -0
  43. {nookplot_runtime-0.5.119 → nookplot_runtime-0.5.120}/nookplot_runtime/types.py +0 -0
  44. {nookplot_runtime-0.5.119 → nookplot_runtime-0.5.120}/nookplot_runtime/wake_up_stack.py +0 -0
  45. {nookplot_runtime-0.5.119 → nookplot_runtime-0.5.120}/requirements.lock +0 -0
  46. {nookplot_runtime-0.5.119 → nookplot_runtime-0.5.120}/tests/__init__.py +0 -0
  47. {nookplot_runtime-0.5.119 → nookplot_runtime-0.5.120}/tests/conversation/__init__.py +0 -0
  48. {nookplot_runtime-0.5.119 → nookplot_runtime-0.5.120}/tests/conversation/test_compaction_memory.py +0 -0
  49. {nookplot_runtime-0.5.119 → nookplot_runtime-0.5.120}/tests/helpers/__init__.py +0 -0
  50. {nookplot_runtime-0.5.119 → nookplot_runtime-0.5.120}/tests/test_autonomous_action_dispatch.py +0 -0
  51. {nookplot_runtime-0.5.119 → nookplot_runtime-0.5.120}/tests/test_autonomous_dedup.py +0 -0
  52. {nookplot_runtime-0.5.119 → nookplot_runtime-0.5.120}/tests/test_autonomous_doom_loop.py +0 -0
  53. {nookplot_runtime-0.5.119 → nookplot_runtime-0.5.120}/tests/test_autonomous_guardrails.py +0 -0
  54. {nookplot_runtime-0.5.119 → nookplot_runtime-0.5.120}/tests/test_autonomous_hooks.py +0 -0
  55. {nookplot_runtime-0.5.119 → nookplot_runtime-0.5.120}/tests/test_autonomous_lifecycle.py +0 -0
  56. {nookplot_runtime-0.5.119 → nookplot_runtime-0.5.120}/tests/test_autonomous_loaded_skill_refs.py +0 -0
  57. {nookplot_runtime-0.5.119 → nookplot_runtime-0.5.120}/tests/test_client.py +0 -0
  58. {nookplot_runtime-0.5.119 → nookplot_runtime-0.5.120}/tests/test_content_safety.py +0 -0
  59. {nookplot_runtime-0.5.119 → nookplot_runtime-0.5.120}/tests/test_doom_loop.py +0 -0
  60. {nookplot_runtime-0.5.119 → nookplot_runtime-0.5.120}/tests/test_get_available_actions.py +0 -0
  61. {nookplot_runtime-0.5.119 → nookplot_runtime-0.5.120}/tests/test_guardrails.py +0 -0
  62. {nookplot_runtime-0.5.119 → nookplot_runtime-0.5.120}/tests/test_hooks.py +0 -0
  63. {nookplot_runtime-0.5.119 → nookplot_runtime-0.5.120}/tests/test_latent_space.py +0 -0
  64. {nookplot_runtime-0.5.119 → nookplot_runtime-0.5.120}/tests/test_manifest_activation_hook.py +0 -0
  65. {nookplot_runtime-0.5.119 → nookplot_runtime-0.5.120}/tests/test_query_segmentation.py +0 -0
  66. {nookplot_runtime-0.5.119 → nookplot_runtime-0.5.120}/tests/test_sandbox.py +0 -0
  67. {nookplot_runtime-0.5.119 → nookplot_runtime-0.5.120}/tests/test_wake_up_stack.py +0 -0
@@ -94,17 +94,12 @@ Thumbs.db
94
94
  # Video output
95
95
  video/out/
96
96
 
97
- # Personal (local-only)
98
- LEARNING_CURRICULUM.md
99
-
100
97
  # Claude Code
101
98
  .claude/*
102
99
  !.claude/commands/
103
100
  !.claude/agents/
104
101
  !.claude/hooks/
105
102
  !.claude/settings.json
106
- tsconfig.tsbuildinfo
107
- /digests/
108
103
 
109
104
  # RLM hand-curated seed manifest (Phase 1c bootstrapping). Filled by ops with
110
105
  # live corpus/eval-protocol paths before running seedRlmChallenges.ts; the
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: nookplot-runtime
3
- Version: 0.5.119
3
+ Version: 0.5.120
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
@@ -43,14 +43,6 @@ from nookplot_runtime.guardrails import (
43
43
  with_guardrails,
44
44
  )
45
45
  from nookplot_runtime.default_guardrails import register_default_guardrails
46
- from nookplot_runtime.goal_loop import (
47
- GoalLoop,
48
- GoalLoopOptions,
49
- GoalResult,
50
- GOAL_STEP_SYSTEM_PROMPT,
51
- build_goal_step_user_prompt,
52
- parse_goal_action,
53
- )
54
46
  from nookplot_runtime.knowledge_context import get_knowledge_context
55
47
  from nookplot_runtime.mining import (
56
48
  MiningManager,
@@ -83,12 +75,6 @@ from nookplot_runtime.manifest_activation_hook import (
83
75
  )
84
76
  from nookplot_runtime.artifact_embeddings import ArtifactEmbeddingManager
85
77
  from nookplot_runtime.embedding_exchange import EmbeddingExchangeManager
86
- from nookplot_runtime.profiles import (
87
- LoadedProfile,
88
- load_profile,
89
- list_profiles,
90
- resolve_active_profile_name,
91
- )
92
78
  from nookplot_runtime.formatters import (
93
79
  format_feed,
94
80
  format_search_results,
@@ -188,12 +174,6 @@ __all__ = [
188
174
  "guardrails",
189
175
  "with_guardrails",
190
176
  "register_default_guardrails",
191
- "GoalLoop",
192
- "GoalLoopOptions",
193
- "GoalResult",
194
- "GOAL_STEP_SYSTEM_PROMPT",
195
- "build_goal_step_user_prompt",
196
- "parse_goal_action",
197
177
  "WakeUpStack",
198
178
  "get_knowledge_context",
199
179
  "MiningManager",
@@ -299,4 +279,4 @@ __all__ = [
299
279
  "is_docker_available",
300
280
  ]
301
281
 
302
- __version__ = "0.5.98"
282
+ __version__ = "0.5.115"