Tool-Calling
10 Aug 2026
What actually happens between an LLM call and a tool call: the read-act-observe loop that turns a plain language model into an agent.
10 Aug 2026
How create_agent and the @tool decorator collapse a hand-rolled tool-calling loop into a few lines, and what that trade-off actually costs you.