README.md
pyproject.toml
src/clco_deep_research/__init__.py
src/clco_deep_research/exceptions.py
src/clco_deep_research/server.py
src/clco_deep_research/tools.py
src/clco_deep_research/engines/__init__.py
src/clco_deep_research/engines/base.py
src/clco_deep_research/engines/code_aware.py
src/clco_deep_research/engines/duckduckgo.py
src/clco_deep_research/extraction/__init__.py
src/clco_deep_research/extraction/code.py
src/clco_deep_research/extraction/content.py
src/clco_deep_research/research/__init__.py
src/clco_deep_research/research/deep.py
src/clco_deep_research/research/expander.py
src/clco_deep_research/research/extractor.py
src/clco_deep_research/utils/__init__.py
src/clco_deep_research/utils/retry.py
src/clco_deep_research/utils/url.py
src/clco_deep_research_mcp.egg-info/PKG-INFO
src/clco_deep_research_mcp.egg-info/SOURCES.txt
src/clco_deep_research_mcp.egg-info/dependency_links.txt
src/clco_deep_research_mcp.egg-info/entry_points.txt
src/clco_deep_research_mcp.egg-info/requires.txt
src/clco_deep_research_mcp.egg-info/top_level.txt
tests/test_code_aware.py
tests/test_deep_research_tokens.py
tests/test_documentation.py
tests/test_exceptions.py
tests/test_extractor.py
tests/test_korean_support.py
tests/test_query_expansion.py
tests/test_token_defaults.py
tests/test_tool_guidance.py
tests/test_url_utils.py