Conversation
… (v3.22.36) Co-authored-by: endomorphosis <3405202+endomorphosis@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Refactor knowledge graphs folder for improvements
feat(knowledge_graphs): TDFOL_v1 witness builder + atom encoder for Groth16 backend (v3.22.36)
Feb 23, 2026
… + graph_zkp_prove + graph_federate_query (v3.22.37) Co-authored-by: endomorphosis <3405202+endomorphosis@users.noreply.github.com>
Copilot
AI
changed the title
feat(knowledge_graphs): TDFOL_v1 witness builder + atom encoder for Groth16 backend (v3.22.36)
Knowledge graphs session 83: MCP tools for GNN embeddings, ZKP proofs, and federated KG queries (v3.22.37)
Feb 23, 2026
…dict MCP tools (v3.22.38) Co-authored-by: endomorphosis <3405202+endomorphosis@users.noreply.github.com>
Copilot
AI
changed the title
Knowledge graphs session 83: MCP tools for GNN embeddings, ZKP proofs, and federated KG queries (v3.22.37)
Knowledge graphs sessions 82-84: Groth16 witness builder, 5 new MCP tools, and comprehensive graph analytics (v3.22.36–3.22.38)
Feb 23, 2026
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.
Continues the incremental delivery of deferred v4.0+ knowledge-graph roadmap items — ZKP/Groth16 integration depth, GNN link prediction, federated queries, and observable graph analytics — all exposed via the MCP server tool layer.
Session 82 — Groth16 TDFOL witness builder (
v3.22.36)query/groth16_kg_witness.py(new):KGAtomEncoder— normalises KG entity/relationship strings to valid TDFOL_v1 atom identifiersKGWitnessBuilder— builds TDFOL_v1witness_inputsdicts forentity_exists,path_exists,entity_property, andquery_answer_countproof typesquery/groth16_bridge.py(updated):KGEntityFormula.to_tdfol_atoms()— classmethod emitting TDFOL atom list for a KG entity tupleSession 83 — 3 new MCP tools: GNN embed, ZKP prove, federated query (
v3.22.37)graph_gnn_embedGraphNeuralNetworkAdapter.compute_embeddings()— GRAPH_CONV / SAGE / ATTENTION; top-k similar entitiesgraph_zkp_proveKGZKProver+ optionalKGWitnessBuilder— entity/path/property/count proofs with TDFOL_v1 witnessgraph_federate_queryFederatedKnowledgeGraph— cross-graph entity resolution (type+name / exact name / property match); optional mergegraph_tools/__init__.py: 19 → 22 tools.Session 84 — 2 new MCP tools: KG analytics and link prediction (
v3.22.38)graph_analyticsKnowledgeGraphExtractor.compute_extraction_quality_metrics), completion suggestions (KnowledgeGraphCompleter), and topology stats (type distributions, degree min/max/avg, source-only / sink-only counts)graph_link_predictGraphNeuralNetworkAdapter.link_prediction_score(); optional top-k candidate rankinggraph_tools/__init__.py: 22 → 24 tools.Degree computation uses sparse
dict+.get()(no pre-allocation for large sparse graphs).Supporting changes
KnowledgeGraphManagergained 5 new async methods:gnn_embed,zkp_prove,federate_query,analytics,link_predict💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.