Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,12 @@ Upgrade later:
sudo baudbot update
```

Connect/talk to the control agent:

```
sudo baudbot attach
```

Install with a specific pi version (optional):

```bash
Expand All @@ -95,6 +101,23 @@ sudo baudbot env set ANTHROPIC_API_KEY

See [CONFIGURATION.md](CONFIGURATION.md) for required environment variables and secret setup.

## The Slack broker (optional)

The primary way to talk to Baudbot remotely is through Slack.

You have two choices:

1. **Create/manage your own Slack app** (hard)
2. **Use our hosted Slack broker + control plane** at https://baudbot.ai (easy) [ALPHA]

What the Slack broker does:
- One-click install to connect your Slack workspace to your Baudbot instance
- Broker forwards messages to your Baudbot instance (encrypted)
- Broker strips PII and sensitive values
- Broker tool-restricts access to individual Slack users, channels, etc (COMING SOON)

The broker does not have access to your Baudbot instance. Baudbot is pull-only; it doesn't expose additional ports or host a control plane.

## Core agents

| Role | Purpose |
Expand Down