Commit Graph

237 Commits

Author SHA1 Message Date
renovate[bot] 75e11f53bf fix(deps): update copilotkit examples (#1191)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-08 14:41:27 +01:00
Ran Shemtov 280c25ab91 Fix/loosen langchain anthropic requirement (#1199) 2025-01-08 14:12:41 +01:00
Ran Shemtov 993b651176 chore: validate core ReAct is aware of latest state (#1197) 2025-01-08 12:56:56 +01:00
Markus Ecker 1b47092b43 CoAgents v0.3 (#1193)
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
Co-authored-by: Tyler Slaton <tyler@copilotkit.ai>
Co-authored-by: Tyler Slaton <54378333+tylerslaton@users.noreply.github.com>
Co-authored-by: Ariel Weinberger <Weinberger.Ariel@gmail.com>
2025-01-07 19:48:51 -06:00
Markus Ecker 099bb65632 convert research agent to LangGraph Command based routing (#1079) 2024-12-23 11:58:50 +01:00
Suhas Deshpande 72ba5e806a removes ununsed deps array from project (#1141) 2024-12-17 13:25:30 -08:00
Suhas Deshpande 2637a2651b fixes agent deps in example projects (#1136) 2024-12-17 12:56:59 -08:00
renovate[bot] a94499a9bd fix(deps): update copilotkit examples to v1.4.7 (#1110)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-14 10:25:27 -06:00
Suhas Deshpande fd7711587d remove flaky reporting (#1126) 2024-12-13 16:12:40 -08:00
renovate[bot] b4451507a6 chore(deps): update copilotkit examples (#1109)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-13 16:51:19 -06:00
Ariel Weinberger 39ac168d6d feat(examples): bump to Next 15 and React 19 (#1107)
* feat(examples-coagents-researc-canvas-ui): next 15

* feat(examples-coagents-qa-text-ui): next 15

* feat(examples-coagents-ai-researcher-ui): next 15

* feat(examples-coagents-qa-native-ui): next 15

* feat(examples-coagents-travel-ui): next 15

* feat(examples-coagents-qa-ui): next 15

* feat(examples-coagents-routing-ui): next 15

* feat(examples-coagents-waut-user-input-ui): next 15

* feat(examples-coagents-starter-ui): next 15

* feat(examples-coagents-shared-state-ui): next 15

* update lockfiles

* fix issue with framer motion
2024-12-13 14:40:00 -06:00
renovate[bot] ead37a9430 fix(deps): update copilotkit examples to v1.4.3 (#1082)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-13 12:52:18 -06:00
Ariel Weinberger e35e6ad2c1 test changeset bot (#1101)
* test

* update config.json

* test

* test

* Create few-spoons-pay.md

* update pnpm lock
2024-12-12 19:45:58 -06:00
Ran Shemtov ea6ffae2da chore: release python sdk v0.1.30 (#1091) 2024-12-12 15:56:24 +01:00
Ran Shemtov 10e0658e68 docs: remove workaround docs for google gemini (#1090)
* docs: remove workaround docs for google gemini

* chore: align demo with docs
2024-12-12 15:52:06 +01:00
Markus Ecker 75265f1e32 support running an agent without messages (#1075) 2024-12-11 14:29:16 +01:00
Ran Shemtov 97e9c11a21 chore: adjust demo for langgraph async behavior tests (#1073)
* chore(demos): update dependencies for research canvas

* chore(demos): use synchronous operation to ensure proper streaming is being tested in e2e
2024-12-11 13:55:15 +01:00
renovate[bot] 5570099f04 fix(deps): update copilotkit examples to v1.4.1 (#1065)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-10 11:27:15 -06: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
Ran Shem Tov c61b2b6f0f chore(demos): update demos to use latest python sdk 2024-12-10 15:09:41 +01:00
Ran Shemtov 8d8f82ac1c Chore: release py sdk (#1064)
* chore(python-sdk): release version 0.1.29

* chore(demos): update all demos to use latest python sdk version
2024-12-10 15:08:22 +01:00
Atai Barkai d605bdc6ef research canvas: add demo video link 2024-12-09 21:01:52 -08:00
Suhas Deshpande a3f5024814 [CPK-918] updates instructions for langgraph.js (#1058) 2024-12-09 16:10:11 -08:00
Ariel Weinberger 1a04af8fbb update deployment url 2024-12-09 17:06:05 -06:00
Suhas Deshpande 0483556cb2 test result status report fix (#1050) 2024-12-09 15:02:22 -08:00
Ariel Weinberger 8e6491b271 feat: enhanced deployment outputs (#1051)
* add print cdk outputs

* fix typo

* define lgc js in infra

* fix typo
2024-12-09 16:58:25 -06:00
Ariel Weinberger 565a1be394 feat(example-research-canvas): option to force lgc endpoint 2024-12-09 16:51:44 -06: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 251e99fd82 Merge pull request #1033 from CopilotKit/tyler/cpk-cloud-docs 2024-12-08 08:29:11 -05:00
Suhas Deshpande 3d08bf04e0 fixes runtimeUrl in coagent-travel demo (#1042) 2024-12-07 21:18:24 -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
renovate[bot] aba8ffff75 fix(deps): update copilotkit examples to v1.4.0 (#979)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Ariel Weinberger <weinberger.ariel@gmail.com>
2024-12-06 14:31:17 -06:00
Ariel Weinberger 912a264bf9 chore: remove package lock files (we use pnpm lock instead) 2024-12-06 14:27:28 -06:00
Ariel Weinberger 5ebb8f47df chore: update copilotkit versions in examples 2024-12-06 14:24:06 -06:00
Ariel Weinberger da86e929c5 Release 1.4.0 (#1039)
* exit pre mode

* version bump to 1.4.0

* update 1.4.0 changelog

* fix formatting

* fix poetry lockfile

* temporarily remove backend action validation from test

* attempt to make test less flaky

---------

Co-authored-by: Suhas Deshpande <suhas2u@gmail.com>
2024-12-06 14:00:05 -06:00
Suhas Deshpande 9c80ffaa40 adds more functionality to example apps (#1022)
* adds more functionality to example apps

* fixup open ai

* Update CopilotKit/examples/next-openai/src/app/api/copilotkit/route.ts

* adds test coverage on suggestion and backend actions
2024-12-05 13:53:14 -08:00
Suhas Deshpande 7c20d047fe fix version of sdk-js in research-canvas app (#1026) 2024-12-05 08:59:31 -08:00
Ariel Weinberger fb74ecae25 chore(ci): pin poetry version for agents 2024-12-05 10:01:46 -06: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
Tyler Slaton 4a697be4e9 style(docs): add better mobile styling for scaling in iframes
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
2024-12-04 10:21:17 -05:00
Suhas Deshpande f1df46d202 fixup (#1021) 2024-12-03 12:41:27 -08:00
Suhas Deshpande 1f73536421 bumps deps in examples to 1.4.0-pre-1-4-0.14 (#1019) 2024-12-03 11:23:36 -08:00
Tyler Slaton 62d5c09187 Merge pull request #1018 from CopilotKit/tyler/travel-mobile-styling
feat(coagents-travel): add styling for mobile
2024-12-03 13:37:28 -05:00
Tyler Slaton 138bb3cae3 feat(coagents-travel): add styling for mobile
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
2024-12-03 13:14:15 -05:00
Ran Shemtov a1e8f6f85a chore: use the right name for langgraph platform (#1009)
* chore: use the right name for langgraph platform

* use new name in our demos
2024-12-03 09:50:58 +01:00
Tyler Slaton 90be6e5183 Merge pull request #1011 from CopilotKit/deploy-travel-demo
fix(coagents-travel): use Script component for leafletjs
2024-12-02 16:48:30 -05:00
Tyler Slaton 5f8d000595 fix(coagents-travel): disables ssr for MapCanvas
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
2024-12-02 16:39:40 -05:00
Tyler Slaton 1a4cfc57e7 fix(coagents-travel): fix issues in tailwind.config.ts
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
2024-12-02 16:39:14 -05:00
Tyler Slaton ac29207341 fix(coagents-travel): use Script component for leafletjs
Signed-off-by: Tyler Slaton <tyler@copilotkit.ai>
2024-12-02 16:19:01 -05:00
Tyler Slaton a5a70131a6 Merge pull request #1010 from CopilotKit/deploy-travel-demo
feat(coagents-travel): use copilot cloud for runtime URL
2024-12-02 16:13:59 -05:00