whatisgithub

What is governed-memory?

personizeai/governed-memory — explained in plain English

Analysis updated 2026-05-18

48Audience · researcherComplexity · 2/5Setup · moderate

In one sentence

A research dataset and experiment kit for testing whether an AI agent's memory follows business rules about what information it can share and with whom.

Mindmap

mindmap
  root((repo))
    What it does
      Research datasets
      Experiment protocols
      Ground truth data
    Tech stack
      JSON
      REST API
    Use cases
      Reproduce experiments
      Fact extraction tests
      Governance rule tests
    Audience
      Researchers
      AI agent builders

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Reproduce the paper's experiments on how accurately an AI memory system extracts facts from meeting transcripts and emails.

USE CASE 2

Test whether a memory system correctly deduplicates the same fact appearing across multiple sources.

USE CASE 3

Evaluate whether a governed memory system blocks an AI agent from sharing confidential information under adversarial prompts.

What is it built with?

JSONREST API

How does it compare?

personizeai/governed-memoryaddyosmani/mempalacebennybar/lulireddit
Stars484848
LanguageDart
Last pushed2026-04-07
MaintenanceMaintained
Setup difficultymoderatemoderatemoderate
Complexity2/53/52/5
Audienceresearcherdevelopergeneral

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · moderate Time to first run · 1h+

Reproducing experiments requires an API key for the separate Governed Memory API, not included in this repo.

So what is it?

This repository contains the research materials, datasets, experiment protocols, and results, for a paper about governed memory, a system designed to give AI agents reliable, rule-following memory in business workflows. In the context of AI agents, memory refers to the ability to store and retrieve information across interactions, things like facts about a customer, decisions that were made, or context from previous conversations. The paper's argument is that this memory needs to be governed: it should follow business rules about what information can be shared, with whom, and under what conditions. For example, a sales agent should not be able to recall confidential competitor pricing when talking to a customer. The repository itself is not a runnable application. It is a collection of synthetic, entirely made up, no real people or companies, test documents and structured experiment data used to evaluate the performance of this kind of memory system. The synthetic documents include meeting transcripts, email threads, chat logs, account notes, and call notes. Each comes with a paired ground truth file specifying what facts should be extracted from it and what the correct answers to recall queries should be. The 15 experiments in the collection test different aspects: how accurately the system extracts facts from different content types, how well it deduplicates overlapping information, how reliably it enforces governance rules even when given adversarial inputs designed to bypass them, and how quickly it can retrieve relevant information. The materials are provided so that other researchers can reproduce the paper's results using the same API.

Copy-paste prompts

Prompt 1
Explain what the E11 entity isolation experiment in this repo is testing and why it matters.
Prompt 2
Walk me through the ground truth JSON schema used to score fact extraction in this dataset.
Prompt 3
Help me reproduce experiment E14 on temporal conflict resolution using the API endpoints documented here.
Prompt 4
Summarize the difference between the E01 extraction quality experiment and the E06 deduplication experiment.

Frequently asked questions

What is governed-memory?

A research dataset and experiment kit for testing whether an AI agent's memory follows business rules about what information it can share and with whom.

How hard is governed-memory to set up?

Setup difficulty is rated moderate, with roughly 1h+ to a first successful run.

Who is governed-memory for?

Mainly researcher.

Open on GitHub → Ask about another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.