Commit Graph

151 Commits

Author SHA1 Message Date
Ran Shemtov 2b89ad7261 fix: docs and quickstart fixes (#1781) 2025-05-09 11:43:25 +02:00
Tyler Slaton 34cab983f7 feat(docs): add banner for mcp launch (#1735) 2025-05-01 22:57:23 -04:00
Ran Shemtov a19fa0889b chore: explain removal of watermark in docs (#1641) 2025-04-10 11:31:21 +02:00
Tyler Slaton b1319f6478 docs: remove old event (#1624)
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
2025-04-04 09:16:09 -04:00
Tyler Slaton 9ae4975ea1 fix: address issue preventing banner from closing on docs (#1577)
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
2025-03-27 01:23:33 -04:00
Tyler Slaton 4f566a5465 docs: crew-ai announcement banner (#1575)
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
2025-03-26 22:48:57 -04: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
Ariel Weinberger abf20025be Feat/new docs final touches (#691)
* fix build

* add dependencies

* update deps

* fix build

* fix build

* add top search bar

* update lockfile

* add topbar

* add opengraph images

* add favicon

* remove coagents separator

* port coagent section

* fix build errors

* add tracking scripts

* provide clerk publishable key

* touch up styling

* remove duplicate children

* fix broken links

* add sitemap.ts

* add github contribution link

* no underline for Link

* fix formatting

---------

Co-authored-by: Fuma Nama <fuma-nama@noreply.com>
2024-10-04 12:38:55 +02:00
Atai Barkai 6e3aac0ab7 general docs cleanup: quickstart + agents 2024-09-20 23:37:17 -07:00
Atai Barkai e288f625be tailored content takes array of options, and default option 2024-09-20 23:37:17 -07:00
Atai Barkai c29300f838 more specific Icon type to avoid build errors 2024-09-20 23:35:29 -07:00
Atai Barkai 4a97d48be5 shortened quickstart 2 2024-09-20 23:35:28 -07:00
Ariel Weinberger b8b325170a feat(docs): coagents alpha documentation (#559)
* hidden coagents route

* add quickstart

* feat(docs): intro to coagents

* add docs

* fix formatting in coagents docs

* feat(docs): add coagents video

* Add CoAgent demo to docs

* update docs

* update docs

* fix import

---------

Co-authored-by: Markus Ecker <markus.ecker@gmail.com>
2024-09-05 13:05:16 +02:00
Ariel Weinberger d1da476d7c feat(docs): enhancements (#539)
* feat(docs): swap banner for new design

* fix(precommit): do not automatically stage ../docs

* feat(docs): new banner design

* feat(docs): default public API key in demos iframes
2024-08-19 13:35:07 +02:00
Ariel Weinberger e0a3cfb9c1 feat(docs): embed youtube vid in todos app tutorial (#535) 2024-08-15 13:27:20 +02:00
Ariel Weinberger e839cf04dc feat(docs): copilot cloud vs self hosted paths (#527)
* feat(docs): copilot cloud vs self hosted paths

* remove accordion component

* rename "handler" to "endpoint"

* update style for better mobile responsiveness
2024-08-07 19:27:26 +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 70935b46b1 feat(docs): new content (#509)
* feat: add concepts - generative ui

* updated copilot runtime docs

* add customize look and feel docs

* fix heading and typo

* add paths-ignore docs to standard CI workflows
2024-07-29 14:26:25 +02:00