Add llmindex to systemstatus

This commit is contained in:
shamoon
2025-04-29 21:45:34 -07:00
parent 20e7f01cec
commit e2fc7f596d
8 changed files with 100 additions and 6 deletions

View File

@@ -67,6 +67,9 @@ const status: SystemStatus = {
sanity_check_status: SystemStatusItemStatus.OK,
sanity_check_last_run: new Date().toISOString(),
sanity_check_error: null,
llmindex_status: SystemStatusItemStatus.OK,
llmindex_last_modified: new Date().toISOString(),
llmindex_error: null,
},
}