Documentation Index
Fetch the complete documentation index at: https://docs.memmachine.ai/llms.txt
Use this file to discover all available pages before exploring further.
Overview
TheHealthStatus interface is returned by the client.health() method, allowing you to monitor the availability of the MemMachine server and its sub-services.
Properties
| Property | Type | Description |
|---|---|---|
status | string | The overall health indicator (e.g., "healthy"). |
service | string | The name of the MemMachine service instance. |
version | string | The current version of the server software. |
memory_managers | boolean | Indicates if the internal memory subsystems are operational. |

