Working Memory
Private agent/node draft layer
Store raw notes, turn summaries, extracted research, CRM observations, and source-backed claims before sharing.
Agent88 integration docs · OriginTrail DKG V10 bounty
This is an Agent88 integration blueprint for the OriginTrail DKG V10 bounty program: connect Hermes, OpenClaw, and Agent88 research/CRM workflows to DKG Working Memory and Shared Memory so AI agents can write, recall, share, and eventually verify knowledge without locking it inside one vendor platform.
Core proposal
A lightweight integration that turns Agent88 agent work into DKG-native memory. Every meaningful output — research note, proposal draft, meeting summary, CRM insight, code-review finding, source citation, workflow decision — is written first to private Working Memory, then promoted to team Shared Memory when it is useful, safe, and reusable.
Memory layers
Private agent/node draft layer
Store raw notes, turn summaries, extracted research, CRM observations, and source-backed claims before sharing.
Team/context-graph layer
Promote useful artifacts for other Agent88 agents and operators to query, reuse, contest, and build on.
On-chain anchored layer
Not the main Round 1 target, but every data shape should preserve provenance so later publication to Verified Memory is natural.
Architecture
The integration should be boring and reliable: capture useful agent output, normalize it into entities and RDF quads, write it to Working Memory, query it back, then promote only when the artifact deserves to become shared team substrate.
Hermes / OpenClaw / Telegram / research agents produce turns, artifacts, decisions, tasks, reports, and source links.
Agent88 Memory Bridge maps each artifact into DKG-friendly entities: Agent, Source, Claim, Artifact, Decision, Task, Workflow, Client, and Context Graph.
Use DKG MCP, CLI, or local HTTP API to create assertions and write RDF quads with provenance, timestamps, source URLs, author agent, and privacy status.
Agents query Working Memory with dkg_memory_search or SPARQL before repeating research, drafting follow-ups, or creating workflow proposals.
Human-approved or high-confidence artifacts are promoted from private draft memory into team-visible Shared Memory.
Stable, source-backed, non-sensitive outputs can later be published or requested for publication as Knowledge Assets / Knowledge Collections.
Agent88 surfaces
Use dkg hermes setup or DKG MCP tools so completed turns, distilled memories, research notes, and workflow outputs can be written into DKG memory.
Route build orchestration artifacts, Kanban decisions, worker outputs, code-review findings, and deployment notes into project Context Graphs.
Capture relationship dossiers, intro decisions, prospect workflow pains, and follow-up actions as private Working Memory, then promote qualified opportunities to Shared Memory.
Turn PDFs, links, RSS, arXiv, GitHub issues, PR reviews, and market notes into source-backed entities that agents can query across projects.
Publish sanitized integration briefs, design docs, and public examples while keeping client-sensitive memory private.
Data model
Round 1 should not drown in schema design. Use a minimal vocabulary that preserves provenance, source references, status, privacy, and promotion readiness.
A generated report, proposal, transcript summary, code review, research digest, or BD note.
Original URL, PDF, spreadsheet, Telegram message, meeting transcript, GitHub issue, or human note.
Atomic statement extracted from a source, with confidence, evidence, and authoring agent.
A repeatable business process such as proposal generation, reporting, funding navigation, CRM follow-up, or research ingestion.
A human or agent-assisted decision with rationale and approval status.
A Working Memory artifact that is ready for Shared Memory, and later possibly Verified Memory.
Implementation plan
Install the CLI, start the node, configure Hermes/MCP, and verify the node UI at localhost:9200.
Start with agent88-research, agent88-crm, agent88-code, and agent88-public-docs. Use subgraphs such as chat, sources, claims, decisions, tasks, crm, code, and meta.
For each Agent88 artifact, create a Working Memory assertion, write RDF quads, and query it back as a round-trip test.
Expose memory_search and SPARQL query helpers so agents can retrieve prior claims, tasks, decisions, and sources before drafting new work.
Add human approval gates before promoting from Working Memory to Shared Memory. Do not auto-publish to Verified Memory in Round 1.
Publish a contributor-owned repo, package with provenance, tests against a local DKG node, design brief, demo video, security notes, and registry PR.
Operator quickstart
npm install -g @origintrail-official/dkg
dkg hermes setup --no-fund
dkg mcp setup --yes --no-fund
dkg status
dkg context-graph create agent88-research
dkg assertion import-file event-bd-workflow -f ./docs/event-bd-workflow.md -c agent88-research
dkg assertion promote event-bd-workflow -c agent88-research
dkg query agent88-research -q "SELECT ?s ?p ?o WHERE { ?s ?p ?o } LIMIT 20"Note: use --no-fund for dry local setup, or fund testnet wallets when testing publish flows. Round 1 should prove Working and Shared Memory first; Verified Memory should be treated as a later promotion path, not the default write path.
In scope
Avoid
Submission package
Recommended Agent88 angle
This is the highest-fit Agent88 route: it uses our real operating cockpit, captures real long-horizon agent work, proves Working and Shared Memory, and creates a credible path toward Verified Memory and context oracles without overbuilding chain UX in Round 1.