Skip to content

[Teams] service token fix#636

Merged
abracchi-tw merged 2 commits into
productionfrom
service-tokens
Jan 12, 2021
Merged

[Teams] service token fix#636
abracchi-tw merged 2 commits into
productionfrom
service-tokens

Conversation

@abracchi-tw

Copy link
Copy Markdown
Contributor

No description provided.

@abracchi-tw
abracchi-tw requested a review from kennyj42 January 12, 2021 20:13
@abracchi-tw
abracchi-tw merged commit 3b4643d into production Jan 12, 2021
@abracchi-tw
abracchi-tw deleted the service-tokens branch January 12, 2021 20:37
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants