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.
- {stargraph-0.2.1 → stargraph-0.2.2}/PKG-INFO +24 -25
- {stargraph-0.2.1 → stargraph-0.2.2}/README.md +21 -21
- {stargraph-0.2.1 → stargraph-0.2.2}/pyproject.toml +3 -4
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/__init__.py +1 -1
- {stargraph-0.2.1 → stargraph-0.2.2}/.gitignore +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/.shipwright-out/tests/test_smoke.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/CHANGELOG.md +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/LICENSE +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/demos/README.md +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/adapters/__init__.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/adapters/dspy.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/adapters/mcp.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/artifacts/__init__.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/artifacts/base.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/artifacts/fs.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/audit/__init__.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/audit/jsonl.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/bosun/__init__.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/bosun/audit/__init__.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/bosun/audit/dev-bosun-6c367049.pub.pem +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/bosun/audit/manifest.jwt +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/bosun/audit/manifest.yaml +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/bosun/audit/rules.clp +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/bosun/budgets/__init__.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/bosun/budgets/dev-bosun-6c367049.pub.pem +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/bosun/budgets/manifest.jwt +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/bosun/budgets/manifest.yaml +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/bosun/budgets/rules.clp +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/bosun/retries/__init__.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/bosun/retries/dev-bosun-6c367049.pub.pem +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/bosun/retries/manifest.jwt +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/bosun/retries/manifest.yaml +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/bosun/retries/rules.clp +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/bosun/safety_pii/__init__.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/bosun/safety_pii/dev-bosun-6c367049.pub.pem +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/bosun/safety_pii/manifest.jwt +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/bosun/safety_pii/manifest.yaml +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/bosun/safety_pii/rules.clp +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/bosun/signing.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/checkpoint/__init__.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/checkpoint/_clips.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/checkpoint/_codec.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/checkpoint/migrations/__init__.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/checkpoint/migrations/_m001_initial.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/checkpoint/migrations/_m002_run_history.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/checkpoint/migrations/_network_fs.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/checkpoint/postgres.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/checkpoint/protocol.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/checkpoint/sqlite.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/cli/__init__.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/cli/_inputs.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/cli/_progress.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/cli/_prompts.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/cli/_summary.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/cli/counterfactual.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/cli/inspect.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/cli/replay.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/cli/respond.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/cli/run.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/cli/serve.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/cli/simulate.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/errors/__init__.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/errors/_hierarchy.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/fathom/__init__.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/fathom/_action.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/fathom/_adapter.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/fathom/_provenance.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/fathom/_template.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/graph/__init__.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/graph/definition.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/graph/hash.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/graph/loop.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/graph/run.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/ir/__init__.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/ir/_dumps.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/ir/_ids.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/ir/_migrate.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/ir/_mirror.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/ir/_models.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/ir/_validate.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/ir/_versioning.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/logging/__init__.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/logging/_config.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/logging/_context.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/ml/__init__.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/ml/loaders.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/ml/registry.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/nodes/__init__.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/nodes/artifacts/__init__.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/nodes/artifacts/write_artifact_node.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/nodes/base.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/nodes/dspy.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/nodes/interrupt/__init__.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/nodes/interrupt/interrupt_node.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/nodes/memory.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/nodes/ml.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/nodes/nautilus/__init__.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/nodes/nautilus/broker_node.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/nodes/nautilus/schemas.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/nodes/retrieval.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/nodes/subgraph.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/plugin/__init__.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/plugin/_config.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/plugin/_manifest.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/plugin/_markers.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/plugin/hookspecs.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/plugin/loader.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/plugin/triggers_dispatcher.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/registry/__init__.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/registry/stores.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/registry/tools.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/replay/__init__.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/replay/cassettes.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/replay/compare.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/replay/counterfactual.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/replay/determinism.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/replay/history.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/replay/react_cassette.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/runtime/__init__.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/runtime/action.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/runtime/bus.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/runtime/dispatch.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/runtime/events.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/runtime/merge.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/runtime/mirror_lifecycle.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/runtime/parallel.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/runtime/tool_exec.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/schemas/__init__.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/schemas/ir-v1-draft7.json +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/schemas/ir-v1.json +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/schemas/manifest-v1.json +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/schemas/tool-v1.json +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/security/__init__.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/security/capabilities.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/serve/__init__.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/serve/api.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/serve/auth.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/serve/broadcast.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/serve/contextvars.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/serve/history.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/serve/inspect.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/serve/lifecycle.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/serve/openapi.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/serve/profiles.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/serve/ratelimit.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/serve/respond.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/serve/scheduler.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/skills/__init__.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/skills/base.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/skills/react.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/skills/refs/__init__.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/skills/refs/autoresearch.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/skills/refs/rag.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/skills/refs/wiki.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/skills/salience.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/stores/__init__.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/stores/_common.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/stores/_delta.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/stores/_rerank_loader.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/stores/_sqlite_base.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/stores/cypher.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/stores/doc.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/stores/embeddings.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/stores/fact.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/stores/graph.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/stores/kg_promotion.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/stores/kuzu.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/stores/lancedb.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/stores/memory.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/stores/rerankers.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/stores/sqlite_doc.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/stores/sqlite_fact.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/stores/sqlite_memory.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/stores/vector.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/tools/__init__.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/tools/decorator.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/tools/nautilus/__init__.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/tools/nautilus/broker_request.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/tools/spec.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/triggers/__init__.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/triggers/cron.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/triggers/manual.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/src/harbor/triggers/webhook.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/conftest.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/fixtures/100-node-ir.yaml +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/fixtures/cassettes/react_test_run/llm/.gitkeep +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/fixtures/cli/hitl-graph.yaml +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/fixtures/cve_cf_diffs/broker_mutation_diff.txt +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/fixtures/cve_cf_diffs/respond_rejection_diff.txt +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/fixtures/cve_feeds/README.md +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/fixtures/cve_feeds/kev_sample.csv +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/fixtures/cve_feeds/nvd_sample.json +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/fixtures/cve_triage.yaml +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/fixtures/cve_triage_no_nautilus.yaml +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/fixtures/cve_triage_real_nautilus.yaml +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/fixtures/cve_triage_stub_broker.yaml +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/fixtures/dspy-cassette.yaml +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/fixtures/fathom/rules/poc_5rules.yaml +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/fixtures/ir/canonical/full.json +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/fixtures/ir/canonical/minimal.json +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/fixtures/mutation.yaml +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/fixtures/nautilus/policy.yaml +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/fixtures/nautilus_stub.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/fixtures/onnx_minimal.onnx +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/fixtures/pii_corpus.txt +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/fixtures/plugins/__init__.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/fixtures/plugins/plugin_alpha/__init__.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/fixtures/plugins/plugin_alpha/manifest.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/fixtures/plugins/plugin_alpha/tools.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/fixtures/plugins/plugin_beta/__init__.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/fixtures/plugins/plugin_beta/manifest.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/fixtures/plugins/plugin_beta/skills.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/fixtures/plugins/plugin_knowledge/__init__.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/fixtures/plugins/plugin_knowledge/manifest.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/fixtures/sample-graph-phase3.yaml +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/fixtures/sample-graph-phase4.yaml +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/fixtures/sample-graph-phase5.yaml +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/fixtures/sample-graph.yaml +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/fixtures/sample_state.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/fixtures/skills/autoresearch/example.yaml +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/fixtures/skills/rag/example.yaml +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/fixtures/skills/wiki/example.yaml +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/fixtures/sklearn_minimal.joblib +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/fixtures/stub_mcp_server.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/fixtures/training-subgraph.yaml +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/fixtures/xgboost_minimal.ubj +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/bosun/__init__.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/bosun/_helpers.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/bosun/test_audit_pack.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/bosun/test_budgets_pack.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/bosun/test_retries_pack.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/bosun/test_safety_pii_pack.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/cli/__init__.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/cli/conftest.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/cli/test_hitl_fixture.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/cli/test_run_hitl.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/cli/test_run_inputs.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/cli/test_run_lifecycle.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/cli/test_run_progress.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/cli/test_run_summary.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/serve/__init__.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/serve/test_air_gap_install.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/serve/test_api_runs_lifecycle.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/serve/test_artifacts_endpoints.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/serve/test_cancel_pause.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/serve/test_capability_deny.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/serve/test_counterfactual_broker_mutation.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/serve/test_counterfactual_respond_rejection.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/serve/test_cron_soak.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/serve/test_cve_triage_e2e.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/serve/test_hitl_respond.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/serve/test_nautilus_composition.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/serve/test_nautilus_upgrade_path.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/serve/test_nfs_refusal.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/serve/test_pack_signing_eddsa_strict.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/serve/test_pack_signing_perf.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/serve/test_poc_cancel_pause.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/serve/test_poc_milestone_six_events.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/serve/test_poc_three_node_graph.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/serve/test_profile_default_deny.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/serve/test_profiles_matrix.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/serve/test_replay_isolation.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/serve/test_safety_pii_patterns.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/serve/test_streaming_backpressure_serve.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/serve/test_tampered_manifest.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/serve/test_trigger_isolation.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/serve/test_websocket_disconnect_overflow.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/serve/test_websocket_stream.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_autoresearch_provenance_end_to_end.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_autoresearch_reference_skill.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_branch_lifecycle_facts.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_capability_default_deny.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_cli_counterfactual.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_cli_inspect.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_cli_run.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_clips_facts_roundtrip.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_consolidation_cadence_batch.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_consolidation_cadence_streaming.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_consolidation_provenance_lineage.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_consolidation_salience_gating.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_consolidation_typed_delta.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_counterfactual_diff.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_counterfactual_e2e.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_counterfactual_invariant.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_custom_store_provider.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_cypher_subset.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_cypher_write_keyword_scan.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_determinism_shim.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_dspy_adapter_basic.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_dspy_bind.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_dspy_loud_fallback.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_embed_hash_drift_gate.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_episodic_widening_read.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_factstore_fathom_provenance.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_health_warns_on_nfs.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_hybrid_search_rrf.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_interrupt_timeout.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_jsonl_audit_log.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_kg_fact_promotion_rule.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_kg_promotion_counterfactual.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_knowledge_phase3_ve.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_knowledge_phase5_final.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_knowledge_poc_e2e.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_kuzu_bulk_copy_extension_api.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_kuzu_provider.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_lancedb_provider.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_lancedb_versioning_checkpoint.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_mcp_stdio_adapter.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_memory_write_node.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_migrate_add_column.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_minilm_offline_load.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_ml_pickle_safety.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_mlnode_onnx_session_reuse.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_mlnode_sklearn.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_mlnode_xgboost.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_nautilus_yaml_fit.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_parallel_cancellation.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_parallel_taskgroup.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_poc_smoke.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_postgres_checkpointer.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_promotion_one_way.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_rag_reference_skill.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_react_replay_input_checked.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_react_skill_tool_loop.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_react_termination_rules.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_replay_determinism_sweep.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_replay_safety_enforcement.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_resume_from_step.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_resume_hash_mismatch.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_resume_latest.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_retrieval_node_emits_transition_facts.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_retrieval_node_parallel_fanout.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_retrieval_node_rrf_fusion.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_runtime_loop.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_salience_protocol_swap.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_single_writer_serialization.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_skill_event_bubbling.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_skill_subgraph_replay.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_skill_topology_change_refuses_replay.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_sqlite_checkpointer.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_sqlite_docstore.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_sqlite_factstore.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_sqlite_memorystore.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_streaming_backpressure.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_subgraph_node.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_tool_execution_path.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_training_subgraph_example.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_value_bearing_fact_taxonomy.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_vcr_cassettes.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_walk_vs_trail_documented.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_wiki_consumes_autoresearch.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/integration/test_wiki_reference_skill.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/migration/__init__.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/migration/test_foundation_v0_1_to_engine_v0_2.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/perf/test_knowledge_perf.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/perf/test_nautilus_workload.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/perf/test_per_node_overhead.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/perf/test_sqlite_checkpoint.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/perf/test_structural_hash_perf.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/property/__init__.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/property/test_cypher_linter_idempotent.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/property/test_ir_roundtrip.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/property/test_jcs_canonical.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/property/test_merge_strategy_associativity.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/property/test_provenance_roundtrip.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/property/test_rrf_fusion_idempotent.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/property/test_salience_formula_bounds.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/property/test_salience_recency_monotone.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/property/test_slot_regex_evasion.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/property/test_structural_hash_jcs_stable.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/regression/__init__.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/regression/pydantic_issues.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/replay/__init__.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/replay/test_determinism_sweep.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/replay/test_must_stub_policy.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/replay/test_react_must_stub_llm.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/replay/test_replay_determinism.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/__init__.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/artifacts/__init__.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/artifacts/test_fs.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/bosun/__init__.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/bosun/test_pack_scaffold.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/bosun/test_signing.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/bosun/test_signing_roundtrip.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/bosun/test_tofu.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/cli/__init__.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/cli/test_inspect.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/cli/test_replay.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/cli/test_respond.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/cli/test_serve_profile_gate.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/nodes/__init__.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/nodes/test_broker_node.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/replay/__init__.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/replay/test_respond_payloads.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/replay/test_waiting_for_input_replay.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/serve/__init__.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/serve/test_auth.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/serve/test_broker_singleton.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/serve/test_profiles.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/serve/test_scheduler.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/test_action_vocabulary.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/test_capabilities.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/test_capability_string_binding.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/test_check_pack_compat.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/test_checkpoint_protocol.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/test_confidence_decay_formula.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/test_counterfactual_mutation.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/test_cypher_linter_allowlist.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/test_cypher_linter_banlist.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/test_cypher_linter_unbounded_varlength_rejected.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/test_derived_graph_hash.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/test_embed_hash_payload.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/test_env_interpolation.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/test_errors.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/test_errors_walker.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/test_event_vocabulary.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/test_fathom_adapter.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/test_fathom_provenance.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/test_foundation_extensions.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/test_graph_definition.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/test_graph_run.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/test_graphstore_expand_bounds.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/test_ir_dumps.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/test_ir_dumps_walker.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/test_ir_ids.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/test_ir_mirror.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/test_ir_models.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/test_ir_portable_subset_annotated_unions.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/test_ir_portable_subset_jschema_extra.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/test_ir_portable_subset_pep695_float.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/test_ir_validate.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/test_kuzu_singleton_per_path.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/test_logging.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/test_memorydelta_validation.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/test_memorystore_trailing_separator.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/test_merge_strategy_registry.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/test_migrate_rejects_narrows.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/test_minilm_sha256_pin.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/test_minilm_token_clip_256.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/test_mirror_lifecycle.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/test_model_registry.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/test_no_fastembed_import.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/test_pack_requires.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/test_pack_requires_hash.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/test_plugin_import_tracing.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/test_plugin_loader.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/test_plugin_manifest.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/test_provenance_ast_walker.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/test_provenance_enforcer.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/test_pyproject_kuzu_pin.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/test_race_side_effect_check.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/test_register_skills_hook.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/test_register_stores_hook.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/test_registry.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/test_registry_compatible_with.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/test_reranker_entrypoint.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/test_retrieval_node_no_cross_store_reembed.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/test_rule_based_salience.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/test_salience_protocol.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/test_serve_websocket_resume.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/test_simulate.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/test_skill_base_class.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/test_skill_compile_rejects_undeclared_output.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/test_skill_site_id_deterministic.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/test_skills_entrypoint.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/test_skills_in_tree_packaging.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/test_state_schema_load.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/test_store_config_schema.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/test_store_protocols.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/test_store_protocols_isinstance.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/test_tool_decorator.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/tools/__init__.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/tools/test_broker_request_tool.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/triggers/__init__.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/triggers/test_cron.py +0 -0
- {stargraph-0.2.1 → stargraph-0.2.2}/tests/unit/triggers/test_manual.py +0 -0
- {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.
|
|
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:
|
|
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
|
|
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.
|
|
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
|
|
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
|
|
150
|
-
fallback_llm:
|
|
151
|
-
act:
|
|
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
|
|
180
|
-
|
|
181
|
-
| **Graph**
|
|
182
|
-
| **Run**
|
|
183
|
-
| **Node**
|
|
184
|
-
| **State**
|
|
185
|
-
| **Fact**
|
|
186
|
-
| **Rule**
|
|
187
|
-
| **Pack**
|
|
188
|
-
| **Skill**
|
|
189
|
-
| **Plugin**
|
|
190
|
-
| **Store**
|
|
191
|
-
| **Checkpoint** | Per-transition snapshot: state, facts, last node, next action, graph hash.
|
|
192
|
-
|
|
193
|
-
The full glossary, including disambiguations like
|
|
194
|
-
|
|
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.
|
|
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
|
|
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
|
|
87
|
-
fallback_llm:
|
|
88
|
-
act:
|
|
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
|
|
117
|
-
|
|
118
|
-
| **Graph**
|
|
119
|
-
| **Run**
|
|
120
|
-
| **Node**
|
|
121
|
-
| **State**
|
|
122
|
-
| **Fact**
|
|
123
|
-
| **Rule**
|
|
124
|
-
| **Pack**
|
|
125
|
-
| **Skill**
|
|
126
|
-
| **Plugin**
|
|
127
|
-
| **Store**
|
|
128
|
-
| **Checkpoint** | Per-transition snapshot: state, facts, last node, next action, graph hash.
|
|
129
|
-
|
|
130
|
-
The full glossary, including disambiguations like
|
|
131
|
-
|
|
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.
|
|
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
|
|
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
|
|
48
|
+
"nautilus-rkm>=0.1.2",
|
|
50
49
|
"blake3>=0.4",
|
|
51
50
|
"argon2-cffi>=23.1",
|
|
52
51
|
]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|