[cfi-dkgv10-r1] Add github-dkg: GitHub knowledge → DKG v10 Working Memory#10
Open
haroldboom wants to merge 1 commit intoOriginTrail:mainfrom
Open
[cfi-dkgv10-r1] Add github-dkg: GitHub knowledge → DKG v10 Working Memory#10haroldboom wants to merge 1 commit intoOriginTrail:mainfrom
haroldboom wants to merge 1 commit intoOriginTrail:mainfrom
Conversation
GitHub issues / PRs / review comments → DKG v10 Working Memory as Knowledge Assets. Pinned to f2b9f67. Bounty: cfi-dkgv10-r1.
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.
What this PR does
Adds
github-dkgas a community integration. Ingests GitHub issues, pull requests, and review comments into DKG v10 Working Memory as Knowledge Assets, with full provenance and selectable promotion to Shared Working Memory.Integration links
f2b9f67c9518137e5fc197507205520f3e402c71github-dkg@0.1.0What it does
github-dkg ingest|ingest-one|search|promote) for one-shot or bulk ingestion of any repo's issues / PRs / reviews.--sincesupported on both endpoints (server-side for issues;sort=updated&direction=desc+ early-stop for PRs since/pullshas no nativesince).issues/pull_request/pull_request_review) for automatic per-event ingestion. The bundledexamples/workflow.ymlshows the canonical SWM-promotion gate: only PRs labelledarchitecture-decisionand merged tomain.POST /api/memory/turn.POST /api/assertion/{name}/promoteis always explicit, never automatic.Security highlights
api.github.comand the local DKG node.GitHubRateLimitErrorrather than crash mid-traversal.Sister submission
langchain-dkg— PR #4 is the same author's other Round 1 entry — a LangChain memory adapter backed by DKG v10. Together they form a write-side / read-side pair:github-dkgwrites engineering tacit knowledge into the substrate,langchain-dkggives any LangChain agent persistent memory backed by it.Submission tag:
cfi-dkgv10-r1