Commit Graph

7 Commits

Author SHA1 Message Date
Markus Ecker 806ac8112f rename LangGraphAgent.agent -> graph (#932) 2024-11-18 13:41:52 +01:00
Markus Ecker 004353f67b QA / fixes (#409)
* add debug configuration

* gracefully handle server actions without return values

* remove log

* update langserve QA

* rename interface

* update langchain streaming

* fix langserve bugs

* langchain adapter plus streaming

* make gemini work

* clean up

* update pages router qa
2024-06-27 14:58:42 +00:00
Markus Ecker 52bf83a2db fix build errors 2024-06-07 10:04:00 +02:00
Markus Ecker 95bcbd8825 Initial CopilotCloud support (#318)
* move messages to context

* update prettier

* remove const generics from .prettierignore

* exclude build files in VSCode

* add api key to props

* log chat requests to the cloud

* edit content violation message

* add cloud prefix

* use the current cloud url

* inline guardrails definitions

* update domain

* add input guardrail

* Pre release mme/cloud

* Pre release mme/cloud - exit pre mode

* rename API key to publicApiKey

* Uniform handling of api key header

* Pre release mme/cloud

* Pre release mme/cloud - exit pre mode

* streamline cloud config and add cloud client

* Pre release mme/cloud

* Pre release mme/cloud - exit pre mode

* get headers via case insensitive method

* Pre release mme/cloud

* Pre release mme/cloud - exit pre mode

* update API key

* add reason to guardrail

* Pre release mme/cloud

* Pre release mme/cloud - exit pre mode

* update api key

* rename chat endpoint to engine/openai

* rename cloud chat endpoint

* update API key

* add api version

* update endpoint url

* update API key

* update api keys

* make valid topics optional

* update API key

* add missing import

* exclude Next.js build folder

* rename: CloudClient —> CopilotCloud, DefaultCopilotCloudClient —> RemoteCopilotCloud

* CopilotBackend —> CopilotRuntime

* url -> runtimeUrl

* update docs: CopilotRuntime

* updae docs

* exit pre

* Pre release mme/cloud

* Pre release mme/cloud - exit pre mode

* update comment

* Pre release mme/cloud

* Pre release mme/cloud - exit pre mode

* update comments

* Pre release mme/cloud

* Pre release mme/cloud - exit pre mode

* remove hardcoded guardrails reply

* Fix forwardedProps could be undefined

* send api key when using text area completion

* fix getting header in node http

* update docs

* update to the latest langchain

* add QA for langchain

* Pre release mme/cloud

* Pre release mme/cloud - exit pre mode

* fix langchain qa

* fix yarn create app

* in node http, get api key from headers dict

* Pre release mme/cloud

* Pre release mme/cloud - exit pre mode

* fix langserve qa
2024-05-01 19:31:00 +02:00
Markus Ecker 88efd653c3 implement useCopilotReadable 2024-04-24 16:51:52 +02:00
Markus Ecker 6541897e52 add qa script and clean up 2024-03-21 17:24:57 +01:00
Markus Ecker e54291f175 add qa scripts 2024-03-21 16:19:30 +01:00