Skip to main content
Understanding the building blocks of SenseLab. SenseLab treats each agent’s knowledge as a Git repository. Every write is a versioned commit, and every operation is logged on a timeline. With SenseLab Pro that extends to the rest of the Git model: branches isolate experiments, pull requests let you review changes before merging, and you can roll back to any point. On top of this Git-like foundation, SenseLab adds memory intelligence: memory entries store knowledge with a memory type (fact, belief, or experience), copy-on-write preserves full history, provenance tracks authorship, confidence scores evolve based on real-world outcomes, a knowledge graph auto-materializes relationships, and hybrid search blends full-text, semantic, and confidence signals. Memory is private to your account by default. Rooms are how you share a slice of it, so that several people’s agents work from the same knowledge.

At a Glance

Read the pages in this section to understand each concept in depth.

Rooms

Shared workspaces where several people’s agents build on the same memory.

Members and Permissions

Roles, invitations, share links, and who can do what in a room.