{
  "markdown": "# AgentRQ Gemini CLI Extension\n\nHuman-in-the-loop task manager for agents. This extension connects Gemini CLI to the [AgentRQ](https://agentrq.com/) platform via the AgentRQ supervisor MCP server, allowing the AI agent to manage workspaces(sub agents), tasks, and communicate directly with human operators.\n\n## Installation\n\nYou can install this extension using the Gemini CLI:\n\n```bash\ngemini extensions install https://github.com/agentrq/agentrq-gemini-extension\n```\n\nOnce installed, the extension connects to `https://mcp.agentrq.com/mcp` and securely authenticates using your AgentRQ account.\n\n## Available MCP Tools\n\nThis extension exposes the following tools to Gemini via the AgentRQ Supervisor MCP server:\n\n### Workspace Management\n- **`listWorkspaces`**: Overview of all active and archived workspaces.\n- **`createWorkspace`**: Bootstrap new project environments.\n- **`getWorkspace`**: Retrieve details of a specific workspace by ID.\n- **`updateWorkspace`**: Modify workspace settings and metadata.\n- **`getWorkspaceStats`**: Retrieve high-level analytics and performance data for a workspace.\n\n### Task Management\n- **`listAllTasks`**: Search and filter tasks across the entire platform.\n- **`listTasks`**: List tasks within a specific workspace.\n- **`createTask`**: Create a new task in a specific workspace.\n- **`getTask`**: Retrieve details of a specific task.\n- **`updateTaskStatus`**: Change a task's status (e.g. notstarted, ongoing, blocked, completed).\n- **`updateTaskOrder`**: Reorder a task in the list.\n- **`updateTaskAssignee`**: Change the assignee of a task.\n- **`updateTaskAllowAll`**: Toggle `allow_all_commands` permission for a task.\n- **`updateScheduledTask`**: Modify a scheduled/cron task.\n\n### Communication & Files\n- **`replyToTask`**: Post a message to a task's chat thread.\n- **`respondToTask`**: Submit an allow/deny verdict for a permission request.\n- **`getAttachment`**: Retrieve data as base64 and metadata for a specific attachment.\n\n## License\nApache-2.0\n",
  "bytes": 1997,
  "sha": "d1afa3f053720b8ae6dcd18d266aace3cca3649332ebaf998643e30962384923",
  "repo_slug": "agentrq/agentrq-gemini-extension",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_agentrq_agentrq_gemini_extension_8a9d5735/readme"
}