Files
task-69de7223f309a98be0007e09/README.md
T
2026-05-26 12:40:30 +00:00

18 lines
537 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# DeepAgent Search
This repository contains a simple deep agent that can search the web and create virtual files. The agent is built using the `deepagents` library and follows the "deep agents from scratch" pattern.
## Features
- Web search using DuckDuckGo.
- Virtual file creation in an inmemory filesystem.
- Export virtual files to the real filesystem at the end of the run.
## Usage
```bash
python main.py "search query"
```
The agent will perform the search, create virtual files, and write them to the current directory.