Pulse Fleet
Multi-agent fleet management system. Autonomous AI agents that coordinate, delegate, and ship code — running 24/7 across distributed machines.
Agents managing agents
Hierarchical Agent Fleet
Fleet lead (Misha) sets strategy and coordinates across teams. Team leads (Oleg, Butters) manage worker pools, delegate tasks, review PRs. Workers (Leo, Kai, Rex, etc.) execute — building features, fixing bugs, running tests. All agents are autonomous Claude Code sessions running in tmux.
What it's built with
What makes this different
Autonomous wake/sleep cycles
Agents wake on schedule, check for work, execute, and sleep — no human in the loop. Heartbeat system ensures liveness and prevents zombie sessions.
Cross-fleet coordination
Two independent fleets on separate machines coordinate through a shared messaging API. Agents claim tasks, avoid duplicates, and defer gracefully.
MCP tool ecosystem
Every agent has access to Telegram, Discord, Slack, GitHub, Zoho CRM, and custom tools via Model Context Protocol servers.
Memory persistence
Agents maintain identity and context across restarts through layered memory — auto-loaded summaries, topic files, and semantic recall via MCP.