Commit Graph

43 Commits

Author SHA1 Message Date
johnprg d5abb6f10e add Observability to platformOnly 2025-07-23 17:03:31 -07:00
johnprg 2a30bd05e4 replace 'copilot cloud' with 'copilotkit platform' 2025-07-23 16:51:01 -07:00
John Rae-Grant 0cef865e90 Pydantic docs nav (#2224) 2025-07-23 12:28:56 -07:00
Tyler Slaton 20f18db75a refactor(docs): use cdn instead of storing in public (#2196) 2025-07-20 11:38:52 -04:00
John Rae-Grant e75d3813a7 docs: landing page and nav populated 2025-07-03 10:51:09 -04:00
johnprg e22446fea4 refactor(docs): overhaul new user experience and navigation
We're overhauling our documentation such that the experience
of selecting an agent framework or LLM is very clear. Doing
this is intended to greatly improve the experience of new
and existing users trying to find relevant documentation to them.

Signed-off-by: johnprg <john@theartofwork.com>
Co-authored-by: Tyler Slaton <tyler@copilotkit.ai>
2025-06-23 14:00:05 -04:00
msumari 49551e7da0 feat: add amazon bedrock adapter support 2025-06-12 11:08:25 -04:00
Tyler Slaton ad05c366df feat(docs): change banner and add cloud sign-in button (#1844)
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
2025-05-19 17:22:02 -04:00
Ran Shemtov 2b89ad7261 fix: docs and quickstart fixes (#1781) 2025-05-09 11:43:25 +02:00
Ran Shemtov a19fa0889b chore: explain removal of watermark in docs (#1641) 2025-04-10 11:31:21 +02:00
Suhas Deshpande b674b4ee3b adds crew docs (#1571) 2025-03-26 18:57:25 -07:00
Tyler Slaton 32c0696313 chore: bump cpk version in docs (#1541)
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
2025-03-26 19:24:03 -04:00
Ran Shemtov 5f184b7cbe fix: remove response button (#1536) 2025-03-25 17:24:32 +01:00
Tyler Slaton 8553d1207d docs: add migration document for 1.8.0 (#1532)
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
Co-authored-by: Ran Shem Tov <ran@copilotkit.ai>
2025-03-24 19:38:09 -04:00
Ran Shemtov d8e354b25d fix: re-align customization variable names and usage (#1530) 2025-03-24 16:28:02 +01:00
Ran Shemtov 20f07275cc feat: chat interface redesign (#1419) 2025-03-21 14:36:17 +01:00
Markus Ecker 082db7a996 Add CrewAI support (#1308)
Co-authored-by: Suhas Deshpande <suhasdeshpande@users.noreply.github.com>
Co-authored-by: Ariel Weinberger <Weinberger.Ariel@gmail.com>
Co-authored-by: Suhas Deshpande <suhas2u@gmail.com>
2025-02-28 12:21:54 +01: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 0a06061def docs(quickstart): update the quickstart and add URL encoding (#1277)
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
2025-01-29 11:38:12 -05: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
Tyler Slaton 60e0606b0f docs: add new 'bring your own components' section to the docs (#1204)
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
2025-01-09 14:34:01 -05:00
Tyler Slaton e48a34a66b docs: update landing pages for docs and coagents
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
2025-01-06 13:11:24 -05:00
Tyler Slaton 267e4bfc05 docs: add copilot cloud CTA (#1179)
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
2025-01-02 15:52:14 -05:00
Tyler Slaton b552ad37ba docs(tabs): add new tabs component with more custom styling (#1172)
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
2024-12-31 16:11:59 -05:00
Suhas Deshpande d5ee8c89a0 Pre/1.4.1 (#1054)
* fixes `InProgressStateWait` interface (#1040)

interface InProgressStateWait<T extends Parameter[] | [] = []> {
    status: "inProgress";
    args: Partial<MappedParameterTypes<T>>;
    /** @deprecated use respond instead */
    handler: undefined;
    respond: undefined; // missed somehow in earlier change
    result: undefined;
}

* Update index.ts (#1041)

* Fix issues with the quickstart (#1047)

* deprecate disabled, add "available" (#1016)

* Pre release pre/1.4.1

* run prerelease on pre/*

* Pre release pre/1.4.1

* feat: surface Copilot Cloud errors in debug mode (#1057)

* feat(react-core): toast for Cloud

* use hook instead of constructor for runtime client

* fix formatting

* fix type issues

* fix odd typo

* copilo cloud copilotkit provider: remove use client, and reference layout.tsx

* per install path dependency installation

* fix self hosting quickstart instruction, to mimick what we have in SelfHostingCopilotRuntimeConfigureCopilotKitProvider

* .

* highlight npx command

* find your copilot runtime: instructions update

* llm adapters: add quickstart code snippets

* remove unneeded section

* add steps to self-hosting

* fix legit docs issue that came out of nowhere

* remove llm adadpters reference which seems to break stuff

* fix assistant message css when not using tailwind (#1048)

* Fix frontend tool definitions in LangGraph state (WIP) (#1053)

* Pre release mme/frontend-tool-docs

* update packages

* move convertJsonSchemaToZodSchema to shared and add test code

* exit pre

* Pre release mme/frontend-tool-docs

* implement convertActionsToDynamicStructuredTools

* Pre release mme/frontend-tool-docs

* pass frontend function to LangGraph JS

* remove console.log

* exit pre

* Pre release pre/1.4.1

* fix(ci): remove typescript step from quality, we run build anyway

* exit pre mode

* Release 1.4.1

---------

Co-authored-by: Markus Ecker <markus.ecker@gmail.com>
Co-authored-by: Ariel Weinberger <weinberger.ariel@gmail.com>
Co-authored-by: Atai Barkai <atai.barkai@gmail.com>
2024-12-10 10:47:36 -06:00
Tyler Slaton 46c5b58e98 style(docs): add more muted feedback button
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
2024-12-08 21:10:28 -05:00
Tyler Slaton 7ef999f327 docs: adding a lot of polish to the docs
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
2024-12-08 18:21:26 -05:00
Tyler Slaton e76ca1a626 docs(copilot-cloud): integrate copilot cloud into the documentation
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
2024-12-06 18:22:03 -05:00
Tyler Slaton 9476bf18e7 docs: change layout and components for better visiblity
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
2024-12-06 11:30:13 -05:00
Ran Shemtov a578a7338c docs: quickstart multi provider (#1024)
* docs: create multi providers content for quickstart
2024-12-04 20:40:06 +01:00
Tyler Slaton 89dabd3a7e feat(docs): add lgc and lgjs docs with insecure password protection
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
2024-12-02 13:04:54 -05:00
Ran Shem Tov ff2c5c0e5c feat(langgraph-cloud): add langgraph cloud setup documentation 2024-12-02 13:04:53 -05:00
Tyler Slaton 4b5a2676cc docs(agentic-copilots): coagents => agentic copilots
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
2024-11-27 11:58:30 -05:00
Tyler Slaton be960a3128 docs(coagents): fill out content for conceptual docs and add tailored-content component
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
2024-11-27 11:58:30 -05:00
Tyler Slaton 4cad64c482 style(docs): update styling for frame to be darkmode friendly
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
2024-11-20 16:11:12 -05:00
Tyler Slaton 6f9195cf9e style(docs): add new and use named color variables
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
2024-11-20 16:09:07 -05:00
Atai Barkai 6cb4b3c3a9 colored CoAgents diagram 2024-11-02 19:12:40 -07:00
Nathan Tarbert 9ae1ffc9b7 Changed the CTA button directing from the webinar to the video 2024-11-01 15:08:50 -07:00
Atai Barkai d1e796db70 polish 2024-10-22 01:57:39 -07:00
Atai Barkai 25b5181088 getting started 2024-10-22 01:57:05 -07:00
Akash Jana 870797381a fix(docs): CoAgents feature cards in dark mode 2024-10-08 12:49:57 +02: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