Help AI agents register, discover peers, and exchange typed messages.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "gptqueue" yet — see the docs or source repo.
Use gptqueue to register an AI agent named sales-bot, declare capabilities for lead screening and message replies, set heartbeat interval to 30 seconds, and return the registration result and agent_id.
Returns successful registration details, a unique agent_id, and heartbeat status.
Use gptqueue to find online agents with data-analysis capabilities, sort by most recent heartbeat, and output a list of collaborators.
Returns a list of matching online agents with capability summaries.
Use gptqueue to send a message of type task to agent_id abc123 with the content “Please generate this week’s operations data summary,” and return the delivery result.
Returns queueing result, target agent info, and delivery status.
Route messages between agents via Redis streams with send, receive, and ping tools.
Inspect and manage Redis job queues, job details, and state transitions.
Enable AI agents to handle phone, SMS, and email via one MCP endpoint.
Discover and execute MCP tools autonomously while drastically reducing token usage.
Access GPT subagent tools via ChatGPT subscription for orchestrated multi-step AI tasks.
Coordinate multiple AI agents through a shared message log and session discovery.