stargraph 0.2.1__tar.gz → 0.2.2__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 (477) hide show
  1. {stargraph-0.2.1 → stargraph-0.2.2}/PKG-INFO +24 -25
  2. {stargraph-0.2.1 → stargraph-0.2.2}/README.md +21 -21
  3. {stargraph-0.2.1 → stargraph-0.2.2}/pyproject.toml +3 -4
  4. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/__init__.py +1 -1
  5. {stargraph-0.2.1 → stargraph-0.2.2}/.gitignore +0 -0
  6. {stargraph-0.2.1 → stargraph-0.2.2}/.shipwright-out/tests/test_smoke.py +0 -0
  7. {stargraph-0.2.1 → stargraph-0.2.2}/CHANGELOG.md +0 -0
  8. {stargraph-0.2.1 → stargraph-0.2.2}/LICENSE +0 -0
  9. {stargraph-0.2.1 → stargraph-0.2.2}/demos/README.md +0 -0
  10. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/adapters/__init__.py +0 -0
  11. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/adapters/dspy.py +0 -0
  12. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/adapters/mcp.py +0 -0
  13. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/artifacts/__init__.py +0 -0
  14. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/artifacts/base.py +0 -0
  15. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/artifacts/fs.py +0 -0
  16. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/audit/__init__.py +0 -0
  17. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/audit/jsonl.py +0 -0
  18. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/bosun/__init__.py +0 -0
  19. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/bosun/audit/__init__.py +0 -0
  20. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/bosun/audit/dev-bosun-6c367049.pub.pem +0 -0
  21. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/bosun/audit/manifest.jwt +0 -0
  22. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/bosun/audit/manifest.yaml +0 -0
  23. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/bosun/audit/rules.clp +0 -0
  24. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/bosun/budgets/__init__.py +0 -0
  25. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/bosun/budgets/dev-bosun-6c367049.pub.pem +0 -0
  26. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/bosun/budgets/manifest.jwt +0 -0
  27. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/bosun/budgets/manifest.yaml +0 -0
  28. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/bosun/budgets/rules.clp +0 -0
  29. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/bosun/retries/__init__.py +0 -0
  30. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/bosun/retries/dev-bosun-6c367049.pub.pem +0 -0
  31. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/bosun/retries/manifest.jwt +0 -0
  32. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/bosun/retries/manifest.yaml +0 -0
  33. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/bosun/retries/rules.clp +0 -0
  34. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/bosun/safety_pii/__init__.py +0 -0
  35. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/bosun/safety_pii/dev-bosun-6c367049.pub.pem +0 -0
  36. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/bosun/safety_pii/manifest.jwt +0 -0
  37. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/bosun/safety_pii/manifest.yaml +0 -0
  38. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/bosun/safety_pii/rules.clp +0 -0
  39. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/bosun/signing.py +0 -0
  40. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/checkpoint/__init__.py +0 -0
  41. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/checkpoint/_clips.py +0 -0
  42. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/checkpoint/_codec.py +0 -0
  43. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/checkpoint/migrations/__init__.py +0 -0
  44. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/checkpoint/migrations/_m001_initial.py +0 -0
  45. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/checkpoint/migrations/_m002_run_history.py +0 -0
  46. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/checkpoint/migrations/_network_fs.py +0 -0
  47. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/checkpoint/postgres.py +0 -0
  48. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/checkpoint/protocol.py +0 -0
  49. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/checkpoint/sqlite.py +0 -0
  50. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/cli/__init__.py +0 -0
  51. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/cli/_inputs.py +0 -0
  52. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/cli/_progress.py +0 -0
  53. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/cli/_prompts.py +0 -0
  54. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/cli/_summary.py +0 -0
  55. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/cli/counterfactual.py +0 -0
  56. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/cli/inspect.py +0 -0
  57. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/cli/replay.py +0 -0
  58. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/cli/respond.py +0 -0
  59. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/cli/run.py +0 -0
  60. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/cli/serve.py +0 -0
  61. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/cli/simulate.py +0 -0
  62. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/errors/__init__.py +0 -0
  63. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/errors/_hierarchy.py +0 -0
  64. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/fathom/__init__.py +0 -0
  65. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/fathom/_action.py +0 -0
  66. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/fathom/_adapter.py +0 -0
  67. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/fathom/_provenance.py +0 -0
  68. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/fathom/_template.py +0 -0
  69. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/graph/__init__.py +0 -0
  70. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/graph/definition.py +0 -0
  71. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/graph/hash.py +0 -0
  72. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/graph/loop.py +0 -0
  73. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/graph/run.py +0 -0
  74. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/ir/__init__.py +0 -0
  75. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/ir/_dumps.py +0 -0
  76. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/ir/_ids.py +0 -0
  77. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/ir/_migrate.py +0 -0
  78. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/ir/_mirror.py +0 -0
  79. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/ir/_models.py +0 -0
  80. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/ir/_validate.py +0 -0
  81. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/ir/_versioning.py +0 -0
  82. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/logging/__init__.py +0 -0
  83. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/logging/_config.py +0 -0
  84. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/logging/_context.py +0 -0
  85. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/ml/__init__.py +0 -0
  86. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/ml/loaders.py +0 -0
  87. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/ml/registry.py +0 -0
  88. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/nodes/__init__.py +0 -0
  89. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/nodes/artifacts/__init__.py +0 -0
  90. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/nodes/artifacts/write_artifact_node.py +0 -0
  91. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/nodes/base.py +0 -0
  92. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/nodes/dspy.py +0 -0
  93. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/nodes/interrupt/__init__.py +0 -0
  94. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/nodes/interrupt/interrupt_node.py +0 -0
  95. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/nodes/memory.py +0 -0
  96. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/nodes/ml.py +0 -0
  97. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/nodes/nautilus/__init__.py +0 -0
  98. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/nodes/nautilus/broker_node.py +0 -0
  99. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/nodes/nautilus/schemas.py +0 -0
  100. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/nodes/retrieval.py +0 -0
  101. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/nodes/subgraph.py +0 -0
  102. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/plugin/__init__.py +0 -0
  103. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/plugin/_config.py +0 -0
  104. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/plugin/_manifest.py +0 -0
  105. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/plugin/_markers.py +0 -0
  106. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/plugin/hookspecs.py +0 -0
  107. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/plugin/loader.py +0 -0
  108. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/plugin/triggers_dispatcher.py +0 -0
  109. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/registry/__init__.py +0 -0
  110. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/registry/stores.py +0 -0
  111. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/registry/tools.py +0 -0
  112. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/replay/__init__.py +0 -0
  113. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/replay/cassettes.py +0 -0
  114. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/replay/compare.py +0 -0
  115. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/replay/counterfactual.py +0 -0
  116. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/replay/determinism.py +0 -0
  117. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/replay/history.py +0 -0
  118. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/replay/react_cassette.py +0 -0
  119. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/runtime/__init__.py +0 -0
  120. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/runtime/action.py +0 -0
  121. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/runtime/bus.py +0 -0
  122. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/runtime/dispatch.py +0 -0
  123. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/runtime/events.py +0 -0
  124. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/runtime/merge.py +0 -0
  125. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/runtime/mirror_lifecycle.py +0 -0
  126. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/runtime/parallel.py +0 -0
  127. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/runtime/tool_exec.py +0 -0
  128. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/schemas/__init__.py +0 -0
  129. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/schemas/ir-v1-draft7.json +0 -0
  130. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/schemas/ir-v1.json +0 -0
  131. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/schemas/manifest-v1.json +0 -0
  132. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/schemas/tool-v1.json +0 -0
  133. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/security/__init__.py +0 -0
  134. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/security/capabilities.py +0 -0
  135. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/serve/__init__.py +0 -0
  136. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/serve/api.py +0 -0
  137. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/serve/auth.py +0 -0
  138. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/serve/broadcast.py +0 -0
  139. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/serve/contextvars.py +0 -0
  140. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/serve/history.py +0 -0
  141. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/serve/inspect.py +0 -0
  142. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/serve/lifecycle.py +0 -0
  143. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/serve/openapi.py +0 -0
  144. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/serve/profiles.py +0 -0
  145. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/serve/ratelimit.py +0 -0
  146. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/serve/respond.py +0 -0
  147. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/serve/scheduler.py +0 -0
  148. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/skills/__init__.py +0 -0
  149. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/skills/base.py +0 -0
  150. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/skills/react.py +0 -0
  151. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/skills/refs/__init__.py +0 -0
  152. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/skills/refs/autoresearch.py +0 -0
  153. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/skills/refs/rag.py +0 -0
  154. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/skills/refs/wiki.py +0 -0
  155. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/skills/salience.py +0 -0
  156. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/stores/__init__.py +0 -0
  157. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/stores/_common.py +0 -0
  158. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/stores/_delta.py +0 -0
  159. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/stores/_rerank_loader.py +0 -0
  160. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/stores/_sqlite_base.py +0 -0
  161. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/stores/cypher.py +0 -0
  162. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/stores/doc.py +0 -0
  163. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/stores/embeddings.py +0 -0
  164. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/stores/fact.py +0 -0
  165. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/stores/graph.py +0 -0
  166. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/stores/kg_promotion.py +0 -0
  167. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/stores/kuzu.py +0 -0
  168. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/stores/lancedb.py +0 -0
  169. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/stores/memory.py +0 -0
  170. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/stores/rerankers.py +0 -0
  171. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/stores/sqlite_doc.py +0 -0
  172. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/stores/sqlite_fact.py +0 -0
  173. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/stores/sqlite_memory.py +0 -0
  174. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/stores/vector.py +0 -0
  175. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/tools/__init__.py +0 -0
  176. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/tools/decorator.py +0 -0
  177. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/tools/nautilus/__init__.py +0 -0
  178. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/tools/nautilus/broker_request.py +0 -0
  179. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/tools/spec.py +0 -0
  180. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/triggers/__init__.py +0 -0
  181. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/triggers/cron.py +0 -0
  182. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/triggers/manual.py +0 -0
  183. {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/triggers/webhook.py +0 -0
  184. {stargraph-0.2.1 → stargraph-0.2.2}/tests/conftest.py +0 -0
  185. {stargraph-0.2.1 → stargraph-0.2.2}/tests/fixtures/100-node-ir.yaml +0 -0
  186. {stargraph-0.2.1 → stargraph-0.2.2}/tests/fixtures/cassettes/react_test_run/llm/.gitkeep +0 -0
  187. {stargraph-0.2.1 → stargraph-0.2.2}/tests/fixtures/cli/hitl-graph.yaml +0 -0
  188. {stargraph-0.2.1 → stargraph-0.2.2}/tests/fixtures/cve_cf_diffs/broker_mutation_diff.txt +0 -0
  189. {stargraph-0.2.1 → stargraph-0.2.2}/tests/fixtures/cve_cf_diffs/respond_rejection_diff.txt +0 -0
  190. {stargraph-0.2.1 → stargraph-0.2.2}/tests/fixtures/cve_feeds/README.md +0 -0
  191. {stargraph-0.2.1 → stargraph-0.2.2}/tests/fixtures/cve_feeds/kev_sample.csv +0 -0
  192. {stargraph-0.2.1 → stargraph-0.2.2}/tests/fixtures/cve_feeds/nvd_sample.json +0 -0
  193. {stargraph-0.2.1 → stargraph-0.2.2}/tests/fixtures/cve_triage.yaml +0 -0
  194. {stargraph-0.2.1 → stargraph-0.2.2}/tests/fixtures/cve_triage_no_nautilus.yaml +0 -0
  195. {stargraph-0.2.1 → stargraph-0.2.2}/tests/fixtures/cve_triage_real_nautilus.yaml +0 -0
  196. {stargraph-0.2.1 → stargraph-0.2.2}/tests/fixtures/cve_triage_stub_broker.yaml +0 -0
  197. {stargraph-0.2.1 → stargraph-0.2.2}/tests/fixtures/dspy-cassette.yaml +0 -0
  198. {stargraph-0.2.1 → stargraph-0.2.2}/tests/fixtures/fathom/rules/poc_5rules.yaml +0 -0
  199. {stargraph-0.2.1 → stargraph-0.2.2}/tests/fixtures/ir/canonical/full.json +0 -0
  200. {stargraph-0.2.1 → stargraph-0.2.2}/tests/fixtures/ir/canonical/minimal.json +0 -0
  201. {stargraph-0.2.1 → stargraph-0.2.2}/tests/fixtures/mutation.yaml +0 -0
  202. {stargraph-0.2.1 → stargraph-0.2.2}/tests/fixtures/nautilus/policy.yaml +0 -0
  203. {stargraph-0.2.1 → stargraph-0.2.2}/tests/fixtures/nautilus_stub.py +0 -0
  204. {stargraph-0.2.1 → stargraph-0.2.2}/tests/fixtures/onnx_minimal.onnx +0 -0
  205. {stargraph-0.2.1 → stargraph-0.2.2}/tests/fixtures/pii_corpus.txt +0 -0
  206. {stargraph-0.2.1 → stargraph-0.2.2}/tests/fixtures/plugins/__init__.py +0 -0
  207. {stargraph-0.2.1 → stargraph-0.2.2}/tests/fixtures/plugins/plugin_alpha/__init__.py +0 -0
  208. {stargraph-0.2.1 → stargraph-0.2.2}/tests/fixtures/plugins/plugin_alpha/manifest.py +0 -0
  209. {stargraph-0.2.1 → stargraph-0.2.2}/tests/fixtures/plugins/plugin_alpha/tools.py +0 -0
  210. {stargraph-0.2.1 → stargraph-0.2.2}/tests/fixtures/plugins/plugin_beta/__init__.py +0 -0
  211. {stargraph-0.2.1 → stargraph-0.2.2}/tests/fixtures/plugins/plugin_beta/manifest.py +0 -0
  212. {stargraph-0.2.1 → stargraph-0.2.2}/tests/fixtures/plugins/plugin_beta/skills.py +0 -0
  213. {stargraph-0.2.1 → stargraph-0.2.2}/tests/fixtures/plugins/plugin_knowledge/__init__.py +0 -0
  214. {stargraph-0.2.1 → stargraph-0.2.2}/tests/fixtures/plugins/plugin_knowledge/manifest.py +0 -0
  215. {stargraph-0.2.1 → stargraph-0.2.2}/tests/fixtures/sample-graph-phase3.yaml +0 -0
  216. {stargraph-0.2.1 → stargraph-0.2.2}/tests/fixtures/sample-graph-phase4.yaml +0 -0
  217. {stargraph-0.2.1 → stargraph-0.2.2}/tests/fixtures/sample-graph-phase5.yaml +0 -0
  218. {stargraph-0.2.1 → stargraph-0.2.2}/tests/fixtures/sample-graph.yaml +0 -0
  219. {stargraph-0.2.1 → stargraph-0.2.2}/tests/fixtures/sample_state.py +0 -0
  220. {stargraph-0.2.1 → stargraph-0.2.2}/tests/fixtures/skills/autoresearch/example.yaml +0 -0
  221. {stargraph-0.2.1 → stargraph-0.2.2}/tests/fixtures/skills/rag/example.yaml +0 -0
  222. {stargraph-0.2.1 → stargraph-0.2.2}/tests/fixtures/skills/wiki/example.yaml +0 -0
  223. {stargraph-0.2.1 → stargraph-0.2.2}/tests/fixtures/sklearn_minimal.joblib +0 -0
  224. {stargraph-0.2.1 → stargraph-0.2.2}/tests/fixtures/stub_mcp_server.py +0 -0
  225. {stargraph-0.2.1 → stargraph-0.2.2}/tests/fixtures/training-subgraph.yaml +0 -0
  226. {stargraph-0.2.1 → stargraph-0.2.2}/tests/fixtures/xgboost_minimal.ubj +0 -0
  227. {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/bosun/__init__.py +0 -0
  228. {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/bosun/_helpers.py +0 -0
  229. {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/bosun/test_audit_pack.py +0 -0
  230. {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/bosun/test_budgets_pack.py +0 -0
  231. {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/bosun/test_retries_pack.py +0 -0
  232. {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/bosun/test_safety_pii_pack.py +0 -0
  233. {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/cli/__init__.py +0 -0
  234. {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/cli/conftest.py +0 -0
  235. {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/cli/test_hitl_fixture.py +0 -0
  236. {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/cli/test_run_hitl.py +0 -0
  237. {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/cli/test_run_inputs.py +0 -0
  238. {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/cli/test_run_lifecycle.py +0 -0
  239. {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/cli/test_run_progress.py +0 -0
  240. {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/cli/test_run_summary.py +0 -0
  241. {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/serve/__init__.py +0 -0
  242. {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/serve/test_air_gap_install.py +0 -0
  243. {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/serve/test_api_runs_lifecycle.py +0 -0
  244. {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/serve/test_artifacts_endpoints.py +0 -0
  245. {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/serve/test_cancel_pause.py +0 -0
  246. {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/serve/test_capability_deny.py +0 -0
  247. {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/serve/test_counterfactual_broker_mutation.py +0 -0
  248. {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/serve/test_counterfactual_respond_rejection.py +0 -0
  249. {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/serve/test_cron_soak.py +0 -0
  250. {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/serve/test_cve_triage_e2e.py +0 -0
  251. {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/serve/test_hitl_respond.py +0 -0
  252. {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/serve/test_nautilus_composition.py +0 -0
  253. {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/serve/test_nautilus_upgrade_path.py +0 -0
  254. {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/serve/test_nfs_refusal.py +0 -0
  255. {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/serve/test_pack_signing_eddsa_strict.py +0 -0
  256. {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/serve/test_pack_signing_perf.py +0 -0
  257. {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/serve/test_poc_cancel_pause.py +0 -0
  258. {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/serve/test_poc_milestone_six_events.py +0 -0
  259. {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/serve/test_poc_three_node_graph.py +0 -0
  260. {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/serve/test_profile_default_deny.py +0 -0
  261. {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/serve/test_profiles_matrix.py +0 -0
  262. {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/serve/test_replay_isolation.py +0 -0
  263. {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/serve/test_safety_pii_patterns.py +0 -0
  264. {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/serve/test_streaming_backpressure_serve.py +0 -0
  265. {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/serve/test_tampered_manifest.py +0 -0
  266. {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/serve/test_trigger_isolation.py +0 -0
  267. {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/serve/test_websocket_disconnect_overflow.py +0 -0
  268. {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/serve/test_websocket_stream.py +0 -0
  269. {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_autoresearch_provenance_end_to_end.py +0 -0
  270. {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_autoresearch_reference_skill.py +0 -0
  271. {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_branch_lifecycle_facts.py +0 -0
  272. {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_capability_default_deny.py +0 -0
  273. {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_cli_counterfactual.py +0 -0
  274. {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_cli_inspect.py +0 -0
  275. {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_cli_run.py +0 -0
  276. {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_clips_facts_roundtrip.py +0 -0
  277. {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_consolidation_cadence_batch.py +0 -0
  278. {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_consolidation_cadence_streaming.py +0 -0
  279. {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_consolidation_provenance_lineage.py +0 -0
  280. {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_consolidation_salience_gating.py +0 -0
  281. {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_consolidation_typed_delta.py +0 -0
  282. {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_counterfactual_diff.py +0 -0
  283. {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_counterfactual_e2e.py +0 -0
  284. {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_counterfactual_invariant.py +0 -0
  285. {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_custom_store_provider.py +0 -0
  286. {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_cypher_subset.py +0 -0
  287. {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_cypher_write_keyword_scan.py +0 -0
  288. {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_determinism_shim.py +0 -0
  289. {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_dspy_adapter_basic.py +0 -0
  290. {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_dspy_bind.py +0 -0
  291. {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_dspy_loud_fallback.py +0 -0
  292. {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_embed_hash_drift_gate.py +0 -0
  293. {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_episodic_widening_read.py +0 -0
  294. {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_factstore_fathom_provenance.py +0 -0
  295. {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_health_warns_on_nfs.py +0 -0
  296. {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_hybrid_search_rrf.py +0 -0
  297. {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_interrupt_timeout.py +0 -0
  298. {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_jsonl_audit_log.py +0 -0
  299. {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_kg_fact_promotion_rule.py +0 -0
  300. {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_kg_promotion_counterfactual.py +0 -0
  301. {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_knowledge_phase3_ve.py +0 -0
  302. {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_knowledge_phase5_final.py +0 -0
  303. {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_knowledge_poc_e2e.py +0 -0
  304. {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_kuzu_bulk_copy_extension_api.py +0 -0
  305. {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_kuzu_provider.py +0 -0
  306. {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_lancedb_provider.py +0 -0
  307. {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_lancedb_versioning_checkpoint.py +0 -0
  308. {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_mcp_stdio_adapter.py +0 -0
  309. {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_memory_write_node.py +0 -0
  310. {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_migrate_add_column.py +0 -0
  311. {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_minilm_offline_load.py +0 -0
  312. {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_ml_pickle_safety.py +0 -0
  313. {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_mlnode_onnx_session_reuse.py +0 -0
  314. {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_mlnode_sklearn.py +0 -0
  315. {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_mlnode_xgboost.py +0 -0
  316. {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_nautilus_yaml_fit.py +0 -0
  317. {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_parallel_cancellation.py +0 -0
  318. {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_parallel_taskgroup.py +0 -0
  319. {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_poc_smoke.py +0 -0
  320. {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_postgres_checkpointer.py +0 -0
  321. {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_promotion_one_way.py +0 -0
  322. {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_rag_reference_skill.py +0 -0
  323. {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_react_replay_input_checked.py +0 -0
  324. {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_react_skill_tool_loop.py +0 -0
  325. {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_react_termination_rules.py +0 -0
  326. {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_replay_determinism_sweep.py +0 -0
  327. {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_replay_safety_enforcement.py +0 -0
  328. {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_resume_from_step.py +0 -0
  329. {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_resume_hash_mismatch.py +0 -0
  330. {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_resume_latest.py +0 -0
  331. {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_retrieval_node_emits_transition_facts.py +0 -0
  332. {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_retrieval_node_parallel_fanout.py +0 -0
  333. {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_retrieval_node_rrf_fusion.py +0 -0
  334. {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_runtime_loop.py +0 -0
  335. {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_salience_protocol_swap.py +0 -0
  336. {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_single_writer_serialization.py +0 -0
  337. {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_skill_event_bubbling.py +0 -0
  338. {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_skill_subgraph_replay.py +0 -0
  339. {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_skill_topology_change_refuses_replay.py +0 -0
  340. {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_sqlite_checkpointer.py +0 -0
  341. {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_sqlite_docstore.py +0 -0
  342. {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_sqlite_factstore.py +0 -0
  343. {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_sqlite_memorystore.py +0 -0
  344. {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_streaming_backpressure.py +0 -0
  345. {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_subgraph_node.py +0 -0
  346. {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_tool_execution_path.py +0 -0
  347. {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_training_subgraph_example.py +0 -0
  348. {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_value_bearing_fact_taxonomy.py +0 -0
  349. {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_vcr_cassettes.py +0 -0
  350. {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_walk_vs_trail_documented.py +0 -0
  351. {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_wiki_consumes_autoresearch.py +0 -0
  352. {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_wiki_reference_skill.py +0 -0
  353. {stargraph-0.2.1 → stargraph-0.2.2}/tests/migration/__init__.py +0 -0
  354. {stargraph-0.2.1 → stargraph-0.2.2}/tests/migration/test_foundation_v0_1_to_engine_v0_2.py +0 -0
  355. {stargraph-0.2.1 → stargraph-0.2.2}/tests/perf/test_knowledge_perf.py +0 -0
  356. {stargraph-0.2.1 → stargraph-0.2.2}/tests/perf/test_nautilus_workload.py +0 -0
  357. {stargraph-0.2.1 → stargraph-0.2.2}/tests/perf/test_per_node_overhead.py +0 -0
  358. {stargraph-0.2.1 → stargraph-0.2.2}/tests/perf/test_sqlite_checkpoint.py +0 -0
  359. {stargraph-0.2.1 → stargraph-0.2.2}/tests/perf/test_structural_hash_perf.py +0 -0
  360. {stargraph-0.2.1 → stargraph-0.2.2}/tests/property/__init__.py +0 -0
  361. {stargraph-0.2.1 → stargraph-0.2.2}/tests/property/test_cypher_linter_idempotent.py +0 -0
  362. {stargraph-0.2.1 → stargraph-0.2.2}/tests/property/test_ir_roundtrip.py +0 -0
  363. {stargraph-0.2.1 → stargraph-0.2.2}/tests/property/test_jcs_canonical.py +0 -0
  364. {stargraph-0.2.1 → stargraph-0.2.2}/tests/property/test_merge_strategy_associativity.py +0 -0
  365. {stargraph-0.2.1 → stargraph-0.2.2}/tests/property/test_provenance_roundtrip.py +0 -0
  366. {stargraph-0.2.1 → stargraph-0.2.2}/tests/property/test_rrf_fusion_idempotent.py +0 -0
  367. {stargraph-0.2.1 → stargraph-0.2.2}/tests/property/test_salience_formula_bounds.py +0 -0
  368. {stargraph-0.2.1 → stargraph-0.2.2}/tests/property/test_salience_recency_monotone.py +0 -0
  369. {stargraph-0.2.1 → stargraph-0.2.2}/tests/property/test_slot_regex_evasion.py +0 -0
  370. {stargraph-0.2.1 → stargraph-0.2.2}/tests/property/test_structural_hash_jcs_stable.py +0 -0
  371. {stargraph-0.2.1 → stargraph-0.2.2}/tests/regression/__init__.py +0 -0
  372. {stargraph-0.2.1 → stargraph-0.2.2}/tests/regression/pydantic_issues.py +0 -0
  373. {stargraph-0.2.1 → stargraph-0.2.2}/tests/replay/__init__.py +0 -0
  374. {stargraph-0.2.1 → stargraph-0.2.2}/tests/replay/test_determinism_sweep.py +0 -0
  375. {stargraph-0.2.1 → stargraph-0.2.2}/tests/replay/test_must_stub_policy.py +0 -0
  376. {stargraph-0.2.1 → stargraph-0.2.2}/tests/replay/test_react_must_stub_llm.py +0 -0
  377. {stargraph-0.2.1 → stargraph-0.2.2}/tests/replay/test_replay_determinism.py +0 -0
  378. {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/__init__.py +0 -0
  379. {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/artifacts/__init__.py +0 -0
  380. {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/artifacts/test_fs.py +0 -0
  381. {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/bosun/__init__.py +0 -0
  382. {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/bosun/test_pack_scaffold.py +0 -0
  383. {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/bosun/test_signing.py +0 -0
  384. {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/bosun/test_signing_roundtrip.py +0 -0
  385. {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/bosun/test_tofu.py +0 -0
  386. {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/cli/__init__.py +0 -0
  387. {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/cli/test_inspect.py +0 -0
  388. {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/cli/test_replay.py +0 -0
  389. {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/cli/test_respond.py +0 -0
  390. {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/cli/test_serve_profile_gate.py +0 -0
  391. {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/nodes/__init__.py +0 -0
  392. {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/nodes/test_broker_node.py +0 -0
  393. {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/replay/__init__.py +0 -0
  394. {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/replay/test_respond_payloads.py +0 -0
  395. {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/replay/test_waiting_for_input_replay.py +0 -0
  396. {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/serve/__init__.py +0 -0
  397. {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/serve/test_auth.py +0 -0
  398. {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/serve/test_broker_singleton.py +0 -0
  399. {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/serve/test_profiles.py +0 -0
  400. {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/serve/test_scheduler.py +0 -0
  401. {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/test_action_vocabulary.py +0 -0
  402. {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/test_capabilities.py +0 -0
  403. {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/test_capability_string_binding.py +0 -0
  404. {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/test_check_pack_compat.py +0 -0
  405. {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/test_checkpoint_protocol.py +0 -0
  406. {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/test_confidence_decay_formula.py +0 -0
  407. {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/test_counterfactual_mutation.py +0 -0
  408. {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/test_cypher_linter_allowlist.py +0 -0
  409. {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/test_cypher_linter_banlist.py +0 -0
  410. {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/test_cypher_linter_unbounded_varlength_rejected.py +0 -0
  411. {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/test_derived_graph_hash.py +0 -0
  412. {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/test_embed_hash_payload.py +0 -0
  413. {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/test_env_interpolation.py +0 -0
  414. {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/test_errors.py +0 -0
  415. {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/test_errors_walker.py +0 -0
  416. {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/test_event_vocabulary.py +0 -0
  417. {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/test_fathom_adapter.py +0 -0
  418. {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/test_fathom_provenance.py +0 -0
  419. {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/test_foundation_extensions.py +0 -0
  420. {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/test_graph_definition.py +0 -0
  421. {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/test_graph_run.py +0 -0
  422. {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/test_graphstore_expand_bounds.py +0 -0
  423. {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/test_ir_dumps.py +0 -0
  424. {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/test_ir_dumps_walker.py +0 -0
  425. {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/test_ir_ids.py +0 -0
  426. {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/test_ir_mirror.py +0 -0
  427. {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/test_ir_models.py +0 -0
  428. {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/test_ir_portable_subset_annotated_unions.py +0 -0
  429. {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/test_ir_portable_subset_jschema_extra.py +0 -0
  430. {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/test_ir_portable_subset_pep695_float.py +0 -0
  431. {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/test_ir_validate.py +0 -0
  432. {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/test_kuzu_singleton_per_path.py +0 -0
  433. {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/test_logging.py +0 -0
  434. {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/test_memorydelta_validation.py +0 -0
  435. {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/test_memorystore_trailing_separator.py +0 -0
  436. {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/test_merge_strategy_registry.py +0 -0
  437. {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/test_migrate_rejects_narrows.py +0 -0
  438. {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/test_minilm_sha256_pin.py +0 -0
  439. {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/test_minilm_token_clip_256.py +0 -0
  440. {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/test_mirror_lifecycle.py +0 -0
  441. {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/test_model_registry.py +0 -0
  442. {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/test_no_fastembed_import.py +0 -0
  443. {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/test_pack_requires.py +0 -0
  444. {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/test_pack_requires_hash.py +0 -0
  445. {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/test_plugin_import_tracing.py +0 -0
  446. {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/test_plugin_loader.py +0 -0
  447. {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/test_plugin_manifest.py +0 -0
  448. {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/test_provenance_ast_walker.py +0 -0
  449. {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/test_provenance_enforcer.py +0 -0
  450. {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/test_pyproject_kuzu_pin.py +0 -0
  451. {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/test_race_side_effect_check.py +0 -0
  452. {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/test_register_skills_hook.py +0 -0
  453. {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/test_register_stores_hook.py +0 -0
  454. {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/test_registry.py +0 -0
  455. {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/test_registry_compatible_with.py +0 -0
  456. {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/test_reranker_entrypoint.py +0 -0
  457. {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/test_retrieval_node_no_cross_store_reembed.py +0 -0
  458. {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/test_rule_based_salience.py +0 -0
  459. {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/test_salience_protocol.py +0 -0
  460. {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/test_serve_websocket_resume.py +0 -0
  461. {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/test_simulate.py +0 -0
  462. {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/test_skill_base_class.py +0 -0
  463. {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/test_skill_compile_rejects_undeclared_output.py +0 -0
  464. {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/test_skill_site_id_deterministic.py +0 -0
  465. {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/test_skills_entrypoint.py +0 -0
  466. {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/test_skills_in_tree_packaging.py +0 -0
  467. {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/test_state_schema_load.py +0 -0
  468. {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/test_store_config_schema.py +0 -0
  469. {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/test_store_protocols.py +0 -0
  470. {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/test_store_protocols_isinstance.py +0 -0
  471. {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/test_tool_decorator.py +0 -0
  472. {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/tools/__init__.py +0 -0
  473. {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/tools/test_broker_request_tool.py +0 -0
  474. {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/triggers/__init__.py +0 -0
  475. {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/triggers/test_cron.py +0 -0
  476. {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/triggers/test_manual.py +0 -0
  477. {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/triggers/test_webhook.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: stargraph
3
- Version: 0.2.1
3
+ Version: 0.2.2
4
4
  Summary: Stateful agent-graph framework with deterministic governance via Fathom
5
5
  Project-URL: Homepage, https://harbor.krakn.ai
6
6
  Project-URL: Repository, https://github.com/KrakenNet/harbor
@@ -15,11 +15,10 @@ Classifier: Development Status :: 3 - Alpha
15
15
  Classifier: Intended Audience :: Developers
16
16
  Classifier: License :: OSI Approved :: Apache Software License
17
17
  Classifier: Programming Language :: Python :: 3
18
- Classifier: Programming Language :: Python :: 3.12
19
18
  Classifier: Programming Language :: Python :: 3.13
20
19
  Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
21
20
  Classifier: Typing :: Typed
22
- Requires-Python: <3.14,>=3.13
21
+ Requires-Python: >=3.13
23
22
  Requires-Dist: aiosqlite>=0.20
24
23
  Requires-Dist: anyio>=4.3
25
24
  Requires-Dist: argon2-cffi>=23.1
@@ -34,7 +33,7 @@ Requires-Dist: httpx>=0.27
34
33
  Requires-Dist: jsonpatch>=1.33
35
34
  Requires-Dist: jsonschema>=4.21
36
35
  Requires-Dist: mcp>=1.0
37
- Requires-Dist: nautilus-rkm==0.1.2
36
+ Requires-Dist: nautilus-rkm>=0.1.2
38
37
  Requires-Dist: orjson>=3.10
39
38
  Requires-Dist: pluggy>=1.5
40
39
  Requires-Dist: prompt-toolkit>=3.0.50
@@ -70,7 +69,7 @@ auditable, replayable graphs. Transitions between nodes are decided by
70
69
  [Fathom](https://github.com/KrakenNet/fathom) (a CLIPS rules engine) over
71
70
  provenance-typed facts — not by an LLM playing router.
72
71
 
73
- > **Status:** v0.2.0 — Alpha. Public API is unstable until v1.0.
72
+ > **Status:** v0.2.2 — Alpha. Public API is unstable until v1.0.
74
73
  > Built for environments where auditability, determinism, and provenance matter
75
74
  > more than ecosystem size (DoD, regulated, air-gapped, cleared workloads).
76
75
 
@@ -83,7 +82,7 @@ provenance-typed facts — not by an LLM playing router.
83
82
  > rules — not LLMs — decide what happens between tools.
84
83
 
85
84
  In most agent frameworks the LLM is both the worker and the router: it does the
86
- thinking *and* picks the next step. That is fine for demos and brittle in
85
+ thinking _and_ picks the next step. That is fine for demos and brittle in
87
86
  production. Harbor splits the job. Nodes do work (LLM calls, ML inference, tool
88
87
  invocations, retrieval). Rules decide what happens next. The decision layer is
89
88
  inspectable, versioned, replayable, and free of stochastic drift.
@@ -146,9 +145,9 @@ when confidence is low:
146
145
 
147
146
  ```yaml
148
147
  nodes:
149
- classify_intent: ml:intent_clf@v3 # XGBoost
150
- fallback_llm: dspy:intent_predict
151
- act: tool:do_thing
148
+ classify_intent: ml:intent_clf@v3 # XGBoost
149
+ fallback_llm: dspy:intent_predict
150
+ act: tool:do_thing
152
151
 
153
152
  rules:
154
153
  - when: { classify_intent.confidence: { lt: 0.7 } }
@@ -176,22 +175,22 @@ diff = harbor.compare(run, alt)
176
175
 
177
176
  ## Concepts at a glance
178
177
 
179
- | Term | Meaning |
180
- |---|---|
181
- | **Graph** | Static blueprint: nodes, state schema, rules, governance. |
182
- | **Run** | One execution of a graph, addressable by `run_id`, fully resumable. |
183
- | **Node** | A unit of work: DSPy module, ML model, tool call, retrieval, sub-graph. |
184
- | **State** | The Pydantic-typed bundle of values flowing through a run. |
185
- | **Fact** | A CLIPS tuple — mirrored from annotated state, emitted by the runtime, or asserted by rules. |
186
- | **Rule** | A Fathom production. Matches facts, emits a routing action (`goto`, `parallel`, `halt`). |
187
- | **Pack** | A versioned named collection of rules — mounted onto a graph declaratively. |
188
- | **Skill** | A bundle of tools, optional sub-graph, optional prompt fragment. The unit of capability composition. |
189
- | **Plugin** | A pip-installable package shipping skills, tools, nodes, or stores via entry points. |
190
- | **Store** | The data tier abstraction (vector/graph/doc/memory/fact); concrete impls are Providers. |
191
- | **Checkpoint** | Per-transition snapshot: state, facts, last node, next action, graph hash. |
192
-
193
- The full glossary, including disambiguations like *node vs tool* and
194
- *state vs facts*, lives in
178
+ | Term | Meaning |
179
+ | -------------- | ---------------------------------------------------------------------------------------------------- |
180
+ | **Graph** | Static blueprint: nodes, state schema, rules, governance. |
181
+ | **Run** | One execution of a graph, addressable by `run_id`, fully resumable. |
182
+ | **Node** | A unit of work: DSPy module, ML model, tool call, retrieval, sub-graph. |
183
+ | **State** | The Pydantic-typed bundle of values flowing through a run. |
184
+ | **Fact** | A CLIPS tuple — mirrored from annotated state, emitted by the runtime, or asserted by rules. |
185
+ | **Rule** | A Fathom production. Matches facts, emits a routing action (`goto`, `parallel`, `halt`). |
186
+ | **Pack** | A versioned named collection of rules — mounted onto a graph declaratively. |
187
+ | **Skill** | A bundle of tools, optional sub-graph, optional prompt fragment. The unit of capability composition. |
188
+ | **Plugin** | A pip-installable package shipping skills, tools, nodes, or stores via entry points. |
189
+ | **Store** | The data tier abstraction (vector/graph/doc/memory/fact); concrete impls are Providers. |
190
+ | **Checkpoint** | Per-transition snapshot: state, facts, last node, next action, graph hash. |
191
+
192
+ The full glossary, including disambiguations like _node vs tool_ and
193
+ _state vs facts_, lives in
195
194
  [`design-docs/harbor-concepts.md`](./design-docs/harbor-concepts.md).
196
195
 
197
196
  ## What Harbor is not
@@ -7,7 +7,7 @@ auditable, replayable graphs. Transitions between nodes are decided by
7
7
  [Fathom](https://github.com/KrakenNet/fathom) (a CLIPS rules engine) over
8
8
  provenance-typed facts — not by an LLM playing router.
9
9
 
10
- > **Status:** v0.2.0 — Alpha. Public API is unstable until v1.0.
10
+ > **Status:** v0.2.2 — Alpha. Public API is unstable until v1.0.
11
11
  > Built for environments where auditability, determinism, and provenance matter
12
12
  > more than ecosystem size (DoD, regulated, air-gapped, cleared workloads).
13
13
 
@@ -20,7 +20,7 @@ provenance-typed facts — not by an LLM playing router.
20
20
  > rules — not LLMs — decide what happens between tools.
21
21
 
22
22
  In most agent frameworks the LLM is both the worker and the router: it does the
23
- thinking *and* picks the next step. That is fine for demos and brittle in
23
+ thinking _and_ picks the next step. That is fine for demos and brittle in
24
24
  production. Harbor splits the job. Nodes do work (LLM calls, ML inference, tool
25
25
  invocations, retrieval). Rules decide what happens next. The decision layer is
26
26
  inspectable, versioned, replayable, and free of stochastic drift.
@@ -83,9 +83,9 @@ when confidence is low:
83
83
 
84
84
  ```yaml
85
85
  nodes:
86
- classify_intent: ml:intent_clf@v3 # XGBoost
87
- fallback_llm: dspy:intent_predict
88
- act: tool:do_thing
86
+ classify_intent: ml:intent_clf@v3 # XGBoost
87
+ fallback_llm: dspy:intent_predict
88
+ act: tool:do_thing
89
89
 
90
90
  rules:
91
91
  - when: { classify_intent.confidence: { lt: 0.7 } }
@@ -113,22 +113,22 @@ diff = harbor.compare(run, alt)
113
113
 
114
114
  ## Concepts at a glance
115
115
 
116
- | Term | Meaning |
117
- |---|---|
118
- | **Graph** | Static blueprint: nodes, state schema, rules, governance. |
119
- | **Run** | One execution of a graph, addressable by `run_id`, fully resumable. |
120
- | **Node** | A unit of work: DSPy module, ML model, tool call, retrieval, sub-graph. |
121
- | **State** | The Pydantic-typed bundle of values flowing through a run. |
122
- | **Fact** | A CLIPS tuple — mirrored from annotated state, emitted by the runtime, or asserted by rules. |
123
- | **Rule** | A Fathom production. Matches facts, emits a routing action (`goto`, `parallel`, `halt`). |
124
- | **Pack** | A versioned named collection of rules — mounted onto a graph declaratively. |
125
- | **Skill** | A bundle of tools, optional sub-graph, optional prompt fragment. The unit of capability composition. |
126
- | **Plugin** | A pip-installable package shipping skills, tools, nodes, or stores via entry points. |
127
- | **Store** | The data tier abstraction (vector/graph/doc/memory/fact); concrete impls are Providers. |
128
- | **Checkpoint** | Per-transition snapshot: state, facts, last node, next action, graph hash. |
129
-
130
- The full glossary, including disambiguations like *node vs tool* and
131
- *state vs facts*, lives in
116
+ | Term | Meaning |
117
+ | -------------- | ---------------------------------------------------------------------------------------------------- |
118
+ | **Graph** | Static blueprint: nodes, state schema, rules, governance. |
119
+ | **Run** | One execution of a graph, addressable by `run_id`, fully resumable. |
120
+ | **Node** | A unit of work: DSPy module, ML model, tool call, retrieval, sub-graph. |
121
+ | **State** | The Pydantic-typed bundle of values flowing through a run. |
122
+ | **Fact** | A CLIPS tuple — mirrored from annotated state, emitted by the runtime, or asserted by rules. |
123
+ | **Rule** | A Fathom production. Matches facts, emits a routing action (`goto`, `parallel`, `halt`). |
124
+ | **Pack** | A versioned named collection of rules — mounted onto a graph declaratively. |
125
+ | **Skill** | A bundle of tools, optional sub-graph, optional prompt fragment. The unit of capability composition. |
126
+ | **Plugin** | A pip-installable package shipping skills, tools, nodes, or stores via entry points. |
127
+ | **Store** | The data tier abstraction (vector/graph/doc/memory/fact); concrete impls are Providers. |
128
+ | **Checkpoint** | Per-transition snapshot: state, facts, last node, next action, graph hash. |
129
+
130
+ The full glossary, including disambiguations like _node vs tool_ and
131
+ _state vs facts_, lives in
132
132
  [`design-docs/harbor-concepts.md`](./design-docs/harbor-concepts.md).
133
133
 
134
134
  ## What Harbor is not
@@ -4,10 +4,10 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "stargraph"
7
- version = "0.2.1"
7
+ version = "0.2.2"
8
8
  description = "Stateful agent-graph framework with deterministic governance via Fathom"
9
9
  readme = "README.md"
10
- requires-python = ">=3.13,<3.14"
10
+ requires-python = ">=3.13"
11
11
  license = "Apache-2.0"
12
12
  license-files = ["LICENSE"]
13
13
  authors = [{ name = "Kraken Networks", email = "info@krakennetworks.com" }]
@@ -17,7 +17,6 @@ classifiers = [
17
17
  "Intended Audience :: Developers",
18
18
  "License :: OSI Approved :: Apache Software License",
19
19
  "Programming Language :: Python :: 3",
20
- "Programming Language :: Python :: 3.12",
21
20
  "Programming Language :: Python :: 3.13",
22
21
  "Topic :: Scientific/Engineering :: Artificial Intelligence",
23
22
  "Typing :: Typed",
@@ -46,7 +45,7 @@ dependencies = [
46
45
  "httpx>=0.27",
47
46
  "cronsim>=2.6",
48
47
  "pyjwt[crypto]>=2.8",
49
- "nautilus-rkm==0.1.2",
48
+ "nautilus-rkm>=0.1.2",
50
49
  "blake3>=0.4",
51
50
  "argon2-cffi>=23.1",
52
51
  ]
@@ -47,7 +47,7 @@ from .stores import (
47
47
  )
48
48
  from .tools import tool
49
49
 
50
- __version__ = "0.2.1"
50
+ __version__ = "0.2.2"
51
51
 
52
52
  __all__ = [
53
53
  "DocStore",
File without changes
File without changes
File without changes
File without changes