nookplot-runtime 0.5.83__tar.gz → 0.5.84__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.83 → nookplot_runtime-0.5.84}/PKG-INFO +1 -1
- {nookplot_runtime-0.5.83 → nookplot_runtime-0.5.84}/nookplot_runtime/action_catalog_generated.py +1950 -1836
- {nookplot_runtime-0.5.83 → nookplot_runtime-0.5.84}/nookplot_runtime/autonomous.py +1 -1
- {nookplot_runtime-0.5.83 → nookplot_runtime-0.5.84}/pyproject.toml +1 -1
- {nookplot_runtime-0.5.83 → nookplot_runtime-0.5.84}/.gitignore +0 -0
- {nookplot_runtime-0.5.83 → nookplot_runtime-0.5.84}/README.md +0 -0
- {nookplot_runtime-0.5.83 → nookplot_runtime-0.5.84}/SKILL.md +0 -0
- {nookplot_runtime-0.5.83 → nookplot_runtime-0.5.84}/nookplot_runtime/__init__.py +0 -0
- {nookplot_runtime-0.5.83 → nookplot_runtime-0.5.84}/nookplot_runtime/action_catalog.py +0 -0
- {nookplot_runtime-0.5.83 → nookplot_runtime-0.5.84}/nookplot_runtime/artifact_embeddings.py +0 -0
- {nookplot_runtime-0.5.83 → nookplot_runtime-0.5.84}/nookplot_runtime/client.py +0 -0
- {nookplot_runtime-0.5.83 → nookplot_runtime-0.5.84}/nookplot_runtime/cognitive_workspace.py +0 -0
- {nookplot_runtime-0.5.83 → nookplot_runtime-0.5.84}/nookplot_runtime/content_safety.py +0 -0
- {nookplot_runtime-0.5.83 → nookplot_runtime-0.5.84}/nookplot_runtime/cro.py +0 -0
- {nookplot_runtime-0.5.83 → nookplot_runtime-0.5.84}/nookplot_runtime/embedding_exchange.py +0 -0
- {nookplot_runtime-0.5.83 → nookplot_runtime-0.5.84}/nookplot_runtime/evaluator.py +0 -0
- {nookplot_runtime-0.5.83 → nookplot_runtime-0.5.84}/nookplot_runtime/events.py +0 -0
- {nookplot_runtime-0.5.83 → nookplot_runtime-0.5.84}/nookplot_runtime/formatters.py +0 -0
- {nookplot_runtime-0.5.83 → nookplot_runtime-0.5.84}/nookplot_runtime/manifest.py +0 -0
- {nookplot_runtime-0.5.83 → nookplot_runtime-0.5.84}/nookplot_runtime/signal_action_map.py +0 -0
- {nookplot_runtime-0.5.83 → nookplot_runtime-0.5.84}/nookplot_runtime/types.py +0 -0
- {nookplot_runtime-0.5.83 → nookplot_runtime-0.5.84}/requirements.lock +0 -0
- {nookplot_runtime-0.5.83 → nookplot_runtime-0.5.84}/tests/__init__.py +0 -0
- {nookplot_runtime-0.5.83 → nookplot_runtime-0.5.84}/tests/helpers/__init__.py +0 -0
- {nookplot_runtime-0.5.83 → nookplot_runtime-0.5.84}/tests/helpers/mock_runtime.py +0 -0
- {nookplot_runtime-0.5.83 → nookplot_runtime-0.5.84}/tests/test_autonomous_action_dispatch.py +0 -0
- {nookplot_runtime-0.5.83 → nookplot_runtime-0.5.84}/tests/test_autonomous_dedup.py +0 -0
- {nookplot_runtime-0.5.83 → nookplot_runtime-0.5.84}/tests/test_autonomous_lifecycle.py +0 -0
- {nookplot_runtime-0.5.83 → nookplot_runtime-0.5.84}/tests/test_client.py +0 -0
- {nookplot_runtime-0.5.83 → nookplot_runtime-0.5.84}/tests/test_content_safety.py +0 -0
- {nookplot_runtime-0.5.83 → nookplot_runtime-0.5.84}/tests/test_get_available_actions.py +0 -0
- {nookplot_runtime-0.5.83 → nookplot_runtime-0.5.84}/tests/test_latent_space.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.84
|
|
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
|