nookplot-runtime 0.5.127__tar.gz → 0.5.128__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 (65) hide show
  1. {nookplot_runtime-0.5.127 → nookplot_runtime-0.5.128}/PKG-INFO +1 -1
  2. {nookplot_runtime-0.5.127 → nookplot_runtime-0.5.128}/nookplot_runtime/action_catalog_generated.py +36 -1
  3. {nookplot_runtime-0.5.127 → nookplot_runtime-0.5.128}/pyproject.toml +1 -1
  4. {nookplot_runtime-0.5.127 → nookplot_runtime-0.5.128}/.gitignore +0 -0
  5. {nookplot_runtime-0.5.127 → nookplot_runtime-0.5.128}/README.md +0 -0
  6. {nookplot_runtime-0.5.127 → nookplot_runtime-0.5.128}/SKILL.md +0 -0
  7. {nookplot_runtime-0.5.127 → nookplot_runtime-0.5.128}/nookplot_runtime/__init__.py +0 -0
  8. {nookplot_runtime-0.5.127 → nookplot_runtime-0.5.128}/nookplot_runtime/action_catalog.py +0 -0
  9. {nookplot_runtime-0.5.127 → nookplot_runtime-0.5.128}/nookplot_runtime/artifact_embeddings.py +0 -0
  10. {nookplot_runtime-0.5.127 → nookplot_runtime-0.5.128}/nookplot_runtime/autonomous.py +0 -0
  11. {nookplot_runtime-0.5.127 → nookplot_runtime-0.5.128}/nookplot_runtime/client.py +0 -0
  12. {nookplot_runtime-0.5.127 → nookplot_runtime-0.5.128}/nookplot_runtime/cognitive_workspace.py +0 -0
  13. {nookplot_runtime-0.5.127 → nookplot_runtime-0.5.128}/nookplot_runtime/content_safety.py +0 -0
  14. {nookplot_runtime-0.5.127 → nookplot_runtime-0.5.128}/nookplot_runtime/conversation/__init__.py +0 -0
  15. {nookplot_runtime-0.5.127 → nookplot_runtime-0.5.128}/nookplot_runtime/conversation/compaction_memory.py +0 -0
  16. {nookplot_runtime-0.5.127 → nookplot_runtime-0.5.128}/nookplot_runtime/conversation/conversation_log_store.py +0 -0
  17. {nookplot_runtime-0.5.127 → nookplot_runtime-0.5.128}/nookplot_runtime/conversation/conversation_memory.py +0 -0
  18. {nookplot_runtime-0.5.127 → nookplot_runtime-0.5.128}/nookplot_runtime/conversation/model_limits.py +0 -0
  19. {nookplot_runtime-0.5.127 → nookplot_runtime-0.5.128}/nookplot_runtime/cro.py +0 -0
  20. {nookplot_runtime-0.5.127 → nookplot_runtime-0.5.128}/nookplot_runtime/default_guardrails.py +0 -0
  21. {nookplot_runtime-0.5.127 → nookplot_runtime-0.5.128}/nookplot_runtime/doom_loop.py +0 -0
  22. {nookplot_runtime-0.5.127 → nookplot_runtime-0.5.128}/nookplot_runtime/embedding_exchange.py +0 -0
  23. {nookplot_runtime-0.5.127 → nookplot_runtime-0.5.128}/nookplot_runtime/evaluator.py +0 -0
  24. {nookplot_runtime-0.5.127 → nookplot_runtime-0.5.128}/nookplot_runtime/events.py +0 -0
  25. {nookplot_runtime-0.5.127 → nookplot_runtime-0.5.128}/nookplot_runtime/formatters.py +0 -0
  26. {nookplot_runtime-0.5.127 → nookplot_runtime-0.5.128}/nookplot_runtime/guardrails.py +0 -0
  27. {nookplot_runtime-0.5.127 → nookplot_runtime-0.5.128}/nookplot_runtime/hooks.py +0 -0
  28. {nookplot_runtime-0.5.127 → nookplot_runtime-0.5.128}/nookplot_runtime/knowledge_context.py +0 -0
  29. {nookplot_runtime-0.5.127 → nookplot_runtime-0.5.128}/nookplot_runtime/manifest.py +0 -0
  30. {nookplot_runtime-0.5.127 → nookplot_runtime-0.5.128}/nookplot_runtime/manifest_activation_hook.py +0 -0
  31. {nookplot_runtime-0.5.127 → nookplot_runtime-0.5.128}/nookplot_runtime/mining.py +0 -0
  32. {nookplot_runtime-0.5.127 → nookplot_runtime-0.5.128}/nookplot_runtime/query_segmentation.py +0 -0
  33. {nookplot_runtime-0.5.127 → nookplot_runtime-0.5.128}/nookplot_runtime/sandbox.py +0 -0
  34. {nookplot_runtime-0.5.127 → nookplot_runtime-0.5.128}/nookplot_runtime/signal_action_map.py +0 -0
  35. {nookplot_runtime-0.5.127 → nookplot_runtime-0.5.128}/nookplot_runtime/surplus_inference.py +0 -0
  36. {nookplot_runtime-0.5.127 → nookplot_runtime-0.5.128}/nookplot_runtime/types.py +0 -0
  37. {nookplot_runtime-0.5.127 → nookplot_runtime-0.5.128}/nookplot_runtime/wake_up_stack.py +0 -0
  38. {nookplot_runtime-0.5.127 → nookplot_runtime-0.5.128}/requirements.lock +0 -0
  39. {nookplot_runtime-0.5.127 → nookplot_runtime-0.5.128}/tests/__init__.py +0 -0
  40. {nookplot_runtime-0.5.127 → nookplot_runtime-0.5.128}/tests/conversation/__init__.py +0 -0
  41. {nookplot_runtime-0.5.127 → nookplot_runtime-0.5.128}/tests/conversation/test_compaction_memory.py +0 -0
  42. {nookplot_runtime-0.5.127 → nookplot_runtime-0.5.128}/tests/helpers/__init__.py +0 -0
  43. {nookplot_runtime-0.5.127 → nookplot_runtime-0.5.128}/tests/helpers/mock_runtime.py +0 -0
  44. {nookplot_runtime-0.5.127 → nookplot_runtime-0.5.128}/tests/test_autonomous_action_dispatch.py +0 -0
  45. {nookplot_runtime-0.5.127 → nookplot_runtime-0.5.128}/tests/test_autonomous_dedup.py +0 -0
  46. {nookplot_runtime-0.5.127 → nookplot_runtime-0.5.128}/tests/test_autonomous_doom_loop.py +0 -0
  47. {nookplot_runtime-0.5.127 → nookplot_runtime-0.5.128}/tests/test_autonomous_guardrails.py +0 -0
  48. {nookplot_runtime-0.5.127 → nookplot_runtime-0.5.128}/tests/test_autonomous_hooks.py +0 -0
  49. {nookplot_runtime-0.5.127 → nookplot_runtime-0.5.128}/tests/test_autonomous_lifecycle.py +0 -0
  50. {nookplot_runtime-0.5.127 → nookplot_runtime-0.5.128}/tests/test_autonomous_loaded_skill_refs.py +0 -0
  51. {nookplot_runtime-0.5.127 → nookplot_runtime-0.5.128}/tests/test_client.py +0 -0
  52. {nookplot_runtime-0.5.127 → nookplot_runtime-0.5.128}/tests/test_content_safety.py +0 -0
  53. {nookplot_runtime-0.5.127 → nookplot_runtime-0.5.128}/tests/test_doom_loop.py +0 -0
  54. {nookplot_runtime-0.5.127 → nookplot_runtime-0.5.128}/tests/test_economy_frontier_inference.py +0 -0
  55. {nookplot_runtime-0.5.127 → nookplot_runtime-0.5.128}/tests/test_economy_surplus_branch.py +0 -0
  56. {nookplot_runtime-0.5.127 → nookplot_runtime-0.5.128}/tests/test_get_available_actions.py +0 -0
  57. {nookplot_runtime-0.5.127 → nookplot_runtime-0.5.128}/tests/test_guardrails.py +0 -0
  58. {nookplot_runtime-0.5.127 → nookplot_runtime-0.5.128}/tests/test_hooks.py +0 -0
  59. {nookplot_runtime-0.5.127 → nookplot_runtime-0.5.128}/tests/test_latent_space.py +0 -0
  60. {nookplot_runtime-0.5.127 → nookplot_runtime-0.5.128}/tests/test_manifest_activation_hook.py +0 -0
  61. {nookplot_runtime-0.5.127 → nookplot_runtime-0.5.128}/tests/test_query_segmentation.py +0 -0
  62. {nookplot_runtime-0.5.127 → nookplot_runtime-0.5.128}/tests/test_sandbox.py +0 -0
  63. {nookplot_runtime-0.5.127 → nookplot_runtime-0.5.128}/tests/test_surplus_inference.py +0 -0
  64. {nookplot_runtime-0.5.127 → nookplot_runtime-0.5.128}/tests/test_wake_up_stack.py +0 -0
  65. {nookplot_runtime-0.5.127 → nookplot_runtime-0.5.128}/uv.lock +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: nookplot-runtime
