.gitignore
LICENSE
README.md
pyproject.toml
.github/dependabot.yml
.github/workflows/github-release.yml
.github/workflows/pypi-publish.yml
.vscode/launch.json
.vscode/settings.json
assets/banner.png
assets/favicon.png
assets/logo.png
assets/logo.svg
assets/sample.pdf
src/synthlab/__init__.py
src/synthlab/client.py
src/synthlab/constants.py
src/synthlab/exceptions.py
src/synthlab.egg-info/PKG-INFO
src/synthlab.egg-info/SOURCES.txt
src/synthlab.egg-info/dependency_links.txt
src/synthlab.egg-info/entry_points.txt
src/synthlab.egg-info/requires.txt
src/synthlab.egg-info/scm_file_list.json
src/synthlab.egg-info/scm_version.json
src/synthlab.egg-info/top_level.txt
src/synthlab/cli/__init__.py
src/synthlab/cli/main.py
src/synthlab/components/__init__.py
src/synthlab/components/chat_mixin.py
src/synthlab/components/gem_mixin.py
src/synthlab/components/research_mixin.py
src/synthlab/synth/__init__.py
src/synthlab/synth/export.py
src/synthlab/synth/planner.py
src/synthlab/synth/runner.py
src/synthlab/synth/schemas.py
src/synthlab/types/__init__.py
src/synthlab/types/availablemodel.py
src/synthlab/types/candidate.py
src/synthlab/types/chathistory.py
src/synthlab/types/chatinfo.py
src/synthlab/types/gem.py
src/synthlab/types/grpc.py
src/synthlab/types/image.py
src/synthlab/types/modeloutput.py
src/synthlab/types/research.py
src/synthlab/types/researchresult.py
src/synthlab/types/video.py
src/synthlab/utils/__init__.py
src/synthlab/utils/decorators.py
src/synthlab/utils/get_access_token.py
src/synthlab/utils/load_browser_cookies.py
src/synthlab/utils/logger.py
src/synthlab/utils/parsing.py
src/synthlab/utils/research.py
src/synthlab/utils/rotate_1psidts.py
src/synthlab/utils/upload_file.py
tests/test_cli.py
tests/test_client_features.py
tests/test_deep_research.py
tests/test_gem_mixin.py
tests/test_save_image.py