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
3051bd1ff1
fix(docs): correct quickstart errors and API examples across integrations
...
- Agent-spec: remove invalid CLI `-f agent-spec` option, link to manual setup
- A2A: fix env var (GEMINI_API_KEY) and port (10002) to match starter template
- AWS Strands: fix useRenderTool to use Zod schema and correct render props
- LangGraph: add auth guide cross-reference in configurable docs
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-12 20:53:40 -04: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
5a24f28894
feat: create copilotkit langgraph middleware ( #2928 )
2026-01-09 16:46:40 +01: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
Tyler Slaton
02c4095565
docs(aws-strands): add documentation tab ( #2791 )
...
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai >
2025-12-02 23:55:27 -05:00
Brandon McConnell
83bdb889ec
Canonical partner docs (LlamaIndex) ( #2757 )
2025-12-02 06:20:24 -05:00
Brandon McConnell
5dade7e044
Canonical partner docs (ADK) ( #2754 )
2025-11-29 02:55:15 -05:00
Brandon McConnell
7e757eb540
Canonical partner docs (Mastra) ( #2756 )
...
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai >
2025-11-28 19:05:45 -05:00
Brandon McConnell
bc240dd42b
Canonical partner docs (Agno) ( #2759 )
...
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai >
2025-11-28 14:23:42 -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
Brandon McConnell
947a4b95e7
feat: persist language selection across sessions per integration ( #2739 )
2025-11-24 09:26:47 -05:00
Tyler Slaton
a96b13b1db
docs(maf): improve and release microsoft agent-framework docs ( #2705 )
...
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai >
2025-11-10 20:31:35 -05: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