Sync: agents system#26709
Closed
agents-git-bot[bot] wants to merge 2 commits into
Closed
Conversation
agents-git-bot
Bot
requested review from
elithrar,
irvinebroque,
rita3ko,
thomasgauvin and
threepointone
as code owners
November 24, 2025 10:54
Contributor
|
This pull request requires reviews from CODEOWNERS as it changes files that match the following patterns:
|
Contributor
|
CI run failed: build logs |
agents-git-bot
Bot
force-pushed
the
sync-docs-pr-675
branch
from
November 24, 2025 11:09
e645aef to
bee74c6
Compare
This sync adds comprehensive documentation for the new Agent System feature: - Getting started guide with setup and configuration - Architecture documentation explaining the system components - Complete API reference for TypeScript/Worker API and HTTP surface The Agent System provides a framework for building stateful, multi-agent AI systems on Cloudflare Workers with built-in middleware for planning, file management, and hierarchical agent orchestration. Source PR: cloudflare/agents#675
agents-git-bot
Bot
force-pushed
the
sync-docs-pr-675
branch
from
November 25, 2025 10:01
bee74c6 to
029a551
Compare
Synced from cloudflare/agents PR #675: agents system This adds comprehensive documentation for the Agent System framework, including: - Getting started guide with setup and configuration - Architecture documentation explaining the framework design - Complete API reference for all components 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Contributor
|
Hey there, we've marked this pull request as stale because there's no recent activity on it. This label is helps us identify PRs that might need updates (or to be closed out by our team if no longer relevant). |
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
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.
Summary
Syncs Agent System documentation from cloudflare/agents PR #675.
This PR adds comprehensive documentation for the new Agent System feature:
The Agent System provides a framework for building stateful, multi-agent AI systems on Cloudflare Workers with:
Source PR
Documentation Structure
Cloudflare Docs Style Compliance
This documentation follows Cloudflare docs standards:
🤖 Generated with Claude Code