Diagrams
The Agent Loop
graph LR
A[Gather] -->|read context| B[Act]
B -->|call tools| C[Observe]
C -->|check results| A
graph LR
A[Gather] -->|read context| B[Act]
B -->|call tools| C[Observe]
C -->|check results| A