This repository contains a minimal implementation of a Deep Agent based on the Deep Agents from Scratch course. The agent can:
deepagent-scratch/ ├── agent.py # Main agent implementation ├── utils.py # Helper functions (search, file handling) ├── requirements.txt # Dependencies └── README.md # This file