• v1.4.6-dev 6a92cfb353

    FTMahringer released this 2026-05-09 00:37:35 +02:00 | 247 commits to main since this release

    Agent Heartbeat Records

    Live pulse tracking for active agents with a 5-minute liveness window.

    Features:

    • AgentHeartbeat entity with agent_id and recorded_at
    • AgentHeartbeatRepository — latest by agent, active agents since window, history
    • AgentHeartbeatService — pulse(), isAlive(), getAliveAgentIds(), getHistory()
    • AgentRuntimeService.activate() now records an initial heartbeat on activation
    • Migration V9 with agent_heartbeats table and indexed recorded_at

    Next: v1.4.7-dev Dashboard management for agent activation and routing

    Downloads