[Agents] Sync Agents SDK docs#31688
Conversation
Document user-facing features shipped in the Agents SDK: - agent-tools: detached (background) runs, progress reporting, and durable milestones - chat-agents: useAgentChat syncMessagesToServer option and agents/chat/react - sub-agents / run-workflows: workflows started from sub-agents and RPC routing back to the originating facet - get-current-agent: when agent context is lost and how to re-establish it - think: unified runTurn() turn API plus new Actions and Channels docs Co-authored-by: Cursor <cursoragent@cursor.com>
Review
Code ReviewThis code review is in beta and may not always be helpful — use your judgment. ❌ This review could not complete this run; results may be incomplete. It will retry on the next push. Style Guide ReviewWarnings (5)
Suggestions (10)
CommandsOnly codeowners can run commands. Post a comment with the command to trigger it.
|
|
This pull request requires reviews from CODEOWNERS as it changes files that match the following patterns:
|
Review for PR #31688SummaryThis PR syncs user-facing Agents SDK documentation across 8 files. It introduces two new reference pages for Think — Actions (idempotency, approvals, authorization, reply attachments) and Channels (per-channel policy, out-of-band delivery) — and expands existing pages with:
Labels
Issues needing attention1. Missing import in
|
Summary
Documents user-facing Agents SDK features that were missing from the docs.
useAgentChat'ssyncMessagesToServeroption and theagents/chat/reactentry.runTurn()turn API, plus new Actions and Channels pages.Test plan
pnpm run devrenders all changed/new pages (verified locally:/agents/harnesses/think/,/agents/harnesses/think/actions/,/agents/harnesses/think/channels/, agent-tools, run-workflows, sub-agents, get-current-agent, chat-agents).Made with Cursor