Skip to content

Conversation

@rossrobino
Copy link
Contributor

Summary

Ensures cleanup occurs and exit occurs for each provider.

Test plan

I tested on the basic example, pressing ^c while the agent processed.

Issue number

Fixes #44

Checks

  • I've added new tests (if relevant)
  • I've added/updated the relevant documentation
  • I've run pnpm test and pnpm test:examples
    • (If you made a major change) I've run pnpm test:integration (see details)
  • I've made sure tests pass
  • I've added a changeset using pnpm changeset to indicate my changes

@changeset-bot
Copy link

changeset-bot bot commented Jun 6, 2025

🦋 Changeset detected

Latest commit: 8858b6c

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 5 packages
Name Type
@openai/agents-core Patch
@openai/agents-openai Patch
@openai/agents-realtime Patch
@openai/agents Patch
@openai/agents-extensions Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@rossrobino rossrobino changed the title fix process listeners fix(agents-core): process listeners Jun 6, 2025
@dkundel-openai dkundel-openai merged commit 25165df into openai:main Jun 6, 2025
5 checks passed
@rossrobino rossrobino deleted the fix-process-listeners branch June 6, 2025 18:02
@seratch seratch added package:agents-core bug Something isn't working labels Jun 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working package:agents-core

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Signal handling in Agents SDK interferes with hot reload in development environments

3 participants