Commit a51dcdb
chore: release main (#982)
🤖 I have created a release *beep* *boop*
---
<details><summary>server-sdk-ai: 0.14.0</summary>
##
[0.14.0](server-sdk-ai-v0.13.0...server-sdk-ai-v0.14.0)
(2025-11-06)
### ⚠ BREAKING CHANGES
* Removed deprecated Vercel methods
([#983](#983))
* Add support for real time judge evals
([#969](#969))
* AI Config defaults require the "enabled" attribute
* Renamed LDAIAgentConfig to LDAIAgentConfigRequest for clarity
* Renamed LDAIAgent to LDAIAgentConfig *note the previous use of this
name
* Renamed LDAIAgentDefault to LDAIAgentConfigDefault for clarity
* Renamed LDAIDefaults to LDAICompletionConfigDefault for clarity
### Features
* Add support for real time judge evals
([#969](#969))
([6ecd9ab](6ecd9ab))
* Added createJudge method
([6ecd9ab](6ecd9ab))
* Added judgeConfig method to AI SDK to retrieve an AI Judge Config
([6ecd9ab](6ecd9ab))
* Added trackEvalScores method to config tracker
([6ecd9ab](6ecd9ab))
* Chat will evaluate responses with configured judges
([6ecd9ab](6ecd9ab))
* Include AI SDK version in tracking information
([#985](#985))
([ef90564](ef90564))
* Removed deprecated Vercel methods
([#983](#983))
([960a499](960a499))
### Bug Fixes
* AI Config defaults require the "enabled" attribute
([6ecd9ab](6ecd9ab))
* Renamed LDAIAgent to LDAIAgentConfig *note the previous use of this
name
([6ecd9ab](6ecd9ab))
* Renamed LDAIAgentConfig to LDAIAgentConfigRequest for clarity
([6ecd9ab](6ecd9ab))
* Renamed LDAIAgentDefault to LDAIAgentConfigDefault for clarity
([6ecd9ab](6ecd9ab))
* Renamed LDAIDefaults to LDAICompletionConfigDefault for clarity
([6ecd9ab](6ecd9ab))
</details>
<details><summary>server-sdk-ai-langchain: 0.3.0</summary>
##
[0.3.0](server-sdk-ai-langchain-v0.2.0...server-sdk-ai-langchain-v0.3.0)
(2025-11-06)
### ⚠ BREAKING CHANGES
* Support invoke with structured output in LangChain provider
([#970](#970))
### Features
* Support invoke with structured output in LangChain provider
([#970](#970))
([0427908](0427908))
### Dependencies
* The following workspace dependencies were updated
* devDependencies
* @launchdarkly/server-sdk-ai bumped from ^0.13.0 to ^0.14.0
* peerDependencies
* @launchdarkly/server-sdk-ai bumped from ^0.12.2 to ^0.14.0
</details>
<details><summary>server-sdk-ai-openai: 0.3.0</summary>
##
[0.3.0](server-sdk-ai-openai-v0.2.0...server-sdk-ai-openai-v0.3.0)
(2025-11-06)
### ⚠ BREAKING CHANGES
* Support invoke with structured output in OpenAI provider
([#980](#980))
### Features
* Support invoke with structured output in OpenAI provider
([#980](#980))
([515dbdf](515dbdf))
### Dependencies
* The following workspace dependencies were updated
* devDependencies
* @launchdarkly/server-sdk-ai bumped from ^0.13.0 to ^0.14.0
* peerDependencies
* @launchdarkly/server-sdk-ai bumped from ^0.12.2 to ^0.14.0
</details>
<details><summary>server-sdk-ai-vercel: 0.3.0</summary>
##
[0.3.0](server-sdk-ai-vercel-v0.2.0...server-sdk-ai-vercel-v0.3.0)
(2025-11-06)
### ⚠ BREAKING CHANGES
* Support invoke with structured output in VercelAI provider
([#981](#981))
### Features
* Support invoke with structured output in VercelAI provider
([#981](#981))
([d0cb41d](d0cb41d))
### Dependencies
* The following workspace dependencies were updated
* devDependencies
* @launchdarkly/server-sdk-ai bumped from ^0.13.0 to ^0.14.0
* peerDependencies
* @launchdarkly/server-sdk-ai bumped from ^0.12.2 to ^0.14.0
</details>
---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).
<!-- CURSOR_SUMMARY -->
---
> [!NOTE]
> Release server-ai 0.14.0 (judge evals, breaking renames/removals) and
update LangChain/OpenAI/Vercel providers to 0.3.0 with structured
output; refresh examples and manifests to new versions.
>
> - **SDK (`packages/sdk/server-ai`) — `0.14.0`**
> - Adds real-time judge evaluations and related APIs (`createJudge`,
`judgeConfig`, `trackEvalScores`); includes SDK version in tracking.
> - Breaking: removes deprecated Vercel methods; requires `enabled` in
AI Config defaults; renames several AI config types.
> - **AI Providers — `0.3.0`**
> - `@launchdarkly/server-sdk-ai-langchain`, `-openai`, `-vercel`: add
structured output support for `invoke` (breaking changes).
> - Bump peer/dev dependency on `@launchdarkly/server-sdk-ai` to
`^0.14.0`.
> - **Examples**
> - Update example apps to use `@launchdarkly/server-sdk-ai@0.14.0` and
provider packages `^0.3.0`.
> - **Release metadata**
> - Update `.release-please-manifest.json` with new versions.
>
> <sup>Written by [Cursor
Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit
00cd808. This will update automatically
on new commits. Configure
[here](https://cursor.com/dashboard?tab=bugbot).</sup>
<!-- /CURSOR_SUMMARY -->
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: jsonbailey <jbailey@launchdarkly.com>1 parent ef90564 commit a51dcdb
File tree
14 files changed
+119
-27
lines changed- packages
- ai-providers
- server-ai-langchain
- server-ai-openai
- server-ai-vercel
- sdk/server-ai
- examples
- bedrock
- judge-evaluation
- openai
- tracked-chat
- vercel-ai
14 files changed
+119
-27
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
4 | | - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
3 | 23 | | |
4 | 24 | | |
5 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
3 | 23 | | |
4 | 24 | | |
5 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
3 | 23 | | |
4 | 24 | | |
5 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
3 | 35 | | |
4 | 36 | | |
5 | 37 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
0 commit comments