Commit Graph

255 Commits

Author SHA1 Message Date
deepshekhardas 78a751a887 docs: use em dash in AG-UI protocol line in README 2026-08-25 12:08:18 +05:30
Mike Ryan db88826432 chore: rename Enterprise Intelligence product copy 2026-08-24 09:38:15 -07:00
Nathan 🔶 Tarbert daaad93fd6 docs(README): drop the per-channel table, it repeated the platform table
The platform table above already says which channels are supported and which
are coming soon, so the second table said it twice. The Channels section
keeps the banner, the Channels SDK copy, and the link out to the Channels
page.

The coming-soon row now links straight to copilotkit.ai/channels instead of
jumping to a section that no longer lists those channels.
2026-08-13 18:31:32 -04:00
Nathan 🔶 Tarbert 27c37552d2 docs(README): rename the section to Channels and list every channel
"Beyond the Browser" is not how we talk about this anymore. The section is
now "Channels: One Agent, Every Chat App" and the copy leads with the
Channels SDK.

Lists all eight channels from the banner individually instead of lumping six
of them into one row. No per-package links: those move too fast to keep
accurate in a README, and channels without a shipped quickstart shouldn't
send anyone to a 404.
2026-08-13 18:20:00 -04:00
github-actions[bot] 9ff8a6c75d style: auto-fix formatting 2026-08-13 22:13:44 +00:00
Nathan 🔶 Tarbert b973ed6f77 docs(README): swap the top banner for the Bring Your Own Agent, Any Channel art
The old banner showed only the agent-framework logos. The new one shows both
halves of the story — every agent framework AND every channel — which matches
how the site now positions CopilotKit.

Committed under assets/ rather than a CDN upload so the image ships with the
repo. Link target is unchanged (go.copilotkit.ai/copilotkit-docs).
2026-08-13 18:11:40 -04:00
Nathan 🔶 Tarbert b678bc1100 docs(README): split Channels into Supported vs Coming soon, drop early access
Slack and Microsoft Teams are the two channels that actually ship today:
both have packages in this repo, published @copilotkit/channels-* builds,
and docs pages. Discord, WhatsApp, Telegram, Google Chat, iMessage, and SMS
had no quickstart to point at, so they move to a "Coming soon" row instead
of claiming Supported.

Channels is live, so the early-access gate is replaced with the public
https://www.copilotkit.ai/channels page.

Also restores the AG-UI explainer sentence under the platform table, which
was dropped in #6239.
2026-08-13 18:07:24 -04:00
Nathan 🔶 Tarbert b8d17a28d1 Revise supported platforms in README
Updated supported platforms and added new messaging services.
2026-07-29 16:33:55 -04:00
Nathan 🔶 Tarbert 3f632a1859 Revise Angular quickstart link in README
Updated the Angular section to include 'Source Code & Quickstart' instead of 'Source Code - Quickstart coming soon'.
2026-07-23 11:53:11 -04:00
Timothy Asiimwe b19db9f966 docs: fix recurring spelling typos in README and tutorials
- README: 'procuct' -> 'product'
- agentic-protocols/a2a: 'recieved' -> 'received'
- ai-travel-app/step-5: 'Recieving'/'manaully'/'recieve' -> 'Receiving'/'manually'/'receive'
- ai-travel-app/step-6: 'recieve'/'recieves' -> 'receive'/'receives'

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-13 23:15:52 -04:00
Austin Merrick 92614e7b22 docs: simplify README agent-skills section
Replace the Claude-Code-specific plugin instructions and the stale skill
inventory table (wrong skill count, renamed lifecycle slugs that no longer
exist) with a single agent-agnostic install command that works across Claude
Code, Codex, Cursor, Gemini, and others:

  npx copilotkit@latest skills install

