Skip to content

Conversation

@torresmateo
Copy link
Collaborator

@torresmateo torresmateo commented Jan 13, 2026

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:

  • Implement an agentic loop
  • Teach people and LLMs how to get Arcade tools and their auth requirements using the client direcly (as opposed to using the wrapper)
  • Delete old, unnecessary guides in this section
  • Updated links on the Agent Frameworks overview

Note

Introduces a comprehensive OpenAI Agents SDK guide showing how to integrate Arcade tools, run an agentic loop, and handle JIT tool authorization.

  • New use-arcade-with-openai-agents page with step-by-step setup and example main.py implementing tool retrieval, execution, and authorization via arcadepy
  • Navigation updated in _meta.tsx to include the new guide
  • public/llms.txt regenerated to add the new guide link and metadata

Written by Cursor Bugbot for commit e701d49. This will update automatically on new commits. Configure here.

@vercel
Copy link

vercel bot commented Jan 13, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
docs Ready Ready Preview, Comment Jan 21, 2026 2:04pm

Request Review

Copy link
Contributor

@github-actions github-actions bot left a 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

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Copy link
Contributor

@github-actions github-actions bot left a 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

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Copy link
Contributor

@github-actions github-actions bot left a 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

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Copy link
Contributor

@github-actions github-actions bot left a 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

@torresmateo torresmateo disabled auto-merge January 21, 2026 13:56
Copy link
Contributor

@github-actions github-actions bot left a 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:
Copy link
Contributor

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'

Suggested change
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.
Copy link
Contributor

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

Suggested change
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.

Copy link
Contributor

@github-actions github-actions bot left a 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:
Copy link
Contributor

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'

Suggested change
This includes several imports, here's a breakdown:
This includes multiple imports, here's a breakdown:

@torresmateo torresmateo merged commit 7078086 into main Jan 21, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants