feat(netwatch): graph --ingest wires the System Graph into hellgraph (loop #2 done) - #44
Merged
Merged
Conversation
…(loop #2 done) Completes consent-plane loop #2: turtle-netwatch graph --ingest ingests the System Graph KnowledgeUpdate delta into hellgraph's AtomSpace, so the network agent's observations become queryable memory (was: a delta on a sink nothing consumed). - _discover_hellgraph(): $HELLGRAPH_HOME -> sibling ~/dev/hellgraph with a built ingest bin. - _ingest_to_hellgraph(): shells `node bin/hellgraph-agent-ingest.mjs -`, FAIL-SOFT (graph memory is not a security mutation) — if node/hellgraph absent the delta still lands on the sink and we report ingested:false with a reason. - `graph --ingest` flag; runbook updated. Proven end-to-end against the real hellgraph: 3 nodes + 1 edge ingested into the SYSTEM AtomSpace. Fail-soft test (no hellgraph -> ingested:false, exit 0) passes. Pairs with SocioProphet/hellgraph#50 (the ingest entrypoint).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Completes consent-plane loop #2.
turtle-netwatch graph --ingestingests the System GraphKnowledgeUpdatedelta into hellgraph's AtomSpace, so the Network/Connections agent's observations become queryable memory — previously the delta was written to a sink nothing consumed._discover_hellgraph()—$HELLGRAPH_HOME→ a sibling~/dev/hellgraphcheckout with a built ingest bin._ingest_to_hellgraph()— shellsnode bin/hellgraph-agent-ingest.mjs -, fail-soft: graph memory is not a security mutation, so if node/hellgraph is absent the delta still lands on the sink and we reportingested:falsewith a reason (contrast the consent/Governor gates, which are fail-closed).graph --ingestflag; runbook updated.Proof
End-to-end against the real hellgraph: 3 nodes + 1 edge ingested into the SYSTEM AtomSpace (
ingested:true, hellgraph:{nodes:3,edges:1}). Fail-soft test (no hellgraph →ingested:false, exit 0) passes; compiles clean.Pairs with SocioProphet/hellgraph#50 (the ingest entrypoint). With this, the netwatch vertical is whole: observe → System Graph memory → detect → consent-gate → Governor → apply/refuse → receipts.