An agent is a struct with state, actions, and tools, running inside a supervised process. See the anatomy of an agent and how each piece connects.
- • Define agents with state, actions, and tools
- • Run agents under OTP supervision
- • Inspect and test agent behavior independently