MANIFEST.in
README.md
preview_build
pyproject.toml
src/cli.py
src/main.py
src/preview_build
src/WsTranslator.egg-info/PKG-INFO
src/WsTranslator.egg-info/SOURCES.txt
src/WsTranslator.egg-info/dependency_links.txt
src/WsTranslator.egg-info/entry_points.txt
src/WsTranslator.egg-info/requires.txt
src/WsTranslator.egg-info/top_level.txt
src/agents/__init__.py
src/agents/analyzer.py
src/agents/designer.py
src/agents/orchestrator.py
src/agents/workers/__init__.py
src/agents/workers/reviewer_worker.py
src/agents/workers/translator_worker.py
src/agents/workers/validator_worker.py
src/mcp_client/__init__.py
src/mcp_client/client.py
src/model/__init__.py
src/model/load.py
src/prompts/__init__.py
src/prompts/requirements.md
src/prompts/system_prompts.py
src/task_manager/__init__.py
src/task_manager/manager.py
src/task_manager/types.py
src/tools/__init__.py
src/tools/file_tools.py