add-memory-kind - Add a new business memory kind
Adds a business memory kind by selecting storage combinations and wiring up schemas, repos, and writers.
Tags
Updated: 2026-09-23Capabilities
Typical Inputs
What this skill does
- Select storage combinations
- Pick markdown storage strategies
- Define frontmatter schemas
- Implement business writers
- Define SQLite tables and repos
- Define LanceDB schemas and repos
- Verify persistence implementation
Inputs
- Memory kind specification
- Storage combination requirements
- Markdown file prefix definitions
- Memory root path
Outputs
- Markdown frontmatter schema files
- Markdown business writer files
- SQLite table and repo files
- LanceDB index and repo files
- Module re-export init files
Requirements
- EverOS persistence framework
- Python runtime
- SQLite and LanceDB dependencies
- Ruff and import-linter tools
