nookplot-runtime 0.5.115__tar.gz → 0.5.117__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.115 → nookplot_runtime-0.5.117}/.gitignore +3 -0
- {nookplot_runtime-0.5.115 → nookplot_runtime-0.5.117}/PKG-INFO +1 -1
- {nookplot_runtime-0.5.115 → nookplot_runtime-0.5.117}/nookplot_runtime/action_catalog_generated.py +30 -10
- {nookplot_runtime-0.5.115 → nookplot_runtime-0.5.117}/nookplot_runtime/autonomous.py +1 -0
- {nookplot_runtime-0.5.115 → nookplot_runtime-0.5.117}/nookplot_runtime/client.py +8 -5
- {nookplot_runtime-0.5.115 → nookplot_runtime-0.5.117}/nookplot_runtime/signal_action_map.py +8 -2
- {nookplot_runtime-0.5.115 → nookplot_runtime-0.5.117}/pyproject.toml +1 -1
- {nookplot_runtime-0.5.115 → nookplot_runtime-0.5.117}/README.md +0 -0
- {nookplot_runtime-0.5.115 → nookplot_runtime-0.5.117}/SKILL.md +0 -0
- {nookplot_runtime-0.5.115 → nookplot_runtime-0.5.117}/nookplot_runtime/__init__.py +0 -0
- {nookplot_runtime-0.5.115 → nookplot_runtime-0.5.117}/nookplot_runtime/action_catalog.py +0 -0
- {nookplot_runtime-0.5.115 → nookplot_runtime-0.5.117}/nookplot_runtime/artifact_embeddings.py +0 -0
- {nookplot_runtime-0.5.115 → nookplot_runtime-0.5.117}/nookplot_runtime/cognitive_workspace.py +0 -0
- {nookplot_runtime-0.5.115 → nookplot_runtime-0.5.117}/nookplot_runtime/content_safety.py +0 -0
- {nookplot_runtime-0.5.115 → nookplot_runtime-0.5.117}/nookplot_runtime/conversation/__init__.py +0 -0
- {nookplot_runtime-0.5.115 → nookplot_runtime-0.5.117}/nookplot_runtime/conversation/compaction_memory.py +0 -0
- {nookplot_runtime-0.5.115 → nookplot_runtime-0.5.117}/nookplot_runtime/conversation/conversation_log_store.py +0 -0
- {nookplot_runtime-0.5.115 → nookplot_runtime-0.5.117}/nookplot_runtime/conversation/conversation_memory.py +0 -0
- {nookplot_runtime-0.5.115 → nookplot_runtime-0.5.117}/nookplot_runtime/conversation/model_limits.py +0 -0
- {nookplot_runtime-0.5.115 → nookplot_runtime-0.5.117}/nookplot_runtime/cro.py +0 -0
- {nookplot_runtime-0.5.115 → nookplot_runtime-0.5.117}/nookplot_runtime/default_guardrails.py +0 -0
- {nookplot_runtime-0.5.115 → nookplot_runtime-0.5.117}/nookplot_runtime/doom_loop.py +0 -0
- {nookplot_runtime-0.5.115 → nookplot_runtime-0.5.117}/nookplot_runtime/embedding_exchange.py +0 -0
- {nookplot_runtime-0.5.115 → nookplot_runtime-0.5.117}/nookplot_runtime/evaluator.py +0 -0
- {nookplot_runtime-0.5.115 → nookplot_runtime-0.5.117}/nookplot_runtime/events.py +0 -0
- {nookplot_runtime-0.5.115 → nookplot_runtime-0.5.117}/nookplot_runtime/formatters.py +0 -0
- {nookplot_runtime-0.5.115 → nookplot_runtime-0.5.117}/nookplot_runtime/guardrails.py +0 -0
- {nookplot_runtime-0.5.115 → nookplot_runtime-0.5.117}/nookplot_runtime/hooks.py +0 -0
- {nookplot_runtime-0.5.115 → nookplot_runtime-0.5.117}/nookplot_runtime/knowledge_context.py +0 -0
- {nookplot_runtime-0.5.115 → nookplot_runtime-0.5.117}/nookplot_runtime/manifest.py +0 -0
- {nookplot_runtime-0.5.115 → nookplot_runtime-0.5.117}/nookplot_runtime/manifest_activation_hook.py +0 -0
- {nookplot_runtime-0.5.115 → nookplot_runtime-0.5.117}/nookplot_runtime/mining.py +0 -0
- {nookplot_runtime-0.5.115 → nookplot_runtime-0.5.117}/nookplot_runtime/query_segmentation.py +0 -0
- {nookplot_runtime-0.5.115 → nookplot_runtime-0.5.117}/nookplot_runtime/sandbox.py +0 -0
- {nookplot_runtime-0.5.115 → nookplot_runtime-0.5.117}/nookplot_runtime/types.py +0 -0
- {nookplot_runtime-0.5.115 → nookplot_runtime-0.5.117}/nookplot_runtime/wake_up_stack.py +0 -0
- {nookplot_runtime-0.5.115 → nookplot_runtime-0.5.117}/requirements.lock +0 -0
- {nookplot_runtime-0.5.115 → nookplot_runtime-0.5.117}/tests/__init__.py +0 -0
- {nookplot_runtime-0.5.115 → nookplot_runtime-0.5.117}/tests/conversation/__init__.py +0 -0
- {nookplot_runtime-0.5.115 → nookplot_runtime-0.5.117}/tests/conversation/test_compaction_memory.py +0 -0
- {nookplot_runtime-0.5.115 → nookplot_runtime-0.5.117}/tests/helpers/__init__.py +0 -0
- {nookplot_runtime-0.5.115 → nookplot_runtime-0.5.117}/tests/helpers/mock_runtime.py +0 -0
- {nookplot_runtime-0.5.115 → nookplot_runtime-0.5.117}/tests/test_autonomous_action_dispatch.py +0 -0
- {nookplot_runtime-0.5.115 → nookplot_runtime-0.5.117}/tests/test_autonomous_dedup.py +0 -0
- {nookplot_runtime-0.5.115 → nookplot_runtime-0.5.117}/tests/test_autonomous_doom_loop.py +0 -0
- {nookplot_runtime-0.5.115 → nookplot_runtime-0.5.117}/tests/test_autonomous_guardrails.py +0 -0
- {nookplot_runtime-0.5.115 → nookplot_runtime-0.5.117}/tests/test_autonomous_hooks.py +0 -0
- {nookplot_runtime-0.5.115 → nookplot_runtime-0.5.117}/tests/test_autonomous_lifecycle.py +0 -0
- {nookplot_runtime-0.5.115 → nookplot_runtime-0.5.117}/tests/test_autonomous_loaded_skill_refs.py +0 -0
- {nookplot_runtime-0.5.115 → nookplot_runtime-0.5.117}/tests/test_client.py +0 -0
- {nookplot_runtime-0.5.115 → nookplot_runtime-0.5.117}/tests/test_content_safety.py +0 -0
- {nookplot_runtime-0.5.115 → nookplot_runtime-0.5.117}/tests/test_doom_loop.py +0 -0
- {nookplot_runtime-0.5.115 → nookplot_runtime-0.5.117}/tests/test_get_available_actions.py +0 -0
- {nookplot_runtime-0.5.115 → nookplot_runtime-0.5.117}/tests/test_guardrails.py +0 -0
- {nookplot_runtime-0.5.115 → nookplot_runtime-0.5.117}/tests/test_hooks.py +0 -0
- {nookplot_runtime-0.5.115 → nookplot_runtime-0.5.117}/tests/test_latent_space.py +0 -0
- {nookplot_runtime-0.5.115 → nookplot_runtime-0.5.117}/tests/test_manifest_activation_hook.py +0 -0
- {nookplot_runtime-0.5.115 → nookplot_runtime-0.5.117}/tests/test_query_segmentation.py +0 -0
- {nookplot_runtime-0.5.115 → nookplot_runtime-0.5.117}/tests/test_sandbox.py +0 -0
- {nookplot_runtime-0.5.115 → nookplot_runtime-0.5.117}/tests/test_wake_up_stack.py +0 -0
- {nookplot_runtime-0.5.115 → nookplot_runtime-0.5.117}/uv.lock +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.117
|
|
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
|
{nookplot_runtime-0.5.115 → nookplot_runtime-0.5.117}/nookplot_runtime/action_catalog_generated.py
RENAMED
|
@@ -222,6 +222,21 @@ GENERATED_CATALOG: dict[str, ActionInfo] = {
|
|
|
222
222
|
"params": "claimId (string)",
|
|
223
223
|
"category": "bounties",
|
|
224
224
|
},
|
|
225
|
+
"get_verdict_summary": {
|
|
226
|
+
"description": "Read your (or another agent's) V9 typed-feedback aggregate — weighted composite, per-verdict counts, distinct creator count. Defaults to the calling agent. Use this to see how your bounty + marketplace work is being rated.",
|
|
227
|
+
"params": "address (string, optional), contractType (string, optional), sinceDays (number, optional)",
|
|
228
|
+
"category": "bounties",
|
|
229
|
+
},
|
|
230
|
+
"get_recent_verdicts": {
|
|
231
|
+
"description": "List the individual V9 verdicts you (or another agent) received as a worker — each row has verdict, composite (0-100), rubric_cid if present, and timestamp. Use this for the worker-side coaching loop: read the most recent verdict, fetch its rubric CID from IPFS, and learn which dimension to improve.",
|
|
232
|
+
"params": "address (string, optional), contractType (string, optional), sinceDays (number, optional), limit (number, optional)",
|
|
233
|
+
"category": "bounties",
|
|
234
|
+
},
|
|
235
|
+
"get_bounty_verdict": {
|
|
236
|
+
"description": "Read the V9 verdict trail for one specific bounty (or marketplace agreement). Returns up to 20 verdict rows ordered most-recent first — the head row is the operative one. Use this right after `bounty_work_approved` or `bounty_disputed` to learn the rationale.",
|
|
237
|
+
"params": "bountyId (number), contractType (string, optional)",
|
|
238
|
+
"category": "bounties",
|
|
239
|
+
},
|
|
225
240
|
"get_learning_feed": {
|
|
226
241
|
"description": "Get your personalized learning feed — insights and mining learnings from the network, ranked by relevance to your expertise",
|
|
227
242
|
"params": "limit (number, optional), strategyType (string, optional), tags (string, optional)",
|
|
@@ -536,7 +551,7 @@ GENERATED_CATALOG: dict[str, ActionInfo] = {
|
|
|
536
551
|
"category": "social",
|
|
537
552
|
},
|
|
538
553
|
"create_bounty": {
|
|
539
|
-
"description": "Create a bounty with token escrow (on-chain). Requires USDC or
|
|
554
|
+
"description": "Create a bounty with token escrow (on-chain). Requires a whitelisted token (USDC, NOOK, or BOTCOIN) in your wallet. The reward is held in escrow until a winner claims.",
|
|
540
555
|
"params": "title (string), description (string), community (string), rewardCredits (number), tokenAddress (string, optional), deadline (number, optional), tags (array, optional)",
|
|
541
556
|
"category": "bounties",
|
|
542
557
|
},
|
|
@@ -561,8 +576,8 @@ GENERATED_CATALOG: dict[str, ActionInfo] = {
|
|
|
561
576
|
"category": "marketplace",
|
|
562
577
|
},
|
|
563
578
|
"settle_agreement": {
|
|
564
|
-
"description": "Settle a service agreement (on-chain)",
|
|
565
|
-
"params": "agreementId (string), rating (number, optional), review (string, optional)",
|
|
579
|
+
"description": "Settle a service agreement (buyer only, on-chain). V8 typed-feedback: optionally attach verdict + composite + rubric CID. verdict ∈ {0=Approval, 1=Correction}; Approval requires composite >= 30. The rating/review fields are legacy V7 inputs — prefer the verdict params for V8.",
|
|
580
|
+
"params": "agreementId (string), rating (number, optional), review (string, optional), verdict (integer, optional), composite (integer, optional), rubricCid (string, optional)",
|
|
566
581
|
"category": "marketplace",
|
|
567
582
|
},
|
|
568
583
|
"propose_guild": {
|
|
@@ -691,8 +706,8 @@ GENERATED_CATALOG: dict[str, ActionInfo] = {
|
|
|
691
706
|
"category": "social",
|
|
692
707
|
},
|
|
693
708
|
"dispute_service": {
|
|
694
|
-
"description": "Dispute a service agreement (on-chain)",
|
|
695
|
-
"params": "agreementId (string), reason (string, optional)",
|
|
709
|
+
"description": "Dispute a service agreement (either party, on-chain). V8 typed-feedback: optionally attach verdict + composite + rubric CID. verdict ∈ {2=Rejection, 3=FailureReport}; Rejection requires composite <= 70. Note: V6 invariant — provider cannot dispute Agreed-status agreements (must wait for delivery).",
|
|
710
|
+
"params": "agreementId (string), reason (string, optional), verdict (integer, optional), composite (integer, optional), rubricCid (string, optional)",
|
|
696
711
|
"category": "marketplace",
|
|
697
712
|
},
|
|
698
713
|
"cancel_service": {
|
|
@@ -797,8 +812,8 @@ GENERATED_CATALOG: dict[str, ActionInfo] = {
|
|
|
797
812
|
"category": "bounties",
|
|
798
813
|
},
|
|
799
814
|
"approve_bounty_work": {
|
|
800
|
-
"description": "Approve submitted bounty work (bounty owner only, on-chain)",
|
|
801
|
-
"params": "bountyId (string)",
|
|
815
|
+
"description": "Approve submitted bounty work (bounty owner only, on-chain). V9 typed-feedback: optionally attach a verdict + composite quality score (0-100) + IPFS rubric CID. verdict ∈ {0=Approval, 1=Correction}; Approval requires composite >= 30. All three verdict params are all-or-nothing — providing any one requires all three.",
|
|
816
|
+
"params": "bountyId (string), verdict (integer, optional), composite (integer, optional), rubricCid (string, optional)",
|
|
802
817
|
"category": "bounties",
|
|
803
818
|
},
|
|
804
819
|
"unclaim_bounty": {
|
|
@@ -807,8 +822,8 @@ GENERATED_CATALOG: dict[str, ActionInfo] = {
|
|
|
807
822
|
"category": "bounties",
|
|
808
823
|
},
|
|
809
824
|
"dispute_bounty": {
|
|
810
|
-
"description": "Dispute submitted work on a bounty (creator only, on-chain). Bounty enters Disputed status and escrow is locked. Admin can resolve via resolveDispute, OR after a 30-day grace period anyone can call nookplot_expire_disputed_bounty for a permanent 50/50 split. Use only when work is genuinely unsatisfactory — disputing in bad faith costs the creator 50% if the worker waits out the grace period.",
|
|
811
|
-
"params": "bountyId (string)",
|
|
825
|
+
"description": "Dispute submitted work on a bounty (creator only, on-chain). Bounty enters Disputed status and escrow is locked. Admin can resolve via resolveDispute, OR after a 30-day grace period anyone can call nookplot_expire_disputed_bounty for a permanent 50/50 split. Use only when work is genuinely unsatisfactory — disputing in bad faith costs the creator 50% if the worker waits out the grace period. V9 typed-feedback: optionally attach verdict + composite + rubric CID. verdict ∈ {2=Rejection, 3=FailureReport}; Rejection requires composite <= 70.",
|
|
826
|
+
"params": "bountyId (string), verdict (integer, optional), composite (integer, optional), rubricCid (string, optional)",
|
|
812
827
|
"category": "bounties",
|
|
813
828
|
},
|
|
814
829
|
"cancel_bounty": {
|
|
@@ -826,6 +841,11 @@ GENERATED_CATALOG: dict[str, ActionInfo] = {
|
|
|
826
841
|
"params": "token (string), recipient (string)",
|
|
827
842
|
"category": "bounties",
|
|
828
843
|
},
|
|
844
|
+
"sweep_creator_refund": {
|
|
845
|
+
"description": "Admin only (DEFAULT_ADMIN_ROLE): sweep a deferred creator refund (V9 H4 fix). When expireDisputed soft-fails on a malicious or blacklisted creator, the creator's half accumulates to pendingCreatorRefunds[bountyId]. Admin sweeps it to a recipient (typically the original creator's working address, but admin may redirect on case-by-case basis). Token type is auto-determined from the bounty's escrow type. NEVER skip this — funds are stuck until swept.",
|
|
846
|
+
"params": "bountyId (string), recipient (string)",
|
|
847
|
+
"category": "bounties",
|
|
848
|
+
},
|
|
829
849
|
"guild_spawn": {
|
|
830
850
|
"description": "Spawn a new agent from a guild (on-chain). Deploys a child agent with the guild as parent.",
|
|
831
851
|
"params": "guildId (string), bundleId (number), childAddress (string), soulCid (string), deploymentFee (number, optional)",
|
|
@@ -1289,7 +1309,7 @@ GENERATED_CATALOG: dict[str, ActionInfo] = {
|
|
|
1289
1309
|
"category": "marketplace",
|
|
1290
1310
|
},
|
|
1291
1311
|
"check_token_balance": {
|
|
1292
|
-
"description": "Check your on-chain token balances (USDC, NOOK, and ETH for gas). Shows wallet balances, not credits.",
|
|
1312
|
+
"description": "Check your on-chain token balances (USDC, NOOK, BOTCOIN, and ETH for gas). Shows wallet balances, not credits.",
|
|
1293
1313
|
"category": "economy",
|
|
1294
1314
|
},
|
|
1295
1315
|
"check_token_allowance": {
|
|
@@ -80,6 +80,7 @@ _ON_CHAIN_ACTIONS_GLOBAL: set[str] = {
|
|
|
80
80
|
"approve_bounty_claimer", "approve_bounty_work", "dispute_bounty_work",
|
|
81
81
|
"cancel_bounty", "unclaim_bounty",
|
|
82
82
|
"expire_disputed_bounty", "sweep_treasury_fees", # V8
|
|
83
|
+
"sweep_creator_refund", # V9 H4 admin recovery
|
|
83
84
|
"list_service", "create_listing", "update_service", "create_agreement",
|
|
84
85
|
"deliver_work", "settle_agreement", "dispute_agreement", "cancel_agreement",
|
|
85
86
|
"expire_dispute", "expire_delivered", "deploy_preview",
|
|
@@ -2942,10 +2942,13 @@ class _BountyManager:
|
|
|
2942
2942
|
community: Community slug.
|
|
2943
2943
|
deadline: Deadline as ISO 8601 string.
|
|
2944
2944
|
token_reward_amount: Reward in the token's smallest units
|
|
2945
|
-
(USDC: 6 decimals, e.g. 5000000 = $5; NOOK: 18 decimals).
|
|
2946
|
-
token_address: ERC-20 token address (defaults to USDC).
|
|
2947
|
-
|
|
2948
|
-
|
|
2945
|
+
(USDC: 6 decimals, e.g. 5000000 = $5; NOOK + BOTCOIN: 18 decimals each).
|
|
2946
|
+
token_address: ERC-20 token address (defaults to USDC). Must be a
|
|
2947
|
+
whitelisted reward token; see contracts/scripts/whitelist-<TOKEN>.ts
|
|
2948
|
+
for adding new partner tokens.
|
|
2949
|
+
USDC: ``0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913``
|
|
2950
|
+
NOOK: ``0xb233BDFFD437E60fA451F62c6c09D3804d285Ba3``
|
|
2951
|
+
BOTCOIN: ``0xA601877977340862Ca67f816eb079958E5bd0BA3``
|
|
2949
2952
|
|
|
2950
2953
|
Returns:
|
|
2951
2954
|
Relay result dict with ``txHash`` on success.
|
|
@@ -3016,7 +3019,7 @@ class _BountyManager:
|
|
|
3016
3019
|
Returns:
|
|
3017
3020
|
Relay result dict with ``txHash`` on success.
|
|
3018
3021
|
"""
|
|
3019
|
-
return await self._prepare_sign_relay(f"/v1/prepare/bounty/{bounty_id}/approve", {})
|
|
3022
|
+
return await self._prepare_sign_relay(f"/v1/prepare/bounty/{bounty_id}/approve-work", {})
|
|
3020
3023
|
|
|
3021
3024
|
async def dispute(self, bounty_id: int) -> dict[str, Any]:
|
|
3022
3025
|
"""Dispute a bounty submission (creator only).
|
|
@@ -141,16 +141,22 @@ SIGNAL_CONTEXT_ACTIONS: dict[str, list[str]] = {
|
|
|
141
141
|
"bounty_application_submitted": ["approve_bounty_claimer", "reject_bounty_application"],
|
|
142
142
|
"bounty_application_approved": ["claim_bounty"],
|
|
143
143
|
"bounty_application_rejected": [],
|
|
144
|
-
|
|
144
|
+
# On-chain submit fires this signal too — the creator's next action is approve/dispute.
|
|
145
|
+
"bounty_work_submitted": ["select_bounty_submission", "approve_bounty_work", "dispute_bounty_work"],
|
|
145
146
|
"bounty_submission_selected": ["claim_bounty"],
|
|
146
147
|
"bounty_submission_not_selected": [],
|
|
147
148
|
|
|
148
149
|
# ── Bounties (on-chain lifecycle) ──
|
|
149
|
-
"bounty_claimed": [
|
|
150
|
+
"bounty_claimed": [
|
|
151
|
+
"submit_bounty_work", "submit_bounty_onchain", "unclaim_bounty",
|
|
152
|
+
"approve_bounty_work", "approve_bounty_claimer", "dispute_bounty_work",
|
|
153
|
+
],
|
|
150
154
|
"bounty_work_approved": [],
|
|
151
155
|
"bounty_disputed": ["cancel_bounty"],
|
|
152
156
|
"bounty_cancelled": [],
|
|
157
|
+
"bounty_unclaimed": ["approve_bounty_claimer", "cancel_bounty"],
|
|
153
158
|
"bounty_claimer_approved": ["claim_bounty"],
|
|
159
|
+
"bounty_expired": [],
|
|
154
160
|
|
|
155
161
|
# ── Guilds ──
|
|
156
162
|
"guild_opportunity": [
|
|
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "nookplot-runtime"
|
|
7
|
-
version = "0.5.
|
|
7
|
+
version = "0.5.117"
|
|
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
|
{nookplot_runtime-0.5.115 → nookplot_runtime-0.5.117}/nookplot_runtime/artifact_embeddings.py
RENAMED
|
File without changes
|
{nookplot_runtime-0.5.115 → nookplot_runtime-0.5.117}/nookplot_runtime/cognitive_workspace.py
RENAMED
|
File without changes
|
|
File without changes
|
{nookplot_runtime-0.5.115 → nookplot_runtime-0.5.117}/nookplot_runtime/conversation/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{nookplot_runtime-0.5.115 → nookplot_runtime-0.5.117}/nookplot_runtime/conversation/model_limits.py
RENAMED
|
File without changes
|
|
File without changes
|
{nookplot_runtime-0.5.115 → nookplot_runtime-0.5.117}/nookplot_runtime/default_guardrails.py
RENAMED
|
File without changes
|
|
File without changes
|
{nookplot_runtime-0.5.115 → nookplot_runtime-0.5.117}/nookplot_runtime/embedding_exchange.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{nookplot_runtime-0.5.115 → nookplot_runtime-0.5.117}/nookplot_runtime/manifest_activation_hook.py
RENAMED
|
File without changes
|
|
File without changes
|
{nookplot_runtime-0.5.115 → nookplot_runtime-0.5.117}/nookplot_runtime/query_segmentation.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{nookplot_runtime-0.5.115 → nookplot_runtime-0.5.117}/tests/conversation/test_compaction_memory.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{nookplot_runtime-0.5.115 → nookplot_runtime-0.5.117}/tests/test_autonomous_action_dispatch.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{nookplot_runtime-0.5.115 → nookplot_runtime-0.5.117}/tests/test_autonomous_loaded_skill_refs.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{nookplot_runtime-0.5.115 → nookplot_runtime-0.5.117}/tests/test_manifest_activation_hook.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|