108. Hands-on ~ Tool Calling Agent
---
config:
flowchart:
curve: linear
---
graph TD;
__start__([
__start__
]):::first agent(agent) tools(tools) __end__([__end__
]):::last __start__ --> agent; agent -. end .-> __end__; agent -.-> tools; tools --> agent; classDef default fill:#f2f0ff,line-height:1.2 classDef first fill-opacity:0 classDef last fill:#bfb6fc