Minimal working demo of Claude's computer use API via the Anthropic Python SDK. Shows how to send a task, receive tool_use blocks, and simulate the screenshot→action loop. python ...
self.assertEqual(construct_use_tools_prompt("\n\nHuman: I live in San Francisco, what shold I wear today?", tools, 'user'), test_use_tools_prompt) def test_construct ...