feat(#2289): debounced SweepHealth banner tracker, wire knowledge pull
This commit is contained in:
parent
8c908651bc
commit
28dbb529c0
4 changed files with 236 additions and 5 deletions
|
|
@ -45,7 +45,7 @@ pub mod workers;
|
|||
// Root re-exports: keep every pre-grouping `crate::<module>` /
|
||||
// `hive_c0re::<module>` path compiling without touching consumers.
|
||||
pub use agent_config::{capabilities, limits, tool_groups, topology};
|
||||
pub use stats::{container_stats, hive_stats, host_stats, warnings};
|
||||
pub use stats::{container_stats, hive_stats, host_stats, sweep_health, warnings};
|
||||
pub use stores::{
|
||||
approvals, audit_log, broker, build_logs, db, operator_questions, power, scheduled_prompts,
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue