Commit Graph

11 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
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
Alem Tuzlak 7b838547a9 feat: re-architeture the monorepo setup (#3187) 2026-02-13 11:01:44 +01: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
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 20f18db75a refactor(docs): use cdn instead of storing in public (#2196) 2025-07-20 11:38:52 -04:00
msumari 49551e7da0 feat: add amazon bedrock adapter support 2025-06-12 11:08:25 -04:00
Ran Shemtov 2b89ad7261 fix: docs and quickstart fixes (#1781) 2025-05-09 11:43:25 +02:00
Ran Shemtov 59de133ae1 fix: rename ExperimentalEmptyAdapter to EmptyAdapter (#1253) 2025-01-17 19:48:15 +01:00
Ran Shemtov 768b3a5789 fix: throw error when empty adapter is misused (#1249) 2025-01-17 16:16:44 +01:00
Ran Shemtov a578a7338c docs: quickstart multi provider (#1024)
* docs: create multi providers content for quickstart
2024-12-04 20:40:06 +01:00