LICENSE
README.md
pyproject.toml
src/scout/__init__.py
src/scout/__main__.py
src/scout/cache.py
src/scout/cli.py
src/scout/config.py
src/scout/mcp_server.py
src/scout/models.py
src/scout/orchestrator.py
src/scout/router.py
src/scout/scout.py
src/scout/server.py
src/scout/distiller/__init__.py
src/scout/distiller/client.py
src/scout/extractor/__init__.py
src/scout/extractor/web.py
src/scout/media/__init__.py
src/scout/media/youtube.py
src/scout/searcher/__init__.py
src/scout/searcher/base.py
src/scout/searcher/duckduckgo.py
src/scout/searcher/tavily.py
src/synapses_scout.egg-info/PKG-INFO
src/synapses_scout.egg-info/SOURCES.txt
src/synapses_scout.egg-info/dependency_links.txt
src/synapses_scout.egg-info/entry_points.txt
src/synapses_scout.egg-info/requires.txt
src/synapses_scout.egg-info/top_level.txt
tests/test_cache.py
tests/test_config.py
tests/test_distiller.py
tests/test_extractor.py
tests/test_mcp_server.py
tests/test_models.py
tests/test_orchestrator.py
tests/test_router.py
tests/test_scout.py
tests/test_server.py
tests/test_youtube.py