diff --git a/README.md b/README.md index 1d80d736..ab7d9bfa 100644 --- a/README.md +++ b/README.md @@ -9,21 +9,12 @@
-
-
-
-
-
-
-
-
-
@@ -115,12 +106,33 @@ Alternatively, you can directly edit `~/.rowboat/config/models.json`
}
}
```
+## Contributing
+
+We want help with:
+
+- **Agent templates** - Pre-built agents others can use (podcast generator, meeting prep, etc.)
+- **MCP server integrations** - Add support for new tools
+- **Platform support** - Windows improvements, Linux edge cases
+
+```bash
+git clone git@github.com:rowboatlabs/rowboat.git
+cd rowboat
+npm install
+npm run build
+npm link
+rowboatx
+```
+
+Ping us on [Discord](https://discord.com/invite/rxB8pzHxaS) if you want to discuss before building.
+
---
-# Rowboat Studio - Cursor for Multi-agent Workflows
+## Prefer a Web UI: Rowboat Studio
+
+*Cursor for Multi-agent Workflows*
โก Build AI agents instantly with natural language | ๐ Connect tools with one-click integrations | ๐ Power with knowledge by adding documents for RAG | ๐ Automate workflows by setting up triggers and actions | ๐ Deploy anywhere via API or SDK
-## Quick start
+### Quick start
1. Set your OpenAI key
```bash
export OPENAI_API_KEY=your-openai-api-key
@@ -128,19 +140,19 @@ Alternatively, you can directly edit `~/.rowboat/config/models.json`
2. Clone the repository and start Rowboat (requires Docker)
```bash
- git clone git@github.com:rowboatlabs/rowboat.git
- cd rowboat
./start.sh
```
3. Access the app at [http://localhost:3000](http://localhost:3000).
-To add tools, RAG, more LLMs, and triggers checkout the [Advanced](#advanced) section below.
#### Create a multi-agent assistant with MCP tools by chatting with Rowboat
[](https://youtu.be/KZTP4xZM2DY)
-
+See [Docs](https://docs.rowboatlabs.com/) for more details.
+
---
+