This repository was archived by the owner on Jun 3, 2025. It is now read-only.
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
.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