Open
Description
Please read this first
- Have you read the docs?Agents SDK docs
- Have you searched for related issues? Others may have had similar requesrs
Describe the feature
(Move from openai/openai-python#2247)
There are good 3rd tools, e.g. firecrawl, that I hope to integrate to AgentSDK. Although I could use @tool to integrate in my repository, but I found it repetitive if I need to use the tool in multiple repositories.
I see in crewai, they have a separate python dependency: "tool" aside from the main crewai. The "tool" contains much more 3rd party tools, which comes handy.
If official integration with 3rd party is not supported, could you provide documentation about best practice integrating with 3rd party tools? (Not just basic functional integration, I also want to understand how to properly utilize guardrail, tracing...)