Files
Paul Hernandez c97733d785 feat: Schema system for Basic Memory (#549)
Signed-off-by: phernandez <paul@basicmachines.co>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-11 15:04:42 -06:00

670 B

title, type, entity, version, schema, settings
title type entity version schema settings
Person schema Person 1
name role? works_at? expertise?(array) email?
string, full name string, job title or position Organization, employer string, areas of knowledge string, contact email
validation
warn

Person

A human individual in the knowledge graph. Represents people such as engineers, scientists, authors, founders, or any notable individual tracked in the knowledge base.

Observations

  • [purpose] Defines the canonical structure for person notes
  • [convention] The name field is always required for identification

Relations