Skip to content
This repository was archived by the owner on Jun 3, 2025. It is now read-only.

Releases: yusuf-eren/openai-agents-js

Release v.0.1.9 - Bugfixes & Type Changes by OpenAI

01 Jun 19:07

Choose a tag to compare

Release v.0.1.8 - Minor Changes & Patches

29 May 10:30

Choose a tag to compare

[version: 0.1.8]: release patches

Release v0.1.7 – Tracing Support

24 May 12:07

Choose a tag to compare

Tracing & Hosted Tools Support

Added

  • Tracing support across all agent types.
    You can now visualize the full execution flow, including tool calls, handoffs, and reasoning steps.
    This makes it much easier to debug and understand your agent workflows.

  • Hosted Tools support.
    Tools can now persist across multiple agent calls, enabling more dynamic and stateful multi-step interactions.

Release v0.1.6 – MCP Support, Agent Flow Graphs & Docs Deployment

21 May 13:48

Choose a tag to compare

Release v0.1.6 – MCP Support, Agent Flow Graphs & Docs Deployment

This patch brings major usability improvements, visual tooling, and smoother automation for agent developers using openai-agents-js.

✨ What's New

  • Added: MCP (Model Context Protocol) support for tool usage and agent coordination
  • Added: drawGraph() function to visualize agentic flows and relationships
  • Added: promptWithHandoffInstructions() utility for clearer tool prompts
  • Added: finalOutputAs() function to control output shaping
  • Added: Automated GitHub Pages deployment on release (docs auto-publish)

🛠 Fixes & Maintenance

  • Fixed: Broken URLs, unnecessary strings, and outdated logic
  • Improved: Code hygiene across the board with cleanup and consistent formatting
  • Chore: Updated .gitignore and removed noisy files from version control

📚 Docs & Readme

  • Updated: README with accurate examples and usage
  • Deployed: Docs now automatically go live on each release