What problem does it solve?
It resolves the day-to-day pain of keeping cortextOS agents running correctly—covering creation, restarts, model changes, Telegram credentials, enable/disable, health checks, and crash recovery—without breaking orchestration rules.
Core Features & Use Cases
- Agent lifecycle operations: Create, enable, disable, list, spawn for another user, and manage PM2 process behavior using the supported CLI commands.
- Restart control with correct semantics: Perform soft restarts to preserve conversation state or hard restarts when hooks/settings must be reloaded.
- Credential and configuration safety: Generate per-agent .env with correct BOT_TOKEN, CHAT_ID, and ALLOWED_USER, and avoid token/chat-id mistakes that route messages to the wrong person.
- Operational troubleshooting: Diagnose “agent not responding,” recurring crashes, and PM2 restart issues with the correct verification steps and recovery actions.
Quick Start
Tell the agent what you want to do, for example: "Create a new Analyst agent for my org using Claude Code, then enable it and ensure its Telegram bot token and chat ID are correctly set."