[Teams] service token fix#636
Merged
Merged
Conversation
kennyj42
approved these changes
Jan 12, 2021
threepointone
pushed a commit
that referenced
this pull request
Nov 5, 2025
This documentation provides a deep dive into the layered architecture of the Agent class (DurableObject → Server → Agent), explaining how each layer builds upon the previous one and what features each provides. This helps developers understand the internals of the Agent class and avoid common pitfalls when building agents. Synced from cloudflare/agents PR #636 🤖 Generated with Claude Code Co-Authored-By: Claude <noreply@anthropic.com>
threepointone
pushed a commit
that referenced
this pull request
Nov 5, 2025
Add comprehensive documentation explaining the Agent class architecture and how it extends Durable Objects through PartyKit's Server class. This document demystifies the three-layer architecture (DurableObject → Server → Agent) and covers all major Agent features including: - State management with this.state and this.setState() - SQL template tag for database queries - RPC and callable methods via WebSockets - Built-in task queue with this.queue - Scheduled execution with this.schedule - MCP client integration - Email handling capabilities - Context management with AsyncLocalStorage - Error handling and cleanup methods Synced from cloudflare/agents PR #636 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
threepointone
pushed a commit
that referenced
this pull request
Nov 5, 2025
Syncs documentation from cloudflare/agents PR #636 which adds comprehensive explanations of the Agent class architecture, including its inheritance chain from DurableObject → Server → Agent. This document provides: - Detailed explanation of the three-layer architecture - Understanding of underlying Durable Object primitives - PartyKit Server layer enhancements - Agent-specific features like state management, scheduling, queuing, MCP integration, and email handling - Code examples for all major Agent APIs Source: cloudflare/agents#636 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
threepointone
pushed a commit
that referenced
this pull request
Nov 7, 2025
Synced from cloudflare/agents PR #636 This adds comprehensive documentation explaining the internal architecture of the Agent class, including its layered structure (DurableObject -> Server -> Agent) and detailed explanations of all core features and APIs. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
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.
No description provided.