Skip to content

Sync: agents system#26709

Closed
agents-git-bot[bot] wants to merge 2 commits into
productionfrom
sync-docs-pr-675
Closed

Sync: agents system#26709
agents-git-bot[bot] wants to merge 2 commits into
productionfrom
sync-docs-pr-675

Conversation

@agents-git-bot

@agents-git-bot agents-git-bot Bot commented Nov 24, 2025

Copy link
Copy Markdown
Contributor

Summary

Syncs Agent System documentation from cloudflare/agents PR #675.

This PR adds comprehensive documentation for the new Agent System feature:

  • Getting Started: Setup guide with Worker configuration, Durable Objects binding, LLM provider configuration, and both dashboard and programmatic API usage
  • Architecture: Detailed explanation of the three-layer architecture (Worker handler, Agency DO, SystemAgent DO), middleware pipeline, subagent orchestration, and HITL support
  • API Reference: Complete TypeScript/Worker API documentation including AgentSystem, blueprints, middleware, tools, providers, HTTP routes, and event types

The Agent System provides a framework for building stateful, multi-agent AI systems on Cloudflare Workers with:

  • Built-in middleware for planning (todo lists), file management, and hierarchical agent orchestration
  • Agency-based organization for managing multiple agent blueprints and threads
  • Real-time event streaming via WebSocket
  • Human-in-the-loop (HITL) support for tool approval
  • Subagent spawning for complex multi-agent workflows

Source PR

Documentation Structure

src/content/docs/agents/agent-system/
├── index.mdx (overview)
├── getting-started.mdx
├── architecture.mdx
└── api-reference.mdx

Cloudflare Docs Style Compliance

This documentation follows Cloudflare docs standards:

  • ✅ Uses TypeScriptExample component for code blocks
  • ✅ Uses WranglerConfig component for configuration examples
  • ✅ Uses PackageManagers component where applicable
  • ✅ Full relative links with trailing slashes
  • ✅ Proper frontmatter with pcx_content_type and sidebar ordering
  • ✅ No contractions or non-standard formatting
  • ✅ Clear section structure following Diátaxis framework (getting started guide, concept/architecture, reference)

🤖 Generated with Claude Code

@agents-git-bot
agents-git-bot Bot requested a review from a team November 24, 2025 10:54
@github-actions github-actions Bot added the product:agents Build and deploy AI-powered Agents on Cloudflare that can act autonomously. label Nov 24, 2025
@github-actions

Copy link
Copy Markdown
Contributor

This pull request requires reviews from CODEOWNERS as it changes files that match the following patterns:

Pattern Owners
/src/content/docs/agents/ @irvinebroque, @rita3ko, @elithrar, @thomasgauvin, @threepointone, @cloudflare/pcx-technical-writing

@github-actions

github-actions Bot commented Nov 24, 2025

Copy link
Copy Markdown
Contributor

CI run failed: build logs

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 agents-git-bot Bot changed the title agents system Sync: agents system Nov 25, 2025
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>
@github-actions

github-actions Bot commented Jan 5, 2026

Copy link
Copy Markdown
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).

@github-actions github-actions Bot added the stale label Jan 5, 2026
@mattzcarey mattzcarey closed this Jan 16, 2026
@github-actions
github-actions Bot deleted the sync-docs-pr-675 branch March 19, 2026 17:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

product:agents Build and deploy AI-powered Agents on Cloudflare that can act autonomously. size/xl stale

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants