LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.py
deep_researcher/__init__.py
deep_researcher/deep_research.py
deep_researcher/iterative_research.py
deep_researcher/llm_client.py
deep_researcher/main.py
deep_researcher.egg-info/PKG-INFO
deep_researcher.egg-info/SOURCES.txt
deep_researcher.egg-info/dependency_links.txt
deep_researcher.egg-info/entry_points.txt
deep_researcher.egg-info/requires.txt
deep_researcher.egg-info/top_level.txt
deep_researcher/agents/__init__.py
deep_researcher/agents/knowledge_gap_agent.py
deep_researcher/agents/planner_agent.py
deep_researcher/agents/proofreader_agent.py
deep_researcher/agents/thinking_agent.py
deep_researcher/agents/tool_selector_agent.py
deep_researcher/agents/writer_agent.py
deep_researcher/agents/tool_agents/__init__.py
deep_researcher/agents/tool_agents/crawl_agent.py
deep_researcher/agents/tool_agents/search_agent.py
deep_researcher/tools/__init__.py
deep_researcher/tools/crawl_website.py
deep_researcher/tools/web_search.py