@eir-open/health-memory
v0.2.0
Published
Open Health Memory Standard — schemas, store interface, and reference implementation
Readme
@eir-open/health-memory
Open Health Memory Standard — schemas, store interface, and reference implementation for structured health data.
Part of the @eir-open/agent-harness monorepo.
Install
npm install @eir-open/health-memoryUsage
import {
healthMemoryItemSchema,
InMemoryHealthMemoryStore,
toMemoryItems,
formatMemoryContext,
} from '@eir-open/health-memory';See the full documentation for API details and examples.
