-
Notifications
You must be signed in to change notification settings - Fork 996
docs, feature: enable multimodal tool outputs #383
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
aa6ad2d to
53dc94f
Compare
Collaborator
Author
|
waiting for the upstream SDK update: openai/openai-agents-python#341 |
1d6f5e0 to
92c4207
Compare
- docs/core-framework/tools/multimodal-outputs.mdx add multimodal usage guide - src/agency_swarm/tools/utils.py add helpers for file and image outputs - src/agency_swarm/tools/tool_factory.py preserve structured ToolOutput objects - pyproject.toml, uv.lock bump openai-agents to 0.4.1 - tests/test_agent_modules/test_tool_factory_core.py and tests/test_tools_modules/test_utils.py cover helpers
AGENTS.md: forbid unstaged git add without user approval and align writing style with user expectations AGENTS.md: expand documentation bullets to emphasize use cases and zero filler
- rewrite multimodal outputs doc to emphasize BaseTool usage and add inline helper examples - refactor examples/multimodal_outputs.py to use BaseTool classes and adjust agent prompt - update docs/docs.json navigation entry for relocated page
- move the guide into custom-tools subtree to match docs IA
- change the placeholder in the complete example section to specify "Chart generation tool" for clarity and relevance.
ec65fae to
77eb265
Compare
77eb265 to
e4bdcff
Compare
- src/agency_swarm/tools/utils.py: share data-url builder and enforce mime checks - tests/integration/test_multimodal_outputs.py: cover image and pdf flows
e4bdcff to
666b581
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Related issue: