Skip to content
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

Compare
Choose a tag to compare
@yusuf-eren yusuf-eren released this 21 May 13:48
· 20 commits to main since this release

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