This directory contains a sample agent implementation using Python and Anthropic's Claude Agent SDK with extended thinking capabilities. This sample demonstrates how to build an agent using the ...
1. The agent is given a declaration-only tool ("get_user_location"). 2. When the LLM decides to call it, the workflow pauses and emits a request_info event containing the FunctionCallContent. 3. The ...