- Step1: Install Dive via pip (pip install dive)
- Step2: Initialize a new agent project using dive init
- Step3: Define agent behavior, tools, and memory in a YAML config file
- Step4: Run the agent with dive run
- Step5: Monitor logs and iterate on prompts and tool settings