Compute graph health in consciousness, rename F4 to hippocampus

Graph health stats (alpha, gini, cc, episodic ratio, consolidation
plan) now computed directly by the unconscious module on startup and
every 10 minutes, instead of fetching from the poc-memory daemon.

F4 screen renamed to hippocampus, stripped down to just the health
gauges — daemon task list removed (agents now shown on F3).

Co-Authored-By: Proof of Concept <poc@bcachefs.org>
This commit is contained in:
ProofOfConcept 2026-04-09 00:45:26 -04:00
parent 1df49482fd
commit 7aba17e5f0
5 changed files with 46 additions and 91 deletions

View file

@ -367,7 +367,7 @@ fn job_daily_check(
})
}
fn compute_graph_health(store: &crate::store::Store) -> GraphHealth {
pub fn compute_graph_health(store: &crate::store::Store) -> GraphHealth {
let graph = store.build_graph();
let snap = crate::graph::current_metrics(&graph);