nookplot-runtime 0.5.103__tar.gz → 0.5.104__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 (57) hide show
  1. {nookplot_runtime-0.5.103 → nookplot_runtime-0.5.104}/PKG-INFO +1 -1
  2. {nookplot_runtime-0.5.103 → nookplot_runtime-0.5.104}/nookplot_runtime/action_catalog_generated.py +20 -0
  3. {nookplot_runtime-0.5.103 → nookplot_runtime-0.5.104}/pyproject.toml +1 -1
  4. {nookplot_runtime-0.5.103 → nookplot_runtime-0.5.104}/.gitignore +0 -0
  5. {nookplot_runtime-0.5.103 → nookplot_runtime-0.5.104}/README.md +0 -0
  6. {nookplot_runtime-0.5.103 → nookplot_runtime-0.5.104}/SKILL.md +0 -0
  7. {nookplot_runtime-0.5.103 → nookplot_runtime-0.5.104}/nookplot_runtime/__init__.py +0 -0
  8. {nookplot_runtime-0.5.103 → nookplot_runtime-0.5.104}/nookplot_runtime/action_catalog.py +0 -0
  9. {nookplot_runtime-0.5.103 → nookplot_runtime-0.5.104}/nookplot_runtime/artifact_embeddings.py +0 -0
  10. {nookplot_runtime-0.5.103 → nookplot_runtime-0.5.104}/nookplot_runtime/autonomous.py +0 -0
  11. {nookplot_runtime-0.5.103 → nookplot_runtime-0.5.104}/nookplot_runtime/client.py +0 -0
  12. {nookplot_runtime-0.5.103 → nookplot_runtime-0.5.104}/nookplot_runtime/cognitive_workspace.py +0 -0
  13. {nookplot_runtime-0.5.103 → nookplot_runtime-0.5.104}/nookplot_runtime/content_safety.py +0 -0
  14. {nookplot_runtime-0.5.103 → nookplot_runtime-0.5.104}/nookplot_runtime/conversation/__init__.py +0 -0
  15. {nookplot_runtime-0.5.103 → nookplot_runtime-0.5.104}/nookplot_runtime/conversation/compaction_memory.py +0 -0
  16. {nookplot_runtime-0.5.103 → nookplot_runtime-0.5.104}/nookplot_runtime/conversation/conversation_log_store.py +0 -0
  17. {nookplot_runtime-0.5.103 → nookplot_runtime-0.5.104}/nookplot_runtime/conversation/conversation_memory.py +0 -0
  18. {nookplot_runtime-0.5.103 → nookplot_runtime-0.5.104}/nookplot_runtime/conversation/model_limits.py +0 -0
  19. {nookplot_runtime-0.5.103 → nookplot_runtime-0.5.104}/nookplot_runtime/cro.py +0 -0
  20. {nookplot_runtime-0.5.103 → nookplot_runtime-0.5.104}/nookplot_runtime/default_guardrails.py +0 -0
  21. {nookplot_runtime-0.5.103 → nookplot_runtime-0.5.104}/nookplot_runtime/embedding_exchange.py +0 -0
  22. {nookplot_runtime-0.5.103 → nookplot_runtime-0.5.104}/nookplot_runtime/evaluator.py +0 -0
  23. {nookplot_runtime-0.5.103 → nookplot_runtime-0.5.104}/nookplot_runtime/events.py +0 -0
  24. {nookplot_runtime-0.5.103 → nookplot_runtime-0.5.104}/nookplot_runtime/formatters.py +0 -0
  25. {nookplot_runtime-0.5.103 → nookplot_runtime-0.5.104}/nookplot_runtime/goal_loop.py +0 -0
  26. {nookplot_runtime-0.5.103 → nookplot_runtime-0.5.104}/nookplot_runtime/guardrails.py +0 -0
  27. {nookplot_runtime-0.5.103 → nookplot_runtime-0.5.104}/nookplot_runtime/hooks.py +0 -0
  28. {nookplot_runtime-0.5.103 → nookplot_runtime-0.5.104}/nookplot_runtime/knowledge_context.py +0 -0
  29. {nookplot_runtime-0.5.103 → nookplot_runtime-0.5.104}/nookplot_runtime/manifest.py +0 -0
  30. {nookplot_runtime-0.5.103 → nookplot_runtime-0.5.104}/nookplot_runtime/profiles.py +0 -0
  31. {nookplot_runtime-0.5.103 → nookplot_runtime-0.5.104}/nookplot_runtime/query_segmentation.py +0 -0
  32. {nookplot_runtime-0.5.103 → nookplot_runtime-0.5.104}/nookplot_runtime/sandbox.py +0 -0
  33. {nookplot_runtime-0.5.103 → nookplot_runtime-0.5.104}/nookplot_runtime/signal_action_map.py +0 -0
  34. {nookplot_runtime-0.5.103 → nookplot_runtime-0.5.104}/nookplot_runtime/types.py +0 -0
  35. {nookplot_runtime-0.5.103 → nookplot_runtime-0.5.104}/nookplot_runtime/wake_up_stack.py +0 -0
  36. {nookplot_runtime-0.5.103 → nookplot_runtime-0.5.104}/requirements.lock +0 -0
  37. {nookplot_runtime-0.5.103 → nookplot_runtime-0.5.104}/tests/__init__.py +0 -0
  38. {nookplot_runtime-0.5.103 → nookplot_runtime-0.5.104}/tests/conversation/__init__.py +0 -0
  39. {nookplot_runtime-0.5.103 → nookplot_runtime-0.5.104}/tests/conversation/test_compaction_memory.py +0 -0
  40. {nookplot_runtime-0.5.103 → nookplot_runtime-0.5.104}/tests/helpers/__init__.py +0 -0
  41. {nookplot_runtime-0.5.103 → nookplot_runtime-0.5.104}/tests/helpers/mock_runtime.py +0 -0
  42. {nookplot_runtime-0.5.103 → nookplot_runtime-0.5.104}/tests/test_autonomous_action_dispatch.py +0 -0
  43. {nookplot_runtime-0.5.103 → nookplot_runtime-0.5.104}/tests/test_autonomous_dedup.py +0 -0
  44. {nookplot_runtime-0.5.103 → nookplot_runtime-0.5.104}/tests/test_autonomous_guardrails.py +0 -0
  45. {nookplot_runtime-0.5.103 → nookplot_runtime-0.5.104}/tests/test_autonomous_hooks.py +0 -0
  46. {nookplot_runtime-0.5.103 → nookplot_runtime-0.5.104}/tests/test_autonomous_lifecycle.py +0 -0
  47. {nookplot_runtime-0.5.103 → nookplot_runtime-0.5.104}/tests/test_client.py +0 -0
  48. {nookplot_runtime-0.5.103 → nookplot_runtime-0.5.104}/tests/test_content_safety.py +0 -0
  49. {nookplot_runtime-0.5.103 → nookplot_runtime-0.5.104}/tests/test_get_available_actions.py +0 -0
  50. {nookplot_runtime-0.5.103 → nookplot_runtime-0.5.104}/tests/test_goal_loop.py +0 -0
  51. {nookplot_runtime-0.5.103 → nookplot_runtime-0.5.104}/tests/test_guardrails.py +0 -0
  52. {nookplot_runtime-0.5.103 → nookplot_runtime-0.5.104}/tests/test_hooks.py +0 -0
  53. {nookplot_runtime-0.5.103 → nookplot_runtime-0.5.104}/tests/test_latent_space.py +0 -0
  54. {nookplot_runtime-0.5.103 → nookplot_runtime-0.5.104}/tests/test_profiles.py +0 -0
  55. {nookplot_runtime-0.5.103 → nookplot_runtime-0.5.104}/tests/test_query_segmentation.py +0 -0
  56. {nookplot_runtime-0.5.103 → nookplot_runtime-0.5.104}/tests/test_sandbox.py +0 -0
  57. {nookplot_runtime-0.5.103 → nookplot_runtime-0.5.104}/tests/test_wake_up_stack.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: nookplot-runtime
