From 52f592249556305e569cbc6e8787566d562aeb44 Mon Sep 17 00:00:00 2001 From: arkml <6592213+arkml@users.noreply.github.com> Date: Wed, 8 Apr 2026 17:14:08 +0530 Subject: [PATCH] Revise voice input/output and tools integration sections Updated README to improve clarity and formatting for API key configuration. --- README.md | 28 +++++++++++++++------------- 1 file changed, 15 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 51a3ebbc..361b87a0 100644 --- a/README.md +++ b/README.md @@ -60,25 +60,27 @@ Download latest for Mac/Windows/Linux: [Download](https://www.rowboatlabs.com/do To connect Google services (Gmail, Calendar, and Drive), follow [Google setup](https://github.com/rowboatlabs/rowboat/blob/main/google-setup.md). ### Voice input -To enable voice input and voice notes (optional), add a Deepgram API key in ~/.rowboat/config/deepgram.json: +To enable voice input and voice notes (optional), add a Deepgram API key in `~/.rowboat/config/deepgram.json` + +### Voice output + +To enable voice output (optional), add an ElevenLabs API key in `~/.rowboat/config/elevenlabs.json` + +### Web search + +To use Exa research search (optional), add the Exa API key in `~/.rowboat/config/exa-search.json` + +### External tools + +To enable external tools (optional), you can add any MCP server or use Composio tools by adding an API key in `~/.rowboat/config/composio.json` + +All API key files use the same format: ``` { "apiKey": "" } ``` -### Voice output - -To enable voice output (optional), add a Elevenlabs API key in ~/.rowboat/config/elevenlabs.json - -### Web search - -To use Exa research search (optional), add the Exa API key in ~/.rowboat/config/exa-search.json. - -### Tools integration - -To enable more tools (optional), add a Composio API key in ~/.rowboat/config/composio.json - ## What it does Rowboat is a **local-first AI coworker** that can: