Commit Graph

121 Commits

Author SHA1 Message Date
Jordan Ritter 25f3f70ab2 fix(docs): update stale model names, fix broken quickstart examples
- gpt-5.2/gpt-5.2-mini → gpt-5.4/gpt-5.4-mini across 70 files
- Anthropic model IDs: dots → hyphens (claude-sonnet-4-5, not 4.5)
- LangGraph FastAPI: add missing uvicorn import, MemorySaver checkpointer,
  fix port string→int
- AG2: ContextVariables import moved to autogen.agentchat
- CrewAI Flows: comment out deprecated CLI option
- Pydantic: pin Starlette 0.45.3 (1.0.0 is incompatible)
- CopilotChat: add missing default export
- All quickstarts: add globals.css import to layout examples
- LangGraph quickstart tagged with doctest="server" for Phase 1

Supersedes #3655, #3656, #3658, #3660, #3661, #3665, #3667, #3669.
2026-04-08 18:55:11 -07:00
Markus Ecker 316c9c5102 docs: A2UI v0.9 guides, Open Generative UI reference, BYOC examples 2026-04-08 12:50:46 -07:00
Alem Tuzlak 9a6ee39d96 chore(runtime): update package config, CI workflows, and docs
- Add package.json exports for v2/{express,hono,node} subpaths
- Add elysia devDependency and tsdown entry points
- Exclude bun integration tests from vitest config
- Update CI workflows to include runtime-servers test job
- Add runtime-server-adapter docs page
- Add changeset for the fetch-based runtime feature
2026-04-03 18:41:27 +02:00
Claude 9e5db9aa2b docs: replace LangChain/LangGraph icons with new brand symbol
- Create new langchain.tsx icon component with the rebranded LangChain
  symbol SVG (geometric cross pattern from official brand kit)
- Update langgraph.tsx to use the same new LangChain symbol (since the
  integration is now branded as LangChain)
- Replace SiLangchain (react-icons) with custom LangchainIcon in
  custom-icons.tsx and langgraph/index.mdx
- Remove unused SiLangchain import from quickstart.mdx
- Remove temp/ SVG directory (raw brand assets no longer needed)

https://claude.ai/code/session_01JAQ7P3GEeP2bGZtc6V45WY
2026-04-02 17:21:00 +02:00
Claude ad629e1779 docs: rebrand LangGraph integration to LangChain across documentation
Update user-facing references from "LangGraph" to "LangChain" per CPK-7186.
The integration label, descriptions, and agent terminology now use "LangChain"
while preserving "LangGraph" for technical references (Platform, Studio, CLI,
StateGraph, code/package names, and API references).

- Rename integration label in integrations.ts, meta.json, integration-grid,
  feature-matrix, quickstart-dropdown, and link-validation
- Update ~47 MDX docs: "LangGraph agent(s)" → "LangChain agent(s)"
- Update FAQ, snippets, and learn section references
- Keep URL paths (/langgraph) unchanged for backward compatibility
- Keep all code imports, package names, and LangGraph Platform/Studio/CLI as-is

