-
Notifications
You must be signed in to change notification settings - Fork 9.9k
agents sdk changelog (email, .queue and automatic context) #23828
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
Conversation
|
This pull request requires reviews from CODEOWNERS as it changes files that match the following patterns:
|
|
Preview URL: https://3f5e6b69.preview.developers.cloudflare.com Files with changes (up to 15) |
threepointone
left a comment
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.
reviewing, please stand by
src/content/changelog/agents/2025-07-21-agents-queue-email-context-update.mdx
Outdated
Show resolved
Hide resolved
src/content/changelog/agents/2025-07-21-agents-queue-email-context-update.mdx
Outdated
Show resolved
Hide resolved
src/content/changelog/agents/2025-07-21-agents-queue-email-context-update.mdx
Outdated
Show resolved
Hide resolved
src/content/changelog/agents/2025-07-21-agents-queue-email-context-update.mdx
Outdated
Show resolved
Hide resolved
src/content/changelog/agents/2025-07-21-agents-queue-email-context-update.mdx
Outdated
Show resolved
Hide resolved
threepointone
left a comment
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.
Some changes:
Co-authored-by: Sunil Pai <[email protected]>
Co-authored-by: Sunil Pai <[email protected]>
Co-authored-by: Sunil Pai <[email protected]>
Co-authored-by: Sunil Pai <[email protected]>
…text-update.mdx Co-authored-by: Sunil Pai <[email protected]>
src/content/changelog/agents/2025-07-21-agents-queue-email-context-update.mdx
Show resolved
Hide resolved
src/content/changelog/agents/2025-07-21-agents-queue-email-context-update.mdx
Show resolved
Hide resolved
src/content/changelog/agents/2025-07-21-agents-queue-email-context-update.mdx
Outdated
Show resolved
Hide resolved
src/content/changelog/agents/2025-07-21-agents-queue-email-context-update.mdx
Outdated
Show resolved
Hide resolved
src/content/changelog/agents/2025-07-21-agents-queue-email-context-update.mdx
Outdated
Show resolved
Hide resolved
src/content/changelog/agents/2025-07-21-agents-queue-email-context-update.mdx
Outdated
Show resolved
Hide resolved
threepointone
left a comment
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.
last nit
src/content/changelog/agents/2025-07-21-agents-queue-email-context-update.mdx
Outdated
Show resolved
Hide resolved
Co-authored-by: Sunil Pai <[email protected]>
This PR adds the changelog to reflect the new features introduced in @cloudflare/[email protected]. Specifically, it adds:
Usage examples and explanations for the new .queue() method for background task scheduling.
An overview and full example of the new email agent capabilities via onEmail() and routeAgentEmail().
Clarification of automatic context wrapping for custom agent methods, resolving previous issues with accessing getCurrentAgent() and similar tools outside lifecycle methods.