cURL
curl --request GET \ --url http://localhost:8080/v1/health
{ "status": "healthy", "service": "memmachine", "version": "1.0.0", "memory_managers": { "profile_memory": true, "episodic_memory": true } }
Health check endpoint for container orchestration, verifying initialization of memory managers and basic service status.
Service is healthy.
The health status of the service.
"healthy"
The name of the service.
"memmachine"
The version of the service.
"1.0.0"
Status of core memory components.
Show child attributes