Claude API의 작업 흐름을 직접 보여주는 블로그 포스트입니다.
이 포스트는 Claude API의 에이전트 루프를 보여줍니다. 일반적으로 많은 튜토리얼은 단일 도구 호출을 다루지만, 이 글에서는 Claude가 도구를 요청하고 결과를 반환하는 전체 과정을 직접 설명합니다. 구현은 약 80줄로 구성된 파이썬 코드로 제공됩니다.
This article showcases the workflow of the Claude API directly.
This post demonstrates the agent loop of the Claude API. While many tutorials focus on single tool calls, this article explains the entire process of how Claude requests a tool and returns results. The implementation is provided in a Python script consisting of about 80 lines.