Austin Merrick
d7b3f26681
docs: rename coding-agents to build-with-agents
...
Prep for OSS-133 — lands the unblocked routing + sidebar pieces while
the content rewrite waits on the copilotkit/skills monorepo migration.
- Rename /coding-agents → /build-with-agents (root + 13 integrations)
- Retitle "Coding Agents" → "Build with agents"
- Add 14 permanent redirects from old routes
- Repoint 11 existing /mcp and /vibe-coding-mcp redirects
2026-05-19 16:30:23 -07:00
Benjamin Taylor
84c029529d
docs: remove old low-level threads/persistence pages superseded by useThreads
...
The /langgraph/advanced/persistence/* and /crewai-flows/persistence/* pages
documented the older threadId/setThreadId mechanism. They're replaced by the
useThreads-based /langgraph/threads and /crewai-flows/threads pages backed by
the shared threads snippet.
Adds redirects from the deleted paths (and their legacy /langgraph/persistence
aliases) to the new framework-scoped /threads pages, and drops "persistence"
from the crewai-flows sidebar.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-05-11 09:04:14 -05:00
Max Korp
ff4f8c26bc
docs(shell-docs): redirect /llms.txt to mcp.copilotkit.ai
...
Delete stale docs/public/llms.txt and docs/public/llms-full.txt.
Replace with 301 redirects to mcp.copilotkit.ai where the
files are now generated and served as the source of truth.
2026-05-07 12:29:08 -07:00
Sam Julien
495c331098
fix(docs): add redirects for active 404s on docs.copilotkit.ai
...
Adds 35 redirects in next.config.mjs covering every URL with
broken_link_accessed events from the last 30 days of PostHog data.
Categories:
- /generative-ui/specs/* → /learn/generative-ui/specs/* (section moved)
- /premium/{threads,inspector,premium/overview} → root equivalents
- /built-in-agent/guides/* → renamed pages or section index
- /built-in-agent/{human-in-the-loop,generative-ui/state-rendering,
cookbook/state-machine} → closest matching concept
- /learn/direct-to-llm/* → /built-in-agent (namespace removed)
- /learn/langgraph/* → /langgraph/* (was never under /learn)
- /deepagents/{prebuilt-components,custom-look-and-feel/*} →
root equivalents (deepagents integration is missing these pages)
- /guides/* with no /built-in-agent/guides equivalent → closest concept
- /reference/v1/hooks/{useRenderTool,useComponent,useThreads,
useInterrupt,useCapabilities} → /reference/v2/hooks/<same>
(these hooks are new in v2)
- /reference/v2/hooks/useCopilotAction → useFrontendTool (renamed)
- /whats-new/* → /learn/whats-new/*
- Doubled-prefix paths: /agent-spec/agent-spec/wayflow,
/langgraph/langgraph/overview, /premium/premium/overview
- /langgraph/persistence/* → /langgraph/advanced/persistence/*
- /zh/langgraph/deep-agents → /deepagents (no i18n on this site)
Verified locally: every former-404 path returns 308 → 200 final.
2026-05-06 09:56:22 -07:00
Benjamin Taylor
789fc98bdb
fix(docs): reverse-proxy PostHog through /ingest
...
Routes PostHog analytics through docs.copilotkit.ai/ingest/* (rewrites to
eu.i.posthog.com) so requests bypass ad blockers and tracking-protection
that target the PostHog hostname directly. Mirrors the existing setup in
the marketing website.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com >
2026-04-30 20:08:40 -05:00
Martha Kelly Schumann
372bb31e51
Merge branch 'main' into docs/CPK-7187-add-deepagents-section-to-docs
2026-04-29 09:00:24 -07:00
Tyler Slaton
0d70378193
docs(agentcore): add AWS AgentCore integration docs ( #3586 )
...
This PR draft documentation to the question: What do I need to do if I
want to add CopilotKit after deploying agent to AgentCore following this
guide
[here](https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/runtime-agui.html )
So basically, following the guide linked, wanting CopilotKit, "Now
what?"
2026-04-28 20:30:33 -07:00
Maxim
118be34424
feat(docs): remove /ag-ui/:path* catch-all redirect
...
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-04-24 19:54:42 +02:00
Maxim
805a3e423b
feat(docs): redirect /ag-ui to https://docs.ag-ui.com/
...
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com >
2026-04-24 19:54:42 +02:00
Ran Shem Tov
1a95f4ff38
docs(agentcore): change agentcore docs location and link with frameworks
2026-04-22 10:26:05 +02:00
Ran Shem Tov
e5a7a807a9
docs(agentcore): add AWS AgentCore integration docs
2026-04-22 10:23:45 +02:00
Martha Schumann
4f0926d4de
docs(CPK-7187): add Deep Agents as top-level integration
...
- Add Deep Agents to the integration selector, grid, quickstart dropdown,
and feature matrix
- Create docs/integrations/deepagents/ with landing page and quickstart
(ported from langgraph/deep-agents.mdx)
- Add rewrite rule in next.config.mjs so /deepagents routes correctly
- Add deepagents to middleware FRAMEWORKS list
- Add callout on langgraph/deep-agents pointing to the new integration
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com >
2026-04-09 13:10:05 -07:00
Jordan Ritter
b3ebc1cba9
fix: redirect /whats-new/v1-50 to /learn/whats-new/v1-50 instead of root
2026-04-06 13:00:15 -07:00
Claude
7a78f3f081
Add redirect from /whats-new/v1-50 to root page
...
https://claude.ai/code/session_017vEXQbgYTwxWfrmBRcsCQG
2026-03-19 18:27:46 -07:00
Tyler Slaton
cc8c945893
refactor(docs): optimize structure, content and navigability
...
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai >
2026-03-02 11:30:16 -05:00
Max Korp
980d3f5b55
docs: add v2 interface reference docs ( #3197 )
...
Also fixing some linting/build issues.
Co-authored-by: Tyler Slaton <tyler@copilotkit.ai >
2026-02-17 17:14:41 -05:00
John Rae-Grant
f88e9a1e8c
Docs/broken links 2026 02 01 ( #3137 )
2026-02-01 22:56:29 -08:00
John Rae-Grant
b5bdb5c8de
Docs/add broken links check ( #3122 )
2026-01-30 18:07:43 -08:00
John Rae-Grant
ad96277485
feat: implement comprehensive broken link handling system ( #2600 )
2026-01-28 12:58:40 -08:00
John Rae-Grant
e9e6fbdd85
Docs Rebranding with fixes ( #2982 )
...
Co-authored-by: Max Korp <maxkorp@8bytealchemy.com >
Co-authored-by: Santiago Cubino <scubino@litebox.ai >
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com >
2026-01-08 14:28:26 -08:00
johnprg
eaedc9e078
Revert "Docs Rebranding"
...
This reverts commit 1810c76223 .
2026-01-06 19:50:23 -08:00
John Rae-Grant
1810c76223
Docs Rebranding
...
Co-authored-by: Max Korp <maxkorp@8bytealchemy.com >
Co-authored-by: Santiago Cubino <scubino@litebox.ai >
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com >
2026-01-06 19:39:56 -08:00
Brandon McConnell
68f8f30a35
docs: rename "Agent state inputs and outputs" to "Workflow Execution"
2025-12-16 01:00:40 -05:00
Max Korp
5bfd86282d
A2A/A2UI getting started guide
2025-12-14 11:53:39 -07:00
John Rae-Grant
4695d618dd
feat: Docs Update for v1.5 announcement, GenUI specs and Agentic Protocols ( #2815 )
...
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai >
Co-authored-by: Tyler Slaton <tyler@copilotkit.ai >
Co-authored-by: Max Korp <maxkorp@8bytealchemy.com >
2025-12-11 02:49:41 -05:00
Brandon McConnell
1a31f81e62
docs: remove all multi-agent-flows docs and references ( #2789 )
2025-12-02 18:14:27 -05:00
Brandon McConnell
e52961b5cb
Canonical partner docs (Pydantic AI) ( #2758 )
...
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai >
Co-authored-by: Tyler Slaton <tyler@copilotkit.ai >
2025-11-26 19:18:19 -05:00
johnprg
96506acbff
Revert "Docs/rebranding ( #2519 )"
...
This reverts commit 360d404555 .
2025-09-30 11:01:35 -07:00
John Rae-Grant
360d404555
Docs/rebranding ( #2519 )
...
Co-authored-by: Max Korp <maxkorp@8bytealchemy.com >
Co-authored-by: Luis Valdés <luis@copilotkit.ai >
Co-authored-by: Ran Shemtov <ran@copilotkit.ai >
Co-authored-by: Muhammad Abubakar <abubakaran102025@gmail.com >
Co-authored-by: Chan Meng <chanmeng.dev@gmail.com >
Co-authored-by: Atai Barkai <atai.barkai@gmail.com >
Co-authored-by: snyk-bot <snyk-bot@snyk.io >
Co-authored-by: Sourabh Bagrecha <sourabhbagrecha@gmail.com >
Co-authored-by: Suhas Deshpande <suhasdeshpande@users.noreply.github.com >
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2025-09-29 10:45:48 -07:00
johnprg
aa0005c648
Revert "Docs/rebranding ( #2455 )"
...
This reverts commit f612cd5477 .
2025-09-24 12:06:00 -07:00
John Rae-Grant
f612cd5477
Docs/rebranding ( #2455 )
...
Mainly top nav addition and responsive work
Line up with upcoming docs rebranding from litebox
2025-09-24 11:52:46 -07:00
Max Korp
820a675d48
Add ADK to the docs ( #2469 )
2025-09-19 15:17:12 -07:00
Brandon McConnell
3c56de0c0b
docs: correct predictive-state-updates links' text and destination URL
2025-08-27 02:55:42 -04:00
Brandon McConnell
95323ebe26
docs(mcp): Update "Vibe Coding" (/mcp) page title & slug, add redirects
...
"Vibe Coding" `/mcp` ➞ "Vibe Coding MCP" `/vibe-coding-mcp`
2025-08-26 14:29:30 -04:00
Tyler Slaton
31e1f7d2d4
refactor(docs): upgrade versions and overhaul structure and content ( #2120 )
...
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai >
2025-08-14 19:02:06 -04:00
Tyler Slaton
78694fb4a3
docs(agno): drastically improve quickstart experience
...
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai >
2025-06-19 13:52:09 -04:00
Tyler Slaton
f4dd3f85ab
fix(llamaindex): fix broken link and incorrect quickstart
...
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai >
2025-06-18 13:49:02 -04:00
Tyler Slaton
27aa9a5c49
docs: generally improve styling, messaging and clarity ( #1835 )
...
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai >
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-05-17 04:15:20 -04:00
Suhas Deshpande
b674b4ee3b
adds crew docs ( #1571 )
2025-03-26 18:57:25 -07:00
Tyler Slaton
16a6e1439e
refactor(docs): reorganize, repurpose and generally improve documentation experience
...
- All CoAgents documentation has been improved or reevaluated in some way
- The coaents-starter has been simplified
- The coagents-starter now has a JS agent
- Expanded and unified examples in guides
- Quickstart has been improved in a number of ways
- Adding documentation about LangGraph interrupt
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai >
2025-02-10 18:54:53 -05:00
Tyler Slaton
8a2558dc49
docs: simplify hitl names and overhaul app-wide hitl
...
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai >
2024-12-13 09:28:35 -05:00
Tyler Slaton
dc04d4ada1
docs(coagents): make overview the index of travel tutorial and add redirect
...
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai >
2024-12-11 18:17:44 -05:00
Ariel Weinberger
0dfb539d2d
Swap out old docs for new docs ( #693 )
...
* swap docs
* fix build error
---------
Co-authored-by: Fuma Nama <fuma-nama@noreply.com >
2024-10-04 14:13:08 +02:00
Ariel Weinberger
080ef0786d
fix(docs): update docs ( #528 )
...
* fix(docs): add customize look & feel docs to component reference
* fix(docs): textarea autosuggestionsConfig link to GitHub until we figure out nested properties
* fix: formatting
2024-08-09 12:23:54 +02:00
Ariel Weinberger
abde2bc841
feat(docs): persistent session id and clerk in docs ( #518 )
2024-07-31 15:54:13 +02:00
Ariel Weinberger
1c5e9fb965
feat(docs): analytics ( #516 )
...
* feat(docs): add rb2b
* feat(docs): posthog
* feat(docs): add scarf pixel
* remove other duplicates of scarf pixel
2024-07-30 20:25:01 +02:00
Ariel Weinberger
5f7eefe2a4
fix(docs): catch-all routing ( #515 )
2024-07-30 14:37:06 +02:00
Ariel Weinberger
d03a002cff
feat(docs): new docsite ( #506 )
...
* delete old docs
* new docs
* update what is copilot with banner and content
2024-07-26 18:39:58 +02:00