https://claude.ai/code/session_01JAQ7P3GEeP2bGZtc6V45WY
2026-04-02 17:21:00 +02:00
Alem Tuzlak 97dbfe6350 fix(docs): expand sidebar link clickable area to full item width
The Link element inside sidebar page items only spanned the width of its
text content, so clicking to the right of the text on a sidebar item did
nothing. Move padding and flex layout into the Link so it fills the
entire li container, matching how integration-link.tsx already works.
2026-04-01 16:31:06 +02:00
Tyler Slaton 5d4ed8f312 fix: run formatter to resolve lint issues
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
2026-03-18 15:36:46 -04:00
johnprg 3540f36f74 add banners to link checker. remove unused FeatureGrid 2026-03-17 10:48:35 -07:00
johnprg ffa80c6aad fix: remove v1.50 announcement. Fix MCP-apps link 2026-03-17 10:35:56 -07: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
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
Ran Shemtov 593859fd9f feat: add useComponent wrapper around useFrontendTool (#3175)
Co-authored-by: Alem Tuzlak <t.zlak@hotmail.com>
Co-authored-by: Tyler Slaton <54378333+tylerslaton@users.noreply.github.com>
2026-02-20 00:38:31 -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
Alem Tuzlak 7b838547a9 feat: re-architeture the monorepo setup (#3187) 2026-02-13 11:01:44 +01:00
Nathan 🔶 Tarbert 4296124e99 chore(docs): Add taco example2 (#3144) 2026-02-03 08:06:05 -05: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 9d6cc4873b Add Generative UI overview 2026-01-26 16:02:14 -08:00
John Rae-Grant 05ebaafaa2 Docs/mcp apps launch update (#3067)
update what's new to highlight MCP apps and Deep Agents
2026-01-21 22:30:57 -08:00
John Rae-Grant 3ae3556001 Docs/landing page 2026 01 13 (#3001) 2026-01-13 18:08:52 -08:00
John Rae-Grant 02ff998136 fix: use session storage to fix new tab bug (#3000) 2026-01-13 14:14:20 -08:00
John Rae-Grant 02568353d0 Docs/feature sidebar integrations (#2994) 2026-01-11 18:17:19 -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
sonleoracle e1ad392d40 Docs: add docs for new AG-UI integration: Open Agent Spec (#2874)
Co-authored-by: Brandon McConnell <brandon@dreamthinkbuild.com>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-12-20 02:08:58 -05:00
Brandon McConnell c7d215cffd [Docs] update fumadocs (#2870) 2025-12-17 23:01:05 -05:00
John Rae-Grant e6178faa33 Docs/a2ui banner (#2868) 2025-12-16 15:29:13 -08:00
John Rae-Grant ab0d4e74b0 Final docs changes for a2UI launch (#2854) 2025-12-15 09:42:25 -08: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
Tyler Slaton c06e71f198 refactor(docs): upgrade and fix issues (#2811)
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
2025-12-08 15:37:35 -05:00
Brandon McConnell 83bdb889ec Canonical partner docs (LlamaIndex) (#2757) 2025-12-02 06:20:24 -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
Tyler Slaton 1eb3f1ac47 docs: landing page polish (#2706)
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
2025-11-10 21:06:35 -05:00
Brandon McConnell d6a6c89d98 feat: add Microsoft Agent Framework to integrations docs (#2680)
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
Co-authored-by: Tyler Slaton <tyler@copilotkit.ai>
2025-11-07 18:16:54 -05:00
Brandon McConnell 783e2d1b6a feat: pass className through to dropdown options when specified 2025-11-07 14:59:23 -05:00
Atai Barkai e49c200ad9 url swap (#2687) 2025-11-05 08:30:51 -10:00
Atai Barkai ac9cefbca6 docs early access video (#2686) 2025-11-04 14:12:18 -10:00
Tyler Slaton fcf114ac67 docs: implement prototypical docs structure for LangGraph (#2585)
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
Co-authored-by: Brandon McConnell <brandon@dreamthinkbuild.com>
2025-11-04 18:41:53 -05:00
John Rae-Grant aba30d419a Chore/add 1.5 banner (#2665)
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-10-27 08:26:40 -07:00
John Rae-Grant d0e882846e Docs/discord link (#2617) 2025-10-14 18:17:54 -07:00
Brandon McConnell fa75e07e78 docs(direct-to-llm): fix broken links 2025-10-09 16:22:39 -04:00
John Rae-Grant 48453835ac Docs/broken links 20252008 (#2598)
Fixed a bunch of reported broken links
2025-10-08 16:57:17 -07:00
Tyler Slaton e6faf6f1ed docs: general polish (#2550)
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
2025-09-30 19:29:54 -04:00
johnprg 96506acbff Revert "Docs/rebranding (#2519)"
This reverts commit 360d404555.
2025-09-30 11:01:35 -07:00
johnprg dea53897d7 Revert "Docs/dark mode fixes (#2533)"
This reverts commit d24cffe7e1.
2025-09-30 11:01:10 -07:00
johnprg 93d06e7e98 Revert "Integrations->Select Integration (#2547)"
This reverts commit 4dd07e089e.
2025-09-30 10:58:39 -07:00
John Rae-Grant 4dd07e089e Integrations->Select Integration (#2547) 2025-09-30 09:51:39 -07:00
John Rae-Grant d24cffe7e1 Docs/dark mode fixes (#2533) 2025-09-29 13:51:11 -07:00