Alem Tuzlak
7b838547a9
feat: re-architeture the monorepo setup ( #3187 )
2026-02-13 11:01:44 +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
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
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