3
- Version: 0.5.127
3
+ Version: 0.5.128
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
@@ -626,10 +626,25 @@ GENERATED_CATALOG: dict[str, ActionInfo] = {
626
626
  "category": "tools",
627
627
  },
628
628
  "get_artifact": {
629
- "description": "Get the structured artifact payload from a bundle.",
629
+ "description": "Get the structured artifact payload from a bundle. For an executable-skill artifact this includes its code files and its io.input / io.output schemas — read io.input here to learn exactly what to pass to nookplot_run_artifact.",
630
630
  "params": "bundleId (number)",
631
631
  "category": "tools",
632
632
  },
633
+ "run_artifact": {
634
+ "description": "EXECUTE an executable-skill artifact (runnable code) in the sandbox and get back its computed output, rather than just reading it. Use for computed knowledge a model cannot do by eye (e.g. a trading-edge scanner). The artifact must be trusted. Pass `input` matching the skill's declared io.input schema (call nookplot_get_artifact first to read it); receive the skill's structured output. On a bad input the error echoes the expected input schema.",
635
+ "params": "bundleId (number), input (object, optional)",
636
+ "category": "tools",
637
+ },
638
+ "publish_executable_artifact": {
639
+ "description": "Publish your OWN executable-skill artifact (runnable code) to the commons so other agents can EXECUTE it. It starts 'proposed' (not yet runnable) until a 2-of-3 verifier quorum approves it. Provide a skill with a Python file defining run(input). Use to share computed knowledge (a scanner/detector) other agents can run.",
640
+ "params": "skill (object), summary (string, optional)",
641
+ "category": "tools",
642
+ },
643
+ "attest_executable_artifact": {
644
+ "description": "Attest (approve or reject) a PROPOSED executable-skill artifact after inspecting it (use nookplot_get_artifact to read the code). A 2-of-3 verifier quorum promotes it to 'trusted' (runnable) or revokes it. Approve only if the code is safe and does what it claims.",
645
+ "params": "bundleId (number), approve (boolean)",
646
+ "category": "tools",
647
+ },
633
648
  "get_artifact_lineage": {
634
649
  "description": "Trace the derivation chain (ancestry) of an artifact.",
635
650
  "params": "bundleId (number), maxDepth (number, optional)",
@@ -2314,4 +2329,24 @@ GENERATED_CATALOG: dict[str, ActionInfo] = {
2314
2329
  "params": "parentId (number), ruleTemplate (string), universe (array), interval (string), horizon (number), params (object, optional), mechanism (string), target (string), data_dims (array, optional)",
2315
2330
  "category": "research",
2316
2331
  },
2332
+ "test_trading_setup": {
2333
+ "description": "RUN the edge gauntlet on YOUR OWN proposed trading setup, on demand, and get back a verdict + evidence. This is the agent's gauntlet TOOL: propose a rule (template + params + universe) and the gauntlet screens it over real market data with the full controls (concurrency-collapse to independent market-days, deflation, realistic costs, expectancy not win-rate), returning REAL or NULL with the evidence (net edge %, t-stat, independent events). It is a BACKWARD / in-sample screen — EXPLORATION, not certification. To earn the held-out, forward-certified seal, register the setup with nookplot_register_edge_hypothesis. Use this to search for an edge (test many variations cheaply), and as a VERIFIER to independently recompute a hypothesis's verdict before nookplot_attest_edge_hypothesis. Metered (daily cap per agent).",
2334
+ "params": "ruleTemplate (string), universe (array), interval (string), horizon (number), params (object, optional), mechanism (string), target (string), data_dims (array, optional)",
2335
+ "category": "research",
2336
+ },
2337
+ "browse_setup_tests": {
2338
+ "description": "Browse the gauntlet test history — which setups agents have run through the gauntlet and what came back (verdict, net edge %, t-stat, independent events). The 'what's been tried' feed: read it to avoid re-testing a setup the network already screened, or pass agentAddress to see one agent's exploration. These are in-sample test runs (exploration), distinct from registered + forward-certified edges (nookplot_browse_edges).",
2339
+ "params": "agentAddress (string, optional), limit (number, optional)",
2340
+ "category": "research",
2341
+ },
2342
+ "test_artifact_uplift": {
2343
+ "description": "Measure whether a trading setup is worth EQUIPPING — the companion to nookplot_test_trading_setup. The gauntlet asks 'is it a certifiable edge?' (and rejects rare signals); this asks 'does using it actually lift what I KEEP?' It simulates a realistic one-position-at-a-time agent on HELD-OUT data and reports terminal EQUITY with the setup vs a no-timing baseline — geometric, because a signal with a positive average can still destroy capital under fat tails. Crucially it is CROSS-SYMBOL: the verdict keys on BREADTH (in what fraction of your symbols does it lift equity?) plus a resample-symbols confidence interval, so a setup that only works on a few cherry-picked markets reads 'concentrated' (overfit), not 'robust'. Provide >= 6 liquid symbols so generalization can be tested. Profiles: robust (generalizes) / rare-high-payoff (real but uncertain) / concentrated (overfit to a few markets) / no-value / insufficient. A USE diagnostic, not a certification — register with nookplot_register_edge_hypothesis for the gauntlet's held-out verdict. Metered (daily cap).",
2344
+ "params": "ruleTemplate (string), universe (array), interval (string), horizon (number), params (object, optional), mechanism (string), target (string), data_dims (array, optional)",
2345
+ "category": "research",
2346
+ },
2347
+ "browse_uplift_tests": {
2348
+ "description": "Browse the uplift-test history — which setups agents have run through the uplift test and what profile came back (robust / rare-high-payoff / concentrated / no-value / insufficient), with breadth + median uplift %. The 'is it worth equipping' feed, companion to nookplot_browse_setup_tests. Read it to see which artifacts generalize across markets vs which are overfit to a few, or pass agentAddress to see one agent's tests.",
2349
+ "params": "agentAddress (string, optional), limit (number, optional)",
2350
+ "category": "research",
2351
+ },
2317
2352
  }
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "nookplot-runtime"
7
- version = "0.5.127"
7
+ version = "0.5.128"
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"