Skip to content

Commit db080a4

Browse files
authored
Update README.md
1 parent d871ca1 commit db080a4

1 file changed

Lines changed: 11 additions & 10 deletions

File tree

README.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# OpenTag an open-source alternative to Claude in Slack
1+
# OpenTag: an open-source alternative to Claude in Slack
22

3-
Run your own AI agent inside Slack it reads a thread, answers, calls your tools, and
3+
Run your own AI agent inside Slack: it reads a thread, answers, calls your tools, and
44
renders rich results right in the conversation. Think of it as having Claude in your
55
workspace, except **open-source and self-hosted**: you own the runtime, bring your own
66
model, and wire it to your own tools. No per-seat pricing, no lock-in.
@@ -16,16 +16,16 @@ https://github.com/user-attachments/assets/a74fa1cb-add0-463e-a23c-aa09b95d5135
1616

1717
▶️ **[Watch the demo](https://github.com/user-attachments/assets/a74fa1cb-add0-463e-a23c-aa09b95d5135)** (~50s) — an OpenTag agent working a Slack thread: it renders a breakdown, a table, and a bar chart inline (**generative UI**) and files a ticket only after an **Approve** gate (**human-in-the-loop**).
1818

19-
> **Two ways to run it:** **host it yourself** with the open-source SDK below — or skip the ops and **[sign up for the managed service →](https://go.copilotkit.ai/beyond-the-web-form)** (coming soon).
19+
> **Two ways to run it:** **host it yourself** with the open-source SDK below — or skip the ops and **[sign up for the managed service →](https://go.copilotkit.ai/opentag-managed-gh)** coming soon from CopilotKit.
2020
2121
## Quick start (self-hosted)
2222

2323
OpenTag ships inside the [CopilotKit monorepo](https://github.com/CopilotKit/CopilotKit) as a
24-
first-class example (`examples/slack`) — that's the dependable way to run it today while the
24+
first-class example (`examples/slack`). That's the dependable way to run it today while the
2525
bot SDK packages finish publishing to npm. (A standalone `npm install` from this repo lights
2626
up the moment they land — see [setup.md](./setup.md).)
2727

28-
You'll run two processes the **agent** (the LLM backend) and the **bot** (the Slack
28+
You'll run two processes: the **agent** (the LLM backend) and the **bot** (the Slack
2929
connection) — and set three secrets.
3030

3131
**1. Create a Slack app.** At [api.slack.com/apps](https://api.slack.com/apps?new_app=1)
@@ -54,7 +54,9 @@ pnpm --filter slack-example dev # the bot
5454
> @OpenTag summarize this thread and file it as a bug
5555
5656
That's the whole loop. To wire up Linear, Notion, inline charts, Redis persistence, or to run
57-
on Discord / Telegram / WhatsApp, see **[setup.md](./setup.md)**.
57+
on Discord / Telegram / WhatsApp, see **[setup.md](./setup.md)**.
58+
59+
We won't lie to you, though. Setting up hosting for chat agents is not easy. To skip all of that heartache, go join the wait list for the CopilotKit managed service hosted on our Intelligence platform.
5860

5961
## Make it your own
6062

@@ -74,12 +76,11 @@ The full architecture, the file-by-file map, and every integration live in
7476
## Don't want to host it yourself?
7577

7678
Self-hosting means you run and scale the runtime, persistence, and inspection tooling yourself.
77-
A **managed CopilotKit service** is coming soon — the same agent, without the ops: durable
79+
A **managed CopilotKit service** is on its way. It's the same agent, without the ops: durable
7880
threads, persistence, hosted inspection, and agents that improve from feedback (**Continuous
79-
Learning from Human Feedback**). Read more about
80-
[CopilotKit Intelligence](https://www.copilotkit.ai/copilotkit-intelligence).
81+
Learning from Human Feedback**).
8182

82-
- **[Sign up for early access ](https://go.copilotkit.ai/beyond-the-web-form)** — be first in when the managed service opens.
83+
- **[Join the waitlist ](https://go.copilotkit.ai/opentag-managed-gh)** — be first in when the managed service opens.
8384
- **[Talk to an engineer →](https://copilotkit.ai/talk-to-an-engineer)** — building something real on this? We'd love to help you ship it.
8485

8586
## Learn more

0 commit comments

Comments
 (0)