Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
The data model for server connectivity and component status.
HealthStatus
client.health()
status
string
"healthy"
service
version
memory_managers
boolean
const health = await client.health(); if (health.status === 'healthy') { console.log(`Connected to MemMachine v${health.version}`); }