c1197674ceb6ce325cd3961e62679d7efed45fec
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%