Drops the hand-maintained table that drifts out of sync with the skills on
disk.
2026-06-09 10:51:20 -07:00
Austin Merrick bed578e6f9 style: format README with oxfmt
README was never backfilled when 1e70dae97 widened the lint-fix glob to
cover markdown, so it has failed oxfmt on main since. Run the formatter once
to make it conform. Changes are render-neutral (emphasis markers and table
column padding); GitHub renders the file identically. Isolated in its own
commit so the content change in the next commit stays easy to review.
2026-06-09 10:51:20 -07:00
Nathan 🔶 Tarbert 1e2b50b034 chore(README): Add Slack, MS Teams, Discord, and Google Chat support 2026-06-09 11:17:50 -04:00
Nathan 🔶 Tarbert 6c3ffd2180 Update section title in README.md 2026-06-09 09:27:17 -04:00
Nathan 🔶 Tarbert 5253171e8d Add header above the demo
Added a section to the README for bringing the app to life with AI.
2026-06-08 18:04:29 -04:00
Nathan 🔶 Tarbert 80faf311b0 Add a brea, under the quick start command
Added a centered div element promoting AI integration.
2026-06-08 17:34:09 -04:00
Nathan 🔶 Tarbert e68d9e56fb Update README to simplify quick start instructions
Removed instructions for initializing existing projects.
2026-06-08 17:13:32 -04:00
Nathan 🔶 Tarbert a2073ff62d chore(README): Move Quick Start section towards the top
Added quick start section with commands for new and existing projects.
2026-06-08 17:05:20 -04:00
Mike Ryan a266ed3a1a docs: update README for multi-platform support (#5272)
## What

Updates the README to reflect CopilotKit's expansion beyond React:

- **New "Works With Your Stack" section** — platform table for
React/Next.js, Angular, Vue, and React Native
- **New "Beyond the Browser" section** — Slack & Microsoft Teams support
with an early access CTA
- Tagline updated to "on any framework, on any surface"
- "Chat UI" feature bullet made framework-neutral (was "React-based")
- useAgent section no longer anchors to the legacy useCoAgent hook
- AG-UI section: LangGraph → LangChain, added Mastra and PydanticAI to
named integrations
- New "How it works" bullet: one agent across web, mobile, and chat
platforms

## Before merging (draft)

- [ ] Replace `EARLY_ACCESS_FORM_LINK` placeholder with the real early
access form URL
- [ ] Point Angular / Vue / React Native quickstart links at their
framework-specific docs pages
- [ ] Confirm status labels (GA vs Supported vs Beta) for Angular / Vue
/ React Native
- [ ] Confirm `npx copilotkit create -f` accepts the new framework
values

Draft content also lives in Notion:
https://app.notion.com/p/copilotkit/New-GitHub-README-3763aa38185280788920fc81780c8ad6
2026-06-05 10:18:59 -07:00
Nathan 🔶 Tarbert 2fc9330c9b Revise header for Slack & Microsoft Teams section
Updated section header to include Discord and Google Chat.
2026-06-05 13:13:04 -04:00
Nathan 🔶 Tarbert 208c931e8c Fix typo and enhance product description in README
Corrected a typo and improved clarity in the README.
2026-06-05 13:04:40 -04:00
Nathan 🔶 Tarbert becc15926d docs: point self-learning early access to beyond-the-web form 2026-06-05 12:58:26 -04:00
Nathan 🔶 Tarbert eb363654a1 docs: mark self-learning as early access 2026-06-05 12:56:57 -04:00
Nathan 🔶 Tarbert 7417b74cb6 docs: add self-learning agents section (CLHF / Intelligence Platform) 2026-06-05 12:51:22 -04:00
Nathan 🔶 Tarbert 1aba02209d Enhance README with link for Generative UI
Added a link to learn more about Generative UI integration.
2026-06-05 12:47:45 -04:00
Nathan 🔶 Tarbert f38c80b0b7 Revise platform links and descriptions in README
Updated links and descriptions for various platforms in the README.
2026-06-05 12:43:23 -04:00
Nathan 🔶 Tarbert a30500e460 docs: update README for multi-platform support (Angular, Vue, RN, Slack/Teams) 2026-06-05 12:35:13 -04:00
Benjamin Taylor 1c92a69f58 fix(links): point cloud.copilotkit.ai web links at the Intelligence dashboard
New users were still discovering cloud.copilotkit.ai through docs pages,
the README, example READMEs, and in-app banners/console messages. Replace
all user-facing web links with dashboard.operations.copilotkit.ai (the
destination the marketing-site CTAs already use). Functional API endpoints
(api.cloud.copilotkit.ai) are deliberately untouched since existing cloud
customers depend on them.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-05 11:20:44 -05:00
Alem Tuzlak 65928b9ca3 Merge remote-tracking branch 'origin/main' into worktree-lucky-popping-wren
# Conflicts:
#	package.json
2026-05-20 10:54:04 +02:00
Nathan 🔶 Tarbert 63d23e3fe8 chore(README): Update link from Copilot Cloud to Enterprise Intelligence Platform 2026-05-12 20:57:21 -04:00
Nathan 🔶 Tarbert 620e69998a chore(README): Update video asset the the "What is CopilotKit" section
Updated AG-UI Protocol link and asset URL in README.
2026-05-07 11:27:02 -04:00
Max Korp 963b6ff6ef docs(readme): replace dynamic shields.io license badge with static SVG 2026-05-06 17:18:11 -07:00
Jordan Ritter 497b205d1e fix: auto-format 16 files with pre-existing oxfmt violations
These files accumulated formatting drift across recent PRs. Fixes the
format CI check on main.
2026-04-29 19:12:22 -07:00
Nathan 🔶 Tarbert 8943dccd2d Update README with AI integration feature 2026-04-29 10:06:36 -04:00
Nathan 🔶 Tarbert 612e27f1c0 Update asset link in README.md 2026-04-29 10:03:10 -04:00
github-actions[bot] f36aa1e33a style: auto-fix formatting 2026-04-22 16:54:26 +00:00
Alem Tuzlak 44ee13182b docs(plugin): document Claude Code plugin install + skill inventory 2026-04-22 15:56:46 +02:00
Jordan Ritter 79bdaddf0c docs: update tutorials and READMEs for consolidated demo paths
Rewrite all standalone repo URLs to monorepo paths across 18 doc files
and the root README. Tutorial clone instructions now use
GIT_LFS_SKIP_SMUDGE=1 and point to examples/ subdirectories. Fix
pre-existing copy-paste bug in textarea tutorial and stale branch refs.
2026-03-12 13:06:03 -07:00
Arun Kumar 1b48dcb1df Fix typo for Declarative
`README.md`: Fix typo for `Declarative`
2026-02-24 16:04:41 +05:30
Alem Tuzlak 7b838547a9 feat: re-architeture the monorepo setup (#3187) 2026-02-13 11:01:44 +01:00
Nathan 🔶 Tarbert 4e554cb7cb Update AG-UI image link in README.md 2026-02-05 21:50:26 -05:00
Nathan 🔶 Tarbert bdd00eb653 Update AG-UI image to a clickable link 2026-02-05 21:48:49 -05:00
Nathan 🔶 Tarbert 0b7c6299ba Update description from 'interactive UI' to 'generative UI' 2026-02-05 16:20:15 -05:00
Nathan 🔶 Tarbert d06d3b51b7 Update image in README for CopilotKit
Replaced the old image link with a new diagram for CopilotKit.
2026-02-05 15:49:10 -05:00
Nathan 🔶 Tarbert fd99350478 Update asset link in README.md 2026-02-02 14:05:01 -05:00
Nathan 🔶 Tarbert 65961b0b31 chore(Revise README): updated sections and installation steps (#3094) 2026-02-02 13:41:20 -05:00
Nathan 🔶 Tarbert f4dc5b85fb Remove real life use cases from README
Removed real life use cases section and associated image from README.
2026-01-30 11:09:17 -05:00
Nathan 🔶 Tarbert 32753cb9ea Enhance README with header and image
Added a header and an image link to the README.
2026-01-26 14:33:37 -05:00
Nathan 🔶 Tarbert 0af43545d3 Remove image from README.md
Removed an image from the README file.
2026-01-23 09:55:47 -05:00
Nathan 🔶 Tarbert 634fd142be Remove CopilotKit v1.50 image link from README
Removed an image link related to CopilotKit v1.50 from the README.
2026-01-23 09:54:01 -05:00