v1.9.9
AzeemIdrisi/PhoneSploit-Prov1.9.9May 24, 2026by nicko-ai
AI Summary
Agency Swarm patch release upgrading OpenAI Agents SDK from 0.9.3 to 0.14.8, mirroring universal agent policy rules, and enhancing SDK exports and tool call compatibility.
Key Highlights
- Upgraded OpenAI Agents SDK from 0.9.3 to 0.14.8
- Re-exported important Agents SDK objects including ImageGenerationTool
- FastAPI tool endpoints now invoke SDK tools with proper tool context
- SendMessage preserves tool-call metadata during agent handoffs
New Features
- Universal agent policy rules from fork are mirrored
- Important Agents SDK objects re-exported from agency_swarm
- Enhanced FunctionTool call compatibility with Agency Swarm integrations
- Code-interpreter file attachments include current-turn helper hints
Full Release Notes
Patch release for the OpenAI Agents SDK upgrade, Agents SDK exports, and release-policy/docs alignment. All changes below by @nicko-ai. ## What's Changed - Bump `openai-agents` from `0.9.3` to `0.14.2` in https://github.com/VRSEN/agency-swarm/pull/626, then complete the release bump to `0.14.8` in https://github.com/VRSEN/agency-swarm/pull/649. - Mirror universal agent policy rules from the fork in https://github.com/VRSEN/agency-swarm/pull/632. - Re-export important Agents SDK objects from `agency_swarm`, including hosted tools such as `ImageGenerationTool`, in https://github.com/VRSEN/agency-swarm/pull/646 and https://github.com/VRSEN/agency-swarm/pull/649. - Keep Agency Swarm integrations compatible with SDK `FunctionTool` calls in https://github.com/VRSEN/agency-swarm/pull/649: - FastAPI tool endpoints now invoke SDK tools with the needed tool context. - `SendMessage` preserves tool-call metadata during agent handoffs. - Code-interpreter file attachments add a current-turn helper hint that is stripped before history is saved. **Full Changelog**: https://github.com/VRSEN/agency-swarm/compare/v1.9.8...v1.9.9