Revise voice input/output and tools integration sections

Updated README to improve clarity and formatting for API key configuration.
This commit is contained in:
arkml 2026-04-08 17:14:08 +05:30 committed by GitHub
parent 34d64382d5
commit 52f5922495
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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). To connect Google services (Gmail, Calendar, and Drive), follow [Google setup](https://github.com/rowboatlabs/rowboat/blob/main/google-setup.md).
### Voice input ### 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": "<key>" "apiKey": "<key>"
} }
``` ```
### 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 ## What it does
Rowboat is a **local-first AI coworker** that can: Rowboat is a **local-first AI coworker** that can: