fractalmind-ai/agent-manager-skill
tmux + Python agent lifecycle manager (start/stop/monitor/assign) with cron-friendly scheduling; no server required
This tool helps engineers, researchers, and data scientists manage multiple AI agents efficiently without complex server setups. It takes your defined AI agents (typically Python scripts or applications) and provides a simple way to start, stop, and monitor their long-running processes. You can also schedule these agents to run automatically using standard cron jobs.
Use this if you need to run several independent AI agents concurrently, ensure they stay running, and schedule their execution on a single machine without needing a complex backend infrastructure.
Not ideal if you need to manage agents across multiple servers, require advanced orchestration features, or are looking for a solution that doesn't rely on tmux.
Stars
18
Forks
1
Language
Python
License
MIT
Category
Last pushed
Mar 13, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/agents/fractalmind-ai/agent-manager-skill"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
standardagents/dmux
A dev agent multiplexer for git worktrees and coding agents.
Dicklesworthstone/ntm
Named Tmux Manager: spawn, tile, and coordinate multiple AI coding agents (Claude, Codex,...
Dicklesworthstone/useful_tmux_commands
Tmux session management toolkit for spawning and coordinating multiple AI coding agents across...
mixpeek/amux
Open-source Claude Code agent multiplexer — run dozens of parallel AI coding agents unattended via tmux
akatz-ai/meow
The Makefile of agent orchestration. Terminal agent coordination without the framework tax. No...