mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-04-25 00:16:29 +02:00
Open-source AI coworker, with memory
https://www.rowboatlabs.com
agentsagents-sdkaiai-agentsai-agents-automationchatgptclaude-codeclaude-coworkgenerative-aillmmultiagentopeaniopen-sourceorchestrationproductivity
| apps | ||
| .env.example | ||
| .gitignore | ||
| docker-compose.yml | ||
| LICENSE | ||
| README.md | ||
RowBoat monorepo
This is the monorepo for RowBoat.
Setup and Run
To set up and run RowBoat, follow these steps:
-
Create a
.envFile:First, create a
.envfile in the root directory of the project. You can use the.env.examplefile as a template. Copy the contents of.env.exampleand replace the placeholder values with your actual configuration values.cp .env.example .envEdit the
.envfile to include your specific API keys and secrets. -
Build and Run Service:
Use Docker Compose to build and run the RowBoat service:
docker-compose up --buildThis command will build the Docker image and start the service.
-
Access the Application:
Once the service is running, you can access RowBoat via:
http://localhost:3000