zeptoclaw 0.9.0

Ultra-lightweight personal AI assistant
Documentation
1
2
3
4
5
6
7
//! Heartbeat service - periodic agent wake-up for background tasks.

mod service;
mod template;

pub use service::{HeartbeatResult, HeartbeatService, HEARTBEAT_PROMPT};
pub use template::{ensure_heartbeat_file, HEARTBEAT_TEMPLATE};