This repository was archived by the owner on Jun 3, 2025. It is now read-only.
Releases: yusuf-eren/openai-agents-js
Releases · yusuf-eren/openai-agents-js
Release v.0.1.9 - Bugfixes & Type Changes by OpenAI
release: v0.1.9
Release v.0.1.8 - Minor Changes & Patches
[version: 0.1.8]: release patches
Release v0.1.7 – Tracing Support
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
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
.gitignoreand removed noisy files from version control
📚 Docs & Readme
- Updated: README with accurate examples and usage
- Deployed: Docs now automatically go live on each release