Skip to content

Commit 9ebe5ed

Browse files
authored
Add CHANGELOG entries for openai-agents streaming, @temporalio/langsmith, and read-only handler tracing (#2158)
1 parent 7586a85 commit 9ebe5ed

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,20 @@ to docs, or any other relevant information.
3030
- Expose continue-as-new backoff start interval.
3131
- add nondeterministic `unsafe.random` for read-only contexts.
3232

33+
- `@temporalio/openai-agents` now supports streaming. Passing `{ stream: true }` to `run()` streams an
34+
agent's model events from the Workflow to an outside subscriber over a Workflow Stream topic (set via
35+
`modelParams.streamingTopic`), matching the shape of the Python SDK. Requires `@temporalio/workflow-streams`.
36+
37+
- New `@temporalio/langsmith` package for tracing Temporal apps to [LangSmith](https://smith.langchain.com/).
38+
It hooks the client, Workflow, and Activity interceptors so a Workflow and the Activities it runs show up
39+
as a single LangSmith run tree.
40+
41+
### Changed
42+
43+
- `@temporalio/openai-agents`: Query handlers and update validators now derive trace span IDs from the SDK's
44+
replay-safe random source instead of a private seeded PRNG. This removes the old seed-collision workaround
45+
and gives read-only handlers distinct, well-formed span IDs.
46+
3347
### Breaking Changes
3448

3549
- `WorkflowHandle.runId` in `@temporalio/nexus` is now an optional property to support creating a handle using only a workflow ID.

0 commit comments

Comments
 (0)