-
Notifications
You must be signed in to change notification settings - Fork 7
Update OpenAI agents guide python #645
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
Update OpenAI agents guide python #645
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
app/en/get-started/agent-frameworks/openai-agents/use-arcade-with-openai-agents/page.mdx
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Style Review
Found 10 style suggestion(s).
Powered by Vale + Claude
app/en/guides/agent-frameworks/openai-agents/use-arcade-with-openai-agents/page.mdx
Outdated
Show resolved
Hide resolved
app/en/guides/agent-frameworks/openai-agents/use-arcade-with-openai-agents/page.mdx
Outdated
Show resolved
Hide resolved
app/en/guides/agent-frameworks/openai-agents/use-arcade-with-openai-agents/page.mdx
Outdated
Show resolved
Hide resolved
app/en/guides/agent-frameworks/openai-agents/use-arcade-with-openai-agents/page.mdx
Outdated
Show resolved
Hide resolved
app/en/guides/agent-frameworks/openai-agents/use-arcade-with-openai-agents/page.mdx
Outdated
Show resolved
Hide resolved
app/en/guides/agent-frameworks/openai-agents/use-arcade-with-openai-agents/page.mdx
Outdated
Show resolved
Hide resolved
app/en/guides/agent-frameworks/openai-agents/use-arcade-with-openai-agents/page.mdx
Outdated
Show resolved
Hide resolved
app/en/guides/agent-frameworks/openai-agents/use-arcade-with-openai-agents/page.mdx
Outdated
Show resolved
Hide resolved
app/en/guides/agent-frameworks/openai-agents/use-arcade-with-openai-agents/page.mdx
Outdated
Show resolved
Hide resolved
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Style Review
Found 4 style suggestion(s).
Powered by Vale + Claude
app/en/guides/agent-frameworks/openai-agents/use-arcade-with-openai-agents/page.mdx
Outdated
Show resolved
Hide resolved
app/en/guides/agent-frameworks/openai-agents/use-arcade-with-openai-agents/page.mdx
Outdated
Show resolved
Hide resolved
app/en/guides/agent-frameworks/openai-agents/use-arcade-with-openai-agents/page.mdx
Outdated
Show resolved
Hide resolved
app/en/guides/agent-frameworks/openai-agents/use-arcade-with-openai-agents/page.mdx
Outdated
Show resolved
Hide resolved
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Style Review
Found 1 style suggestion(s).
Powered by Vale + Claude
app/en/guides/agent-frameworks/openai-agents/use-arcade-with-openai-agents/page.mdx
Outdated
Show resolved
Hide resolved
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Style Review
Found 1 style suggestion(s).
Powered by Vale + Claude
app/en/get-started/agent-frameworks/openai-agents/use-arcade-with-openai-agents/page.mdx
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Style Review
Found 2 style suggestion(s).
Powered by Vale + Claude
| import json | ||
| ``` | ||
|
|
||
| This includes several imports, here's a breakdown: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
write-good.Weasel: Replace weasel word 'several' with more specific 'multiple'
| This includes several imports, here's a breakdown: | |
| This includes multiple imports, here's a breakdown: |
|
|
||
| ### Configure the agent | ||
|
|
||
| These variables are used in the rest of the code to customize the agent and manage the tools. Feel free to configure them to your liking. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Google.Passive: Convert passive voice to active voice for clearer writing
| These variables are used in the rest of the code to customize the agent and manage the tools. Feel free to configure them to your liking. | |
| The rest of the code uses these variables to customize the agent and manage the tools. Feel free to configure them to your liking. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Style Review
Found 1 style suggestion(s).
Powered by Vale + Claude
| import json | ||
| ``` | ||
|
|
||
| This includes several imports, here's a breakdown: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
write-good.Weasel: Replaced weasel word 'several' with more specific 'multiple'
| This includes several imports, here's a breakdown: | |
| This includes multiple imports, here's a breakdown: |
Preview here: https://docs-git-mateo-dev-143-update-openai-agents-qu-dad705-arcade-ai.vercel.app/en/guides/agent-frameworks/openai-agents/use-arcade-with-openai-agents
New version of the OpenAI agents SDK and Arcade tutorial. We now:
Note
Introduces a comprehensive OpenAI Agents SDK guide showing how to integrate Arcade tools, run an agentic loop, and handle JIT tool authorization.
use-arcade-with-openai-agentspage with step-by-step setup and examplemain.pyimplementing tool retrieval, execution, and authorization viaarcadepy_meta.tsxto include the new guidepublic/llms.txtregenerated to add the new guide link and metadataWritten by Cursor Bugbot for commit e701d49. This will update automatically on new commits. Configure here.