6eec9040d5d8446567d9184d11a849123b20a2cc
DeepAgent from Scratch
This repository contains a minimal implementation of a Deep Agent based on the Deep Agents from Scratch course. The agent can:
- Search the web for information.
- Create virtual files with the retrieved data.
- Export those virtual files to the real filesystem at the end of its run.
Project structure
deepagent-scratch/
├── agent.py # Main agent implementation
├── utils.py # Helper functions (search, file handling)
├── requirements.txt # Dependencies
└── README.md # This file
Description
Languages
Python
100%