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

537 B
Raw Blame History

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

python main.py "search query"

The agent will perform the search, create virtual files, and write them to the current directory.