Atai Barkai
|
4d8345812c
|
Merge pull request #1068 from CopilotKit/atai/docs-update-quickstart
quickstart - use snippet
|
2024-12-10 09:26:11 -08:00 |
|
Ariel Weinberger
|
3c643a8a88
|
fix(docs): generative ui and front end actions
|
2024-12-10 11:16:20 -06:00 |
|
Atai Barkai
|
b37a97ef05
|
use SelfHostingCopilotRuntimeConfigureCopilotKitProvider in quickstart
|
2024-12-10 09:07:27 -08: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
|
48f68dbc08
|
fix(docs): add actual JSON to JSON HITL documentation
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
2024-12-10 10:46:46 -05:00 |
|
Suhas Deshpande
|
84a1c4eae8
|
re-order the coagent page (#1056)
|
2024-12-09 19:07:11 -08:00 |
|
Suhas Deshpande
|
a3f5024814
|
[CPK-918] updates instructions for langgraph.js (#1058)
|
2024-12-09 16:10:11 -08:00 |
|
Tyler Slaton
|
5ff5b3bc1d
|
Merge pull request #1052 from CopilotKit/tyler/add-video
fix(coagents-travel): bump copilotkit python sdk version
|
2024-12-09 13:55:52 -05:00 |
|
Ran Shemtov
|
44c327de8c
|
docs: fix broken links (#1046)
* docs: fix broken links
* docs: fix bad import suggestion
|
2024-12-09 19:43:19 +01:00 |
|
Tyler Slaton
|
8936135c24
|
fix(coagents-travel): bump copilotkit python sdk version
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
2024-12-09 13:23:23 -05:00 |
|
Tyler Slaton
|
1e31209233
|
fix(docs): address a typo related to trips_node in travel tutorial
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
2024-12-09 11:08:24 -05: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
|
251e99fd82
|
Merge pull request #1033 from CopilotKit/tyler/cpk-cloud-docs
|
2024-12-08 08:29:11 -05:00 |
|
Atai Barkai
|
c1aa823ce6
|
Update frontend-functions.mdx
|
2024-12-08 00:50:49 -08: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 |
|
Suhas Deshpande
|
a8799a1356
|
fix renderAndWaitForResponse tab
|
2024-12-06 13:45:35 -08:00 |
|
Ariel Weinberger
|
912a264bf9
|
chore: remove package lock files (we use pnpm lock instead)
|
2024-12-06 14:27:28 -06:00 |
|
Tyler Slaton
|
ed97bdd522
|
Merge pull request #1036 from CopilotKit/tyler/better-doc-visibility
docs: change layout and components for better visiblity
|
2024-12-06 15:04:11 -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 |
|
Suhas Deshpande
|
a939d8cb31
|
[CPK-850] changes renderAndWait interface (#1030)
|
2024-12-06 07:39:19 -08:00 |
|
Tyler Slaton
|
fa75e9cd83
|
docs(travel-tutorial): make edits for clarity
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
2024-12-05 21:29:26 -05:00 |
|
Markus Ecker
|
8dc5b078d2
|
add docs how to save/restore from local storage (#1032)
* add docs how to save/restore from local storage
* Add Tyler's suggestions
|
2024-12-05 18:14:46 +01:00 |
|
Tyler Slaton
|
d247a1d73a
|
Merge pull request #1028 from CopilotKit/tyler/code-in-concepts
docs(agentic-copilots): expand on agent copilots concept
|
2024-12-05 11:31:56 -05:00 |
|
Tyler Slaton
|
e4ef35dfac
|
docs(travel-tutorial): change link to download LangGraph Studio
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
2024-12-04 16:38:44 -05:00 |
|
Tyler Slaton
|
88e747e91a
|
docs(agentic-copilots): expand on agent copilots concept
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
2024-12-04 16:20:55 -05:00 |
|
Tyler Slaton
|
2fed0837be
|
docs(travel-tutorial): add clearer setup step
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
2024-12-04 15:07:39 -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
|
16601aa125
|
docs(agentic-copilots): add tutorial for ai travel application
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
2024-12-04 13:09:51 -05:00 |
|
Ran Shemtov
|
c9be707603
|
docs: remove outdated streamHttpServerResponse call from adapter docs (#1015)
|
2024-12-04 11:46:21 +01:00 |
|
Suhas Deshpande
|
aa34e62679
|
fix typo
|
2024-12-03 14:51:07 -08:00 |
|
Ran Shemtov
|
030214f95d
|
docs: rename langgraph cloud into langgraph platform (#1012)
|
2024-12-03 10:16:20 +01:00 |
|
Tyler Slaton
|
2d37a963e7
|
docs(agentic-copilots): add multi-agent flows diagram
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
2024-12-02 13:50:13 -05: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 |
|
Atai Barkai
|
9ceacb8635
|
agent lock llm provider disclaimer
|
2024-12-02 13:04:54 -05:00 |
|
Atai Barkai
|
0a58228507
|
CoAgents quickstart update: clarity
|
2024-12-02 13:04:54 -05:00 |
|
Atai Barkai
|
edecfd544e
|
small docs changes
|
2024-12-02 13:04:54 -05:00 |
|
Atai Barkai
|
9c5222de71
|
quickstart: include LG Studio
|
2024-12-02 13:04:53 -05:00 |
|
Atai Barkai
|
fe00c2e2b4
|
subtitle renames
|
2024-12-02 13:04:53 -05:00 |
|
Atai Barkai
|
0551b0fd78
|
concepts: state, message mangement
|
2024-12-02 13:04:53 -05:00 |
|
Atai Barkai
|
783ff60e4d
|
why agentic copilots
|
2024-12-02 13:04:53 -05:00 |
|
Atai Barkai
|
6139cd6a99
|
get rid of non-existent CopilotRuntimeConfig
|
2024-12-02 13:04:53 -05:00 |
|
Atai Barkai
|
393ea3d0b4
|
flip order and add LG Studio
|
2024-12-02 13:04:53 -05:00 |
|
Tyler Slaton
|
4aea4865d1
|
docs(agentic-copilots): improve quickstart for LangGraphCloud and add concept
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
2024-12-02 13:04:53 -05:00 |
|
Ran Shem Tov
|
79e32385b8
|
feat(docs): create langgraph js docs
|
2024-12-02 13:04:53 -05:00 |
|
Ran Shem Tov
|
ff2c5c0e5c
|
feat(langgraph-cloud): add langgraph cloud setup documentation
|
2024-12-02 13:04:53 -05:00 |
|
Markus Ecker
|
caec10f089
|
update langsmith docs
|
2024-11-27 22:49:57 +01: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
|
65668d2ca2
|
docs(coagents): add concepts section and integrate it
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
|
2024-11-27 11:58:29 -05:00 |
|