Human-in-the-loop task manager for agents. This extension connects Gemini CLI to the AgentRQ platform via the AgentRQ supervisor MCP server, allowing the AI agent to manage workspaces(sub agents), tasks, and communicate directly with human operators.
You can install this extension using the Gemini CLI:
gemini extensions install https://github.com/agentrq/agentrq-gemini-extensionOnce installed, the extension connects to https://mcp.agentrq.com/mcp and securely authenticates using your AgentRQ account.
This extension exposes the following tools to Gemini via the AgentRQ Supervisor MCP server:
listWorkspaces: Overview of all active and archived workspaces.createWorkspace: Bootstrap new project environments.getWorkspace: Retrieve details of a specific workspace by ID.updateWorkspace: Modify workspace settings and metadata.getWorkspaceStats: Retrieve high-level analytics and performance data for a workspace.
listAllTasks: Search and filter tasks across the entire platform.listTasks: List tasks within a specific workspace.createTask: Create a new task in a specific workspace.getTask: Retrieve details of a specific task.updateTaskStatus: Change a task's status (e.g. notstarted, ongoing, blocked, completed).updateTaskOrder: Reorder a task in the list.updateTaskAssignee: Change the assignee of a task.updateTaskAllowAll: Toggleallow_all_commandspermission for a task.updateScheduledTask: Modify a scheduled/cron task.
replyToTask: Post a message to a task's chat thread.respondToTask: Submit an allow/deny verdict for a permission request.getAttachment: Retrieve data as base64 and metadata for a specific attachment.
Apache-2.0