Skip to content
This repository was archived by the owner on Jul 26, 2025. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/tender-turtles-carry.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/agents-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @openai/agents-core

## 0.0.14

### Patch Changes

- fba44d9: Fix #246 by exposing RunHandoffOutputItem type

## 0.0.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/agents-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@openai/agents-core",
"repository": "https://github.com/openai/openai-agents-js",
"homepage": "https://openai.github.io/openai-agents-js/",
"version": "0.0.13",
"version": "0.0.14",
"description": "The OpenAI Agents SDK is a lightweight yet powerful framework for building multi-agent workflows.",
"author": "OpenAI <[email protected]>",
"main": "dist/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/agents-openai/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @openai/agents-openai

## 0.0.14

### Patch Changes

- Updated dependencies [fba44d9]
- @openai/[email protected]

## 0.0.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/agents-openai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@openai/agents-openai",
"repository": "https://github.com/openai/openai-agents-js",
"homepage": "https://openai.github.io/openai-agents-js/",
"version": "0.0.13",
"version": "0.0.14",
"description": "The OpenAI Agents SDK is a lightweight yet powerful framework for building multi-agent workflows.",
"author": "OpenAI <[email protected]>",
"main": "dist/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/agents-realtime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @openai/agents-realtime

## 0.0.14

### Patch Changes

- Updated dependencies [fba44d9]
- @openai/[email protected]

## 0.0.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/agents-realtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@openai/agents-realtime",
"repository": "https://github.com/openai/openai-agents-js",
"homepage": "https://openai.github.io/openai-agents-js/",
"version": "0.0.13",
"version": "0.0.14",
"description": "The OpenAI Agents SDK is a lightweight yet powerful framework for building multi-agent workflows. This package contains the logic for building realtime voice agents on the server or in the browser.",
"author": "OpenAI <[email protected]>",
"main": "dist/index.js",
Expand Down
9 changes: 9 additions & 0 deletions packages/agents/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @openai/agents

## 0.0.14

### Patch Changes

- Updated dependencies [fba44d9]
- @openai/[email protected]
- @openai/[email protected]
- @openai/[email protected]

## 0.0.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/agents/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@razroo/openai-agents-js",
"repository": "https://github.com/openai/openai-agents-js",
"homepage": "https://openai.github.io/openai-agents-js/",
"version": "0.0.13",
"version": "0.0.14",
"description": "The OpenAI Agents SDK is a lightweight yet powerful framework for building multi-agent workflows.",
"author": "OpenAI <[email protected]>",
"main": "dist/index.js",
Expand Down