nookplot-runtime 0.5.118__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.
- {nookplot_runtime-0.5.118 → nookplot_runtime-0.5.120}/.gitignore +0 -5
- {nookplot_runtime-0.5.118 → nookplot_runtime-0.5.120}/PKG-INFO +1 -1
- {nookplot_runtime-0.5.118 → nookplot_runtime-0.5.120}/nookplot_runtime/__init__.py +1 -21
- {nookplot_runtime-0.5.118 → nookplot_runtime-0.5.120}/nookplot_runtime/action_catalog_generated.py +2203 -2288
- {nookplot_runtime-0.5.118 → nookplot_runtime-0.5.120}/nookplot_runtime/autonomous.py +47 -236
- {nookplot_runtime-0.5.118 → nookplot_runtime-0.5.120}/nookplot_runtime/client.py +0 -149
- {nookplot_runtime-0.5.118 → nookplot_runtime-0.5.120}/nookplot_runtime/signal_action_map.py +7 -7
- {nookplot_runtime-0.5.118 → nookplot_runtime-0.5.120}/pyproject.toml +1 -1
- {nookplot_runtime-0.5.118 → nookplot_runtime-0.5.120}/tests/helpers/mock_runtime.py +0 -12
- {nookplot_runtime-0.5.118 → nookplot_runtime-0.5.120}/tests/test_get_available_actions.py +1 -1
- nookplot_runtime-0.5.120/uv.lock +1105 -0
- nookplot_runtime-0.5.118/nookplot_runtime/goal_loop.py +0 -494
- nookplot_runtime-0.5.118/nookplot_runtime/profiles.py +0 -202
- nookplot_runtime-0.5.118/tests/test_autonomous_mining_track.py +0 -40
- nookplot_runtime-0.5.118/tests/test_goal_loop.py +0 -342
- nookplot_runtime-0.5.118/tests/test_mining.py +0 -361
- nookplot_runtime-0.5.118/tests/test_profiles.py +0 -227
- {nookplot_runtime-0.5.118 → nookplot_runtime-0.5.120}/README.md +0 -0
- {nookplot_runtime-0.5.118 → nookplot_runtime-0.5.120}/SKILL.md +0 -0
- {nookplot_runtime-0.5.118 → nookplot_runtime-0.5.120}/nookplot_runtime/action_catalog.py +0 -0
- {nookplot_runtime-0.5.118 → nookplot_runtime-0.5.120}/nookplot_runtime/artifact_embeddings.py +0 -0
- {nookplot_runtime-0.5.118 → nookplot_runtime-0.5.120}/nookplot_runtime/cognitive_workspace.py +0 -0
- {nookplot_runtime-0.5.118 → nookplot_runtime-0.5.120}/nookplot_runtime/content_safety.py +0 -0
- {nookplot_runtime-0.5.118 → nookplot_runtime-0.5.120}/nookplot_runtime/conversation/__init__.py +0 -0
- {nookplot_runtime-0.5.118 → nookplot_runtime-0.5.120}/nookplot_runtime/conversation/compaction_memory.py +0 -0
- {nookplot_runtime-0.5.118 → nookplot_runtime-0.5.120}/nookplot_runtime/conversation/conversation_log_store.py +0 -0
- {nookplot_runtime-0.5.118 → nookplot_runtime-0.5.120}/nookplot_runtime/conversation/conversation_memory.py +0 -0
- {nookplot_runtime-0.5.118 → nookplot_runtime-0.5.120}/nookplot_runtime/conversation/model_limits.py +0 -0
- {nookplot_runtime-0.5.118 → nookplot_runtime-0.5.120}/nookplot_runtime/cro.py +0 -0
- {nookplot_runtime-0.5.118 → nookplot_runtime-0.5.120}/nookplot_runtime/default_guardrails.py +0 -0
- {nookplot_runtime-0.5.118 → nookplot_runtime-0.5.120}/nookplot_runtime/doom_loop.py +0 -0
- {nookplot_runtime-0.5.118 → nookplot_runtime-0.5.120}/nookplot_runtime/embedding_exchange.py +0 -0
- {nookplot_runtime-0.5.118 → nookplot_runtime-0.5.120}/nookplot_runtime/evaluator.py +0 -0
- {nookplot_runtime-0.5.118 → nookplot_runtime-0.5.120}/nookplot_runtime/events.py +0 -0
- {nookplot_runtime-0.5.118 → nookplot_runtime-0.5.120}/nookplot_runtime/formatters.py +0 -0
- {nookplot_runtime-0.5.118 → nookplot_runtime-0.5.120}/nookplot_runtime/guardrails.py +0 -0
- {nookplot_runtime-0.5.118 → nookplot_runtime-0.5.120}/nookplot_runtime/hooks.py +0 -0
- {nookplot_runtime-0.5.118 → nookplot_runtime-0.5.120}/nookplot_runtime/knowledge_context.py +0 -0
- {nookplot_runtime-0.5.118 → nookplot_runtime-0.5.120}/nookplot_runtime/manifest.py +0 -0
- {nookplot_runtime-0.5.118 → nookplot_runtime-0.5.120}/nookplot_runtime/manifest_activation_hook.py +0 -0
- {nookplot_runtime-0.5.118 → nookplot_runtime-0.5.120}/nookplot_runtime/mining.py +0 -0
- {nookplot_runtime-0.5.118 → nookplot_runtime-0.5.120}/nookplot_runtime/query_segmentation.py +0 -0
- {nookplot_runtime-0.5.118 → nookplot_runtime-0.5.120}/nookplot_runtime/sandbox.py +0 -0
- {nookplot_runtime-0.5.118 → nookplot_runtime-0.5.120}/nookplot_runtime/types.py +0 -0
- {nookplot_runtime-0.5.118 → nookplot_runtime-0.5.120}/nookplot_runtime/wake_up_stack.py +0 -0
- {nookplot_runtime-0.5.118 → nookplot_runtime-0.5.120}/requirements.lock +0 -0
- {nookplot_runtime-0.5.118 → nookplot_runtime-0.5.120}/tests/__init__.py +0 -0
- {nookplot_runtime-0.5.118 → nookplot_runtime-0.5.120}/tests/conversation/__init__.py +0 -0
- {nookplot_runtime-0.5.118 → nookplot_runtime-0.5.120}/tests/conversation/test_compaction_memory.py +0 -0
- {nookplot_runtime-0.5.118 → nookplot_runtime-0.5.120}/tests/helpers/__init__.py +0 -0
- {nookplot_runtime-0.5.118 → nookplot_runtime-0.5.120}/tests/test_autonomous_action_dispatch.py +0 -0
- {nookplot_runtime-0.5.118 → nookplot_runtime-0.5.120}/tests/test_autonomous_dedup.py +0 -0
- {nookplot_runtime-0.5.118 → nookplot_runtime-0.5.120}/tests/test_autonomous_doom_loop.py +0 -0
- {nookplot_runtime-0.5.118 → nookplot_runtime-0.5.120}/tests/test_autonomous_guardrails.py +0 -0
- {nookplot_runtime-0.5.118 → nookplot_runtime-0.5.120}/tests/test_autonomous_hooks.py +0 -0
- {nookplot_runtime-0.5.118 → nookplot_runtime-0.5.120}/tests/test_autonomous_lifecycle.py +0 -0
- {nookplot_runtime-0.5.118 → nookplot_runtime-0.5.120}/tests/test_autonomous_loaded_skill_refs.py +0 -0
- {nookplot_runtime-0.5.118 → nookplot_runtime-0.5.120}/tests/test_client.py +0 -0
- {nookplot_runtime-0.5.118 → nookplot_runtime-0.5.120}/tests/test_content_safety.py +0 -0
- {nookplot_runtime-0.5.118 → nookplot_runtime-0.5.120}/tests/test_doom_loop.py +0 -0
- {nookplot_runtime-0.5.118 → nookplot_runtime-0.5.120}/tests/test_guardrails.py +0 -0
- {nookplot_runtime-0.5.118 → nookplot_runtime-0.5.120}/tests/test_hooks.py +0 -0
- {nookplot_runtime-0.5.118 → nookplot_runtime-0.5.120}/tests/test_latent_space.py +0 -0
- {nookplot_runtime-0.5.118 → nookplot_runtime-0.5.120}/tests/test_manifest_activation_hook.py +0 -0
- {nookplot_runtime-0.5.118 → nookplot_runtime-0.5.120}/tests/test_query_segmentation.py +0 -0
- {nookplot_runtime-0.5.118 → nookplot_runtime-0.5.120}/tests/test_sandbox.py +0 -0
- {nookplot_runtime-0.5.118 → 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.
|
|
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.
|
|
282
|
+
__version__ = "0.5.115"
|