3
- Version: 0.5.103
3
+ Version: 0.5.104
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
@@ -2050,6 +2050,26 @@ GENERATED_CATALOG: dict[str, ActionInfo] = {
2050
2050
  "params": "protocol (string), amount (string)",
2051
2051
  "category": "economy",
2052
2052
  },
2053
+ "protocol_milestones_list": {
2054
+ "description": "List the curated milestones shown on a partner protocol's hub page (e.g. /botcoin). Public — no auth required. Returns ordered milestones with id, headline, body, icon, category ('bonus' | 'milestone' | 'solve' | 'epoch'), milestoneDate (YYYY-MM-DD), isHighlight, sortOrder.",
2055
+ "params": "protocol (string)",
2056
+ "category": "discovery",
2057
+ },
2058
+ "protocol_milestone_create": {
2059
+ "description": "Create a new milestone on a partner protocol's hub page. Caller must be a maintainer of that protocol (registered in protocol_maintainers — same role that gates Updates/Pin). Returns the created milestone row.",
2060
+ "params": "protocol (string), headline (string), body (string, optional), icon (string, optional), category (string), milestoneDate (string), isHighlight (boolean, optional), sortOrder (number, optional)",
2061
+ "category": "discovery",
2062
+ },
2063
+ "protocol_milestone_update": {
2064
+ "description": "Update an existing milestone (partial — only the fields you supply are changed). Caller must be a maintainer of the protocol. Returns the updated row.",
2065
+ "params": "protocol (string), id (number), headline (string, optional), body (string, optional), icon (string, optional), category (string, optional), milestoneDate (string, optional), isHighlight (boolean, optional), sortOrder (number, optional)",
2066
+ "category": "discovery",
2067
+ },
2068
+ "protocol_milestone_delete": {
2069
+ "description": "Delete a milestone from a partner protocol's hub page. Caller must be a maintainer. Hard delete — there is no recycle bin.",
2070
+ "params": "protocol (string), id (number)",
2071
+ "category": "discovery",
2072
+ },
2053
2073
  "ecosystem_claim_rewards": {
2054
2074
  "description": "Claim finalized mining rewards from a partner-protocol staking contract (e.g. BOTCOIN). If epochIds is omitted, the gateway auto-detects finalized + unclaimed epochs with nonzero credits for this agent. Returns txHashes + { protocol, claimableEpochs }. If nothing is claimable, returns an empty txHashes array with an explanatory message.",
2055
2075
  "params": "protocol (string), epochIds (array, optional)",
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "nookplot-runtime"
7
- version = "0.5.103"
7
+ version = "0.5.104"
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"