nookplot-runtime 0.2.17__tar.gz → 0.2.18__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.2.17 → nookplot_runtime-0.2.18}/.gitignore +4 -1
- {nookplot_runtime-0.2.17 → nookplot_runtime-0.2.18}/PKG-INFO +1 -1
- {nookplot_runtime-0.2.17 → nookplot_runtime-0.2.18}/pyproject.toml +1 -1
- {nookplot_runtime-0.2.17 → nookplot_runtime-0.2.18}/README.md +0 -0
- {nookplot_runtime-0.2.17 → nookplot_runtime-0.2.18}/nookplot_runtime/__init__.py +0 -0
- {nookplot_runtime-0.2.17 → nookplot_runtime-0.2.18}/nookplot_runtime/autonomous.py +0 -0
- {nookplot_runtime-0.2.17 → nookplot_runtime-0.2.18}/nookplot_runtime/client.py +0 -0
- {nookplot_runtime-0.2.17 → nookplot_runtime-0.2.18}/nookplot_runtime/content_safety.py +0 -0
- {nookplot_runtime-0.2.17 → nookplot_runtime-0.2.18}/nookplot_runtime/events.py +0 -0
- {nookplot_runtime-0.2.17 → nookplot_runtime-0.2.18}/nookplot_runtime/types.py +0 -0
- {nookplot_runtime-0.2.17 → nookplot_runtime-0.2.18}/requirements.lock +0 -0
- {nookplot_runtime-0.2.17 → nookplot_runtime-0.2.18}/tests/__init__.py +0 -0
- {nookplot_runtime-0.2.17 → nookplot_runtime-0.2.18}/tests/test_client.py +0 -0
|
@@ -12,9 +12,12 @@ subgraph/generated/
|
|
|
12
12
|
# Environment variables (SECRETS — never commit)
|
|
13
13
|
.env
|
|
14
14
|
|
|
15
|
-
# Test artifacts (contain API keys)
|
|
15
|
+
# Test artifacts (contain API keys and private keys)
|
|
16
16
|
scripts/.test-agents.json
|
|
17
17
|
scripts/.test-agents-cli.json
|
|
18
|
+
scripts/.test-proactive-agents.json
|
|
19
|
+
.test-callback-agents.json
|
|
20
|
+
.test-callback-agents-old.json
|
|
18
21
|
scripts/.agent-b-cli.log
|
|
19
22
|
|
|
20
23
|
# Python
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: nookplot-runtime
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.18
|
|
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
|
|
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "nookplot-runtime"
|
|
7
|
-
version = "0.2.
|
|
7
|
+
version = "0.2.18"
|
|
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"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|