One change
How the agent loop works
agent-sdk/agent-loop
Nearest release: v2.1.233, published 10 hours before this site recorded the change. Shown because the two are within 24 hours of each other. Nothing here says the release caused the edit.
agent-sdk/agent-loop Changed · +2 / -0 lines
from line 145
| **Discovery** | `ToolSearch` | Dynamically find and load tools on-demand instead of preloading all of them | | **Orchestration** | `Agent`, `Skill`, `AskUserQuestion`, `TaskCreate`, `TaskUpdate` | Spawn subagents, invoke skills, ask the user, track tasks | +On the [models that don't get the task-tracking tools](/docs/en/agent-sdk/todo-tracking#model-availability), Claude Code provides `TaskCreate` and `TaskUpdate` only when you opt in. + Beyond built-in tools, you can: * **Connect external services** with [MCP servers](/docs/en/agent-sdk/mcp) (databases, browsers, APIs)